]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(lm-with-file): Use Lisp mode in temp buffer.
[gnu-emacs] / lisp / ChangeLog
1 2005-01-15 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
4 In non-temp buffer, switch syntax table temporarily.
5
6 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7
8 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9
10 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
11
12 * imenu.el (imenu--split-menu): Copy menulist before sorting.
13 (imenu--generic-function): Use START, not BEG, as pos of definition.
14
15 * simple.el (just-one-space): Argument specifies number of spaces.
16
17 * simple.el (eval-expression-print-format): Avoid warning
18 about edebug-active.
19
20 2005-01-15 "James R. Van Zandt" <jrvz@comcast.net> (Tiny change)
21
22 * progmodes/sh-script.el: Code copied from make-mode.el
23 with small changes,
24 (sh-mode-map): Bind C-c C-\.
25 (sh-backslash-column, sh-backslash-align): New variables.
26 (sh-backslash-region, sh-append-backslash): New functions.
27
28 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
29
30 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
31 (rmail-pop-password, rmail-pop-password-required): Moved to
32 rmail-obsolete group.
33 (rmail-set-pop-password): Renamed to rmail-set-remote-password.
34 All callers updated.
35 (rmail-get-pop-password): Renamed to rmail-get-remote-password.
36 Take an argument specifying whether it is POP or IMAP mailbox we
37 are using. All callers updated.
38 (rmail-pop-password-error): Renamed to
39 rmail-remote-password-error. Added mailutils-specific error
40 message.
41 (rmail-movemail-search-path)
42 (rmail-movemail-variant-in-use): New variables.
43 (rmail-remote-password, rmail-remote-password-required): New
44 customization variables.
45 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New
46 functions.
47 (rmail-parse-url): New function.
48 (rmail-get-new-mail, rmail-insert-inbox-text): Updated for use
49 with GNU mailutils movemail.
50
51 2005-01-15 Kevin Ryde <user42@zip.com.au>
52
53 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
54 suffix to space, $ or '$, to correctly position point when going
55 to @table style constants like DBL_MAX.
56
57 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
58
59 * type-break.el (type-break-mode, type-break-file-time)
60 (type-break-file-keystroke-count, type-break-choose-file): Don't
61 store data in or load data from the file if type-break-file-name
62 is nil.
63 (type-break-file-name): Doc update as per the above.
64
65 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
66
67 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
68 lookup-key might return nil; handle that.
69
70 2005-01-15 Alan Mackenzie <acm@muc.de>
71
72 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
73 rather than the element found, thus enabling the tree to be
74 setcar'd.
75
76 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
77
78 * textmodes/org.el (org-show-following-heading): New option.
79 (org-show-hierarchy-above): Use `org-show-following-heading'.
80 (org-cycle): Documentation fix.
81
82 * textmodes/org.el (orgtbl-optimized): New option
83 (orgtbl-mode): New command, a minor mode.
84 (orgtbl-mode-map): New variable.
85 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
86 (orgtbl-error, orgtbl-self-insert-command)
87 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
88
89 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
90 a local variable in each org-mode buffer.
91
92 * textmodes/org.el (org-set-regexps-and-options): Renamed from
93 `org-set-regexps'. Added checking for STARTUP keyword.
94 (org-get-current-options): Added STARTUP options.
95 (org-table-insert-row): Mode mode intelligent about when
96 realignment is needed.
97 (org-self-insert-command, org-delete-backward-char,
98 org-delete-char): New commands.
99 (org-enable-table-editor): new default value `optimized'.
100 (org-table-blank-field): Support blanking regions if active.
101
102
103 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
104
105 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
106 if the year is not given.
107
108 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes): Added
109 new escapes %m and %M, fixed bug with %F by adding
110 save-match-data.
111 (reftex-reference): Removed ?. from list of spaces.
112 (reftex-label-info): Added automatic label prefix recognition
113
114 * textmodes/reftex-index.el (reftex-index-next-phrase): Added
115 slave parameter to call of `reftex-index-this-phrase'
116 (reftex-index-this-phrase): New optional argument
117 (reftex-index-region-phrases): Added slave parameter to call of
118 `reftex-index-this-phrase'
119 (reftex-display-index): New argument redo
120 (reftex-index-rescan): Added 'redo to arguments of
121 `reftex-display-index'
122 (reftex-index-Rescan, reftex-index-revert)
123 (reftex-index-switch-index-tag): Added 'redo to arguments of
124 `reftex-display-index'
125 (reftex-index-make-phrase-regexp): Fixed bug with case-sensitive
126 indexing. Fixed bug with matching is there is a quote before or
127 after the word.
128
129 * textmodes/reftex-cite.el (reftex-all-used-citation-keys): Fix
130 bug when collecting citation keys in lines with comments.
131 (reftex-citation): Prefix argument no longer rescans the document,
132 but forces prompting for optional arguments of cite macros.
133 (reftex-do-citation): Prompting for optional arguments
134 implemented.
135
136 * textmodes/reftex-vars.el (reftex-cite-format-builtin): Added
137 optional arguments to most cite commands.
138 (reftex-cite-cleanup-optional-args): New option
139 (reftex-cite-prompt-optional-args): New option.
140 (reftex-trust-label-prefix): New option
141
142 * textmodes/reftex-toc.el (reftex-toc-find-section): Added
143 push-mark before changing the position in the buffer.
144
145 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New
146 variable
147 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist
148
149 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
150
151 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
152 more carefully.
153
154 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
157 (sgml-mode): Use it.
158 (sgml-get-context): Better keep track of implicitly closed tags.
159
160 2005-01-13 Kenichi Handa <handa@m17n.org>
161
162 * textmodes/ispell.el: These changes are to fix misalignment error
163 caused by equivalent characters of different Emacs charsets.
164 (ispell-unified-chars-table): New variable.
165 (ispell-get-decoded-string): New function.
166 (ispell-get-casechars, ispell-get-not-casechars)
167 (ispell-get-otherchars): Call ispell-get-decoded-string.
168
169 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
170
171 * custom.el (custom-declare-variable): Just put symbol instead
172 of (defvar . symbol) in `current-load-list'.
173
174 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
175
176 * emacs-lisp/elint.el: Fixed typo in Commentary section.
177
178 2005-01-12 Jay Belanger <belanger@truman.edu>
179
180 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
181 to create a Calc summary.
182
183 2005-01-12 Kim F. Storm <storm@cua.dk>
184
185 * mouse.el (mouse-on-link-p): Change functionality and doc
186 string to comply with latest description in lisp ref.
187
188 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
189
190 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
191 Enable mouse clicks on mode-line, header-line and margin.
192 (event-type): Give mouse event symbols an 'event-kind property
193 with value 'mouse-click.
194
195 2005-01-12 Juri Linkov <juri@jurta.org>
196
197 * facemenu.el (list-colors-display): Add new arg buffer-name.
198 Use it. Fix docstring. Replace code for identifying duplicate
199 colors by the name with call to `list-colors-duplicates' which
200 identifies duplicate colors by the value unless the color
201 is one of special Windows colors. Set truncate-lines to t.
202 Print sorted duplicate color names on each line. Indent to 22
203 \(the longest color name in rgb.txt) instead of 20. Optimize.
204 (list-colors-duplicates): New function.
205 (facemenu-color-name-equal): Delete function.
206
207 * facemenu.el (list-colors-print): New function created from code
208 in list-colors-display. Print #RRGGBB at the window right edge.
209 (list-colors-display): When temp-buffer-show-function is not
210 defined, call list-colors-print from temp-buffer-show-hook
211 to get the right value of window-width in list-colors-print
212 after the buffer is displayed.
213
214 * simple.el (pop-mark): Move deactivate-mark out of conditional
215 part to deactivate the active mark regardless of the state of the
216 mark ring.
217
218 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
219 variables line in desktop files.
220
221 2005-01-12 Juri Linkov <juri@jurta.org>
222
223 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
224 Bring together isearch highlight related options.
225 (lazy-highlight): Replace group `replace' by `matching'.
226 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
227 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
228 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
229 and declare them obsolete.
230 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
231 (isearch-faces): Remove defgroup.
232 (isearch-overlay, isearch-highlight, isearch-dehighlight):
233 Move isearch highlighting code closer to lazy highlighting code.
234
235 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
236 (query-replace-highlight, query-replace-lazy-highlight)
237 (query-replace): Move definitions to the beginning of the file.
238
239 2005-01-11 Juri Linkov <juri@jurta.org>
240
241 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
242 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
243 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
244
245 * info.el (Info-history-forward): New variable.
246 (Info-select-node): Reset Info-history-forward to nil.
247 (Info-last): Turn into defalias.
248 (Info-history-back): Rename from Info-last.
249 Add current node to Info-history-forward.
250 (Info-history-forward): New fun.
251 (Info-mode-map): Replace Info-last by Info-history-back.
252 Bind Info-history-forward to "r".
253 (Info-mode-menu): Replace Info-last by Info-history-back.
254 Fix menu item text. Add menu item for Info-history-forward.
255 (info-tool-bar-map): Replace Info-last by Info-history-back.
256 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
257 for Info-history-forward.
258 (Info-mode): Replace Info-last by Info-history-back in docstring.
259 Add local variable Info-history-forward.
260 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
261
262 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
265 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
266 Ignore select-window events rather than fiddle with
267 mouse-autoselect-window.
268
269 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
270
271 * type-break.el (type-break-mode): Fix previous change.
272
273 2005-01-10 Jay Belanger <belanger@truman.edu>
274
275 * calc/calc-ext.el (calc-reset): Reset when inside embedded
276 calculator; only reset when point is inside a calculator.
277 Don't adjust the window height if the window takes up the whole height
278 of the frame.
279
280 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
281
282 * ebuff-menu.el (Electric-buffer-menu-mode):
283 Preserve value of buffer-local var header-line-format.
284
285 2005-01-09 Jay Belanger <belanger@truman.edu>
286
287 * calc/calc.el (calc-mode-var-list-restore-saved-values):
288 Make sure settings file exists before accessing it.
289
290 * calc/calc-embed.el (calc-embedded-subst):
291 Replace math-multi-subst-rec, which is only supposed to be called
292 by math-multi-subst, by math-multi-subst.
293
294 2005-01-09 Andre Spiegel <spiegel@gnu.org>
295
296 * vc.el (vc-allow-async-revert): New user option.
297 (vc-disable-async-diff): New internal variable.
298 (vc-revert-buffer): Use them to disable asynchronous diff.
299
300 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
301 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
302 asynchronously if vc-disable-async-diff is t.
303
304 2005-01-09 Jay Belanger <belanger@truman.edu>
305
306 * calc/calc.el (defcalcmodevar): New macro.
307 (calc-mode-var-list-restore-default-values)
308 (calc-mode-var-list-restore-saved-values): New functions.
309 (calc-mode-var-list): Use defcalcmodevar to define it.
310 (calc-always-load-extensions, calc-line-numbering)
311 (calc-line-breaking, calc-display-just, calc-display-origin)
312 (calc-number-radix, calc-leading-zeros, calc-group-digits)
313 (calc-group-char, calc-point-char, calc-frac-format)
314 (calc-prefer-frac, calc-hms-format, calc-date-format)
315 (calc-float-format, calc-full-float-format, calc-complex-format)
316 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
317 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
318 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
319 (calc-matrix-brackets, calc-language, calc-language-option)
320 (calc-left-label, calc-right-label, calc-word-size)
321 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
322 (calc-display-raw, calc-internal-prec, calc-angle-mode)
323 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
324 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
325 (calc-window-height, calc-display-trail, calc-show-selections)
326 (calc-use-selections, calc-assoc-selections)
327 (calc-display-working-message, calc-auto-why, calc-timing)
328 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
329 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
330 (calc-gnuplot-default-device, calc-gnuplot-default-output)
331 (calc-gnuplot-print-device, calc-gnuplot-print-output)
332 (calc-gnuplot-geometry, calc-graph-default-resolution)
333 (calc-graph-default-resolution-3d, calc-invocation-macro)
334 (calc-show-banner): Use defcalcmodevar to declare them and set
335 their default values.
336
337 * calc/calc-ext.el (calc-reset): Restore saved values of variables
338 instead of default values (but restore default values if there is
339 an argument of 0).
340
341 2005-01-09 David Kastrup <dak@gnu.org>
342
343 * desktop.el (desktop-restore-eager): Fix typo in type.
344
345 2005-01-08 Richard M. Stallman <rms@gnu.org>
346
347 * cus-edit.el (customize): Delete :link.
348
349 2005-01-08 Jay Belanger <belanger@truman.edu>
350
351 * calc/calc.el (calc-mode): Remove the extension from the
352 `calc-settings-file' file name when loading it.
353
354 2005-01-08 Kim F. Storm <storm@cua.dk>
355
356 * info.el (Info-mode-map, Info-next-link-keymap)
357 (Info-prev-link-keymap, Info-up-link-keymap):
358 Map follow-link to mouse-face.
359 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
360
361 2005-01-08 Jay Belanger <belanger@truman.edu>
362
363 * calc/calc.el (calc-settings-file): Change default value.
364 Suggested by cgw in a comment in calc-mode.el.
365
366 * calc/calc-mode.el (calc-settings-file-name):
367 Compare calc-settings-file to user-init-file instead of ~/.emacs.
368 Replace ~/.emacs in a prompt by calc-settings-file.
369
370 2005-01-07 Lars Hansen <larsh@math.ku.dk>
371
372 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
373 (desktop-lazy-idle-delay): New customizable variables.
374 (desktop-buffer-args-list): New variable.
375 (desktop-append-buffer-args): New function.
376 (desktop-save): Call desktop-append-buffer-args for some buffers.
377 (desktop-lazy-create-buffer): New function.
378 (desktop-idle-create-buffers): New function.
379 (desktop-read): Add message about buffers to restore lazily.
380 (desktop-lazy-abort): New command.
381 (desktop-clear): Call desktop-lazy-abort.
382 (desktop-lazy-complete): New command.
383
384 2005-01-06 Richard M. Stallman <rms@gnu.org>
385
386 * emacs-lisp/find-func.el (find-face-definition):
387 Rename from find-face.
388
389 2005-01-06 Kim F. Storm <storm@cua.dk>
390
391 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
392
393 * man.el (Man-xref-man-page, Man-xref-header-file)
394 (Man-xref-normal-file): Add follow-link property.
395
396 2005-01-06 Jay Belanger <belanger@truman.edu>
397
398 * calc/calc-units.el: Make sure the proper macro definitions are
399 available when compiling.
400
401 2005-01-06 Juri Linkov <juri@jurta.org>
402
403 * isearch.el (isearch-lazy-highlight-update):
404 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
405
406 2005-01-06 Miles Bader <miles@gnu.org>
407
408 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
409 (isearch-lazy-highlight-face): Use new name.
410
411 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * uniquify.el (uniquify-rationalize-file-buffer-names):
414 Re-add an interactive spec.
415 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
416 to the same name.
417
418 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
419 (isearch-update, isearch-done): Adjust calls accordingly.
420
421 2005-01-05 Richard M. Stallman <rms@gnu.org>
422
423 * custom.el (custom-set-variables, custom-theme-set-variables):
424 Clarify documentation.
425
426 * emacs-lisp/find-func.el (find-variable)
427 (find-variable-other-window, find-variable-other-frame):
428 Fix the TYPE args to find-function-read and find-function-do-it.
429 (find-function): Doc fix.
430 (find-function-at-point): Replace function-at-point alias.
431
432 2005-01-04 Richard M. Stallman <rms@gnu.org>
433
434 * cus-face.el (custom-declare-face):
435 Record defface in current-load-list.
436
437 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
438
439 * emacs-lisp/find-func.el: Doc fixes.
440 (find-face-regexp): New variable.
441 (find-function-regexp-alist): New variable.
442 (find-function-C-source): Third arg is now TYPE.
443 (find-function-search-for-symbol): Handle general TYPE.
444 (find-function-read, find-function-do-it): Handle general TYPE.
445 (find-definition-noselect, find-face): New functions.
446 (function-at-point): Alias deleted.
447
448 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * battery.el (display-battery-mode): Rename from display-battery.
451 Handle the case where it gets turned off.
452
453 2005-01-04 Richard M. Stallman <rms@gnu.org>
454
455 * cus-edit.el (customize): Make :link point to user doc.
456
457 * man.el (Man-fontify-manpage): Turn off undo generation.
458
459 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
460
461 2005-01-04 Andreas Schwab <schwab@suse.de>
462
463 * files.el (insert-directory): Only look for error lines in
464 inserted text. Don't move too far after processing --dired markers.
465
466 2005-01-04 Richard M. Stallman <rms@gnu.org>
467
468 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
469 Don't expand if the character is @, period, dash, etc.
470 (define-mail-abbrev): Quote names that contain problem characters.
471
472 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
473
474 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
475
476 2005-01-03 Richard M. Stallman <rms@gnu.org>
477
478 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
479 (query-replace-highlight, query-replace-lazy-highlight)
480 (query-replace): Definitions moved up. Doc fix.
481
482 2005-01-03 Richard M. Stallman <rms@gnu.org>
483
484 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
485 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
486 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
487 (lazy-highlight-face): Rename from isearch-lazy-...
488 Change all references to them.
489
490 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
491
492 * cus-edit.el (custom-file): Doc fix for defcustom.
493 (custom-file): The function no longer sets the variable
494 `custom-file' to its return value.
495
496 * startup.el (command-line): No longer load `custom-file'.
497
498 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
501
502 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
503 Don't confuse module-prefixed identifiers for labels.
504 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
505
506 2005-01-02 Richard M. Stallman <rms@gnu.org>
507
508 * files.el (basic-save-buffer-1): Fix previous change.
509
510 * loadhist.el (file-loadhist-lookup): New function.
511 (file-provides, file-requires): Use it.
512
513 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
514 instead of calculating the right size.
515
516 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
517
518 * vc-svn.el (vc-svn-diff): Stay local if possible.
519
520 2005-01-02 Stefan <monnier@iro.umontreal.ca>
521
522 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
523
524 * files.el (hack-local-variables): Fix last change.
525
526 2005-01-02 Jay Belanger <belanger@truman.edu>
527
528 * calc/calc-yank.el (calc-edit-top): New variable.
529 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
530 object. Change header properties.
531 (calc-edit-finish, calc-edit-finish-stack-object)
532 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
533 edited object.
534 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
535 for the beginning of the edited object.
536 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
537 for the beginning of the edited object.
538 * calc/calc-prog.el (calc-edit-macro-finish-edit)
539 (calc-finish-formula-edit, calc-macro-repeats)
540 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
541 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
542 beginning of the edited object.
543 (calc-user-define-edit): Change the header for editing macros.
544 Remove unnecessary variable.
545
546 2005-01-01 Jay Belanger <belanger@truman.edu>
547
548 * calc/calc-yank.el (calc-edit-mode): Change default header.
549 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
550 * calc/calc-store.el (calc-edit-variable): Change title to match new
551 header.
552 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
553 mode to match new header.
554 (calc-user-define-edit): Change titles to include names of commands.
555 (calc-finish-formula-edit): Adjust to handle new header.
556 (calc-finish-macro-edit): Remove.
557 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
558 (calc-edit-macro-command, calc-edit-macro-command-type)
559 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
560 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
561 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
562 (calc-edit-macro-finish-edit): New functions.
563 (calc-user-define-edit): Use new functions to edit named calc macros.
564
565 2005-01-01 Stefan <monnier@iro.umontreal.ca>
566
567 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
568
569 * ses.el (copy-region-as-kill): Deactivate mark.
570
571 2005-01-01 Richard M. Stallman <rms@gnu.org>
572
573 * replace.el (occur-1): If the output buffer is also an input,
574 don't kill it, rename it.
575
576 * faces.el (set-face-background, set-face-foreground): Doc fix.
577
578 * cus-face.el (custom-face-attributes): Fix :help-echo strings
579 for :foreground and :background.
580
581 * dired.el (dired-view-command-alist): Variable deleted.
582 (dired-view-file, dired-mouse-find-file-other-window):
583 Delete the code to use it.
584
585 2005-01-01 Kim F. Storm <storm@cua.dk>
586
587 * image.el (insert-sliced-image): Use t for line-height property.
588
589 2004-12-31 Jay Belanger <belanger@truman.edu>
590
591 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
592 for "var-" at the beginning of the minibuffer.
593
594 2004-12-31 Richard M. Stallman <rms@gnu.org>
595
596 * faces.el (read-face-name):
597 Don't treat an attribute spec as a list of faces.
598
599 * simple.el (undo): Use undo-equiv-table to detect
600 unexpected changes since previous undo.
601 (undo-list-saved): Variable deleted.
602 (buffer-disable-undo): Don't alter undo-list-saved.
603
604 * files.el (require-final-newline): Allow `visit' and `visit-save'.
605 (mode-require-final-newline): New option.
606 (after-find-file): Handle require-final-newline with new values.
607 (basic-save-buffer): Handle new values of require-final-newline.
608
609 * progmodes/sh-script.el (sh-require-final-newline):
610 Alist value now controls whether to use mode-require-final-newline.
611 (sh-set-shell): Implement that new meaning.
612
613 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
614 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
615 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
616 Delete old-Emacs compatibility code.
617 (antlr-c-common-init): Function deleted.
618
619 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
620 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
621 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
622 * progmodes/python.el (python-mode): Use mode-require-final-newline.
623 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
624 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
625 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
626 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
627 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
628 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
629 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
630 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
631 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
632 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
633 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
634 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
635
636 2004-12-31 Jay Belanger <belanger@truman.edu>
637
638 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
639 way to return to Calc.
640
641 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
642 finish, C-xk as the way to cancel the edit. Add cancel routine to
643 kill-buffer-hook.
644
645 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
646 MacEdit code.
647
648 * calc/calc-prog.el: Remove obsolete MacEdit code.
649 (calc-macro-edit-algebraic, calc-macro-edit-variable)
650 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
651
652 2004-12-31 Kenichi Handa <handa@m17n.org>
653
654 * international/mule.el (buffer-file-coding-system-explicit):
655 Rename for explicit-buffer-file-coding-system.
656 (after-insert-file-set-coding): Adjust for the above change.
657
658 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
659 to buffer-file-coding-system-explicit.
660 (basic-save-buffer-1): Likewise.
661
662 2004-12-30 Richard M. Stallman <rms@gnu.org>
663
664 * textmodes/artist.el (artist-butlast-fn): Var deleted.
665 (artist-butlast, artist-last): Functions deleted.
666 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
667 (artist-compute-key-compl-table): Call remq directly.
668 (artist-remove-nulls): Function deleted.
669 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
670 (artist-push, artist-pop): Macro deleted.
671
672 2004-12-30 Andreas Leue <al@sphenon.de>
673
674 * textmodes/artist.el (artist-version): 1.2.6
675 (artist-prev-next-op-alist): New variable.
676 (artist-select-next-op-in-list): New function.
677 (artist-select-prev-op-in-list): New function.
678 (artist-make-prev-next-op-alist): New function.
679 (artist-is-in-op-list-p): New function.
680 (artist-get-first-non-nil-op): New function.
681 (artist-get-last-non-nil-op): New function.
682 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
683 artist-prev-next-op-alist.
684 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
685 change drawing operation.
686
687 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
688
689 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
690
691 2004-12-31 Masatake YAMATO <jet@gyve.org>
692
693 * server.el (server-process-filter): Suppress `error', too.
694
695 2004-12-30 Jay Belanger <belanger@truman.edu>
696
697 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
698 Change the way a variable is displayed in a message.
699
700 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
701 (calc-user-define-permanent, calc-execute-kbd-macro):
702 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
703
704 2004-12-30 Kenichi Handa <handa@m17n.org>
705
706 * files.el (basic-save-buffer-1):
707 Set explicit-buffer-file-coding-system to last-coding-system-used.
708 (revert-buffer): Pay attention to
709 explicit-buffer-file-coding-system (not buffer-file-coding-system)
710 on bind coding-system-for-read.
711
712 * international/mule.el (explicit-buffer-file-coding-system):
713 New buffer local variable.
714 (after-insert-file-set-coding): Set it to coding-system-for-read.
715
716 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
717
718 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
719
720 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
721
722 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
723 that include line numbers.
724
725 2004-12-29 Milan Zamazal <pdm@zamazal.org>
726
727 * files.el (hack-local-variables): If no PREFIX, set it to "^".
728 Redundant variable PREFIXLEN removed.
729
730 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
731
732 * eshell/em-hist.el (eshell-previous-matching-input):
733 Start the deletion from the end of the output.
734
735 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
736
737 * term/mac-win.el: Require x-dnd.
738 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
739
740 2004-12-29 David Kastrup <dak@gnu.org>
741
742 * international/mule.el (decode-coding-inserted-region):
743 Don't barf if `buffer-undo-list' is already set to `t'.
744
745 2004-12-29 Jay Belanger <belanger@truman.edu>
746
747 * calc/calc-prog.el (calc-user-define-formula): Put default values
748 for function names in prompts.
749 (calc-user-define-permanent, calc-user-define-composition)
750 (calc-user-define-formula): Remove the need for "calcFunc-" in the
751 default input for algebraic functions.
752
753 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
754
755 * vc-rcs.el (vc-rcs-annotate-command):
756 Fix omission bug: Call `vc-setup-buffer'.
757
758 2004-12-29 Kenichi Handa <handa@m17n.org>
759
760 * international/mule.el (recode-region): New function.
761
762 2004-12-28 Richard M. Stallman <rms@gnu.org>
763
764 * simple.el (undo-extra-outer-limit): New variable.
765 (undo-outer-limit-truncate): Test and set it.
766
767 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
768 enables the feature to extend the existing region.
769
770 * simple.el (mark-word): New arg ALLOW-EXTEND
771 enables the feature to extend the existing region.
772
773 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
774 enables the feature to extend the existing region.
775
776 * startup.el (site-run-file): Don't allow setting it with Custom.
777
778 * simple.el (buffer-disable-undo): Fix previous change.
779
780 2004-12-27 Masatake YAMATO <jet@gyve.org>
781
782 * hexl.el (hexlify-buffer): Remove fontification here.
783 Use font lock mechanism instead.
784 (hexl-font-lock-keywords): New font lock kewords.
785 (hexl-mode-old-font-lock-keywords): New variable.
786 (hexl-mode): Store the old font lock keywords.
787 (hexl-mode-exit): Restore the old font lock keywords.
788
789 2004-12-27 Richard M. Stallman <rms@gnu.org>
790
791 * simple.el (undo): Fix previous change.
792
793 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
794
795 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
796 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
797 Call x-open-connection on Mac OS X.
798
799 2004-12-27 Richard M. Stallman <rms@gnu.org>
800
801 * files.el (buffer-save-without-query): New var (buffer-local).
802 (save-some-buffers): Save those buffers first, w/o asking.
803
804 * files.el (insert-directory-ls-version): New variable.
805 (insert-directory): When ls returns an error, test the version
806 number to decide what the return code means.
807 With --dired output format, detect and distinguish lines
808 that are really error messages.
809 (insert-directory-adj-pos): New function.
810
811 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
812
813 * battery.el (battery-mode-line-format): Remove initial spaces.
814
815 * uniquify.el (uniquify-rationalize-file-buffer-names):
816 Delete interactive spec.
817
818 * type-break.el (type-break-mode): Set buffer-save-without-query.
819 Remove code that tried to set save-some-buffers-always.
820 (type-break-file-keystroke-count): Bind deactivate-mark.
821
822 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
823
824 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
825 Test that the buffer is live, and maybe reject current buffer too.
826 Clarify.
827 (next-error-find-buffer): Rewrite for clarity.
828
829 * loadup.el: Don't use buffer-disable-undo; do it directly.
830
831 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
832 (describe-variable): Call symbol-file with `defvar'.
833
834 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
835 (symbol-file): Rewritten to handle new load-history format.
836 Now takes an arg TYPE to specify looking for a particular
837 type of definition only.
838
839 * emacs-lisp/debug.el (debugger-make-xrefs):
840 Call symbol-file with `defun'.
841
842 * emacs-lisp/find-func.el (find-function-noselect):
843 Call symbol-file with `defun'.
844 (find-variable-noselect): Call symbol-file with `defvar'.
845
846 * eshell/esh-cmd.el (eshell-find-alias-function):
847 Call symbol-file with `defun'.
848
849 * eshell/esh-test.el (eshell-test-goto-func):
850 Call symbol-file with `defun'.
851
852 * mail/rmail.el (rmail-resend):
853 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
854
855 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
856
857 * progmodes/compile.el (compilation-find-buffer): Rename arg.
858
859 * textmodes/texinfmt.el (texinfo-format-buffer-1):
860 Call buffer-disable-undo.
861
862 * simple.el (undo-list-saved): New variable (buffer-local).
863 (undo): Set and test it.
864 (buffer-disable-undo): Move here from buffer.c.
865 Clear out undo-list-saved.
866
867 * international/mule.el (decode-coding-inserted-region):
868 Set buffer-undo-list in a correct and optimal way.
869
870 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
871 (cperl-font-lock-unfontify-region-function): No need to save and
872 restore info, since font-lock.el does it for us.
873
874 * ansi-color.el (save-buffer-state): Definition deleted.
875 (ansi-color-unfontify-region): Don't use save-buffer-state.
876
877 2004-12-27 Dave Love <fx@gnu.org>
878
879 * wid-edit.el (function): Use restricted-sexp as parent.
880
881 2004-12-27 Kevin Ryde <user42@zip.com.au>
882
883 * simple.el (next-matching-history-element): Use same
884 `interactive' form as previous-matching-history-element.
885
886 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
887 it can appear unencoded and has been seen from yahoo.
888
889 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
890
891 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
892 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
893
894 2004-12-27 Kenichi Handa <handa@m17n.org>
895
896 * international/utf-8.el (utf-translate-cjk-load-tables):
897 Bind coding-system-for-read to nil while loading subst-*.
898
899 2004-12-26 Jay Belanger <belanger@truman.edu>
900
901 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
902 default input.
903
904 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
905
906 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
907 before reverting and disable undo recording while reverting.
908
909 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
910
911 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
912 (hs-make-overlay): New function.
913 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
914 (hs-flag-region): Delete function.
915 (hs-hide-comment-region): No longer use `hs-flag-region'.
916 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
917 (hs-hide-block-at-point): Likewise.
918 (hs-hide-level-recursive): Use `hs-discard-overlays'.
919 (hs-hide-all, hs-show-all): Likewise.
920 (hs-show-block): Likewise.
921 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
922
923 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
924
925 * progmodes/hideshow.el: Require `cl' when compiling.
926 Remove XEmacs and Emacs 19 compatibility.
927 Use `dolist' and `add-to-list' for load-time actions.
928 (hs-discard-overlays): Use `dolist'.
929 (hs-show-block): Likewise.
930
931 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
932
933 * faces.el (mode-line, mode-line-inactive): Use min-colors.
934
935 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
936
937 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
938 When extending backwards, move outside the current comment first.
939
940 2004-12-22 Kenichi Handa <handa@m17n.org>
941
942 * international/quail.el (quail-start-translation): Fix prompt
943 string for the case if input-method-use-echo-area being non-nil.
944 (quail-start-conversion): Likewise.
945 (quail-show-guidance): Don't show guidance if
946 input-method-use-echo-area is non-nil.
947
948 2004-12-21 Richard M. Stallman <rms@gnu.org>
949
950 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
951
952 2004-12-21 Markus Rost <rost@ias.edu>
953
954 * calendar/diary-lib.el (mark-diary-entries):
955 Set mark-diary-entries-in-calendar only after checking for diary-file.
956
957 2004-12-21 Richard M. Stallman <rms@gnu.org>
958
959 * faces.el (escape-glyph): Use blue against light foreground.
960
961 * simple.el (undo-outer-limit-truncate): New function.
962 (undo-outer-limit-function): Use undo-outer-limit-truncate.
963
964 2004-12-21 Eli Barzilay <eli@barzilay.org>
965
966 * calculator.el: (calculator-radix-grouping-mode)
967 (calculator-radix-grouping-digits)
968 (calculator-radix-grouping-separator):
969 New defcustoms for the new radix grouping mode functionality.
970 (calculator-mode-hook): Now used in electric mode too,
971 (calculator): Call it.
972 (calculator-mode-map): Some new keys.
973 (calculator-message): New function. Some new calls.
974 (calculator-op, calculator-set-register): Use it.
975 (calculator-string-to-number): New function, mostly moved and
976 updated code from calculator-curnum-value.
977 (calculator-curnum-value): Use it.
978 (calculator-paste): Use it, and update grabbing the current-kill.
979 (calculator-rotate-displayer)
980 (calculator-rotate-displayer-back): Toggle digit grouping when
981 in radix mode, use calculator-message.
982 (calculator-displayer-prev, calculator-displayer-next):
983 Change digit group size when in radix mode.
984 (calculator-number-to-string): Rename from
985 calculator-num-to-string. Now deals with digit grouping in
986 radix mode.
987 (calculator-update-display, calculator-put-value): Use the new name.
988 (calculator-fact): Return a floating point number.
989 (calculator-mode): Doc fix.
990
991 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
992
993 * calendar/calendar.el (view-other-diary-entries): Add autoload.
994 * calendar/diary-lib.el (view-other-diary-entries):
995 Use current-prefix-arg in interactive spec.
996
997 2004-12-19 Jay Belanger <belanger@truman.edu>
998
999 * calc/calc-aent.el (calcAlg-blank-matching-open):
1000 Temporarily adjust the syntax of both delimiters of half-open intervals.
1001
1002 2004-12-19 Kim F. Storm <storm@cua.dk>
1003
1004 * mouse.el (mouse-1-click-follows-link): Doc fix.
1005
1006 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1007
1008 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
1009 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
1010 instead of centraleuropean as the name
1011
1012 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
1013
1014 Sync with Tramp 2.0.46.
1015
1016 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
1017 parameters wrt Tramp convention.
1018 (tramp-handle-file-attributes-with-perl)
1019 (tramp-handle-directory-files-and-attributes): Apply it.
1020 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
1021 `copy-program'. Reported by Zack Weinberg
1022 <zack@codesourcery.com>.
1023 (top): Set `edebug-form-spec' property directly rather than
1024 calling `def-edebug-spec'.
1025
1026 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
1027 advice less fragile. Surround temporary redefinition of
1028 `substitute-in-file-name' with `unwind-protect'. Suggested by
1029 Matt Hodges <MPHodges@member.fsf.org>.
1030
1031 2004-12-17 Juri Linkov <juri@jurta.org>
1032
1033 * replace.el (occur-accumulate-lines, occur-engine):
1034 Make forcing deferred font-lock fontification jit-specific.
1035
1036 2004-12-17 Kim F. Storm <storm@cua.dk>
1037
1038 * mouse.el (mouse-1-click-follows-link): New defcustom.
1039 (mouse-on-link-p): New function.
1040 (mouse-drag-region-1): Implement mouse-1-click-follows-link
1041 functionality. Map a mouse-1 click event into a mouse-2 (or
1042 other) event when position is inside a link.
1043
1044 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
1045 prefix in tooltip text with "mouse-1" when this is a link
1046 recognized by mouse-1-click-follows-link functionality.
1047
1048 * help.el (describe-key): Report effective and original binding
1049 for mouse-1 when clicked on a link.
1050 (describe-mode): Add follow-link property to "minor-mode" button.
1051
1052 * help-fns.el (describe-variable): Add follow-link property to
1053 "below" button.
1054
1055 * help-mode.el (help-xref): Add follow-link property.
1056
1057 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
1058 (apropos-command, apropos-variable, apropos-face, apropos-group)
1059 (apropos-widget, apropos-plist): Add follow-link property.
1060
1061 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
1062 checks if position is in a filename, rather than some other
1063 clickable item. Function looks for cvs-filename-face at position.
1064
1065 * wid-edit.el (widget-specify-field, widget-specify-button):
1066 Map a :follow-link keyword into a follow-link property.
1067 (link): Add :follow-link keyword, map to RET binding.
1068
1069 * dired.el (dired-mode-map): Map follow-link to mouse-face.
1070
1071 * progmodes/compile.el (compilation-minor-mode-map)
1072 (compilation-button-map, compilation-mode-map): Likewise.
1073
1074 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
1075
1076 * play/zone.el (zone): Init `line-spacing' from orig buffer.
1077 (zone-replace-char): Take `count' and `del-count'
1078 instead of `direction'. Update callers. When `del-count' is
1079 non-nil, delete that many characters, otherwise `count' characters
1080 backwards. Insert the newly-replaced string `count' times.
1081 (zone-fret): Handle chars w/ width greater than one.
1082 (zone-fall-through-ws): No longer take window width `ww'.
1083 Update callers. Add handling for `char-width' greater than one.
1084 (zone-pgm-drip): Update var holding window-end position every cycle.
1085
1086 2004-12-17 Andre Spiegel <spiegel@gnu.org>
1087
1088 * vc.el (vc-default-update-changelog): Use insert-file-contents,
1089 rather than insert-file.
1090
1091 2004-12-16 Jay Belanger <belanger@truman.edu>
1092
1093 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
1094 (math-init-random-base, math-random-digit): Check to see if
1095 var-RandSeed is bound.
1096 (math-random-last): Declare it.
1097 (math-random-digit): Don't make math-random-last local.
1098
1099 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
1100
1101 * play/zone.el (zone): Fix omission bug: Use a self-disabling
1102 one-shot thunk for uniform (error, quit, normal) recovery.
1103 Reported by John Paul Wallington.
1104 (zone-pgm-random-life): Fix bug:
1105 Recognize empty initial field by lack of "@" chars.
1106
1107 2004-12-16 Juri Linkov <juri@jurta.org>
1108
1109 * help.el (function-called-at-point):
1110 * help-fns.el (variable-at-point): As a last resort try stripping
1111 non-word prefixes and suffixes.
1112
1113 * descr-text.el (describe-property-list): Don't treat syntax-table
1114 specially. Use describe-text-sexp which inserts [show] button
1115 for large objects and handles printing errors. Sort properties
1116 by names in alphabetical order instead of by value sizes.
1117 Add `mouse-face' to list of properties for `describe-face' widget.
1118 (describe-char): Mask out face-id from 19 bits of character.
1119 Print face-id separately.
1120
1121 * replace.el (occur-accumulate-lines, occur-engine):
1122 Fontify unfontified matching lines in the source buffer
1123 before copying them.
1124 (occur-engine): Don't put mouse-face on context lines.
1125 (occur-next-error): Set point to line beginning/end
1126 before searching for prev/next property to skip multiple
1127 matches on a line (not supported by occur engine).
1128 Remove redundant prefix-numeric-value.
1129
1130 2004-12-15 Juri Linkov <juri@jurta.org>
1131
1132 * replace.el (match): New face.
1133 (list-matching-lines-face): Change default from `bold' to `match'.
1134
1135 * progmodes/grep.el (grep-match-face): New defvar.
1136 (grep-mode-font-lock-keywords): Use grep-match-face instead of
1137 compilation-column-face to highlight grep matches.
1138
1139 * apropos.el (apropos-match-face): Change default from
1140 `secondary-selection' to `match'.
1141
1142 * info-look.el (info-lookup-highlight-face): Change default from
1143 `highlight' to `match'.
1144
1145 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
1146
1147 * progmodes/executable.el (executable-interpret): Eliminate
1148 obsolete compile-internal, and switch to comint for interaction.
1149
1150 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
1151
1152 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
1153 `&&' when skipping multiple statements on a line.
1154
1155 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
1156
1157 * play/zone.el (zone): Set `truncate-lines'.
1158 Also, init `tab-width' with value from original buffer.
1159 (zone-shift-up): Rewrite for speed.
1160 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
1161 (zone-pgm-jitter): Remove redundant entries from ops vector.
1162 (zone-exploding-remove): Reduce iteration count.
1163 (zone-cpos): Convert to defsubst.
1164 (zone-replace-char): New defsubst.
1165 (zone-park/sit-for): Likewise.
1166 (zone-fret): Take window-start arg.
1167 Update callers. Use `zone-park/sit-for'.
1168 (zone-fill-out-screen): Rewrite.
1169 (zone-fall-through-ws): Likewise. Update callers.
1170 (zone-pgm-drip): Use `zone-replace-char'.
1171 Move var inits before while-loop. Use `zone-park/sit-for'.
1172 (zone-pgm-random-life): Handle empty initial field.
1173 Use `zone-replace-char' and `zone-park/sit-for'.
1174
1175 2004-12-15 Juri Linkov <juri@jurta.org>
1176
1177 * isearch.el (isearch-update): Test isearch-lazy-highlight
1178 before calling isearch-lazy-highlight-new-loop.
1179 (isearch-lazy-highlight-new-loop):
1180 Don't test isearch-lazy-highlight.
1181
1182 * replace.el (perform-replace): Add isearch-case-fold-search.
1183 Use delimited-flag for isearch-regexp.
1184 Reset isearch-lazy-highlight-last-string to force lazy
1185 highlighting when called from isearch mode.
1186 (query-replace-highlight): Revert defcustom type to boolean.
1187 (query-replace-lazy-highlight): New defcustom.
1188 (query-replace): New face.
1189 (perform-replace, replace-highlight, replace-dehighlight):
1190 Test query-replace-lazy-highlight instead of special value
1191 `isearch' of query-replace-highlight.
1192 (replace-dehighlight): Don't call isearch-dehighlight.
1193 (replace-highlight): Don't call isearch-highlight.
1194 Use face `query-replace' unconditionally.
1195
1196 2004-12-14 Kim F. Storm <storm@cua.dk>
1197
1198 * simple.el (inhibit-mark-movement): Remove defvar.
1199 (beginning-of-buffer, end-of-buffer): Don't use it.
1200
1201 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1202 Don't use inhibit-mark-movement.
1203
1204 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
1205 (cua--undo-push-mark): Remove.
1206 (cua--pre-command-handler, cua--post-command-handler):
1207 Don't fiddle with inhibit-mark-movement.
1208
1209 2004-12-14 Juri Linkov <juri@jurta.org>
1210
1211 * buff-menu.el (list-buffers-noselect): Collect internal info
1212 for every buffer in BUFFER-LIST arg too.
1213 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
1214 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
1215 Bind same-window-buffer-names and same-window-regexps to nil.
1216
1217 2004-12-13 Juri Linkov <juri@jurta.org>
1218
1219 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
1220
1221 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
1222 (sc-cite-region, sc-uncite-region, sc-recite-region):
1223 Fix previous change to handle not alist as a symbol, but
1224 a citation frame as a symbol that represents a variable name.
1225
1226 2004-12-13 Richard M. Stallman <rms@gnu.org>
1227
1228 * filecache.el (file-cache-add-directory-using-find):
1229 Only set up file-cache-find-command-posix-flag if we will use it.
1230
1231 * bindings.el (mode-line-buffer-identification-keymap):
1232 Don't cancel the mode-line's usual down-mouse-1 binding.
1233
1234 * cus-edit.el (custom-face-selected): Handle `default' specs.
1235 (custom-face-edit): Increase extra-offset.
1236 (custom-display): Handle `default' specs.
1237
1238 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
1239
1240 * emacs-lisp/elint.el (elint-standard-variables)
1241 (elint-unknown-builtin-args): Move definitions up.
1242
1243 * net/browse-url.el (browse-url-url-at-point): Add autoload.
1244
1245 * info.el (info-xref-visited): Use `default' instead of t.
1246 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
1247
1248 * faces.el (header-line, mode-line-inactive, tool-bar):
1249 Use `default' instead of t for setting the defaults.
1250 (face-spec-choose): Separate `t' from `default'.
1251
1252 * subr.el (while-no-input): New macro.
1253
1254 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
1255
1256 * filecache.el (file-cache-add-directory-using-find):
1257 Only test file-cache-find-command-posix-flag on some systems.
1258
1259 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1260
1261 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
1262 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
1263 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
1264 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
1265 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
1266
1267 2004-12-12 Juri Linkov <juri@jurta.org>
1268
1269 * files.el (find-file-other-window, find-file-other-frame):
1270 Add the first buffer to the returned value to return the complete
1271 list of all visited buffers.
1272 (find-file-read-only, find-file-read-only-other-window)
1273 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
1274 `find-file-read-args'. Signal an error about non-existent file
1275 only if file name doesn't contain wildcards. Toggle read-only in
1276 all visited buffers.
1277 (find-alternate-file, find-alternate-file-other-window):
1278 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
1279 called interactively. Pass arg `wildcards' to other functions.
1280 (find-file-noselect): Doc fix.
1281
1282 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
1283 Doc fix.
1284 (ffap-directory-finder): New variable.
1285 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
1286 (ffap-file-at-point): Add /* to immediately rejected names.
1287 Return absolute file names matching ffap-dired-wildcards.
1288 (ffap-read-file-or-url): Set default value for `completing-read'
1289 to `buffer-file-name'.
1290 (find-file-at-point): When filename matches ffap-dired-wildcards,
1291 call ffap-file-finder with t arg `wildcards', instead of dired.
1292 (ffap-other-window, ffap-other-frame): Return visited buffers.
1293 (ffap-read-only, ffap-read-only-other-window)
1294 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
1295 (dired-at-point): Call ffap-directory-finder instead of dired.
1296 (ffap-dired-other-window, ffap-dired-other-frame)
1297 (ffap-list-directory): New commands.
1298 (ffap-bindings): New keybindings for new commands.
1299
1300 2004-12-12 Juri Linkov <juri@jurta.org>
1301
1302 * simple.el (beginning-of-buffer, end-of-buffer):
1303 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1304 Do not push mark when mark is active in transient-mark-mode.
1305
1306 * simple.el (mark-word):
1307 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
1308 * textmodes/paragraphs.el (mark-paragraph):
1309 Extend the region when mark is active in transient-mark-mode,
1310 regardless of the last command. Doc fix.
1311
1312 * simple.el (mark-word): Preserve direction when repeating.
1313 Make arg optional. Interactive "p" -> "P".
1314 (transient-mark-mode, inhibit-mark-movement): Doc fix.
1315
1316 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
1317 preserving direction, to mark forward instead of backward when mark
1318 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
1319
1320 2004-12-12 Juri Linkov <juri@jurta.org>
1321
1322 * isearch.el (isearch-edit-string): Set 7th arg of
1323 `read-from-minibuffer' to `t' to inherit the current input
1324 method (whose name is indicated by [IM] in the minibuffer prompt)
1325 from the current buffer to the minibuffer.
1326 (isearch-lazy-highlight-update): Put body to `with-local-quit'
1327 to allow C-g quitting for lazy highlighting looping inside the
1328 search with nested repetition operators. Add overlay to the list
1329 before setting its face and other properties to avoid the case of
1330 code quitting after placing the new overlay but before it's
1331 recorded on the list. Select the window where isearch was
1332 activated, to highlight matches in the right window when isearch
1333 switches the current window to the minibuffer.
1334
1335 * international/isearch-x.el
1336 (isearch-process-search-multibyte-characters):
1337 Use `isearch-message' as initial input for `read-string' instead
1338 of adding it to the minibuffer prompt. After reading a string
1339 remove the initial value of `isearch-message' from the string.
1340
1341 * replace.el (replace-match-maybe-edit): Doc fix.
1342 (perform-replace): Don't call `replace-highlight' when automatic
1343 replacement is requested in literal mode, since it is intended
1344 only to highlight words during entering a new replacement string
1345 for \? in non-literal mode.
1346
1347 * replace.el (query-replace-highlight): Add new value `isearch'
1348 that allows query replacement to use isearch highlighting.
1349 Change type from `boolean' to `choice'. Doc fix.
1350 (replace-highlight, replace-dehighlight, perform-replace):
1351 Use isearch highlighting if query-replace-highlight eq `isearch'.
1352
1353 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
1356 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
1357
1358 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
1359 case of \end{verbatim}.
1360
1361 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1362
1363 * term.el (term-termcap-format): Synchronyze with terminfo.
1364 (term-emulate-terminal): Handle reset.
1365 (term-reset-terminal): New function.
1366
1367 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
1368
1369 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
1370 (zone-fill-out-screen): New func.
1371 (zone-pgm-drip): Use `zone-fill-out-screen'.
1372 Also, no longer go to point-min on every cycle.
1373 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
1374 (zone-pgm-random-life-wait): New user var.
1375 (zone-pgm-random-life): New func.
1376
1377 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
1378
1379 * files.el (auto-mode-alist): Map .com to DCL mode.
1380
1381 2004-12-09 Richard M. Stallman <rms@gnu.org>
1382
1383 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
1384
1385 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
1386
1387 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
1388 buffer with a display margin.
1389
1390 2004-12-08 Jay Belanger <belanger@truman.edu>
1391
1392 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
1393 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
1394
1395 2004-12-08 Richard M. Stallman <rms@gnu.org>
1396
1397 * faces.el: Delete code to set display table.
1398 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
1399
1400 2004-12-08 Jay Belanger <belanger@truman.edu>
1401
1402 * calc/calc.el: Add math-read-preprocess-string to autoloads.
1403
1404 * calc/calc-ext.el (math-read-replacement-list)
1405 (math-read-superscripts, math-read-preprocess-string): Move to
1406 calc-aent.el.
1407
1408 * calc/calc-aent.el (math-read-replacement-list)
1409 (math-read-superscripts, math-read-preprocess-string): Move from
1410 calc-ext.el.
1411
1412 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * isearch.el (isearch-quote-char): Fix up typo in last change.
1415
1416 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
1417
1418 * mouse.el (mouse-set-font): Handle the case where the command was
1419 not invoked using the mouse.
1420
1421 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
1422 (edmacro-finish-edit): Further update for keyboard macros that are
1423 lambda forms.
1424 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
1425
1426 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * font-lock.el (font-lock-unfontify-region): Save buffer state.
1429 (font-lock-default-unfontify-region): Don't save buffer state any more.
1430
1431 2004-12-07 Jay Belanger <belanger@truman.edu>
1432
1433 * calc/calc-help.el (calc-describe-key):
1434 Set calc-summary-indentation even when Calc Summary buffer exists.
1435
1436 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
1437
1438 * calendar/holidays.el (holiday-easter-etc): Make arguments
1439 optional for backwards compatibility. Doc fix.
1440 Remove un-necessary local vars mandatory, output-list.
1441 (holiday-advent): Make arguments optional for backwards
1442 compatibility. Doc fix.
1443
1444 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1445
1446 * paren.el (show-paren-function): Fix last change (2004-12-02).
1447
1448 * international/mule-util.el (char-displayable-p): Return nil for
1449 unibyte mode.
1450
1451 * subr.el (subregexp-context-p): New function.
1452
1453 * isearch.el (isearch-quote-char): Use it.
1454
1455 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
1456 (regexp-opt-not-groupie*-re): Remove.
1457 (regexp-opt): Properly handle inputs with duplicate entries.
1458
1459 2004-12-06 Richard M. Stallman <rms@gnu.org>
1460
1461 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
1462
1463 * cus-edit.el (custom-file): Doc fix.
1464
1465 * textmodes/org.el: New file.
1466
1467 2004-12-06 Kenichi Handa <handa@m17n.org>
1468
1469 * ldefs-boot.el: Update international/mule-util.el section.
1470
1471 2004-12-05 Sam Steingold <sds@gnu.org>
1472
1473 * net/tramp.el (tramp-handle-file-accessible-directory-p):
1474 Fix `tramp-time-diff' comparison logic.
1475
1476 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
1477
1478 * progmodes/which-func.el (which-function):
1479 Use `run-hook-with-args-until-success' instead of a custom loop.
1480 Fixes bug with local hooks.
1481
1482 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1483
1484 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
1485 Use delete-dups when calculating the initial value.
1486 (bibtex-autokey-get-title): Use <=.
1487 (bibtex-goto-line): New function.
1488 (bibtex-reposition-window): Use line numbers instead of point
1489 positions. Use window-body-height.
1490 (bibtex-find-crossref): Use bibtex-reposition-window.
1491 (bibtex-find-entry): Use bibtex-reposition-window. Always return
1492 position of entry if key is found or nil if not found.
1493
1494 2004-12-05 Richard M. Stallman <rms@gnu.org>
1495
1496 * cus-edit.el (custom-file): Doc fix.
1497
1498 * progmodes/sh-script.el (sh-indent-for-then): Change default.
1499
1500 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * simple.el (blink-matching-open):
1503 * textmodes/tex-mode.el (tex-validate-region):
1504 Obey syntax-table text properties.
1505
1506 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
1507
1508 * wid-edit.el (widget-specify-field): Add `real-field' property to
1509 boundary.
1510 (widget-field-at): Use it.
1511
1512 2004-12-02 Richard M. Stallman <rms@gnu.org>
1513
1514 * progmodes/cc-mode.el (awk-mode autoload):
1515 Supply t meaning interactive function.
1516
1517 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
1518 (isearch-mode-map): No special definition for space.
1519 (isearch-whitespace-chars): Command deleted.
1520 (isearch-forward-regexp): Doc fix.
1521 (isearch-quote-char): When a space is not inside brackets,
1522 use `[ ]' instead of just space.
1523 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
1524
1525 * imenu.el (imenu--generic-function): Delete code to exclude
1526 matches in comments.
1527
1528 * man.el (Man-reverse-face): Change default to `highlight'.
1529
1530 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
1531 (occur-engine): Use `face' prop rather than `font-lock-face'
1532 when specifying use of `match-face'.
1533 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
1534
1535 * emacs-lisp/elint.el (elint-standard-variables): Update list.
1536
1537 * add-log.el (add-log-current-defun): Handle the case where point
1538 is in the header part of a DEFUN construct.
1539
1540 2004-12-02 Dave Love <fx@gnu.org>
1541
1542 * progmodes/python.el (python-font-lock-syntactic-keywords):
1543 Fix previous change.
1544
1545 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
1546
1547 * paren.el (show-paren-function): Check for matching chars
1548 specified by text props.
1549
1550 2004-12-02 Jay Belanger <belanger@truman.edu>
1551
1552 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
1553 when reading a new key sequence.
1554
1555 2004-12-02 Kim F. Storm <storm@cua.dk>
1556
1557 * faces.el (escape-glyph): Rename from glyph.
1558 (standard-display-table): Set it here. Add escape-glyph face to
1559 extra slot characters.
1560
1561 * disp-table.el: Undo 2004-12-01 change. Display table is now
1562 setup in faces.el.
1563
1564 2004-12-02 Mark A. Hershberger <mah@everybody.org>
1565
1566 * xml.el (xml-parse-dtd): Don't show validity messages when
1567 xml-validating-parser is nil.
1568 (xml-substitute-special): Fix validity error messages to
1569 actually show the unexpandable entity. Added validity error if &
1570 isn't followed by an entity.
1571 (xml-parse-tag): Concatenate any string following the a
1572 <![CDATA[]]> section to the parsed CDATA.
1573 (xml-parse-dtd): Skip parameter entity declarations and use of
1574 parameter entities.
1575
1576 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
1577
1578 * kmacro.el (kmacro-default-counter-format): New var.
1579 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
1580 (kmacro-display): Remove `nil' from `and' form. Delete call to
1581 `format' inside `message'.
1582 (kmacro-start-macro): Use `kmacro-default-counter-format'.
1583
1584 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1585
1586 * pcvs.el (cvs-header-msg): New function.
1587 (cvs-update-header): Use it. Change calling convention.
1588 Correctly handle the case of having simultaneous active processes.
1589 (cvs-sentinel): Don't call cvs-update-header any more.
1590 (cvs-mode-run): Update call and add cvs-update-header to postproc.
1591
1592 2004-12-01 Jay Belanger <belanger@truman.edu>
1593
1594 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
1595 Change message.
1596
1597 2004-12-01 Juri Linkov <juri@jurta.org>
1598
1599 * progmodes/prolog.el (prolog-mode-variables):
1600 Fix imenu-generic-expression.
1601
1602 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
1603
1604 * faces.el (glyph): New face.
1605
1606 * disp-table.el: Add an autoloaded table, that doesn't require
1607 this library, with glyph face.
1608
1609 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
1610 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
1611 (conf-quote-normal): Allow normalizing only ' or ".
1612 (conf-mode): Regexp-quote constructed comment-start and don't
1613 match section {} where "name" contains braces.
1614
1615 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
1616 files.
1617
1618 2004-12-01 Kenichi Handa <handa@m17n.org>
1619
1620 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
1621 (x-select-text): Don't treat eight-bit-control/graphic chars
1622 specially. Store the encoded text in the X cut buffer.
1623 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
1624 with x-last-selected-text-cut-encoded.
1625
1626 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
1629
1630 2004-11-30 Markus Rost <rost@ias.edu>
1631
1632 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
1633 AUCTeX.
1634
1635 2004-11-30 Jay Belanger <belanger@truman.edu>
1636
1637 * calc/calc-arith.el (math-possible-signs): Made stronger checks
1638 on signs of intervals.
1639 (math-pow-of-zero): Strengthen checks for positive and negative
1640 exponents.
1641
1642 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
1643 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
1644 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
1645 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
1646 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
1647 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
1648 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
1649 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
1650 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
1651 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
1652 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
1653 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
1654 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
1655 with provide statements.
1656
1657 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
1658
1659 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
1660
1661 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
1662 (calc-load-everything, math-defsimplify): Replace dummy autoloading
1663 functions by require statements.
1664 (math-defsimplify): Move to calc-alg.el, add to autoloads.
1665
1666 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1667 (calc-gnuplot-print): Give them values.
1668
1669 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
1670 autoloads.
1671 Add calc-do-embedded-activate to autoloads.
1672 (calc-gnuplot-name, calc-gnuplot-plot-command)
1673 (calc-gnuplot-print-command): Move them to calc-graph.el.
1674
1675 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1676
1677 * term/mac-win.el (ccl-encode-mac-roman-font)
1678 (ccl-encode-mac-cyrillic-font)
1679 (ccl-encode-mac-centraleuropean-font, encoder-list)
1680 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
1681 Support Cyrillic, CentralEuropean, and Dingbat font display
1682
1683 2004-11-30 Andre Spiegel <spiegel@gnu.org>
1684
1685 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
1686
1687 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
1688 still nil.
1689
1690 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
1691
1692 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
1693 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
1694
1695 2004-11-29 Jay Belanger <belanger@truman.edu>
1696
1697 * calc/calc-arith.el (math-pow-of-zero): Take into account different
1698 cases of the base and exponent.
1699
1700 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
1701
1702 * simple.el (next-error-buffer-p): Allow for inclusive and
1703 exclusive tests for finding a buffer.
1704 (next-error-find-buffer): Pass the exclusive and inclusive tests
1705 to next-error-buffer-p.
1706
1707 * replace.el (occur-next-error): Switch to the Occur buffer when
1708 appropriate, use the exclusive filter to next-error-find-buffer to
1709 do it. Use the absolute value of the motion amount.
1710
1711 2004-11-29 Kenichi Handa <handa@m17n.org>
1712
1713 * startup.el (command-line): Decode all default-directory by
1714 locale-coding-system.
1715
1716 2004-11-29 Jay Belanger <belanger@truman.edu>
1717
1718 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
1719 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
1720 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
1721 Replace calls to calc-extensions by appropriate require, replace
1722 calc-extensions-loaded by appropriate featurep.
1723
1724 * calc/calc-ext.el: Move require to end of file.
1725 Remove redundant loading of calc.el.
1726 (calc-extensions-loaded): Remove unnecessary variable.
1727 (calc-extensions): Remove unnecessary function.
1728 (calc-load-everything): Replace calc-need-macros by appropriate require.
1729
1730 * calc/calc-macs.el: Move provide to end of file.
1731 (calc-need-macros): Remove unnecessary function.
1732
1733 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
1734 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
1735 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
1736 Replace calc-extensions by appropriate require.
1737 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
1738
1739 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
1740 Replace calc-need-macros by appropriate require.
1741
1742 * calc/calc.el: Move require to end of file.
1743 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
1744 Remove unnecessary variable.
1745 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
1746 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
1747 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
1748 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
1749 (math-stack-value-offset, math-format-value, math-format-flat-expr)
1750 (math-format-number, math-format-bignum, math-read-number)
1751 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
1752 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
1753 by appropriate require.
1754 (calc-check-defines): Replace calc-need-macros by appropriate require.
1755
1756 2004-11-29 Kim F. Storm <storm@cua.dk>
1757
1758 * macros.el (insert-kbd-macro): Handle kmacro functions.
1759
1760 2004-11-28 Juri Linkov <juri@jurta.org>
1761
1762 * compare-w.el (compare-windows-highlight): Attach each overlay
1763 to its window to properly highlight differences while comparing
1764 two windows of the same buffer. Fix arguments.
1765 (compare-windows-sync-default-function): Fix arguments of
1766 `compare-windows-highlight'.
1767
1768 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
1769 Use `read-expression-history'. Set initial contents only if
1770 `edebug-global-break-condition' is non-nil. Set histpos to 1
1771 if initial contents is equal to the last history element.
1772 (edebug-set-conditional-breakpoint): Instead of temporarily
1773 prepending the current condition to the history, set initial
1774 contents to the current condition. Set histpos to 1 if initial
1775 contents is equal to the last history element.
1776
1777 * info.el (Info-search-whitespace-regexp): Remove shy group.
1778 (Info-search): Forward line if search is on the header line.
1779 Use search-whitespace-regexp in two other places.
1780
1781 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
1782
1783 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1784 warning. Delay real definition, which uses
1785 `set-fringe-indicators-1' till after the definition of that function.
1786
1787 2004-11-28 Kim F. Storm <storm@cua.dk>
1788
1789 * fringe.el (fringe): New defgroup.
1790 (fringe-mode): Move to fringe group.
1791 (fringe-indicators): New defcustom.
1792 (set-fringe-indicators-1): New defun.
1793
1794 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1795 (menu-bar-showhide-fringe-ind-menu): New keymap.
1796 (menu-bar-showhide-fringe-ind-empty)
1797 (menu-bar-showhide-fringe-ind-mixed)
1798 (menu-bar-showhide-fringe-ind-box)
1799 (menu-bar-showhide-fringe-ind-right)
1800 (menu-bar-showhide-fringe-ind-left)
1801 (menu-bar-showhide-fringe-ind-none): New defuns.
1802 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1803
1804 2004-11-27 Richard M. Stallman <rms@gnu.org>
1805
1806 * comint.el (comint-read-noecho): Add trivial compatibility definition.
1807
1808 * generic.el (define-generic-mode): Doc fix.
1809
1810 * menu-bar.el (menu-bar-options-save): For the options
1811 that are toggled with menu-bar-make-mm-toggle, don't check
1812 for customized-value prop.
1813
1814 2004-11-27 Eli Zaretskii <eliz@gnu.org>
1815
1816 * mail/supercite.el (sc-cite-region): Handle the case where
1817 sc-cite-frame-alist is a symbol.
1818 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1819 a symbol.
1820 (sc-recite-region): Handle the case where sc-recite-frame-alist is
1821 a symbol.
1822
1823 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
1824
1825 * wid-edit.el (widget-narrow-to-field): New function.
1826 (widget-complete): Use it.
1827
1828 2004-11-27 Jay Belanger <belanger@truman.edu>
1829
1830 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1831 variable.
1832 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
1833 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1834 (math-alg-inequalities): Move declaration to earlier in the file.
1835
1836 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1837 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1838 Declare them.
1839
1840 * calc/calc-lang.el (math-expr-data, math-expr-token)
1841 (math-exp-old-pos): Declare them.
1842
1843 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1844 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1845
1846 2004-11-27 Kim F. Storm <storm@cua.dk>
1847
1848 * progmodes/flymake.el: Use (featurep 'xemacs).
1849 (flymake-makehash): Change to defsubst. Use fboundp.
1850 (flymake-time-to-float): Remove.
1851 (flymake-float-time): Merge code from flymake-time-to-float here.
1852 (flymake-replace-regexp-in-string): Change to defsubst.
1853 (flymake-split-string-remove-empty-edges):
1854 Rename to flymake-split-string.
1855 (flymake-split-string): Remove previous defalias.
1856 (flymake-get-temp-dir): Change to defsubst.
1857 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1858 Define for xemacs only.
1859 (flymake-master-file-count-limit): Change into compiler defvar only.
1860 (flymake-find-possible-master-files): Let-bind it dynamically while
1861 sorting files using flymake-master-file-compare.
1862
1863 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1866 of defun-prompt-regexp matches inside a comment/string but the
1867 beginning is correctly outside everything.
1868
1869 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1870 appears within a string or a comment.
1871
1872 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1873 rather than make-symbol for symbols which are used in
1874 a symbol-macrolet or equivalent.
1875
1876 2004-11-26 Jay Belanger <belanger@truman.edu>
1877
1878 * calc-misc.el (calc-last-why-command): Declare it.
1879
1880 * calc-vec.el (math-grade-vec): New variable.
1881 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1882 Replace variable grade-vec by declared variable.
1883 (math-rb-close): New variable.
1884 (math-read-brackets, math-read-vector): Replace variable close by
1885 declared variable.
1886
1887 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1888 (calc-one-window, calc-edit-handler, calc-restore-trail)
1889 (calc-allow-ret): Declare them.
1890
1891 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1892 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1893 (math-radix-float-cache-tag, math-random-cache)
1894 (math-max-digits-cache, math-integral-cache, math-units-table)
1895 (math-format-date-cache, math-holidays-cache-tag): Declare them.
1896 (math-moc-func): New variable.
1897 (math-map-over-constants, math-map-over-constants-rec):
1898 Replace variable func by declared variable.
1899
1900 * calc/calc-store.el (calc-given-value, calc-store-opers):
1901 Declare them.
1902 (calc-var-name-map): Move declaration to earlier in the file.
1903 (calc-pv-pos): New variable.
1904 (calc-permanent-variable, calc-insert-permanent-variable):
1905 Replace variable pos by declared variable.
1906
1907 * calc/calc-mtx.el (calc-det-lu): New variable.
1908 (math-det-raw, math-det-step): Replace variable lu by declared variable.
1909
1910 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1911 (math-multi-subst, math-multi-subst-rec): Replace variables temp
1912 and arg by declared variables.
1913 (calcFunc-reducer): Fix incorrect variable.
1914 (math-inner-mul-func, math-inner-add-func): New variables.
1915 (calcFunc-inner, math-inner-mats): Replace variables mul-func
1916 and add-func by declared variables.
1917
1918 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1919 (calc-digit-value): Declare them.
1920
1921 * calc/calc-help.el (Info-history): Declare it.
1922 (calc-describe-key): Make calc-summary-indentation a local variable.
1923 (calc-help-long-names): Move declaration to earlier in file.
1924
1925 * calc/calc-embed.el (calc-original-buffer): Declare it.
1926 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1927 (calc-embed-bot): New variables.
1928 (calc-do-embedded, calc-embedded-mark-formula)
1929 (calc-embedded-find-bounds, calc-embedded-duplicate)
1930 (calc-embedded-new-formula, calc-embedded-make-info):
1931 Replace vars outer-top, outer-bot, bot and top by declared variables.
1932 (calc-embed-prev-modes): New variable.
1933 (calc-embedded-set-modes, calc-embedded-update): Replace variable
1934 prev-modes with declared variable.
1935 (calc-embed-vars-used): New variable.
1936 (calc-embedded-make-info, calc-embedded-evaluate-expr)
1937 (calc-embedded-update, calc-embedded-find-vars): Replace variable
1938 vars-used by declared variable.
1939
1940 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
1941 (math-format-radix-float): Remove unnecessary setq.
1942 (math-radix-float-cache): Declare it.
1943
1944 * calc/calcsel2.el (calc-keep-selection): Declare it.
1945
1946 * calc/calc-maint.el: Remove file.
1947
1948 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1949
1950 * textmodes/bibtex.el (bibtex-sort-entry-class)
1951 (bibtex-comment-start): Use defcustom.
1952 (bibtex-entry-field-alist): Use nil if initial content of the
1953 field is undefined. Fix docstring.
1954 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
1955 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
1956 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
1957 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
1958 Fix docstring.
1959 (bibtex-autokey-title-terminators): Use only one regexp.
1960 (bibtex-string-maybe-empty-head): New variable.
1961 (bibtex-remove-delimiters-string): New function.
1962 (bibtex-text-in-field-bounds, bibtex-text-in-string):
1963 Use bibtex-remove-delimiters-string.
1964 (bibtex-progress-message, bibtex-field-left-delimiter)
1965 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
1966 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
1967 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
1968 Simplify.
1969 (bibtex-format-entry): Use save-excursion for inherited booktitle.
1970 Use eq and bibtex-remove-delimiters-string. For end markers use
1971 insertion type so that marker stays after inserted text.
1972 (bibtex-autokey-get-names): Return empty string if name is missing.
1973 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
1974 calling bibtex-autokey-name-case-convert.
1975 (bibtex-autokey-demangle-title):
1976 Call bibtex-autokey-titleword-case-convert. Remove call to
1977 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
1978 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
1979 (bibtex-read-key): New optional arg global.
1980 (bibtex-files-expand): New optional arg force.
1981 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
1982 (bibtex-complete-crossref-cleanup): Rename from
1983 bibtex-complete-key-cleanup. Simplify code.
1984 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
1985 Operate on current entry.
1986 (bibtex-button): Add docstring.
1987 (bibtex-entry): Simplify.
1988 (bibtex-make-field): Replace optional arg called-by-yank with more
1989 specific args move and interactive.
1990 (bibtex-end-of-entry): Use forward-sexp.
1991 (bibtex-find-entry-globally): Remove.
1992 (bibtex-find-crossref): Allow for crossref key located in other buffer.
1993 Bound to C-c C-x.
1994 (bibtex-find-entry): New optional args global and display.
1995 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
1996 (bibtex-validate): Use arg force of bibtex-files-expand.
1997 (bibtex-clean-entry): Bugfix, clean string entries properly.
1998 Always keep point at beginning of entry.
1999 (bibtex-complete): Bugfix. Handle string entries properly.
2000 Call cleanup functions only if needed.
2001 (bibtex-String): Use bibtex-read-string-key.
2002 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
2003 case of replacement text.
2004
2005 2004-11-26 Lars Hansen <larsh@math.ku.dk>
2006
2007 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
2008 (tramp-perl-directory-files-and-attributes): New constant.
2009 (tramp-file-name-handler-alist): Delete file-directory-files, add
2010 directory-files-and-attributes.
2011 (tramp-perl-file-attributes): Surround uid and gid by double
2012 quotes. Change parameter id-format from nonnumeric.
2013 (tramp-convert-file-attributes): New function.
2014 (tramp-handle-file-attributes): Use it.
2015 (tramp-maybe-send-perl-script): New function.
2016 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
2017 file mode. Change parameter id-format from nonnumeric.
2018 (tramp-handle-file-attributes-with-ls): Change parameter id-format
2019 from nonnumeric.
2020 (tramp-post-connection): Don't send tramp-perl-file-attributes
2021 script. Reset connection property "perl-scripts".
2022 (tramp-handle-insert-directory): Run real handler when ls-lisp is
2023 in use.
2024
2025 2004-11-26 Lars Hansen <larsh@math.ku.dk>
2026
2027 * desktop.el (desktop-read): Replace mapcar with mapc.
2028 (desktop-create-buffer): Replace mapcar with mapc.
2029 Remove redundant piece of code.
2030
2031 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
2032
2033 * progmodes/gud.el (gud-display-line): Use display-buffer
2034 for GDB-UI as for GUD.
2035
2036 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
2037 Delete variables.
2038 (gdb-ann3): Don't make GUD buffer dedicated.
2039 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
2040 (gdb-display-source-buffer): Delete function.
2041 (gdb-view-source-function, gdb-view-assembler): Delete functions.
2042 (menu): Delete menu bindings for viewing source/assembler.
2043 (gdb-setup-windows, gdb-restore-windows):
2044 Don't dedicate GUD. No assembler now.
2045 (gdb-reset): No need to undedicate source buffers now.
2046 (gdb-source-info): No assembler now.
2047
2048 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
2049
2050 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
2051 width to those for special frames.
2052 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
2053 Use display-buffer.
2054 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
2055 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2056 (gdb-frame-assembler-buffer): Rework like
2057 gdb-frame-breakpoints-buffer.
2058
2059 2004-11-25 Richard M. Stallman <rms@gnu.org>
2060
2061 * progmodes/flymake.el: Reindent.
2062 (flymake-split-string): Turn into defalias.
2063 (flymake-fix-file-name): Rename from flymake-fix-path-name.
2064 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
2065 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
2066 (flymake-build-relative-filename): Rename from ...path.
2067 Fix error message.
2068
2069 2004-11-25 Cheng Gao <chenggao@gmail.com>
2070
2071 * progmodes/flymake.el: Much whitespace and capitalization change.
2072 Move `provide' to end. Require `compile' only when compiling.
2073
2074 2004-11-24 Jay Belanger <belanger@truman.edu>
2075
2076 * calc/calc-alg.el: Added comment.
2077 (math-polynomial-base): Replace variable mpb-top-expr by
2078 math-poly-base-top-expr.
2079
2080 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
2081 (math-polynomial-p1): Replace variable mpb-top-expr by declared
2082 variable.
2083 (math-poly-base-total-base): New variable.
2084 (math-total-polynomial-base, math-polynomial-p1): Replace variable
2085 mpb-total-base by declared variable.
2086 (math-factored-vars, math-to-list): Declare it.
2087 (math-fact-expr): New variable.
2088 (calcFunc-factors, calcFunc-factor, math-factor-expr)
2089 (math-factor-expr-try, math-factor-expr-part): Replace variable
2090 expr by declared variable.
2091 (math-fet-x): New variable.
2092 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
2093 by declared variable.
2094 (math-factor-poly-coefs): Make temp a local variable.
2095
2096 * calc/calc-units.el (calc-convert-units): Make units a local
2097 variable.
2098 (calc-num-units, calc-den-units): New variables.
2099 (calc-explain-units, calc-explain-units-rec): Replace variables
2100 num-units and den-units by declared variables.
2101 (math-cu-unit-list): New variable.
2102 (math-build-units-table, math-compare-unit-names)
2103 (math-convert-units, math-convert-units-rec): Replace variable
2104 unit-list by declared variable.
2105 (math-fbu-base, math-fbu-entry): New variables.
2106 (math-find-base-units, math-find-base-units-rec): Replace variables
2107 base and entry by declared variables.
2108 (math-which-standard): New variable.
2109 (math-to-standard-units, math-to-standard-rec): Replace variable
2110 which-standard by declared variable.
2111 (math-fcu-u): New variable.
2112 (math-find-compatible-unit, math-find-compatible-unit-rec):
2113 Replace variable u by declared variable.
2114 (math-cu-new-units, math-cu-pure): New variables.
2115 (math-convert-units, math-convert-units-rec): Replace variables
2116 new-units and pure by declared variables.
2117 (math-try-cancel-units): New variable.
2118 (math-simplify-units-quotient): Replace variable try-cancel-units by
2119 declared variable.
2120
2121 2004-11-24 Richard M. Stallman <rms@gnu.org>
2122
2123 * textmodes/ispell.el (ispell-check-version):
2124 If default-directory is nonexistent, use home dir.
2125
2126 * progmodes/grep.el (grep-regexp-alist):
2127 Don't match parens around line numbers.
2128
2129 * progmodes/cperl-mode.el (cperl-indent-region)
2130 (cperl-imenu--create-perl-index, cperl-xsub-scan):
2131 Don't print progress messages.
2132
2133 * progmodes/compile.el (compilation-mode-map):
2134 Don't inherit from compilation-minor-mode-map;
2135 copy its bindings instead. But the menu bar Compile
2136 entry now does inherit from compilation-menu-map.
2137
2138 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2139 Use with-no-warnings around compiler-macroexpand.
2140
2141 * imenu.el: Don't always require newcomment.
2142 (imenu--generic-function): Call comment-normalize-vars
2143 if we have a comment syntax.
2144 Exit the loop if REGEXP matches the null string.
2145 Test comment-start as well as comment-start-skip
2146 when deciding whether to check for comments.
2147
2148 * tooltip.el (tooltip-mode): Doc fix.
2149
2150 * term.el (term-escape-char, term-mode): Doc fixes.
2151
2152 2004-11-24 Dave Love <fx@gnu.org>
2153
2154 * progmodes/python.el (python-font-lock-syntactic-keywords):
2155 Check for escapes in the regexp.
2156 (python-quote-syntax): Don't do it here.
2157
2158 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
2159
2160 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
2161 (gdb-frames-mode-map, gdb-threads-mode-map)
2162 (gdb-registers-mode-map, gdb-locals-mode-map)
2163 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
2164 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
2165
2166 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
2167 (dedicated-switch-to-buffer): Rework.
2168 (gdb-var-evaluate-expression-handler, gdb-put-string):
2169 Remove unused variable bindings.
2170 (gdb-setup-windows, gdb-display-buffer):
2171 Simplify. Use pop-to-buffer.
2172 (gdb-view-source-function): Simplify.
2173 (gdb-frame-breakpoints-buffer):
2174 Use pop-to-buffer, special-display-regexps.
2175
2176 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2177
2178 * progmodes/f90.el (f90-smart-end)
2179 (f90-previous-statement, f90-beginning-of-block): Doc fix.
2180 (f90-calculate-indent): Handle un-named PROGRAM blocks.
2181 (f90-end-of-block): Doc fix. Make check of outermost block
2182 conditional on value of `f90-smart-end'.
2183 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
2184 Handle case where END-BLOCK is nil.
2185 (f90-match-end): Handle un-named PROGRAM blocks.
2186 (f90-backslash-not-special): New function.
2187
2188 2004-11-24 Jay Belanger <belanger@truman.edu>
2189
2190 * calc/calc.el (calc-embedded-active): Removed unnecessary
2191 declaration.
2192 (calc-show-banner): Removed redundant declaration.
2193
2194 * calc/calc-graph.el (calc-gnuplot-default-device)
2195 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2196 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2197 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
2198 Remove redundant initial values.
2199
2200 * calc/calc-arith.el (math-scalar-functions)
2201 (math-nonscalar-functions, math-scalar-if-args-functions)
2202 (math-real-functions, math-positive-functions)
2203 (math-nonnegative-functions, math-real-scalar-functions)
2204 (math-real-if-arg-functions, math-integer-functions)
2205 (math-num-integer-functions, math-rounding-functions)
2206 (math-float-rounding-functions, math-integer-if-args-functions)
2207 (math-super-types): Move declarations to earlier in file.
2208 (math-unit-prefixes): Declared it.
2209 (math-floor-prec, math-trunc-prec): New variables.
2210 (math-trunc-fancy): Replace variable prec by declared variable.
2211 (math-floor-fancy): Replace variable prec by declared variable.
2212 (math-com-bterms): New variable.
2213 (math-commutative-equal, math-commutative-collect):
2214 Replace variable bterms by declared variable.
2215
2216 * calc/calc-misc.el (math-trunc): Replace variable prec by
2217 math-trunc-prec.
2218 (math-floor): Replace variable prec by math-floor-prec.
2219
2220 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
2221 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
2222 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
2223 (math-format-date, math-format-date-part): Replace variables
2224 date, dt, year, month, day, weekday, hour, minute, second and
2225 bc-flag by declared variables.
2226 (math-pd-str): New variable.
2227 (math-parse-date, math-parse-date-word, math-parse-standard-date):
2228 Replace variable str by declared variable.
2229 (math-daylight-savings-hook, math-tzone-names): Move definitions
2230 to earlier in the file.
2231 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
2232 (math-sh-year): New variable.
2233 (math-setup-add-holidays, math-setup-holidays)
2234 (math-setup-year-holidays): Replace variable `year' by declared
2235 variable.
2236
2237 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
2238 New variables.
2239 (math-nth-root-float, math-nth-root-float-iter): Replace variables
2240 n, nf and nfm1 by declared variables.
2241 (math-nri-n): New variable.
2242 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
2243 n by declared variable.
2244 (calcFunc-log): Removed misplaced condition.
2245
2246 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2247
2248 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
2249
2250 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
2251
2252 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
2253 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
2254 Dedicate gdb-related windows.
2255 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
2256 other frames.
2257 (gdb-reset): Remove dedicated property after debugging.
2258
2259 2004-11-24 Jay Belanger <belanger@truman.edu>
2260
2261 * calc/calc-sel.el: Add comment.
2262
2263 * calc/calc.el (math-stack-value-offset): Replace variables c,
2264 wid and off with math-svo-c, math-svo-wid and math-svo-off.
2265
2266 * calc/calccomp.el (math-comp-sel-tag): Declare it.
2267 (math-svo-c, math-svo-wid, math-svo-off): New variables.
2268 (math-stack-value-offset-fancy): Replace variables c, wid and off
2269 by declared variables.
2270 (math-comp-just, math-comp-comma-spc): New variables.
2271 (math-compose-expr, math-compose-matrix): Replace variables `just'
2272 and comma-spc by declared variable.
2273 (math-comp-vector-prec): New variable.
2274 (math-compose-expr, math-compose-matrix, math-compose-rows):
2275 Replace variable vector-prec by declared variable.
2276 (math-comp-left-bracket, math-comp-right-bracket)
2277 (math-comp-comma): New variables.
2278 (math-compose-expr, math-compose-rows): Replace variables
2279 left-bracket, right-bracket and comma by declared variables.
2280 (math-comp-full-width): New variable.
2281 (math-comp-to-string-flat, math-comp-to-string-flat-term):
2282 Replace variable full-width by declared variable.
2283 (math-comp-highlight, math-comp-word, math-comp-level)
2284 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
2285 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
2286 New variables.
2287 (math-comp-to-string-flat, math-comp-to-string-flat-term)
2288 (math-comp-sel-flat-term): Replace variables comp-highlight,
2289 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
2290 declared variables.
2291 (math-comp-simplify, math-comp-simplify-term)
2292 (math-comp-add-string, math-comp-add-string-sel):
2293 Replace variables comp-highlight, comp-buf, comp-base,
2294 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
2295
2296 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2297
2298 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
2299
2300 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
2301 and x-server-version may throw.
2302
2303 2004-11-23 Kim F. Storm <storm@cua.dk>
2304
2305 * subr.el (substitute-key-definition-key): Optimize.
2306 Don't call indirect-function for nil defn (always signals error).
2307
2308 * ido.el (ido-read-internal): Fix require-match check when
2309 ido-directory-too-big is set.
2310
2311 2004-11-23 Jay Belanger <belanger@truman.edu>
2312
2313 * calc/calc-ext.el (math-read-replacement-list)
2314 (math-read-superscripts): New variables.
2315 (math-read-preprocess-string): New function.
2316 (math-read-expr): Filter input through math-read-preprocess-string.
2317
2318 * calc/calc-aent.el (math-read-exprs): Filter input through
2319 math-read-preprocess-string.
2320
2321 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
2322
2323 * progmodes/compile.el (compilation-start): In cd command use
2324 substitute-env-vars -- not quite shell compatible but better than
2325 nothing.
2326 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
2327 handle the newer versions messages, which are more parseable.
2328
2329 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * reveal.el (reveal-mode-map): New var.
2332 (reveal-mode): Use it.
2333
2334 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
2335
2336 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
2337 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
2338
2339 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
2342 header-line when needed.
2343 Use fixed-pitch only in the header-line.
2344 Build the underline automatically. Use emdash if available.
2345
2346 2004-11-22 Richard M. Stallman <rms@gnu.org>
2347
2348 * dired.el (dired-recursive-copies): Move from dired-aux.el.
2349 * dired-aux.el (dired-recursive-copies): Move to dired.el.
2350
2351 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
2352
2353 * progmodes/gdb-ui.el (gdb-resync): New function.
2354 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
2355 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
2356 Use it to fail more gracefully.
2357 (gdb-variables): Delete variable.
2358 Re-order variables to reduce byte-compiler warnings.
2359
2360 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * descr-text.el (describe-char):
2363 * paren.el (show-paren-function):
2364 * subr.el (syntax-after): Undo last change.
2365
2366 * progmodes/python.el (run-python): Don't hard code *Python*.
2367 Don't modify global process-environment.
2368 (python-send-region, python-load-file): Don't assume that
2369 python-buffer == (process-buffer (python-proc)).
2370 (python-switch-to-python): Simplify.
2371
2372 * dired.el (dired-align-file): Don't assume line starts with spaces.
2373
2374 2004-11-21 Jay Belanger <belanger@truman.edu>
2375
2376 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
2377 Replace variable `lines' by math-read-big-lines.
2378 (math-read-big-expr): Replace variables the-baseline, the-h2
2379 and err-msg by math-read-big-baseline, math-read-big-h2 and
2380 math-read-err-msg.
2381 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
2382
2383 * calc/calc-lang.el (math-read-big-rec): Fix typo.
2384 (math-read-big-balance): Replace unbound variable by value.
2385 (math-read-big-lines): New variable.
2386 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2387 (math-read-big-error, math-read-big-balance): Replace variable
2388 `lines' by declared variable.
2389 (math-read-big-baseline, math-read-big-h2): New variables.
2390 (math-read-big-rec): Replace variables the-baseline and the-h2
2391 by declared variables.
2392 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
2393 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
2394 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
2395 declared variables.
2396 (math-read-big-err-msg): New variable.
2397 (math-read-big-error): Replace variable err-msg by declared variable.
2398
2399 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * ses.el: Add coding cookie.
2402 Fix up docstrings, follow new commenting conventions.
2403 (ses-header-line-menu): Fix missing variable rename for header-row.
2404 (ses-cell-size): Remove.
2405 (ses-make-cell): New function.
2406 (ses-cell, ses-insert-row, ses-insert-column): Use it.
2407 (ses-calculate-cell): Remove unused var `symbol'.
2408 (ses-narrowed-p): New function.
2409 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
2410 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
2411 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
2412 (ses-setup): Use restore-buffer-modified-p.
2413 (ses-cleanup): Remove unused var `end'.
2414 (ses-header-string-left-offset): Remove.
2415 (ses-create-header-string): Adjust to new behavior of `align-to'.
2416 Truncate excessively large fields to preserve alignment.
2417 (ses-reconstruct-all): Remove unused var `refs'.
2418 (ses-read-cell-printer): Remove unused var `prompt'.
2419 (ses-delete-row): Remove unused var `pos'.
2420 (ses-delete-column): Remove unused var `new'.
2421
2422 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2423
2424 * ps-print.el: Insert :version tag into all defgroup and defcustom.
2425 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2426 Eliminate eval-and-compile usage.
2427 (ps-insert-file): Use insert-file-contents instead of insert-file.
2428 (ps-setup): Code fix.
2429
2430 * printing.el (pr-setup, lpr-setup): Code fix.
2431
2432 2004-11-21 Jay Belanger <belanger@truman.edu>
2433
2434 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
2435 (calc-original-buffer): Declare them.
2436 (calc-user-formula-alist): New variable.
2437 (calc-user-define-formula, calc-fix-user-formula)
2438 (calc-user-define-composition, calc-finish-formula-edit):
2439 Replace variable `alist' by declared variable.
2440 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
2441 (var-q7, var-q7, var-q8, var-q9): Declare them.
2442 (calc-kbd-push): Don't check to see if var-q0 through var-q9
2443 are bound.
2444 (calcFunc-typeof): Replace undeclared variable by expression.
2445 (math-exp-env): New variable.
2446 (math-define-body, math-define-exp): Replace exp-env by declared var.
2447 (math-define-exp): Replace misplaced variable by expression.
2448
2449 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
2450 (calc-curve-model, calc-curve-coefnames): New variables.
2451 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
2452 varnames, model and coefnames by declared variables.
2453 (math-root-widen): New variable.
2454 (math-search-root, math-find-root): Replace variable root-widen by
2455 declared variable.
2456 (var-DUMMY): Declare it.
2457 (math-root-vars, math-min-vars): Move the declarations to earlier in
2458 the file.
2459 (math-brent-min): Make d a local variable.
2460 (math-find-minimum): Replace non-existent variable.
2461 (math-ninteg-romberg): Remove unnecessary variable.
2462 (math-ninteg-temp): New variable.
2463 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
2464 integ-temp by declared variable.
2465 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
2466 New variables.
2467 (math-general-fit): Replace variables first-var, first-coef and
2468 new-coefs by declared variables.
2469 (calcFunc-fitvar): Replace variable first-var by declared variable.
2470 (calcFunc-fitparam): Replace variable first-coef by declared variable.
2471 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
2472 (math-all-vars-vars, math-all-vars-found): New variables.
2473 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
2474 found by declared variable math-all-vars-vars.
2475
2476 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
2477
2478 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
2479 of `defconst'.
2480
2481 2004-11-20 Richard M. Stallman <rms@gnu.org>
2482
2483 * isearch.el (isearch-mode-map): Don't bind SPC.
2484 (isearch-whitespace-chars): Function deleted.
2485 (isearch-search): Bind search-spaces-regexp.
2486 (isearch-lazy-highlight-search): Likewise.
2487 (search-whitespace-regexp): Doc fix.
2488 (isearch-forward-regexp): Doc fix.
2489
2490 * emacs-lisp/bytecomp.el (byte-compile-form):
2491 Move the calls to byte-compile-set-symbol-position,
2492 to avoid having two for the same symbol occurrence.
2493
2494 * comint.el (comint-input-ring-size): Increase to 150.
2495
2496 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
2497 New variables.
2498 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
2499 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
2500
2501 * imenu.el (imenu--generic-function):
2502 Ensure we keep moving backward even if BEG isn't further back.
2503
2504 * replace.el (query-replace-read-to, query-replace-read-from):
2505 Specify t for KEEP-ALL in read-from-minibuffer.
2506
2507 * progmodes/python.el (python-switch-to-python):
2508 If Python isn't running, start it.
2509 Don't alter debug-ignored-errors.
2510
2511 * progmodes/cperl-mode.el (cperl-indent-region):
2512 Don't mind imenu-scanning-message.
2513
2514 * bindings.el (global-map): Bind C-e to move-end-of-line.
2515
2516 * simple.el (line-move-finish): New arg FORWARD.
2517 Ignore invisible newlines, not intangible ones.
2518 Conditions for acceptable stopping positions depend on FORWARD.
2519 (line-move): Pass FORWARD arg to line-move-finish.
2520
2521 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
2522 of HEADER. Compensate for this change in the code to add display
2523 properties. Don't make the first line intangible.
2524
2525 * info.el (Info-search): Fix previous change.
2526
2527 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
2528
2529 * Makefile.in (recompile): Revert 2004-11-19 change.
2530 (compile): Likewise.
2531
2532 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
2533
2534 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
2535
2536 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2537
2538 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
2539 defgroup and defcustom. Eliminate eval-and-compile usage.
2540
2541 * progmodes/ebnf-otz.el: Fix typos.
2542
2543 2004-11-19 Jay Belanger <belanger@truman.edu>
2544
2545 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
2546 (calc-edit-finish, calc-finish-stack-edit): Replace variable
2547 disp-trail by declared variable.
2548
2549 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
2550 (calc-finish-selection-edit): Replace variable disp-trail by
2551 declared variable.
2552 (calc-selection-cache-entry): Move declaration to earlier in the file.
2553 (calc-selection-cache-num, calc-selection-cache-comp)
2554 (calc-selection-cache-offset, calc-selection-true-num)
2555 (calc-final-point-line, calc-final-point-column)
2556 (calc-original-buffer): Declare them.
2557 (calc-fnp-op, calc-fnp-num): New variables.
2558 (calc-find-nth-part, calc-find-nth-part-rec)
2559 (calc-select-previous): Replace op and num by declared variables.
2560 (calc-rsf-old, calc-rsf-new): New variables.
2561 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
2562 Replace variables old and new by declared variables.
2563 (calc-sel-reselect): New variable.
2564 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
2565 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
2566 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
2567 reselect with declared variable.
2568
2569 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
2570 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
2571 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
2572 (math-import-list, math-rewrite-phase): Declare them.
2573 (math-rewrite): Use let* to declare variables.
2574 (calc-rewrite-selection): Make rules a local variable.
2575 (calc-rewr-sel): New variable.
2576 (calc-rewrite-selection, calc-locate-selection-marker)
2577 (calc-rewrite): Use the declared variable calc-rewr-sel instead
2578 of sel.
2579 (math-rewrite-whole-expr): New variable.
2580 (math-rewrite, math-rewrite-phase): Replace variable expr by
2581 declared variable.
2582 (math-rewrite-heads-heads, math-rewrite-heads-skips)
2583 (math-rewrite-heads-blanks ): New variables.
2584 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2585 heads, skips and blanks by declared variables.
2586 (math-rwcomp-subst-old, math-rwcomp-subst-new)
2587 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2588 New variables.
2589 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
2590 old, new, old-func and new-func by declared variables.
2591 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
2592 Remove unnecessary variable.
2593 (math-apply-rw-regs): New variable.
2594 (math-apply-rewrites, math-rwapply-replace-regs)
2595 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
2596 (math-apply-rw-ruleset): New variable.
2597 (math-apply-rewrites, math-rwapply-remember): Replace variable
2598 ruleset by declared variable.
2599
2600 2004-11-19 Richard M. Stallman <rms@gnu.org>
2601
2602 * info.el (Info-search): Use search-whitespace-regexp.
2603
2604 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2605
2606 * vc-rcs.el (vc-rcs-parse): New function.
2607 (vc-rcs-annotate-command): Likewise.
2608 (vc-rcs-annotate-current-time): Likewise.
2609 (vc-rcs-annotate-time): Likewise.
2610 (vc-rcs-annotate-extract-revision-at-line): Likewise.
2611
2612 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2613
2614 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
2615
2616 2004-11-18 Jay Belanger <belanger@truman.edu>
2617
2618 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
2619
2620 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2621
2622 * printing.el: Eliminate use of interactive-p and eval-and-compile.
2623 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
2624 Use make-temp-file to generate PostScript files in any situation.
2625 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
2626 (pr-interactive-p): Eliminate var.
2627 (pr-save-interactive): Eliminate macro.
2628 (pr-interface, pr-ps-directory-preview)
2629 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2630 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2631 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2632 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2633 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2634 (pr-ps-region-ps-print, pr-ps-mode-preview)
2635 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2636 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2637 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
2638 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2639 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2640 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2641 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2642 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2643 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2644 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2645 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2646 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
2647 Eliminate pr-save-interactive usage.
2648 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
2649 Eliminate pr-interactive-p usage.
2650 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
2651 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
2652 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
2653 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
2654 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
2655 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
2656 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
2657 New funs.
2658 (pr-ps-file): Use make-temp-file to generate a temporary file.
2659
2660 2004-11-17 Jay Belanger <belanger@truman.edu>
2661
2662 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
2663 a local variable.
2664 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
2665 (math-top-only): New variable.
2666 (math-simplify, math-simplify-step): Replace variable top-only by
2667 declared variable math-top-only.
2668 (math-simplify-expr): Declare it.
2669 Replace argument expr in all calls of math-defsimplify by
2670 math-simplify-expr.
2671 (math-simplify-plus, math-simplify-times, math-simplify-divide)
2672 (math-simplify-divisor, math-simplify-one-divisor)
2673 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
2674 (math-simplify-pow): Replace variable expr by declared variable
2675 math-simplify-expr.
2676 (math-simplify-divisor): Remove local variables temp and op.
2677 (math-simplify-one-divisor): Make temp and op local variables.
2678 (math-simplify-divisor-nover, math-simplify-divisor-dover):
2679 New variables.
2680 (math-simplify-divisor, math-simplify-one-divisor):
2681 Replace variables nover and dover by declared variables.
2682 (math-expr-subst-new, math-expr-subst-old): New variables.
2683 (math-expr-subst, math-expr-subst-rec): Replace variables new
2684 and old by declared variables.
2685 (math-is-poly-degree, math-is-poly-loose): New variables.
2686 (math-is-polynomial, math-is-poly-rec): Replace variables degree
2687 and loose by declared variables.
2688 (math-poly-base-const-ok, math-poly-base-pred): New variables.
2689 (math-polynomial-base, math-polynomial-base-rec):
2690 Replace variables const-ok and mpb-pred by declared variables.
2691
2692 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
2693
2694 * calc/calc-ext.el (math-defsimplify): Change the argument in
2695 the created function to math-simplify-expr.
2696
2697 * calc/calc-units.el (math-simplify-expr): Declare it.
2698 Replace argument expr in all calls of math-defsimplify by
2699 math-simplify-expr.
2700 (math-simplify-units-prod): Replace variable expr by declared
2701 variable math-simplify-expr.
2702
2703 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
2706 Replace mapcar->dolist, format->string.
2707
2708 2004-11-17 Miles Bader <miles@gnu.org>
2709
2710 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
2711 * progmodes/idlwave.el: Remove RCS keywords.
2712
2713 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
2714
2715 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
2716 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
2717 Update to IDLWAVE version 5.5. Too many changes to list them here.
2718 * progmodes/idlw-help.el: New file.
2719
2720 2004-11-16 Richard M. Stallman <rms@gnu.org>
2721
2722 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2723 Discard spaces after \i according to TeX rules.
2724
2725 * international/mule.el (set-buffer-file-coding-system):
2726 New arg NOMODIFY.
2727 (after-insert-file-set-coding): Pass that new arg.
2728 Prevent set-buffer-multibyte from trying to lock the file.
2729
2730 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
2731
2732 * saveplace.el (save-place): Doc fix.
2733
2734 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
2735 temporarily widen before finding the following word to copy.
2736
2737 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
2738 (cl-map-keymap): Definition deleted.
2739
2740 * subr.el (map-keymap-internal): New function.
2741
2742 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
2745 when pressing rather than when releasing mouse-2. Simplify.
2746
2747 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2748
2749 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
2750 (compilation-mode): Set it here instead.
2751
2752 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2753
2754 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2755 (loop, cl-parse-loop-clause, defsetf): Use backquote.
2756
2757 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * progmodes/compile.el (compilation-internal-error-properties):
2760 Fix up a transposition-typo. Check end-col before using it.
2761
2762 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
2763
2764 * international/iso-cvt.el (iso-tex2iso-trans-tab):
2765 Discard whitespace after macro \i when converting it.
2766
2767 2004-11-16 Juri Linkov <juri@jurta.org>
2768
2769 * emacs-lisp/find-func.el (find-function-regexp):
2770 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
2771 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
2772 Remove invalid `\W' from [^cgv\W]. Doc fix.
2773 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2774
2775 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
2776
2777 * play/life.el: Maintainer is now FSF.
2778 (life-patterns, life-neighbor-deltas, life-window-start)
2779 (life-current-generation, life-generation-string): Use defvar
2780 instead of defconst.
2781
2782 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2783
2784 * progmodes/compile.el (compilation-move-to-column): New fun.
2785 (compilation-internal-error-properties)
2786 (compilation-next-error-function): Use it to make sure we don't go past
2787 the end of line.
2788
2789 2004-11-15 John Paul Wallington <jpw@gnu.org>
2790
2791 * autoinsert.el (auto-insert-alist): Insert the user's name in
2792 copyright notice, rather than Free Software Foundation, for the
2793 Emacs Lisp header case too.
2794
2795 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2796
2797 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2798 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2799 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
2800 return the list of string in a string.
2801 (pr-call-process): Message if calling process returns an error, that
2802 is, the exit status is different of zero.
2803
2804 2004-11-15 Jay Belanger <belanger@truman.edu>
2805
2806 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
2807 variable var-thing.
2808 (math-integ-depth, math-integ-level, math-integral-limit)
2809 (math-enable-subst, math-any-substs, math-integ-msg)
2810 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2811 (math-int-threshold, math-int-factors, math-double-roots)
2812 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2813 (var-GenCount): Declare these variables.
2814 (calcFunc-integ): Don't check if var-IntegLimit is bound.
2815 (math-integral-cache, math-integral-cache-state):
2816 Move declarations to earlier in the file.
2817 (math-deriv-var, math-deriv-total, math-deriv-symb)
2818 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2819 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2820 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2821 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2822 (math-solve-res): New variables
2823 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2824 (math-integral, math-replace-integral-parts)
2825 (math-integrate-by-parts, calc-dump-integral-cache)
2826 (math-try-integral, math-do-integral, math-do-integral)
2827 (math-do-integral-methods, math-try-solve-for)
2828 (math-try-solve-prod, math-solve-poly-funny-powers)
2829 (math-solve-crunch-poly, math-decompose-poly)
2830 (math-solve-find-root-term, math-find-root-in-prod)
2831 (math-integ-try-linear-substitutions)
2832 (math-integ-try-substitutions, math-expr-rational-in)
2833 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2834 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2835 (math-solve-for, math-solve-system, math-solve-system-rec)
2836 (math-solve-get-sign, math-solve-get-int)
2837 (math-solve-system-subst): Replace undeclared variables with newly
2838 declared variables.
2839
2840 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * winner.el (winner-active-region, winner-edges, winner-window-list):
2843 Define at toplevel.
2844 (winner-mode-map): Move init inside declaration.
2845
2846 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
2847
2848 * files.el (convert-standard-filename): Doc fix.
2849
2850 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
2851
2852 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2853 passwd, group, shadow, default/* and pam.d/*.
2854
2855 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2856
2857 * printing.el (pr-menu-spec): Adjust menu specification.
2858
2859 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2860
2861 * printing.el: Doc fix. Insert :version tag into all defcustom.
2862 Handle interactive-p as is recommended in Emacs Lisp Reference.
2863 Set the file permission bits for newly created files.
2864 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2865 The printing menu specification (in `pr-menu-spec') was merged.
2866 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2867 (pr-version): New version number (6.8.3).
2868 (pr-file-modes): New option.
2869 (pr-interactive-p): New var.
2870 (pr-save-interactive, pr-save-file-modes): New macros.
2871 (pr-setup): Code fix.
2872 (pr-menu-spec): Menu specification merged.
2873 (pr-call-process, pr-text2ps): Set file permission bits.
2874 (pr-despool-print): Set file permission bits. Handle interactive-p as
2875 is recommended.
2876 (pr-interface, pr-ps-directory-preview)
2877 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2878 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2879 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2880 (pr-ps-buffer-ps-print, pr-ps-region-preview)
2881 (pr-ps-region-using-ghostscript, pr-ps-region-print)
2882 (pr-ps-region-ps-print, pr-ps-mode-preview)
2883 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2884 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2885 (pr-despool-using-ghostscript, pr-despool-ps-print)
2886 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2887 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2888 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2889 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2890 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2891 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2892 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2893 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2894 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2895 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2896 Handle interactive-p as is recommended.
2897
2898 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2899
2900 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2901 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2902
2903 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2904 so it doesn't forget to highlight the beginning of the region either.
2905
2906 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
2907
2908 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2909 (c-font-lock-init): Eliminate obsolete make-local-hook.
2910 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2911 (awk-mode): Use run-mode-hooks.
2912
2913 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2914
2915 2004-11-13 Kim F. Storm <storm@cua.dk>
2916
2917 * mouse.el (mouse-drag-copy-region): Add :version.
2918 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2919 while dragging mode line, so mode line can be dragged downwards.
2920 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2921 while pressing mouse button so window doesn't scroll until we
2922 release the mouse if clicking on partially visible line.
2923
2924 2004-11-12 Jay Belanger <belanger@truman.edu>
2925
2926 * calc/calc-graph.el (calc-dumb-map): Declare it.
2927 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
2928 than unbound.
2929 (calc-graph-name): Made `end' a local variable.
2930 (calc-graph-lookup): Made `varname' a local variable.
2931 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2932 Declare them.
2933 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
2934 (calc-graph-plot, calc-graph-compute-3d): Remove references to
2935 the unused variable y3vec.
2936 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
2937 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
2938 calc-graph-prev-kill-hook.
2939 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2940 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2941 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2942 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2943 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2944 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2945 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2946 (calc-graph-y3value, calc-graph-y3name)
2947 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2948 (calc-graph-stepcount, calc-graph-is-splot)
2949 (calc-graph-surprise-splot, calc-graph-blank)
2950 (calc-graph-non-blank, calc-graph-curve-num): New variables.
2951 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2952 (calc-graph-recompute-2d, calc-graph-compute-3d)
2953 (calc-graph-format-data): Replace undeclared variables with the
2954 above newly declared variables.
2955
2956 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
2957
2958 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2959 `rsf-beep' and `rsf-sleep-after-message'.
2960
2961 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2962 list if `message-sender' is non-nil.
2963
2964 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2965
2966 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2967 consing by using mapc instead of mapcar.
2968
2969 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
2970
2971 * tooltip.el (require): Explain why CL is needed.
2972
2973 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2974
2975 * printing.el: Insert :version into defgroup (printing). All reference
2976 to Files option in menubar were changed to File.
2977 (pr-version): New version number (6.8.2).
2978 (pr-get-symbol): Call easy-menu-intern.
2979 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
2980 compilation gripes.
2981
2982 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2983
2984 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2985 new byte-compile-function-environment binding to t.
2986
2987 * font-lock.el (font-lock-fontify-syntactically-region):
2988 Don't forget to highlight the last char when we hit `end'.
2989
2990 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2991 (mwheel-scroll): Adjust accordingly.
2992
2993 * cvs-status.el: Reduce spurious warnings.
2994 (cvs-status-checkout): Remove.
2995 (cvs-status-mode-map): Use cvs-mode-checkout instead.
2996
2997 * pcvs.el (cvs-mode-checkout): New command.
2998
2999 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
3000
3001 * tooltip.el: Require CL.
3002
3003 * emacs-lisp/bytecomp.el: Use push.
3004 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
3005 (defalias): Remove the `byte-compile' property and add
3006 a `byte-hunk-handler'.
3007
3008 2004-11-11 Juri Linkov <juri@jurta.org>
3009
3010 * info.el (Info-search): Save match data for isearch.
3011 Skip Tag Table node.
3012
3013 * descr-text.el (describe-char): Replace syntax-after with code
3014 from its previous version.
3015
3016 * files.el (magic-mode-alist): Use optimization for SGML mode too.
3017 (set-auto-mode): Doc fix. Remove unused variable `xml'.
3018
3019 * international/mule.el (sgml-html-meta-auto-coding-function):
3020 Remove > after <html to allow HTML attributes.
3021
3022 2004-11-11 Jay Belanger <belanger@truman.edu>
3023
3024 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
3025 a variable.
3026 (calcFunc-dfac): Replace unbound max by n.
3027 (math-stirling-local-cache): New variable.
3028 (math-stirling-number, math-stirling-1, math-stirling-2):
3029 Replace the variable `cache' by the declared variable
3030 math-stirling-local-cache.
3031 (var-RandSeed): Declare it as a variable.
3032 (math-init-random-base, math-random-digit): Don't check to see if
3033 var-RandSeed is bound.
3034 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
3035 Declare them instead of just setting them.
3036 (math-init-random-base): Made i a local variable.
3037 (math-random-digit): Made math-random-last a local variable.
3038 (math-prime-test-cache): Move declaration to before it is used.
3039 (math-prime-test-cache-k, math-prime-test-cache-q)
3040 (math-prime-test-cache-nm1, math-prime-factors-finished):
3041 Declare them as variables.
3042
3043 2004-11-11 Jay Belanger <belanger@truman.edu>
3044
3045 * calc/calc-ext.el (math-defcache): Use defvar for the new
3046 variables it creates.
3047
3048 2004-11-11 Lars Hansen <larsh@math.ku.dk>
3049
3050 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
3051 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
3052 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
3053 (desktop-save): Add :version.
3054
3055 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * printing.el (pr-get-symbol): Don't downcase.
3058
3059 2004-11-10 Jay Belanger <belanger@truman.edu>
3060
3061 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
3062 string to kill-ring.
3063
3064 * calc/calc-aent.el (calc-alg-exp, math-toks)
3065 (math-exp-pos,math-exp-old-pos, math-exp-token)
3066 (math-exp-keep-spaces, math-exp-str): New variables.
3067 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
3068 (calcAlg-enter): Use declared variable calc-alg-exp.
3069 (math-build-parse-table, math-find-user-token): Use declared
3070 variable math-toks.
3071 (math-read-exprs, math-read-token, calc-check-user-syntax)
3072 (calc-match-user-syntax, match-factor-after, math-read-factor):
3073 Use declared variables math-exp-pos math-exp-old-pos.
3074 (math-read-exprs, math-read-token, math-read-expr-level)
3075 (calc-check-user-syntax, calc-match-user-syntax)
3076 (match-factor-after, math-read-factor): Use declared variable
3077 math-exp-token.
3078 (math-read-exprs, math-read-expr-list, math-read-token)
3079 (math-read-factor): Use declared variable math-exp-keep-spaces.
3080 (math-read-exprs, math-read-token): Use declared variable
3081 math-exp-str.
3082 (calc-match-user-syntax): Make m a local variable.
3083
3084 * calc/calc-ext.el (math-read-expr): Use declared variables
3085 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
3086 math-exp-keep-spaces.
3087
3088 * calc/calc-forms.el (math-read-angle-bracket): Use declared
3089 variables math-exp-pos, math-exp-str.
3090
3091 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
3092 math-exp-old-pos.
3093 (math-parse-fortran-vector, math-parse-fortran-vector-end)
3094 (math-parse-eqn-prime): Use declared variable math-exp-token.
3095
3096 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
3097 Use declared variable math-exp-pos.
3098 (math-check-for-commas): Use declared variable math-exp-str.
3099 (math-read-brackets): Use declared variables math-exp-old-pos,
3100 math-exp-keep-spaces.
3101 (math-read-brackets, math-read-vector, math-read-matrix):
3102 Use declared variable math-exp-token.
3103
3104 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
3107 where the keymap is a symbol.
3108 (easy-menu-add-item): Use keymap-prompt. Simplify.
3109
3110 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
3111
3112 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
3113 (sgml-parse-tag-backward): Use it to skip spurious < or >.
3114
3115 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
3116
3117 * ebuff-menu.el: Doc fixes throughout.
3118 (electric-buffer-menu-mode-hook): New defvar.
3119
3120 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
3121
3122 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
3123 compilation. The resulting compiler warnings appear to be harmless.
3124
3125 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
3126
3127 * textmodes/conf-mode.el: New file.
3128
3129 * files.el (auto-mode-alist, magic-mode-alist): Use it.
3130
3131 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
3134
3135 2004-11-09 Jay Belanger <belanger@truman.edu>
3136
3137 * calc/calc-ext.el (calc-init-extensions): Remove old code.
3138
3139 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
3140 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
3141 (calc-z-prefix-help, calc-user-function-list): Use declared
3142 variables calc-z-prefix-buf, calc-z-prefix-msgs.
3143 (math-map-tree, math-map-tree-rec): Use declared variables
3144 math-mt-many, math-mt-func.
3145 (math-read-expression, math-read-string): Use declared variable
3146 math-expr-data.
3147
3148 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
3149 variable math-normalize-a.
3150
3151 * calc/calc.el (math-normalize-a): New variable.
3152 (math-normalize): Use declared variable math-normalize-a.
3153
3154 * calc/calc-poly.el (math-expand-form): Use declared variable
3155 math-mt-many.
3156
3157 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3158 Use declared variable math-mt-many.
3159 (math-rewrite): Use declared variable math-mt-func.
3160
3161 * calc/calc-vec.el (math-read-brackets, math-read-vector)
3162 (math-read-matrix): Use declared variable math-expr-data.
3163
3164 * calc/calc-lang.el (math-parse-fortran-vector)
3165 (math-parse-fortran-vector-end, math-parse-tex-sum)
3166 (math-parse-eqn-matrix, math-parse-eqn-prime)
3167 (math-read-math-subscr): Use declared variable math-expr-data.
3168
3169 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
3170 (math-read-expr-level, math-read-token, calc-check-user-syntax)
3171 (calc-match-user-syntax, math-read-if, math-factor-after)
3172 (math-read-factor): Use declared variable math-expr-data.
3173
3174 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
3175
3176 * calendar/diary-lib.el (diary-from-outlook)
3177 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
3178 interactive-p; but rather new optional argument NOCONFIRM.
3179
3180 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
3183 (easy-menu-name-match): Revert correspondingly.
3184
3185 2004-11-09 Richard M. Stallman <rms@gnu.org>
3186
3187 * emacs-lisp/bytecomp.el (byte-compile-defalias):
3188 Turn off warnings for the new function even if definition not constant.
3189 If the definition isn't a quoted symbol, record (FUNCTION . t).
3190 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
3191 (byte-compile-callargs-warn): Handle (FUNCTION . t).
3192 (display-call-tree, byte-compile-arglist-warn):
3193 Handle t returned by byte-compile-fdefinition.
3194
3195 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3196
3197 * Makefile.in (maintainer-clean): Depend on distclean.
3198
3199 * help-fns.el (help-C-file-name): File name must be in build-files
3200 to be returned.
3201
3202 2004-11-09 Jay Belanger <belanger@truman.edu>
3203
3204 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
3205 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
3206
3207 * calc/calc.el (calc, calc-trail-display, calc-mode):
3208 Remove obsolete sections.
3209
3210 * calc/calc.el (calc-x-paste-text): Remove.
3211
3212 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
3213 mouse-2.
3214
3215 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
3216
3217 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
3218 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
3219 current frame (in case of recursive calls).
3220 (gdb-show-changed-values): Add :version keyword.
3221
3222 2004-11-09 Kenichi Handa <handa@m17n.org>
3223
3224 * international/mule-cmds.el: Change coding: tag back to
3225 iso-2022-7bit.
3226
3227 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * international/mule-cmds.el: Change coding-system to utf-8.
3230 (select-safe-coding-system-interactively):
3231 New function extracted from select-safe-coding-system.
3232 (select-safe-coding-system): Use it.
3233
3234 2004-11-08 Richard M. Stallman <rms@gnu.org>
3235
3236 * subr.el (syntax-after): Doc fix.
3237
3238 * paren.el (show-paren-function): Change calls to syntax-after
3239 for new way of returning the value.
3240
3241 * menu-bar.el (menu-bar-file-menu): Make this the real name
3242 and menu-bar-files-menu the alias. Use the former.
3243 (global-map): Use `file', not `files', as the symbol.
3244
3245 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
3246
3247 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
3248 Don't use beginning-of-buffer.
3249 (filesets-cmd-show-result): Use with-no-warnings.
3250
3251 2004-11-08 Juri Linkov <juri@jurta.org>
3252
3253 * progmodes/compile.el (compile): Don't overwrite last command in
3254 minibuffer history with default command if they are not equal.
3255
3256 2004-11-08 Jay Belanger <belanger@truman.edu>
3257
3258 * calc/calcalg2.el (math-do-integral-methods): Try linear then
3259 non-linear substitutions.
3260
3261 2004-11-08 Jay Belanger <belanger@truman.edu>
3262
3263 * calc/calcalg2.el (math-linear-subst-tried): New variable.
3264 (math-do-integral): Set `math-linear-subst-tried' to nil.
3265 (math-do-integral-methods): Use `math-linear-subst-tried' to
3266 determine what type of substitution to try.
3267 (math-integ-try-linear-substituion):
3268 Set `math-linear-subst-tried' to t.
3269
3270 2004-11-08 Kim F. Storm <storm@cua.dk>
3271
3272 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
3273
3274 2004-11-07 Juri Linkov <juri@jurta.org>
3275
3276 * info-look.el (info-lookup): Allow reusing in the current buffer
3277 not only *info* buffer, but all (even renamed) Info buffers
3278 by checking for major-mode instead of *info* buffer name.
3279 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
3280 (octave-mode, maxima-mode) <doc-spec>:
3281 Allow long dashes generated by Texinfo 4.7 before definitions.
3282 (texinfo-mode) <doc-spec>: Add space to suffix to find command
3283 definitions with argument separated by space.
3284
3285 2004-11-06 Richard M. Stallman <rms@gnu.org>
3286
3287 * simple.el (next-error group, face): Move before first use.
3288 (next-error-highlight, next-error-highlight-no-select): Likewise.
3289
3290 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
3291 (line-move): New args NOERROR and TO-END.
3292 Return t if if succeed in moving specified number of lines.
3293 (move-end-of-line): New function.
3294
3295 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
3296 (end-of-buffer-other-window): Likewise.
3297
3298 * simple.el (line-move-ignore-invisible): Default to t.
3299
3300 * subr.el (syntax-after): Return the syntax letter, not the raw code.
3301
3302 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
3303
3304 * international/iso-cvt.el (iso-cvt-define-menu):
3305 Rename menu-bar-files-menu to menu-bar-file-menu.
3306
3307 * net/browse-url.el (browse-url-gnome-moz-program)
3308 (browse-url-gnome-moz-arguments): Move up before first use.
3309
3310 * net/tramp.el (tramp group): Add :version.
3311
3312 * progmodes/ada-xref.el (ada-gdb-application):
3313 Use goto-char instead of beginning-of-buffer.
3314
3315 * progmodes/cperl-mode.el (cperl-info-on-command):
3316 Use goto-char instead of beginning-of-buffer.
3317
3318 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
3319 Move up before first use.
3320 (idlwave-shell-temp-pro-file): Likewise.
3321 (idlwave-shell-temp-rinfo-save-file): Likewise.
3322 (idlwave-shell-temp-file): Minor doc fix.
3323
3324 * textmodes/flyspell.el (flyspell-external-point-words):
3325 Use goto-char instead of beginning-of-buffer.
3326
3327 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
3328
3329 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
3330 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
3331 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
3332
3333 2004-11-06 David Ponce <david@dponce.com>
3334
3335 * recentf.el (recentf-menu-path): Use menu item name.
3336
3337 2004-11-06 Eli Zaretskii <eliz@gnu.org>
3338
3339 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
3340 display doesn't support images.
3341
3342 2004-11-06 Andreas Schwab <schwab@suse.de>
3343
3344 * tempo.el (tempo-match-finder): Doc fix.
3345
3346 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
3347
3348 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
3351 (easy-menu-lookup-name): New fun to replace it.
3352 (easy-menu-get-map): Use it to obey menu item names (rather than just
3353 keys) when looking up `path'.
3354 (easy-menu-always-true-p): Rename from easy-menu-always-true.
3355 (easy-menu-convert-item-1): Adjust to new name.
3356
3357 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
3358
3359 * outline.el (hide-body): Don't hide lines at the top of the file
3360 that precede the first header line.
3361
3362 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
3363
3364 * align.el (align-areas): Delete whitespace before reindenting, so
3365 that tabs are never placed after spaces.
3366
3367 2004-11-06 Alan Shutko <ats@acm.org>
3368
3369 * macros.el (insert-kbd-macro): Do completions based on macros,
3370 rather than all commands.
3371
3372 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
3373
3374 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
3375 to solve a bug whereby tags with 'b' don't match.
3376
3377 2004-11-05 Juri Linkov <juri@jurta.org>
3378
3379 * info.el (Info-search): Don't search in node header lines
3380 and file headers.
3381
3382 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
3383 symbol-constituent characters after dot, not only digits.
3384
3385 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
3386
3387 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
3388
3389 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3390
3391 * dired.el (dired-read-dir-and-switches): Call read-directory-name
3392 if a dialog will be used, read-file-name otherwise.
3393
3394 2004-11-04 Richard M. Stallman <rms@gnu.org>
3395
3396 * textmodes/table.el (table group): Add :version.
3397
3398 * textmodes/ispell.el (ispell-word):
3399 Don't alter args; set them only thru `interactive' spec.
3400
3401 * textmodes/flyspell.el (flyspell-word):
3402 Don't alter FOLLOWING; set it only thru `interactive' spec.
3403
3404 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
3405
3406 * net/browse-url.el (browse-url-maybe-new-window):
3407 Use called-interactively-p.
3408
3409 * mail/supercite.el (sc-cite-region):
3410 Don't use interactive-p. Add arg INTERACTIVE.
3411 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
3412
3413 * international/mule-cmds.el (set-input-method, toggle-input-method):
3414 Don't use interactive-p. Add arg INTERACTIVE.
3415
3416 * eshell/esh-mode.el (eshell-show-maximum-output):
3417 Don't use interactive-p.
3418 (eshell-truncate-buffer): Just message, no error, if buffer is short.
3419
3420 * mouse.el (mouse-show-mark): Get positions to delete from mark
3421 and point, not from mouse-drag-overlay.
3422
3423 * imenu.el (imenu-eager-completion-buffer): Add :version.
3424
3425 * filesets.el (filesets group): Add :version.
3426
3427 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
3428
3429 * files.el (xml-based-modes): Delete var.
3430 (magic-mode-alist): New more general var.
3431 (set-auto-mode): Use it.
3432
3433 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
3434 when clicking from another window.
3435
3436 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
3437
3438 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
3439 (vc-cvs-annotate-time): Incorporate value of deleted var.
3440 Remove special-case handling of beginning-of-buffer cruft.
3441 Cache ending position (point) and return value in text property
3442 `vc-cvs-annotate-time', and consult it on subsequent invocations.
3443
3444 * vc-cvs.el (vc-cvs-annotate-command):
3445 Delete extraneous lines from beginning of buffer.
3446 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
3447
3448 * progmodes/grep.el (grep-default-command): Take empty string
3449 for tag if all other methods yield nil. Shell-quote the tag.
3450
3451 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
3452 spec in `interactive' form, and mention it in the docstring.
3453 Also, make sure point is at bol after calling `annotate-time'.
3454
3455 2004-11-02 Richard M. Stallman <rms@gnu.org>
3456
3457 * cus-edit.el (customize-group-other-window):
3458 Select the window that displays the custom buffer.
3459 (custom-buffer-create-other-window): Likewise.
3460
3461 * comint.el (comint-insert-input): Fix previous change.
3462
3463 * emacs-lisp/elp.el (elp-instrument-function):
3464 Use called-interactively-p.
3465
3466 * emacs-lisp/easymenu.el (easy-menu-intern):
3467 Don't downcase; rather, case-flip the first letter of each word.
3468
3469 * emacs-lisp/easy-mmode.el (define-minor-mode):
3470 Use called-interactively-p.
3471
3472 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
3473 Add interactive-only.
3474 (byte-compile-warnings): Add interactive-only as option.
3475 (byte-compile-interactive-only-functions): New variable.
3476 (byte-compile-form): Warn about calls to functions
3477 in byte-compile-interactive-only-functions.
3478
3479 * emacs-lisp/autoload.el (update-file-autoloads):
3480 Don't use interactive-p; take new arg SAVE-AFTER.
3481
3482 * emacs-lisp/advice.el (ad-make-advised-definition):
3483 Use called-interactively-p.
3484
3485 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3486
3487 * files.el (find-file-existing): New function.
3488
3489 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
3490 find-file-existing. Add "New File..." that calls find-file.
3491
3492 * diropen.pbm, diropen.xpm: New files.
3493
3494 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
3495 icon diropen. New tool bar item find-file-existing uses icon open.
3496
3497 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
3498 instead of read-file-name.
3499
3500 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
3501
3502 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
3503 (icalendar--split-value): Change name of work buffer.
3504 (icalendar--get-weekday-abbrev): Return nil on error.
3505 (icalendar--date-to-isodate): New function.
3506 (icalendar-convert-diary-to-ical)
3507 (icalendar-extract-ical-from-buffer): Use only two args for
3508 make-obsolete (XEmacs compatibility).
3509 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
3510 (icalendar-export-region): Doc fix.
3511 If error, return non-nil and write errors to a buffer.
3512 Use correct weekday for weekly recurring events.
3513 Check whether date has been parsed for ordinary events.
3514 Make weekly events start in the year 2000.
3515 DTEND is non-inclusive, shift end date by one day if
3516 necessary (not for entries that have date and time).
3517 Rename local let variables: oops -> found-error, datestring ->
3518 startdatestring.
3519
3520 2004-11-02 Kim F. Storm <storm@cua.dk>
3521
3522 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
3523 keep-mode-if-same variable. Add it as optional arg instead.
3524 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
3525
3526 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
3527 substitute-command-keys will select lower-case bindings like those
3528 used in the static help texts.
3529
3530 * descr-text.el (describe-text-properties): Don't err if called in
3531 the *Help* buffer; output to *Help-2* buffer instead.
3532
3533 * kmacro.el (group kmacro): Add :version.
3534 (kmacro-keyboard-quit): New function to cleanup on C-g.
3535 (kmacro-start-macro): Set defining-kbd-macro to append when
3536 appending to last macro.
3537
3538 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
3539
3540 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
3541
3542 * progmodes/gdb-ui.el (gdb-enable-debug-log)
3543 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
3544 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
3545 Add :version keyword.
3546
3547 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
3548
3549 * progmodes/flymake.el (flymake-err-line-patterns):
3550 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
3551 `compilation-error-regexp-alist-alist' to internal Flymake format.
3552
3553 * progmodes/flymake.el: Eliminate byte-compiler warnings.
3554
3555 2004-11-01 Jay Belanger <belanger@truman.edu>
3556
3557 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
3558 with `interactive "s"'.
3559
3560 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3561
3562 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3563 Revert change from 2004-10-16. '*' checks the current buffer, but the
3564 mouse click may be in another buffer.
3565
3566 2004-11-01 John Paul Wallington <jpw@gnu.org>
3567
3568 * files.el (large-file-warning-threshold): Add :version keyword.
3569 (kill-some-buffers): Doc fix.
3570
3571 * thumbs.el (group thumbs): Add :version keyword.
3572
3573 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
3574
3575 2004-11-01 Richard M. Stallman <rms@gnu.org>
3576
3577 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
3578
3579 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
3580
3581 * allout.el (allout group): Add :version.
3582 (allout-init): Don't use interactive-p.
3583 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
3584 (allout-forward-current-level, allout-backward-current-level):
3585 Don't use interactive-p.
3586
3587 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
3588 (bibtex-find-text): Likewise.
3589
3590 * progmodes/vhdl-mode.el (vhdl-fill-region)
3591 (vhdl-beginning-of-statement): Don't use interactive-p.
3592
3593 * progmodes/idlwave.el (idlwave-update-routine-info):
3594 Don't use interactive-p.
3595
3596 * progmodes/idlw-shell.el (idlwave-shell-send-char):
3597 Don't use interactive-p.
3598
3599 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
3600 Don't use interactive-p.
3601
3602 * progmodes/ada-xref.el (ada-make-body-gnatstub):
3603 Don't use interactive-p.
3604
3605 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
3606 (fortune-in-buffer): Doc fix.
3607
3608 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
3609
3610 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
3611 don't select the temporary buffer.
3612 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
3613 (eudc-get-phone): Likewise.
3614
3615 2004-11-01 Kim F. Storm <storm@cua.dk>
3616
3617 * man.el (Man-xref-normal-file): Fix help-echo.
3618
3619 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * reveal.el (reveal-last-tick): New var.
3622 (reveal-post-command): Use it to avoid closing overlays when we're
3623 appending text to them.
3624
3625 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3626
3627 * textmodes/bibtex.el: Require button.
3628 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
3629 (bibtex-reference-keys): Distinguish between header keys and
3630 crossref keys.
3631 (bibtex-beginning-of-field): New function.
3632 (bibtex-url-map): Remove.
3633 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
3634 (bibtex-font-lock-url-regexp): Assume that field names begin at
3635 the beginning of a line.
3636 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
3637 Remove field delimiters. Use bibtex-beginning-of-field.
3638 Bugfix, point can be inside a field with a url.
3639 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
3640 New functions.
3641 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
3642 (bibtex-key-in-head): Simplify.
3643 (bibtex-current-line): Use bolp.
3644 (bibtex-parse-keys): Remove unused arg `add'.
3645 Use bibtex-type-in-head and bibtex-key-in-head.
3646 (bibtex-parse-entry, bibtex-autofill-entry):
3647 Use bibtex-type-in-head and bibtex-key-in-head.
3648 (bibtex-autokey-get-field): Do not alter case of replacement text.
3649 (bibtex-autokey-get-names): Do all processing of name list.
3650 (bibtex-autokey-get-year): New function.
3651 (bibtex-autokey-get-title): Do all processing of title words.
3652 (bibtex-generate-autokey): Simplify.
3653 (bibtex-string-files-init): Use default-directory.
3654 Allow for absolute file names in bibtex-string-files.
3655 (bibtex-files, bibtex-file-path): New variables.
3656 (bibtex-files-expand): New function.
3657 (bibtex-find-entry-globally): New command.
3658 (bibtex-summary-function): New variable.
3659 (bibtex-summary): Default value of bibtex-summary-function.
3660 (bibtex-find-crossref): New optional args pnt and split.
3661 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
3662 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
3663 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
3664 Fix handling of required and alternative fields.
3665 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
3666 Use cons and display-buffer.
3667 (bibtex-validate-globally): New command.
3668 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
3669 bibtex-parse-keys and bibtex-parse-strings for updating
3670 bibtex-reference-keys and bibtex-strings.
3671 (bibtex-realign): Remove blank lines past the last entry.
3672 (bibtex-reformat): Use bibtex-entry-format as default.
3673 (bibtex-choose-completion-string): Remove.
3674 (bibtex-complete): Do not use bibtex-choose-completion-string.
3675 (bibtex-url): Simplify.
3676
3677 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3678
3679 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
3680 (x-dnd-types-alist, x-dnd-open-file-other-window)
3681 (x-dnd-known-types): Add :version.
3682
3683 2004-10-31 John Paul Wallington <jpw@gnu.org>
3684
3685 * ibuffer.el (group ibuffer): Add :version keyword.
3686
3687 2004-10-31 Kim F. Storm <storm@cua.dk>
3688
3689 * ido.el (group ido): Add :version keyword.
3690 (ido-mode): Remove :version keyword.
3691
3692 * emulation/cua-base.el (group cua): Add :version keyword.
3693 (cua-mode): Remove :version keyword.
3694
3695 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
3696
3697 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
3698
3699 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
3700 compiler warning.
3701 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
3702 function.
3703 (help-at-pt-display-when-idle): Remove autoload.
3704
3705 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3706
3707 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
3708
3709 2004-10-30 Juri Linkov <juri@jurta.org>
3710
3711 * help.el (function-called-at-point):
3712 * help-fns.el (variable-at-point): Read -> intern.
3713
3714 2004-10-30 Simon Josefsson <jas@extundo.com>
3715
3716 * progmodes/autoconf.el (autoconf-font-lock-keywords):
3717 Recognize AS_* too.
3718
3719 2004-10-29 Simon Josefsson <jas@extundo.com>
3720
3721 * subr.el (read-passwd): Move back from password.el.
3722
3723 * password.el: Remove, not ready yet.
3724
3725 2004-10-29 Andreas Schwab <schwab@suse.de>
3726
3727 * speedbar.el (speedbar-frame-parameters): Improve customize type.
3728
3729 2004-10-29 Sam Steingold <sds@gnu.org>
3730
3731 * mouse.el (mouse-show-mark): Replace the last occurrence of
3732 x-lost-selection-hooks with x-lost-selection-functions.
3733
3734 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
3737 x-lost-selection-functions is bound.
3738
3739 * mouse-sel.el (mouse-sel-mode):
3740 * emacs-lisp/lselect.el: Adjust to new names for
3741 x-(lost|sent)-selection-functions.
3742
3743 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
3744 New obsolete aliases of x-lost-selection-functions and
3745 x-sent-selection-functions.
3746
3747 2004-10-28 Kim F. Storm <storm@cua.dk>
3748
3749 * imenu.el (imenu-scanning-message): Remove.
3750 (imenu-progress-message): Make it a no-op.
3751
3752 2004-10-28 John Paul Wallington <jpw@gnu.org>
3753
3754 * files.el (set-auto-mode): Call `throw' correctly.
3755
3756 2004-10-28 Juri Linkov <juri@jurta.org>
3757
3758 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3759 to search `Info-...' commands in `info' manual.
3760 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3761 Add 'info-file "emacs" property.
3762 (Info-find-emacs-command-nodes): Fix index line number regexp.
3763 Set real line number (instead of fake 0) in first element of the
3764 returned list.
3765 (Info-goto-emacs-command-node): Use line number of first element
3766 to set point in the first found Info node.
3767
3768 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3769 code to `grep-mode-font-lock-keywords'.
3770 (grep-mode-font-lock-keywords): Delete grep markers instead
3771 of making them invisible.
3772
3773 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3774
3775 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3776 and x-server-version in bug report.
3777
3778 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
3779
3780 * files.el (set-auto-mode-0): New function.
3781 (set-auto-mode): Use it to handle aliased modes and to
3782 be consistent between C-x C-f and C-x C-w.
3783
3784 2004-10-28 Kenichi Handa <handa@m17n.org>
3785
3786 * international/utf-8.el (utf-translate-cjk-charsets):
3787 Add katakana-jisx0201.
3788
3789 * international/subst-jis.el: Add data for JISX0201.
3790
3791 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * obsolete/hilit19.el (hilit-mode): New function.
3794 Move all the toplevel side-effecting stuff into it, so that loading
3795 hilit19 doesn't mess everything up any more.
3796
3797 2004-10-27 Richard M. Stallman <rms@gnu.org>
3798
3799 * add-log.el (add-change-log-entry): Set up mailing address
3800 and full name later, and don't alter add-log-mailing-address
3801 or add-log-full-name.
3802
3803 * elide-head.el (elide-head): Change error to message.
3804 (elide-head-show): Likewise.
3805
3806 * apropos.el (apropos-macrop): Doc fix.
3807
3808 * mouse.el (mouse-show-mark): Do most processing the same
3809 regardless of transient-mark-mode.
3810
3811 * shadowfile.el (shadow-copy-files): Use interactive-p
3812 only to control whether to print a message.
3813
3814 * tar-mode.el (tar-mode): Use write-contents-functions,
3815 not write-contents-hooks.
3816
3817 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3818 directory-sep-char.
3819
3820 2004-10-27 Richard M. Stallman <rms@gnu.org>
3821
3822 * strokes.el (strokes-unload-hook): Fix previous change.
3823
3824 * type-break.el (type-break-run-at-time): Always use run-at-time;
3825 forget the alternatives.
3826 (type-break-cancel-function-timers): Always use cancel-function-timers;
3827 forget the alternatives.
3828
3829 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3830
3831 2004-10-27 Kenichi Handa <handa@m17n.org>
3832
3833 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3834
3835 * international/subst-gb2312.el: Likewise.
3836
3837 * international/subst-big5.el: Likewise.
3838
3839 * international/subst-ksc.el: Likewise.
3840
3841 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3842 New variable.
3843 (utf-translate-cjk-set-unicode-range): New function.
3844 (utf-translate-cjk-unicode-range): Make it customizable.
3845 (utf-8-post-read-conversion):
3846 Use utf-translate-cjk-unicode-range-string.
3847 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3848 Unicode ranges.
3849
3850 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
3851
3852 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3853 trivial variants to shorten the list.
3854 (xml-based-modes): New var.
3855 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3856 declaration higher priority than auto-mode-alist.
3857
3858 * find-file.el (cc-other-file-alist): Bring it in line with
3859 cc-mode's auto-mode-alist entries and use \' instead of $.
3860
3861 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3862 and add "Id" and "Name" submenus to it.
3863
3864 * imenu.el (imenu--generic-function): Skip matches in comments.
3865
3866 2004-10-26 Jay Belanger <belanger@truman.edu>
3867
3868 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3869 (full-calc-keypad, calc-trail-display): Use an extra argument
3870 instead of `interactive-p'.
3871
3872 * calc/calc-misc.el (calc-other-window): Use an extra argument
3873 instead of `interactive-p'.
3874
3875 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3876 `interactive-p'.
3877
3878 2004-10-26 Kim F. Storm <storm@cua.dk>
3879
3880 * help.el (describe-key): Describe both down-event and up-event
3881 for a mouse click.
3882
3883 2004-10-26 Richard M. Stallman <rms@gnu.org>
3884
3885 * woman.el (woman): Don't call interactive-p.
3886
3887 * pcomplete.el (pcomplete): Instead of interactive-p,
3888 use an arg set non-nil by the interactive spec.
3889
3890 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3891 use an arg set non-nil by the interactive spec.
3892
3893 * man.el (Man-cleanup-manpage): Instead of interactive-p,
3894 use an arg set non-nil by the interactive spec.
3895
3896 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
3897
3898 * progmodes/flymake.el (flymake-split-string):
3899 Use `flymake-split-string-remove-empty-edges' in any case.
3900
3901 2004-10-26 Masatake YAMATO <jet@gyve.org>
3902
3903 * progmodes/flymake.el (flymake-err-line-patterns):
3904 Use `compilation-error-regexp-alist-alist' instead of
3905 `compilation-error-regexp-alist'.
3906
3907 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3910 verbatim face on the \ of \end{verbatim}.
3911
3912 2004-10-25 Jay Belanger <belanger@truman.edu>
3913
3914 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
3915 erasing minibuffer.
3916
3917 2004-10-25 Simon Josefsson <jas@extundo.com>
3918
3919 * subr.el (read-passwd): Move to net/password.el.
3920
3921 * net/password.el (read-passwd): Add. Autoload it.
3922
3923 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
3924
3925 * mouse-sel.el (mouse-sel-mode): Specify custom group.
3926
3927 * simple.el (process-file): Fix logic.
3928
3929 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3930
3931 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3932 (increase-right-margin): Remove erroneous call to `interactive-p'.
3933
3934 2004-10-24 Kim F. Storm <storm@cua.dk>
3935
3936 * help.el (describe-mode): Fix 2004-10-13 change.
3937 Copy pure "Auto Fill" string so it can be propertized later
3938 without causing a read-only error.
3939
3940 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
3941
3942 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3943 style indexes.
3944
3945 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3946
3947 * simple.el (process-file): Accept nil for INFILE. Reported by
3948 Luc Teirlinck.
3949
3950 2004-10-24 Masatake YAMATO <jet@gyve.org>
3951
3952 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3953 Handle periods and underscores in a function name.
3954 Remove the address fontification.
3955
3956 2004-10-24 Masatake YAMATO <jet@gyve.org>
3957
3958 * progmodes/asm-mode.el (asm-font-lock-keywords):
3959 Use font-lock-variable-name-face for registers.
3960
3961 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
3962
3963 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3964 kill-all-local-variables.
3965 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3966 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3967 Use kill-all-local-variables and provide mode-hooks.
3968 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3969 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3970 Suggested by Masatake YAMATO <jet@gyve.org>.
3971
3972 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
3973
3974 * simple.el (process-file): New function, similar to call-process
3975 but supports file handlers.
3976 * vc.el (vc-do-command): Use it, instead of call-process.
3977 * net/tramp-vc.el (vc-do-command): Do not advise it if
3978 process-file is fboundp.
3979 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3980 process-file.
3981 (tramp-handle-process-file): New function.
3982 (tramp-file-name-for-operation): Support process-file.
3983
3984 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
3985
3986 * calendar/icalendar.el (icalendar--weekday-array): New constant.
3987 (icalendar-weekdayabbrev-table)
3988 (icalendar-monthnumber-table): Delete.
3989 (icalendar--get-month-number): Use calendar-month-name-array.
3990 (icalendar--get-weekday-number): New function.
3991 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3992 (icalendar-export-region): Handle multi-line entries.
3993 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3994
3995 2004-10-23 John Paul Wallington <jpw@gnu.org>
3996
3997 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3998 `wildcards' set to t in interactive spec.
3999
4000 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
4001 interactive spec rather than use `interactive-p'.
4002 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
4003 rather than use function `interactive-p'.
4004
4005 2004-10-22 Kenichi Handa <handa@m17n.org>
4006
4007 * international/mule.el (translate-region): Implement it in Lisp
4008 as a front end of translate-region-internal.
4009
4010 2004-10-21 Jay Belanger <belanger@truman.edu>
4011
4012 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
4013 Declare these variables with defvar.
4014
4015 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
4016 is bound, only check to see if it is bound.
4017
4018 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * textmodes/tex-mode.el (tex-compilation-parse-errors):
4021 Don't output messages.
4022
4023 * calc/calc-help.el (calc-describe-bindings): Fix last change.
4024
4025 2004-10-21 John Paul Wallington <jpw@gnu.org>
4026
4027 * calc/calc-graph.el (calc-graph-init):
4028 Use `set-process-query-on-exit-flag'.
4029
4030 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
4031
4032 * progmodes/compile.el (compilation-start): Rely on `cd' to get
4033 dir right and also allow argumentless cd.
4034
4035 2004-10-19 Richard M. Stallman <rms@gnu.org>
4036
4037 * textmodes/flyspell.el (flyspell-mode): Doc fix.
4038
4039 * eshell/em-unix.el (eshell-grep):
4040 Don't bind compilation-process-setup-function.
4041
4042 * comint.el (comint-insert-input): Use @ in `interactive'.
4043 (comint-input-filter-functions): Doc fix.
4044 (comint-kill-whole-line, comint-get-source): Doc fix.
4045
4046 * progmodes/compile.el (compilation-setup):
4047 Don't set buffer-read-only if MINOR is non-nil.
4048
4049 2004-10-19 Jay Belanger <belanger@truman.edu>
4050
4051 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
4052 (calc-emacs-type-gnu19): Remove.
4053 (calc-digit-map, calc-read-key-sequence, calc-read-key):
4054 Remove check for old emacs versions.
4055
4056 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
4057 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
4058 for current Emacs.
4059
4060 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
4061 the end of the minibuffer.
4062 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
4063 copy `esc-map'.
4064
4065 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
4066
4067 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
4068 call that would be given when the current emacs was used.
4069
4070 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
4071
4072 * calendar/icalendar.el: Set coding to utf-8.
4073 (icalendar-version): Increase to 0.07.
4074 (icalendar-monthnumber-table): Change March pattern.
4075 (icalendar-get-all-event-properties)
4076 (icalendar-set-event-property): Delete.
4077 (icalendar-all-events): No longer interactive.
4078 (icalendar-convert-diary-to-ical)
4079 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
4080 their replacements.
4081 (icalendar-export-file, icalendar-export-region): New functions;
4082 essentially old `icalendar-convert-diary-to-ical' but appending to
4083 target rather than overwriting.
4084 (icalendar-import-file): Append to target file rather than
4085 overwriting. Fourth arg deleted.
4086 (icalendar-import-buffer): New name for old
4087 `icalendar-extract-ical-from-buffer'.
4088 (icalendar--convert-string-for-import): New name for
4089 old `icalendar-convert-for-import'.
4090 (include-icalendar-files): Delete.
4091 Prefix for all internal functions changed from `icalendar-'
4092 to `icalendar--'.
4093
4094 2004-10-19 Richard M. Stallman <rms@gnu.org>
4095
4096 * paths.el (news-path): Fix previous change.
4097
4098 2004-10-18 Jay Belanger <belanger@truman.edu>
4099
4100 * calc/calc-help.el (calc-describe-bindings):
4101 Set `buffer-read-only' to nil while working in the keybindings buffer;
4102 remove some extra information from the keybindings buffer.
4103
4104 2004-10-18 David Ponce <david@dponce.com>
4105
4106 * mouse.el (mouse-drag-move-window-top): New function.
4107 (mouse-drag-mode-line-1): Use it.
4108
4109 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
4110
4111 * info.el (Info-fontify-node): For multiline refs,
4112 arrange to unfontify newline and surrounding whitespace.
4113
4114 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4115
4116 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
4117 directory is missing.
4118
4119 2004-10-17 John Paul Wallington <jpw@gnu.org>
4120
4121 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
4122 New customizable variable; whether to display buffers that match
4123 `ibuffer-maybe-show-predicates' by default.
4124 (ibuffer-maybe-show-predicates): Mention it in docstring.
4125 (ibuffer-display-maybe-show-predicates): New variable.
4126 (ibuffer-update): Prefix arg now toggles whether buffers that
4127 match `ibuffer-maybe-show-predicates' should be displayed.
4128 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
4129 locally to heed `ibuffer-default-display-maybe-show-predicates'.
4130 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
4131
4132 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
4133
4134 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
4135 work correctly.
4136
4137 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
4138
4139 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
4140 (Buffer-menu-beginning): New helper function.
4141 (Buffer-menu-execute): Use it.
4142 (Buffer-menu-select): Use it.
4143 (Buffer-menu-sort): Use it and also keep markers.
4144
4145 2004-10-17 Richard M. Stallman <rms@gnu.org>
4146
4147 * paths.el (news-directory): Rename from news-path. Old name alias.
4148 (rmail-spool-directory): Use defvar.
4149 (sendmail-program): Use defcustom.
4150 (remote-shell-program): Use defcustom.
4151 (term-file-prefix): Use defvar.
4152 (abbrev-file-name): Use defvar.
4153
4154 * term.el: Add maintainer.
4155
4156 * subr.el (with-local-quit): Return nil if there's a quit.
4157 (read-passwd): Use with-local-quit. Doc fix.
4158
4159 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
4160 (strokes-unload-hook): Set as a variable with add-hook.
4161
4162 * startup.el (fancy-splash-tail, normal-splash-screen):
4163 Update copyright year.
4164
4165 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
4166
4167 * server.el (server-unload-hook): Set as a variable with add-hook.
4168
4169 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
4170
4171 * frame.el (special-display-popup-frame):
4172 Make the buffer current as its frame is created.
4173
4174 * delsel.el (delsel-unload-hook): Set as a variable.
4175
4176 * comint.el (comint-output-filter-functions):
4177 Add comint-watch-for-password-prompt.
4178 (comint-read-noecho): Function deleted.
4179 (send-invisible): Use read-passwd.
4180
4181 * fringe.el (fringe-mode-initialize): New function.
4182 (fringe-mode): Use fringe-mode-initialize as :initialize.
4183
4184 2004-10-17 Kim F. Storm <storm@cua.dk>
4185
4186 * language/indian.el (indian-script-language-alist): Swap value and doc.
4187 (indian-font-char-index-table): Doc fix.
4188
4189 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
4192
4193 2004-10-16 Juri Linkov <juri@jurta.org>
4194
4195 * progmodes/compile.el (compilation-start): Move let-binding of
4196 `process-environment' into `with-current-buffer' body.
4197 Reported by Matt Hodges <MPHodges@member.fsf.org>.
4198
4199 2004-10-16 Richard M. Stallman <rms@gnu.org>
4200
4201 * pcvs-util.el (cvs-bury-buffer):
4202 Don't call get-buffer-window for effect.
4203
4204 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
4205
4206 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
4207
4208 * msb.el (msb-unload-hook): Set the variable.
4209
4210 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4211 Use * to err if buffer is readonly.
4212
4213 * subr.el (looking-back): Return only t or nil.
4214
4215 * whitespace.el (whitespace-unload-hook): Set the variable.
4216
4217 * view.el (view-mode-enable): Set view-page-size and
4218 view-half-page-size to nil.
4219 (view-set-half-page-size-default): view-half-page-size = nil
4220 means the default.
4221 (View-scroll-page-forward): Use view-page-size-default.
4222 (View-scroll-page-backward): Likewise.
4223 (view-page-size, view-half-page-size): Doc fixes.
4224
4225 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
4226
4227 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
4228
4229 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
4230 "cl" like other files. Instead, call byte-compile-find-cl-functions.
4231 (byte-compile-log-1): Bind inhibit-read-only.
4232 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
4233 (byte-compile-log-warning): Likewise.
4234 (byte-compile-file-form-require): Detect "cl" from the arg value.
4235
4236 * progmodes/compile.el (compilation-start): Assume compilation-mode
4237 will make the buffer read-only.
4238 (compilation-mode): Take arg name-of-mode.
4239 (compilation-setup): Make buffer read-only.
4240 (compilation-handle-exit): Bind inhibit-read-only.
4241
4242 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
4243 (ispell-message): Likewise.
4244 (ispell-show-choices): Don't call get-buffer-window uselessly.
4245 (ispell-init-process): Use set-process-query-on-exit-flag.
4246
4247 2004-10-16 Kim F. Storm <storm@cua.dk>
4248
4249 * fringe.el (fringe-bitmaps): Only initialize when defined.
4250
4251 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
4252 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
4253
4254 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
4255
4256 2004-10-15 Simon Josefsson <jas@extundo.com>
4257
4258 * net/password.el: Add.
4259
4260 2004-10-14 Masatake YAMATO <jet@gyve.org>
4261
4262 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
4263 (gdb-script-end-of-defun): New function.
4264 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
4265 `gdb-script-end-of-defun' as *-of-defun-function.
4266
4267 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
4268
4269 * button.el (button-activate): Allow a marker to display as an action.
4270
4271 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
4272
4273 * help.el (describe-mode): Use it to make minor mode list into
4274 hyperlinks.
4275
4276 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * vc.el (vc-annotate-display-select): Fix typo.
4279
4280 * subr.el (substitute-key-definition-key): New function.
4281 (substitute-key-definition): Use it with map-keymap.
4282 (event-modifiers): Use push.
4283 (mouse-movement-p, with-temp-buffer): Simplify.
4284
4285 2004-10-12 Jay Belanger <belanger@truman.edu>
4286
4287 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
4288 New variables.
4289 (calc-help-index-entries): New function.
4290 (calc-describe-function): Use `calc-help-function-list' instead of
4291 obarray for completion.
4292 (calc-describe-variable): Use `calc-help-variable-list' instead
4293 of obarray for completion.
4294
4295 2004-10-12 Richard M. Stallman <rms@gnu.org>
4296
4297 * info-look.el (info-lookup-file): Add info-file property.
4298 (info-lookup-symbol): Likewise.
4299
4300 * info.el (info-xref): Add underlining.
4301 (info): Add info-file property.
4302 (Info-find-emacs-command-nodes): Specify case-sensitive search.
4303
4304 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
4305
4306 Sync with Tramp 2.0.45.
4307
4308 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
4309 defined. This is not the case for XEmacs without package "edebug".
4310 (tramp-set-auto-save-file-modes): Set permissions of autosaved
4311 remote files to the permissions of the original file. This is not
4312 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
4313 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
4314 (tramp-perl-decode): Fix an error in Perl implementation.
4315 $pending must be cleared every loop. Reported by Benjamin Place
4316 <benjaminplace@sprintmail.com>
4317
4318 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
4319 Don't activate advice during definition. This is done later on,
4320 depending on test result of `substitute-in-file-name'.
4321 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4322
4323 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
4326
4327 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
4328
4329 2004-10-12 David Ponce <david@dponce.com>
4330
4331 * recentf.el (recentf-edit-list): Update the menu when the recentf
4332 list has been modified.
4333
4334 2004-10-12 Simon Josefsson <jas@extundo.com>
4335
4336 * net/tls.el (tls-certtool-program): New variable.
4337 (tls-certificate-information): New function, based on
4338 ssl-certificate-information.
4339
4340 2004-10-12 Kenichi Handa <handa@m17n.org>
4341
4342 * international/mule.el (coding-system-equal): Move from mule-util.el.
4343
4344 * international/mule-util.el (coding-system-equal): Move to mule.el.
4345
4346 2004-10-12 Kim F. Storm <storm@cua.dk>
4347
4348 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
4349 reset kmacro-initial-counter-value if set.
4350 (kmacro-set-counter): Only set kmacro-counter if defining or executing
4351 macro. Set kmacro-initial-counter-value otherwise. Never set both.
4352 (kmacro-display): Show macro counter if non-zero.
4353
4354 * subr.el (substitute-key-definition): Mention command remapping
4355 in doc string.
4356
4357 2004-10-11 Jay Belanger <belanger@truman.edu>
4358
4359 * calc/calc-misc.el (calc-info-goto-node): New function.
4360 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
4361 node in one step.
4362 (calc-describe-copying, calc-describe-distribution)
4363 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
4364 Go to appropriate info node in one step.
4365
4366 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
4369
4370 * font-lock.el (font-lock-apply-highlight): Fix last change.
4371
4372 2004-10-11 Simon Josefsson <jas@extundo.com>
4373
4374 * mail/smtpmail.el (smtpmail-open-stream): Look for
4375 starttls-gnutls-program instead of starttls-program iff
4376 starttls-use-gnutls is non-nil.
4377 (smtpmail-open-stream): Don't overwrite user settings of
4378 starttls-extra-arguments and starttls-extra-args.
4379
4380 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 * comint.el (comint-mouse-insert-input): Remove.
4383 (comint-insert-input): Make it work for mouse bindings.
4384 (comint-mode-map): Move defs into the declaration.
4385 (comint-output-filter): Typo.
4386
4387 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
4388
4389 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
4390
4391 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
4392 (ange-ftp-call-chmod): Reference remote-shell-program instead of
4393 ange-ftp-remote-shell.
4394
4395 2004-10-10 Andreas Schwab <schwab@suse.de>
4396
4397 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
4398 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
4399 Reported by <sri@asu.edu>.
4400
4401 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
4402
4403 * vc.el (vc-annotate-mode): Remove variable.
4404 (vc-annotate-display-select): Only call vc-annotate-mode
4405 if we're not in that mode already.
4406
4407 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
4410 (imenu-choose-buffer-index): Check here for rescan instead.
4411
4412 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
4413 where the face expression evals to nil.
4414
4415 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
4416 (tex-font-lock-keywords-2): Use it.
4417 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
4418
4419 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
4420
4421 2004-10-09 Kim F. Storm <storm@cua.dk>
4422
4423 * subr.el (progress-reporter-update): Define before first usage.
4424 (make-progress-reporter): Doc fix.
4425
4426 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4427
4428 * textmodes/paragraphs.el (sentence-end-double-space)
4429 (sentence-end-without-period, sentence-end-without-space)
4430 (sentence-end): Doc fixes.
4431
4432 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
4433
4434 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4435 Change paragraph-start regexp so we don't fill code starting with #'(.
4436
4437 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
4438
4439 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
4440 New defcustom.
4441 (extract-address-components): Use it.
4442
4443 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
4444
4445 * subr.el (make-progress-reporter, progress-reporter-update)
4446 (progress-reporter-force-update, progress-reporter-do-update)
4447 (progress-reporter-done): New functions.
4448
4449 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
4450
4451 * progmodes/etags.el (etags-tags-completion-table): Use progress
4452 reporter.
4453 (etags-tags-apropos): Likewise.
4454
4455 2004-10-08 Alan Mackenzie <acm@muc.de>
4456
4457 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
4458 of current line.
4459
4460 2004-10-08 Masatake YAMATO <jet@gyve.org>
4461
4462 * server.el (server-process-filter): Wrap `process-send-region'
4463 by `condition-case' to guard the case when the pipe to PROC is closed.
4464
4465 2004-10-07 Mark A. Hershberger <mah@everybody.org>
4466
4467 * xml.el (xml-substitute-special): Limit handling of external entities.
4468
4469 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
4470
4471 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
4472
4473 2004-10-06 John Paul Wallington <jpw@gnu.org>
4474
4475 * xml.el (xml-parse-dtd): Fix `error' call.
4476
4477 2004-10-05 Mark A. Hershberger <mah@everybody.org>
4478
4479 * xml.el (xml-substitute-special): Return a single string instead
4480 of a list of strings if an entity substitution is made.
4481
4482 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
4483
4484 * calendar/icalendar.el: New file.
4485
4486 2004-10-05 Juri Linkov <juri@jurta.org>
4487
4488 * isearch.el (isearch-done): Set mark after running hook.
4489 Reported by Drew Adams <drew.adams@oracle.com>.
4490
4491 * info.el (Info-history, Info-toc): Fix Info headers.
4492 (Info-toc): Narrow buffer before Info-fontify-node.
4493 (Info-build-toc): Don't check for special Info file names.
4494 Set main-file to nil if Info-find-file returns a symbol.
4495
4496 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
4497
4498 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
4499 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
4500 * calendar/cal-menu.el (calendar-mode-map): Ditto.
4501
4502 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4503
4504 * calendar/cal-iso.el (calendar-iso-read-args): New function,
4505 for old interactive spec from calendar-goto-iso-date.
4506 (calendar-goto-iso-date): Use it.
4507 (calendar-goto-iso-week): New function. Suggested by Emilio
4508 C. Lopes <eclig@gmx.net>.
4509
4510 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
4511
4512 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
4513 `set-right-margin' bindings that follow the minor mode conventions.
4514
4515 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
4518 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
4519 (latex-block-args-alist): Add minipage and picture.
4520 (latex-block-body-alist): Use reftex-label if enabled.
4521 (latex-insert-block): Don't insert a \n if not necessary.
4522 (tex-compile-commands): Make sure dvips doesn't send to printer.
4523 (tex-compile-default): Handle the case where no executable is found.
4524 (latex-noindent-environments): New var.
4525 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
4526 If tex-indent-allhanging is non-nil, make sure we only align for macros
4527 at beginning of line.
4528
4529 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
4530
4531 * newcomment.el (comment-beginning): Doc fix and don't choke on
4532 unset `comment-end-skip' when at beginning of comment.
4533
4534 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
4535
4536 * term.el (term-adjust-current-row-cache): Don't allow the current
4537 row to become negative.
4538 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
4539 the end of the line. Fix scroll down. Add comments.
4540 (term-handle-ansi-escape): Don't exceed terminal width when moving
4541 right.
4542 (term-scroll-region): Move the cursor after setting the scroll region.
4543
4544 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
4545
4546 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
4547 to `width' for consistency with docstring. Doc fix.
4548
4549 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
4550
4551 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
4552 This is necessary for derived modes.
4553
4554 2004-09-30 Kim F. Storm <storm@cua.dk>
4555
4556 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
4557 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
4558
4559 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
4560 kmacro-extract-lambda functions.
4561 (edit-kbd-macro): Handle kmacro lambda forms.
4562 Include counter and counter format in edit buffer.
4563 (edmacro-finish-edit): Get counter and format from edit buffer and
4564 update kmacro bindings when found.
4565
4566 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
4567
4568 * textmodes/paragraphs.el (forward-paragraph):
4569 Avoid args-out-of-range error when point winds up at the beginning of
4570 the buffer and hard newlines are enabled.
4571
4572 * newcomment.el (comment-multi-line): Doc fix.
4573
4574 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4575
4576 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
4577 (diff-fixup-modifs): Catch unified-diff file-headers.
4578
4579 2004-09-29 Kim F. Storm <storm@cua.dk>
4580
4581 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
4582 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
4583 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
4584
4585 * fringe.el (fringe-bitmap-p): New macro.
4586 (fringe-bitmaps): Add standard fringe bitmaps on load.
4587
4588 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * dired.el (dired-view-command-alist): Use more efficient regexps.
4591 Remove dubious arguments.
4592 (dired-align-file): New function.
4593 (dired-insert-directory): Use it.
4594 (dired-move-to-end-of-filename): Make the " -> " search more specific.
4595 (dired-buffers-for-dir): Remove unused var `pattern'.
4596
4597 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
4598
4599 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
4600 from diary display excursion. Store diary buffer's point for
4601 `simple-diary-display'.
4602 (simple-diary-display): Set window point and start when
4603 displaying buffer, to preserve point.
4604
4605 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
4606
4607 * textmodes/enriched.el (enriched-translations): Replace defconst
4608 with defvar.
4609
4610 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4611
4612 * printing.el: Doc fix.
4613 (pr-version): New version number (6.8.1).
4614 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
4615 make-temp-name.
4616 (pr-delete-file): Check if file exists before deleting it.
4617 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
4618
4619 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * term.el (term-display-table): New variable.
4622 (term-mode): Use it.
4623 (term-exec-1): Set the coding system to binary.
4624 (term-emulate-terminal): Decode the string before inserting it.
4625
4626 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4627
4628 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
4629 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
4630 (map): Bind S-prior, S-next and S-insert.
4631 (term-mode): Set `indent-tabs-mode' to nil.
4632 (term-paste): New function to be bound to S-insert.
4633 (term-send-del, term-send-backspace): Change the strings sent.
4634 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
4635 (term-handle-colors-array): Fix handling of underline and reverse.
4636 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
4637 (term-erase-in-line): Fix comparison.
4638 (term-emulate-terminal): Fix line wrap handling.
4639 (term-start-output-log): Rename from `term-set-output-log'.
4640 (term-stop-output-log): Rename from `term-stop-photo'.
4641 (term-switch-to-alternate-sub-buffer): Comment out, unused.
4642
4643 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * dired.el (dired-move-to-filename): Don't output a message if
4646 raise-error is non-nil. Fix return position and value.
4647
4648 * files.el (insert-directory): Obey --dired even with symlinks.
4649
4650 2004-09-25 Lars Hansen <larsh@math.ku.dk>
4651
4652 * ls-lisp.el (ls-lisp-format): Mark file names with property
4653 dired-filename.
4654
4655 2004-09-25 Kim F. Storm <storm@cua.dk>
4656
4657 * ido.el (ido-max-directory-size): New defcustom.
4658 (ido-decorations): Add "too big" element.
4659 (ido-directory-too-big): New dynamic var.
4660 (ido-may-cache-directory): Don't cache big directories.
4661 (ido-directory-too-big-p): New defun.
4662 (ido-set-current-directory): Update ido-directory-too-big.
4663 (ido-read-internal): Make empty ido-cur-item if too-big.
4664 (ido-buffer-internal): Use ido-read-internal directly instead of
4665 ido-read-buffer.
4666 (ido-file-internal): Init ido-directory-too-big.
4667 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
4668 and redo completion with full list.
4669 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
4670 it, and show completions.
4671 (ido-all-completions): Let bind ido-directory-too-big to nil.
4672 (ido-exhibit): Handle ido-directory-too-big.
4673 (ido-read-buffer): Handle fallback to read-buffer.
4674 Init ido-directory-too-big.
4675 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
4676 Init ido-directory-too-big.
4677
4678 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
4679
4680 * subr.el (delay-mode-hooks): Doc fix.
4681
4682 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
4683
4684 * textmodes/enriched.el
4685 (enriched-default-text-properties-local-flag): New variable.
4686 (enriched-mode): Make sure that enabling and disabling the mode is
4687 a no-op. Doc fix.
4688
4689 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
4690
4691 * calendar/holidays.el (holiday-advent): Report on a specified day
4692 offset from advent, not just advent.
4693 (holiday-easter-etc): Report on one specified day offset from
4694 easter, not all easter holidays. Various Easter holidays moved to
4695 `christian-holidays' variable in calendar.el.
4696 * calendar/calendar.el (christian-holidays): Adapt for new
4697 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
4698
4699 2004-09-23 Kim F. Storm <storm@cua.dk>
4700
4701 * image.el (insert-sliced-image): Add doc string.
4702
4703 * ido.el (ido-choice-list): New dynamic var for `list' context.
4704 (ido-context-switch-command): New dynamic var.
4705 (ido-define-mode-map): Generalize switch between file/buffer contexts.
4706 (ido-read-internal): Handle new `list' context.
4707 Handle insert-buffer and insert-file ido-exit values.
4708 (ido-buffer-internal): New arg switch-cmd. Use it to setup
4709 ido-context-switch-command. Handle insert-file ido-exit value.
4710 (ido-read-buffer): Set ido-context-switch-command to 'ignore
4711 unless it is already bound by caller.
4712 (ido-file-internal): New arg switch-cmd. Use it to setup
4713 ido-context-switch-command. Handle insert-buffer ido-exit value.
4714 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
4715 used for context switching.
4716 (ido-all-completions): Handle new `list' context.
4717 (ido-make-choice-list): Return choices for `list' context.
4718 (ido-find-file-in-dir, ido-display-file, ido-write-file)
4719 (ido-display-buffer, ido-kill-buffer): Disable context switching.
4720 (ido-insert-buffer, ido-insert-file): Setup context switching.
4721 (ido-exhibit): Handle `list' context.
4722 (ido-read-file-name): Disable context switching. Handle fallback.
4723 (ido-read-directory-name): Disable context switching.
4724 (ido-completing-read): New defun like completing-read. Setup and
4725 use new `list' context.
4726
4727 2004-09-20 Jesper Harder <harder@ifa.au.dk>
4728
4729 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
4730
4731 2004-09-21 Jay Belanger <belanger@truman.edu>
4732
4733 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
4734 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4735 separate window.
4736
4737 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
4738
4739 * subr.el (after-change-major-mode-hook): Doc fix.
4740
4741 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4742
4743 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
4744 of ghostscript for monochrome PostScript file in Windows.
4745
4746 2004-09-21 Kenichi Handa <handa@m17n.org>
4747
4748 * descr-text.el (describe-char): Checking of quail activation
4749 fixed.
4750
4751 2004-09-21 Jay Belanger <belanger@truman.edu>
4752
4753 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4754
4755 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
4756
4757 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4758 after the mode hooks instead of before. Doc fix.
4759
4760 2004-09-20 Jason Rumney <jasonr@gnu.org>
4761
4762 * startup.el (command-line) [windows-nt]: Try .emacs first, then
4763 _emacs, but revert to .emacs if neither exists in home directory.
4764
4765 2004-09-20 John Paul Wallington <jpw@gnu.org>
4766
4767 * bindings.el (completion-ignored-extensions): Add .dfsl.
4768
4769 2004-09-20 Richard M. Stallman <rms@gnu.org>
4770
4771 * bindings.el (scroll-left): Make it disabled.
4772
4773 * files.el (enable-local-eval): Doc fix.
4774
4775 * indent.el (move-to-left-margin): Special case for minibuffer.
4776
4777 * term.el (term-emulate-terminal): Turn off undo for output.
4778 Use with-current-buffer and save-selected-window.
4779
4780 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4781
4782 * progmodes/make-mode.el (makefile-fill-paragraph):
4783 Don't insist on spaces when looking for comments. # is enough.
4784
4785 * files.el (hack-local-variables): Copy the variables list
4786 to another buffer, strip prefixes and suffixes there, then read.
4787 (enable-local-eval): Doc fix.
4788 (ignored-local-variables): Initialize to nil.
4789 (risky-local-variable-p): Don't check ignored-local-variables here.
4790 (hack-one-local-variable): Ignore var if in ignored-local-variables.
4791
4792 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4793
4794 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4795 of = to "." (punctuation).
4796
4797 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * subr.el (event-basic-type): Fix mask (extend to 22bits).
4800
4801 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
4802
4803 * textmodes/enriched.el (enriched-rerun-flag): New variable.
4804 (enriched-before-change-major-mode): New function.
4805 Add it to `change-major-mode-hook'.
4806 (enriched-after-change-major-mode): New function.
4807 Add it to `after-change-major-mode-hook'.
4808 (enriched-mode): Make it work correctly if called from
4809 `after-change-major-mode-hook'.
4810 No longer set `indent-line-function'.
4811
4812 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4813
4814 * subr.el (after-change-major-mode-hook): New variable.
4815 (run-mode-hooks): Implement it.
4816
4817 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * battery.el (battery-linux-proc-apm): Use string-to-number.
4820 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4821 Use dolist (and less indentation). Use erase-buffer.
4822 Pre-initialize `design-capacity', `warn', and `low'.
4823 (battery-format): Use replace-regexp-in-string.
4824
4825 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
4826
4827 * battery.el: Delete superfluous empty lines.
4828 (battery-linux-proc-acpi): Attempt to gather information from all
4829 battery subdirectories regardless of their file name.
4830 (battery-linux-proc-apm): Replace all occurrences of
4831 battery-hex-to-int-2 with string-to-int (base 16).
4832 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4833 (battery-hex-map): Delete variable.
4834
4835 2004-09-18 John Paul Wallington <jpw@gnu.org>
4836
4837 * calc/calc-units.el (calc-quick-units): Fix overzealous
4838 s/or/unless/.
4839
4840 2004-09-17 Jay Belanger <belanger@truman.edu>
4841
4842 * calc/calc.el (calc-mode-var-list): Fix the value of
4843 `calc-matrix-brackets'.
4844
4845 2004-09-17 Romain Francoise <romain@orebokech.com>
4846
4847 * ibuf-ext.el (define-ibuffer-filter filename):
4848 Expand dired-directory since buffer-file-name is absolute.
4849
4850 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4851
4852 * ediff-init.el (ediff-current-diff-face-A)
4853 (ediff-current-diff-face-B, ediff-current-diff-face-C)
4854 (ediff-current-diff-face-Ancestor)
4855 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4856 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4857 (ediff-even-diff-face-A, ediff-even-diff-face-B)
4858 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4859 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4860 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4861 Use min-colors.
4862
4863 * term.el (term-down): Perform vertical motion if DOWN is negative.
4864 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4865 (term-termcap-format): Synchronyze with the eterm terminfo entry
4866 in etc/e/eterm.ti.
4867 (term-handle-colors-array): If the current foreground or
4868 background are zero (i.e. unspecified), use the foreground and
4869 background of the default face for reverse video.
4870 (term-ansi-at-eval-string, term-ansi-default-fg)
4871 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4872 (term-mem): Delete ununsed function.
4873 (term-protocol-version): Increment.
4874 (term-current-face): Set to default.
4875
4876 2004-09-15 Jay Belanger <belanger@truman.edu>
4877
4878 * calc/calc.el (calc-mode-var-list): Define this variable.
4879 (calc-always-load-extensions, calc-line-numbering)
4880 (calc-line-breaking, calc-display-just, calc-display-origin)
4881 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4882 (calc-group-char, calc-point-char, calc-frac-format)
4883 (calc-prefer-frac, calc-hms-format, calc-date-format)
4884 (calc-float-format, calc-full-float-format, calc-complex-format)
4885 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4886 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4887 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4888 (calc-matrix-brackets, calc-language, calc-language-option)
4889 (calc-left-label, calc-right-label, calc-word-size)
4890 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4891 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4892 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4893 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4894 (calc-window-height, calc-display-trail, calc-show-selections)
4895 (calc-use-selections, calc-assoc-selections)
4896 (calc-display-working-message, calc-auto-why, calc-timing)
4897 (calc-mode-save-mode, calc-standard-date-formats)
4898 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4899 (calc-user-parse-tables, calc-gnuplot-default-device)
4900 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4901 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4902 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4903 (calc-invocation-macro, calc-show-banner): Give these values as
4904 part of `calc-mode-var-list's initialization after the variables
4905 are declared with defvar.
4906 (calc-bug-address): Change email address to send bug reports to.
4907 Change the maintainer address at the top.
4908 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4909 than "\\.emacs" to determine if it is the user-init-file.
4910
4911 * calc/calc-embed.el (calc-embedded-set-modes): Use
4912 `calc-mode-var-list' correctly.
4913
4914 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
4915
4916 * vc.el (annotate-time): Document point handling.
4917 (vc-annotate-display-autoscale): Doc fix.
4918
4919 2004-09-15 Miles Bader <miles@gnu.org>
4920
4921 * generic.el (generic-make-keywords-list): Use symbol rather than
4922 word anchors in regexp.
4923
4924 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
4925
4926 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4927 no file name consider `dired-directory'.
4928
4929 2004-09-14 Kim F. Storm <storm@cua.dk>
4930
4931 * faces.el (cursor): Add face-no-inherit property. Doc fix.
4932
4933 2004-09-14 Simon Josefsson <jas@extundo.com>
4934
4935 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4936
4937 * textmodes/dns-mode.el: Add.
4938
4939 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4942 (disabled-command-function): Make the ?\ char more obvious.
4943
4944 * vc-arch.el (vc-arch-root, vc-arch-registered):
4945 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4946
4947 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
4948
4949 * windmove.el (windmove-frame-edges): Report coordinates of
4950 outside edges of frame, not inside edges.
4951 (windmove-coordinates-of-position): Convert into wrapper to new
4952 function `windmove-coordinates-of-window-position';
4953 `compute-motion' always applies to selected window.
4954 (windmove-coordinates-of-position): Update documentation to refer
4955 to Emacs 21 Lisp Reference Manual.
4956 (windmove-find-other-window): Fix off-by-one errors for max x,y.
4957
4958 2004-09-13 Kim F. Storm <storm@cua.dk>
4959
4960 * isearch.el (isearch-resume-in-command-history): Rename from
4961 isearch-resume-enabled and change default to nil.
4962
4963 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * vc-hooks.el (vc-ignore-dir-regexp): New var.
4966 (vc-registered): Use it.
4967 (vc-find-root): New fun.
4968
4969 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4970 Don't tell to use \\{...} when it's already done.
4971
4972 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4973 Provide a sample complex default.
4974 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4975 (bibtex-entry): Use mapc.
4976
4977 2004-09-12 Kim F. Storm <storm@cua.dk>
4978
4979 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4980
4981 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4982 inhibit-field-text-motion to t so rectangles work in comint buffers.
4983
4984 * simple.el (choose-completion-string): Set buffer before running
4985 choose-completion-string-functions hook so it can be buffer-local.
4986
4987 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
4988
4989 * progmodes/compile.el (compilation-start): Parse command to see
4990 if it starts with a cd, and if so perform it for the *compilation*
4991 buffer. Change the header to reflect this.
4992
4993 2004-09-11 Kim F. Storm <storm@cua.dk>
4994
4995 * ido.el (ido-enable-dot-prefix): Doc fix.
4996 (ido-enable-dot-prefix): New defcustom.
4997 (ido-set-matches1): Use it.
4998
4999 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * textmodes/bibtex.el (bibtex-mark-active)
5002 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
5003
5004 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5005
5006 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
5007 used in a case insensitive environment.
5008 (bibtex-mode-map): Rearrange order of menus.
5009 (bibtex-quoted-string-re): Obsolete.
5010 (bibtex-complete-key-cleanup): Variable replaced by new function.
5011 (bibtex-font-lock-keywords): Use backquotes.
5012 (bibtex-font-lock-url-regexp): New internal variable.
5013 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
5014 "OPT" and "ALT".
5015 (bibtex-insert-current-kill, bibtex-make-field)
5016 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
5017 (bibtex-parse-field-text): Simplify.
5018 (bibtex-string=): New helper function.
5019 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
5020 (bibtex-map-entries): Use bibtex-string=.
5021 (bibtex-search-entry): Use not.
5022 (bibtex-enclosing-field): Fix docstring.
5023 (bibtex-assoc-regexp): Obsolete.
5024 (bibtex-format-entry): Use assoc-string and bibtex-string=.
5025 (bibtex-autokey-get-names): Handle empty name field.
5026 (bibtex-parse-strings): Use assoc-string and unless.
5027 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
5028 Use assoc-string.
5029 (bibtex-pop): Simplify.
5030 (bibtex-mode): Set font-lock-extra-managed-props.
5031 (bibtex-entry-update): Use assoc-string.
5032 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
5033 (bibtex-autofill-entry): Use bibtex-string=.
5034 (bibtex-print-help-message): Simplify.
5035 (bibtex-find-entry): New optional arg START.
5036 (bibtex-validate): Use bibtex-string= and assoc-string.
5037 Do not call obsolete function compilation-parse-errors.
5038 (bibtex-remove-delimiters): Only remove delimiters if present.
5039 (bibtex-copy-entry-as-kill): Add docstring.
5040 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
5041 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
5042 (bibtex-complete): Use bibtex-predefined-month-strings,
5043 bibtex-string=, and new function bibtex-complete-key-cleanup.
5044 (bibtex-generate-url-list): New variable.
5045 (bibtex-url): New command bound to C-c C-l and mouse-2.
5046 (bibtex-url-map): New local keymap for bibtex-url-mouse.
5047 (bibtex-font-lock-url): New function.
5048
5049 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
5052
5053 2004-09-09 Kim F. Storm <storm@cua.dk>
5054
5055 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
5056 counter and format with binding.
5057 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
5058 the declared macro uses own macro counter and format. Give symbol
5059 kmacro property.
5060 (kmacro-keymap): Bind kmacro-name-last-macro to n.
5061 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
5062 (kmacro-end-and-call-macro): Doc fix.
5063
5064 2004-09-09 Lars Hansen <larsh@math.ku.dk>
5065
5066 * desktop.el (desktop-clear-preserve-buffers):
5067 Remove make-obsolete-variable.
5068
5069 2004-09-08 Richard M. Stallman <rms@gnu.org>
5070
5071 * buff-menu.el (list-buffers-noselect): Call format-mode-line
5072 with the buffer as argument.
5073
5074 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
5077
5078 2004-09-08 Juri Linkov <juri@jurta.org>
5079
5080 * replace.el (perform-replace): Use `query-replace-descr'.
5081
5082 * cus-start.el (history-delete-duplicates): Specify customization.
5083
5084 * diff-mode.el (diff-mode-map):
5085 * progmodes/compile.el (compilation-mode-map):
5086 * progmodes/grep.el (grep-mode-map):
5087 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
5088 to `next-error-follow-minor-mode'.
5089
5090 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5091
5092 * isearch.el (isearch-lazy-highlight-update): Take into account
5093 the case of zero-length match at the search bound.
5094
5095 2004-09-08 Kim F. Storm <storm@cua.dk>
5096
5097 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
5098 change. Use zero width overlays when necessary.
5099
5100 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5101
5102 * subr.el (split-string): Docfix.
5103
5104 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5105
5106 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
5107 (display-call-tree): Ensure newline after caller/calls blocks.
5108
5109 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5110
5111 * startup.el (command-line-1): Make option
5112 --directory/-L modify `load-path' straight away.
5113
5114 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5115
5116 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
5117
5118 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5119
5120 * emacs-lisp/autoload.el (make-autoload):
5121 Handle `define-compilation-mode'.
5122
5123 * emacs-lisp/lisp-mode.el (define-compilation-mode):
5124 Specify `doc-string-elt' property.
5125
5126 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5127
5128 * bs.el (bs-mode): Doc fix.
5129
5130 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5131
5132 * info.el (Info-insert-dir): Fix temp buffer leak bug.
5133
5134 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
5135
5136 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
5137
5138 2004-09-08 Kenichi Handa <handa@m17n.org>
5139
5140 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
5141 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
5142 ps-mule-next-point -> 1+).
5143
5144 * composite.el (encode-composition-rule): Add autoload cooky.
5145
5146 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
5147
5148 * format.el (buffer-auto-save-file-format): Make it permanent local.
5149
5150 2004-09-07 Kim F. Storm <storm@cua.dk>
5151
5152 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
5153 (authors-fixed-entries): Fix typo.
5154 (authors-canonical-author-name): Compact multiple spaces.
5155 Ignore trivial names (e.g. only first name).
5156
5157 * term.el (term-window-width): Only use full window width on
5158 window system if overflow-newline-into-fringe is enabled.
5159 (term-mode): Don't disable overflow-newline-into-fringe.
5160
5161 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
5164 motion as seen on my Mac OS X xterms.
5165
5166 * newcomment.el (uncomment-region-default, comment-region-default):
5167 New functions extracted from uncomment-region and comment-region.
5168 (comment-region, comment-region-function, uncomment-region)
5169 (uncomment-region-function): Use them.
5170
5171 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
5172
5173 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
5174 It's not crucial but can make sense at times.
5175
5176 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
5177 the first commit.
5178
5179 * vc.el (vc-buffer-context, vc-restore-buffer-context):
5180 Disable obsolete code.
5181
5182 2004-09-07 Juri Linkov <juri@jurta.org>
5183
5184 * progmodes/grep.el (grep-highlight-matches): Change default from
5185 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
5186 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
5187 if grep option `--color' is available, or to `nil' otherwise.
5188 (grep-process-setup): Call `grep-compute-defaults' if
5189 `grep-highlight-matches' is not computed. Set env-vars only
5190 if `grep-highlight-matches' is `t'.
5191 (grep-use-null-device): Remove redundant type `boolean' (`choice'
5192 is already defined).
5193
5194 * progmodes/compile.el (compilation-start): Use copy of
5195 `process-environment' created by `copy-sequence' to not
5196 modify env-vars in the global `process-environment'.
5197
5198 2004-09-06 Eli Zaretskii <eliz@gnu.org>
5199
5200 * simple.el (next-error-follow-minor-mode): Fix last change.
5201
5202 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
5203
5204 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
5205 permanent local.
5206
5207 2004-09-04 Richard M. Stallman <rms@gnu.org>
5208
5209 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
5210 highlighting if the search string is empty.
5211
5212 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
5213
5214 * facemenu.el (facemenu-active-faces): Change condition of inner
5215 `while' loop to also check the first two elements of `face-atts'
5216 and `mask-atts'.
5217
5218 2004-09-04 John Paul Wallington <jpw@gnu.org>
5219
5220 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
5221 (thumbs-view-image-mode): Make buffer read-only.
5222
5223 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
5224
5225 * textmodes/ispell.el (ispell-really-aspell): New defvar.
5226 (ispell-check-version): Set it.
5227 (ispell-send-replacement): New function.
5228 (ispell-process-line): Call ispell-send-replacement.
5229
5230 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5231
5232 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
5233 Support choosing seconds with "s".
5234
5235 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
5236
5237 * terminal.el (te-escape): Show `?' in prompt for help key.
5238
5239 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
5240
5241 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
5242
5243 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5244
5245 * simple.el (next-error-follow-minor-mode)
5246 (next-error-follow-mode-post-command-hook): New functions.
5247 (next-error-follow-last-line): New defvar.
5248
5249 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
5250 * progmodes/compile.el (compilation-mode-map): Likewise.
5251 * progmodes/grep.el (grep-mode-map): Likewise.
5252 * replace.el (occur-mode-map): Likewise.
5253
5254 * newcomment.el (uncomment-region): Bind comment-use-global-state
5255 to nil.
5256
5257 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
5258
5259 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
5260 locally around the call to `revert-buffer'.
5261
5262 2004-09-03 Juri Linkov <juri@jurta.org>
5263
5264 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
5265 `isearch-adjusted' to `t'.
5266 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
5267 (isearch-message-prefix): Add "pending" for isearch-adjusted.
5268 (isearch-other-meta-char): Restore isearch-point unconditionally.
5269 (isearch-query-replace): Add new arg `regexp-flag' and use it.
5270 Set point to start of match if region is not active in transient
5271 mark mode (to include the current match to region boundaries).
5272 Push the search string to `query-replace-from-history-variable'.
5273 Add prompt "Query replace regexp" for isearch-regexp.
5274 Add region beginning/end as last arguments of `perform-replace.'
5275 (isearch-query-replace-regexp): Replace code by the call to
5276 `isearch-query-replace' with arg `t'.
5277
5278 2004-09-03 Richard M. Stallman <rms@gnu.org>
5279
5280 * startup.el (normal-top-level): Undo previous TERM change.
5281
5282 2004-09-03 Kim F. Storm <storm@cua.dk>
5283
5284 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
5285 highlight overlays; allow using RET when cursor is over a button.
5286 (cua--highlight-rectangle): Use it.
5287 (cua--rectangle-set-corners): Don't move backwards at eol.
5288 (cua--forward-line): Don't move into void after eob.
5289
5290 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
5291 point is set (and displayed) inside rectangle.
5292 (cua--rectangle-operation): Fix for highlight of empty lines.
5293 (cua--highlight-rectangle): Fix highlight for tabs.
5294 Position cursor at left/right edge of rectangle using new `cursor'
5295 property on overlay strings.
5296 (cua--indent-rectangle): Don't tabify.
5297 (cua-rotate-rectangle): Ignore that point has moved.
5298
5299 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5300
5301 * term/mac-win.el: Add ASCII equivalents for some function keys.
5302 (mode-line-frame-identification): Sync with x-win.el.
5303
5304 2004-09-02 Juri Linkov <juri@jurta.org>
5305
5306 * progmodes/compile.el (compilation-buffer-name): Compare major
5307 mode with second element of compilation-arguments instead of third
5308 to reflect latest changes in compilation-arguments structure.
5309 (recompile): Use global variable `compilation-directory' to get
5310 recent compilation directory only when `recompile' is invoked NOT
5311 in the compilation buffer. Otherwise, use `default-directory' of
5312 the compilation buffer.
5313 (compilation-error-properties): Allow to funcall col and end-col.
5314 (compilation-mode-font-lock-keywords): Check col and end-col by
5315 `integerp'.
5316 (compilation-goto-locus): If end-mk is non-nil in transient mark
5317 mode don't activate the mark (and don't display message in
5318 push-mark), but highlight overlay between mk and end-mk.
5319
5320 * progmodes/grep.el (grep-highlight-matches): New defcustom.
5321 (grep-regexp-alist): Add rule to highlight grep matches.
5322 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
5323
5324 * info.el (Info-fontify-node): Don't compute other-tag
5325 if Info-hide-note-references=hide.
5326
5327 * help.el (function-called-at-point):
5328 * help-fns.el (variable-at-point):
5329 Try `find-tag-default' when other methods failed.
5330
5331 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5332 Do not push mark if inhibit-mark-movement is non-nil.
5333
5334 * textmodes/ispell.el (ispell-html-skip-alists):
5335 Fix backslashes in docstring.
5336
5337 2004-09-01 Juri Linkov <juri@jurta.org>
5338
5339 * isearch.el (isearch-wrap-function)
5340 (isearch-push-state-function): New defvars.
5341 (isearch-pop-fun-state): New defsubst.
5342 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
5343 (isearch-push-state): Set the result of calling
5344 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
5345 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
5346 restore the mode-specific starting point of terminated search.
5347 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
5348 (isearch-repeat): Call `isearch-wrap-function' if defined.
5349 (isearch-message-prefix): Don't add prefix "over" to the message
5350 for wrapped search if `isearch-wrap-function' is defined.
5351 (isearch-search): Call function saved in `isearch-pop-fun-state' to
5352 restore the mode-specific starting point of failed search.
5353
5354 * info.el (Info-search-whitespace-regexp): Fix backslashes.
5355 (Info-search): Add new optional arguments for the sake of isearch.
5356 Replace whitespace in Info-search-whitespace-regexp literally.
5357 Add backward search. Don't call `Info-select-node' if regexp is
5358 found in the same Info node. Don't add node to Info-history for
5359 wrapped isearch.
5360 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
5361 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
5362 (Info-mode): Set local variables `isearch-search-fun-function',
5363 `isearch-wrap-function', `isearch-push-state-function',
5364 `search-whitespace-regexp'.
5365
5366 * isearch.el: Remove ancient Change Log section.
5367 (isearch-string, isearch-message-string, isearch-point)
5368 (isearch-success, isearch-forward-flag, isearch-other-end)
5369 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5370 (isearch-barrier, isearch-within-brackets)
5371 (isearch-case-fold-search): Add suffix `-state' to state-related
5372 defsubsts to avoid name clashes with other function names.
5373
5374 * simple.el (next-error): New defgroup and defface.
5375 (next-error-highlight, next-error-highlight-no-select):
5376 New defcustoms.
5377 (next-error-no-select): Let-bind next-error-highlight to the value
5378 of next-error-highlight-no-select before calling `next-error'.
5379
5380 * progmodes/compile.el (compilation-goto-locus):
5381 Use `next-error' face instead of `region'. Set 4-th argument of
5382 `move-overlay' to `current-buffer' to move overlay to different
5383 source buffers. Use new variable `next-error-highlight'.
5384
5385 * simple.el (next-error-find-buffer): Move the rule
5386 "if current buffer is a next-error capable buffer" after the
5387 rule "if next-error-last-buffer is set to a live buffer".
5388 Simplify to test all rules in one `or'.
5389 (next-error): Doc fix.
5390 (next-error, previous-error, first-error)
5391 (next-error-no-select, previous-error-no-select):
5392 Make arguments optional.
5393
5394 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
5395
5396 * macros.el (apply-macro-to-region-lines): Make it operate on all
5397 lines that begin in the region, rather than on all complete lines
5398 in the region.
5399
5400 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5401
5402 * x-dnd.el (x-dnd-protocol-alist): Document update.
5403 (x-dnd-known-types): Defcustom it.
5404 (x-dnd-handle-motif): Print message-atom in error message.
5405
5406 2004-08-30 John Paul Wallington <jpw@gnu.org>
5407
5408 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
5409 strings rather than programatically constructing message.
5410
5411 2004-08-30 Richard M. Stallman <rms@gnu.org>
5412
5413 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
5414 Don't return a string that would read as the wrong character code.
5415
5416 2004-08-29 Kim F. Storm <storm@cua.dk>
5417
5418 * emulation/cua-base.el (cua-auto-expand-rectangles):
5419 Remove automatic rectangle padding feature; replace by non-destructive
5420 virtual rectangle edges feature.
5421 (cua-virtual-rectangle-edges): New defcustom.
5422 (cua-auto-tabify-rectangles): New defcustom.
5423 (cua-paste): If paste into a marked rectangle, insert rectangle at
5424 current column, even if virtual; also paste exactly as many lines
5425 as has been marked (ignore additional lines or add empty lines),
5426 but paste whole source if only one line is marked.
5427 (cua--update-indications): No longer use overwrite-cursor to
5428 indicate rectangle padding
5429
5430 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
5431 (cua--rectangle-virtual-edges): New defun.
5432 (cua--rectangle-get-corners): Remove optional PAD arg.
5433 (cua--rectangle-set-corners): Never do padding.
5434 (cua--forward-line): Remove optional PAD arg. Simplify.
5435 (cua-resize-rectangle-right, cua-resize-rectangle-left)
5436 (cua-resize-rectangle-down, cua-resize-rectangle-up):
5437 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
5438 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
5439 (cua--rectangle-move): Never do padding. Simplify.
5440 (cua--tabify-start): New defun.
5441 (cua--rectangle-operation): Add tabify arg. All callers changed.
5442 (cua--pad-rectangle): Remove.
5443 (cua--delete-rectangle): Handle delete with virtual edges.
5444 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
5445 (cua--insert-rectangle): Handle insert at virtual column.
5446 Perform auto-tabify if necessary.
5447 (cua--activate-rectangle): Remove optional FORCE arg.
5448 Never do padding. Simplify.
5449 (cua--highlight-rectangle): Enhance for virtual edges.
5450 (cua-toggle-rectangle-padding): Remove command.
5451 (cua-toggle-rectangle-virtual-edges): New command.
5452 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
5453 (cua--rectangle-post-command): Don't force rectangle padding.
5454 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
5455
5456 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
5457
5458 * indent.el (edit-tab-stops-buffer): Doc fix.
5459
5460 2004-08-28 Richard M. Stallman <rms@gnu.org>
5461
5462 * progmodes/grep.el (grep-default-command): Use find-tag-default.
5463 (grep-tag-default): Function deleted.
5464
5465 * subr.el (find-tag-default): Move from etags.el.
5466
5467 * progmodes/etags.el (find-tag-default): Move to subr.el.
5468
5469 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
5470 into the basic character if it has an uppercase form.
5471
5472 2004-08-27 Kenichi Handa <handa@m17n.org>
5473
5474 * international/utf-8.el (utf-8-post-read-conversion): If the
5475 buffer is unibyte, temporarily make it multibyte.
5476
5477 2004-08-27 Masatake YAMATO <jet@gyve.org>
5478
5479 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
5480
5481 2004-08-25 John Paul Wallington <jpw@gnu.org>
5482
5483 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
5484 0, 1, and many mismatches in message.
5485 (tex-start-shell): Use `set-process-query-on-exit-flag'.
5486
5487 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
5488 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
5489
5490 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5491
5492 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
5493 vc-diff-switches differently.
5494
5495 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
5496
5497 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
5498 before and a real defvar after
5499 `speedbar-supported-extension-expressions'. This is to silence
5500 the compiler without breaking bootstrapping.
5501
5502 2004-08-22 Richard M. Stallman <rms@gnu.org>
5503
5504 * textmodes/flyspell.el (flyspell-word):
5505 Use set-process-query-on-exit-flag.
5506 (flyspell-highlight-duplicate-region): Take POSS as arg.
5507 (flyspell-word): Pass POSS as arg.
5508
5509 * progmodes/ada-xref.el: Many doc and style fixes.
5510 (ada-find-any-references): Use compilation-start.
5511 (ada-get-ali-file-name): Improve error msg.
5512 (ada-get-ada-file-name): Likewise.
5513
5514 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
5515 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
5516
5517 * mail/mail-extr.el (mail-extr-all-top-level-domains):
5518 Add forward defvar.
5519
5520 * whitespace.el (global-whitespace-mode): New alias
5521 for whitespace-global-mode.
5522
5523 * speedbar.el (speedbar-file-regexp): Move definition up.
5524 (speedbar-mode, speedbar-set-mode-line-format):
5525 Use with-no-warnings.
5526 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
5527
5528 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
5529 controls whether to display the error buffer.
5530
5531 * ps-mule.el: Delete compatibility code for old Emacses.
5532 (ps-mule-find-wrappoint): Don't use chars-in-region.
5533
5534 * frame.el (display-mouse-p, display-selections-p):
5535 Use with-no-warnings.
5536
5537 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
5538
5539 2004-08-22 David Kastrup <dak@gnu.org>
5540
5541 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
5542 information.
5543
5544 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
5545
5546 2004-08-22 Andreas Schwab <schwab@suse.de>
5547
5548 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
5549
5550 2004-08-22 Masatake YAMATO <jet@gyve.org>
5551
5552 * cvs-status.el (cvs-status-checkout): New function.
5553 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
5554
5555 2004-08-21 David Kastrup <dak@gnu.org>
5556
5557 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
5558 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5559 has been converted to use hashtables, the relation `nil=none' is
5560 no longer valid, as `nil' is not a hashtable. This patch tries to
5561 reduce the number of resulting errors.
5562
5563 2004-08-21 John Paul Wallington <jpw@gnu.org>
5564
5565 * subr.el (process-kill-without-query): Made obsolete in
5566 version 21.4, not 21.5.
5567
5568 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
5569 (vc-previous-comment, vc-next-comment)
5570 (vc-comment-search-reverse, vc-comment-search-forward)
5571 (vc-comment-to-change-log): Likewise.
5572
5573 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
5574
5575 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
5576
5577 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
5578 Correct indentation of DEFMETHODS with non-standard method
5579 combinations (e.g., PROGN, MIN, MAX).
5580
5581 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5582
5583 * startup.el (normal-top-level-add-subdirs-to-load-path):
5584 Avoid unnecessarily checking system-type.
5585 (normal-top-level): Set TERM to "dumb". Simplify.
5586
5587 * avoid.el (mouse-avoidance-ignore-p): New fun.
5588 Also ignore switch-frame, select-window, double, and triple clicks.
5589 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
5590 (mouse-avoidance-fancy-hook): Use it.
5591
5592 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
5593
5594 * avoid.el (mouse-avoidance-nudge-mouse)
5595 (mouse-avoidance-banish-destination): Stay within the current window
5596 to avoid problems with mouse-autoselect-window.
5597
5598 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
5601 the newer format of some messages in cvs-1.12.1.
5602
5603 2004-08-19 Masatake YAMATO <jet@gyve.org>
5604
5605 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
5606 (elp-results-jump-to-definition-by-mouse)
5607 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
5608 (elp-output-result): Use elp-output-insert-symname.
5609
5610 2004-08-18 Kenichi Handa <handa@m17n.org>
5611
5612 * language/cyrillic.el: Register koi8-r in
5613 ctext-non-standard-encodings-alist.
5614 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
5615
5616 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
5617
5618 * emacs-lisp/copyright.el (copyright-update-year): Delete code
5619 that replaces 20xy with xy.
5620
5621 2004-08-17 John Paul Wallington <jpw@gnu.org>
5622
5623 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
5624 (reb-force-update): Doc fix.
5625
5626 2004-08-16 Richard M. Stallman <rms@gnu.org>
5627
5628 * progmodes/which-func.el (which-func-update-1): Doc fix.
5629
5630 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
5631 (sh-mode-abbrev-table): New variable.
5632
5633 * progmodes/compile.el (compilation-mode): Doc fix.
5634
5635 * emacs-lisp/lisp-mode.el (eval-last-sexp):
5636 Don't cons a new symbol each time.
5637 (eval-last-sexp-fake-value): New variable.
5638
5639 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
5640 (copyright-update-year): Detect continuation of list of years.
5641
5642 * term.el (term-default-fg-color, term-default-bg-color)
5643 (ansi-term-color-vector): Use `unspecified', not nil, as default.
5644
5645 * imenu.el: Several doc fixes: don't say variables are buffer-local.
5646
5647 2004-08-16 Davis Herring <herring@lanl.gov>
5648
5649 * isearch.el (isearch-string, isearch-message-string, isearch-point)
5650 (isearch-success, isearch-forward-flag, isearch-other-end)
5651 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5652 (isearch-barrier, isearch-within-brackets)
5653 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
5654
5655 2004-08-16 Kenichi Handa <handa@m17n.org>
5656
5657 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
5658
5659 2004-08-15 Kenichi Handa <handa@m17n.org>
5660
5661 * term/x-win.el (x-selection-value): If utf8 was successful but
5662 ctext was not, use utf8 string.
5663
5664 2004-08-14 Davis Herring <herring@lanl.gov>
5665
5666 * isearch.el: Remove accidental changes of March 4. Fix backing
5667 up when a regexp isearch is made more general. Use symbolic
5668 accessor functions for isearch stack frames to make usage clearer.
5669 (search-whitespace-regexp): Made groups in documentation shy (as
5670 is the group in the default value).
5671 (isearch-fallback): New function, addresses problems with regexps
5672 liberalized by `\|', adds support for liberalization by `\}' (the
5673 general repetition construct), and incorporates behavior for
5674 `*'/`?'.
5675 (isearch-}-char): New command, calls `isearch-fallback' with
5676 arguments appropriate to a typed `}'.
5677 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
5678 appropriately.
5679 (isearch-mode-map): Bind `}' to `isearch-}-char'.
5680 (isearch-string, isearch-message,string, isearch-point)
5681 (isearch-success, isearch-forward-flag, isearch-other-end)
5682 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
5683 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
5684 New inline functions to read fields of a stack frame.
5685
5686 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
5687
5688 * battery.el (battery-linux-proc-acpi): Look into battery
5689 directories matching the literal string "CMB", too (required for
5690 Linux kernel version 2.6.7).
5691
5692 2004-08-14 John Paul Wallington <jpw@gnu.org>
5693
5694 * cus-start.el (read-file-name-completion-ignore-case): Add.
5695 (blink-cursor-alist): Change version to "21.4".
5696
5697 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
5698
5699 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
5700
5701 * speedbar.el (speedbar-scan-subdirs): New option.
5702 (speedbar-file-lists): Don't ignore file-name case on Unix and use
5703 dolist.
5704 (speedbar-insert-files-at-point): Take an extra argument and use
5705 it to optionally find out if a subdir is empty. Also unreadable
5706 files don't get expand buttons.
5707 (speedbar-directory): New image (unused pixmap already existed).
5708 (speedbar-expand-image-button-alist): Use it.
5709
5710 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
5711
5712 CC Mode update to 5.30.9:
5713
5714 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
5715 Move from cc-vars to cc-defs for dependency reasons. Fix the
5716 POSIX char class test to check that it works in
5717 `skip-chars-(forward|backward)' too.
5718
5719 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5720 first argument starts with a special brace list.
5721
5722 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
5723 when `c-opt-type-concat-key' is used (i.e. in Pike).
5724
5725 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
5726 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
5727 >)".
5728
5729 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
5730 whitespace safe.
5731
5732 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
5733 position for `arglist-intro', `arglist-cont-nonempty' and
5734 `arglist-close' when there are two arglist open parens on the same
5735 line and there's nothing in front of the first.
5736
5737 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
5738 locking of qualified names in Java, which previously could fontify
5739 common indexing expressions in many cases. The standard Java
5740 naming conventions are used to tell them apart.
5741
5742 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
5743 Fix inconsistency wrt opening parens on the first line inside a paren
5744 block.
5745
5746 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
5747 compile time for the sake of `c-major-mode-is'.
5748
5749 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
5750 `c-major-mode-is' in the event that this is used inside a
5751 `c-lang-defconst'.
5752
5753 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5754 `c-lang-defconst' so that it works better with fallback languages.
5755
5756 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5757 it to fail to record the base mode.
5758
5759 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5760 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5761 is used. Reorder the syntax checks to get more efficient
5762 skipping in some situations.
5763
5764 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5765 continuation which might precede the newly inserted '{'.
5766
5767 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5768 Fix cases where it could loop indefinitely.
5769
5770 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5771 size specs correctly. Only fontify identifiers in front of '('
5772 with as functions - don't accept any paren char. Tighten up
5773 initializer skipping to stop before function and class blocks.
5774
5775 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5776 the point could be left directly after an open paren when finding
5777 the beginning of the first decl in the block.
5778
5779 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5780 table when filtering out legitimate open parens to be recorded.
5781 This could cause cache inconsistencies when e.g.
5782 `c++-template-syntax-table' was temporarily in use.
5783
5784 * progmodes/cc-engine.el (c-on-identifier)
5785 (c-simple-skip-symbol-backward): Small fix for handling "-"
5786 correctly in `skip-chars-backward'. Affected the operator lfun
5787 syntax in Pike.
5788
5789 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5790 Fix bug that could cause an error from `after-change-functions' when
5791 the changed region is at bob.
5792
5793 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
5794
5795 CC Mode update to 5.30.9:
5796
5797 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5798 to say that <TAB> doesn't insert WS into a CPP line.
5799 (c-indent-command, c-tab-always-indent): Amend doc strings.
5800
5801 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5802 checks for user errors, thus eliminating cryptic and unhelpful
5803 Emacs error messages. (1) Check the arg to `c-set-style' is a
5804 string. (2) Check that settings to `c-offsets-alist' are not
5805 spuriously quoted.
5806
5807 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
5808 which precedes the newly inserted `{'.
5809
5810 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
5811
5812 Sync with Tramp 2.0.44.
5813
5814 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5815 function "tramp_file_attributes". Otherwise, file names
5816 containing spaces are misinterpreted. Reported by Magnus Henoch
5817 <mange@freemail.hu>.
5818 (tramp-handle-file-truename): FILENAME must be expanded first.
5819 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5820 obscure results. Reported by D. Goel <deego@gnufans.org>.
5821 (tramp-handle-verify-visited-file-modtime): If file does not
5822 exist, say it is not modified if and only if that agrees with the
5823 buffer's record. Check whether a file is visiting the buffer, or
5824 the buffer has no recorded last modification time. Return t in
5825 case the visiting file doesn't exist. Suggested by Luc Teirlinck
5826 <teirllm@auburn.edu>.
5827 (tramp-handle-write-region): Pass modtime explicitely to
5828 `set-visited-file-modtime', because filename can be different
5829 from (buffer-file-name) if `file-precious-flag' is set.
5830 `set-visited-file-modtime' must be called always when `visit' is t
5831 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5832 (tramp-handle-set-visited-file-modtime): If `time-list' is not
5833 nil, don't apply the whole body. If the file doesn't exists, set
5834 modtime to '(-1 65535). Suggested by Luc Teirlinck
5835 <teirllm@auburn.edu>.
5836
5837 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
5838
5839 * help.el (describe-bindings): Doc fix.
5840
5841 * subr.el (kbd): Doc fix.
5842
5843 2004-08-08 John Paul Wallington <jpw@gnu.org>
5844
5845 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5846 instead of `string-to-int'.
5847 (define-ibuffer-column mode): Fix indentation.
5848
5849 2004-08-08 Lars Hansen <larsh@math.ku.dk>
5850
5851 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
5852
5853 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5854
5855 * subr.el (global-unset-key, local-unset-key): Doc fixes.
5856
5857 * novice.el (disabled-command-function): New variable renamed from
5858 `disabled-command-hook'.
5859 (disabled-command-hook): Keep the _variable_ as alias for
5860 `disabled-command-function' and make obsolete.
5861 (disabled-command-function): Function renamed from
5862 `disabled-command-hook'. Adapt code to name change of the variable.
5863
5864 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
5865
5866 * simple.el (completion-root-regexp): New defvar.
5867 (completion-setup-function): Use it instead of a literal string.
5868
5869 2004-08-07 John Paul Wallington <jpw@gnu.org>
5870
5871 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5872 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5873 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5874 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5875
5876 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5877
5878 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5879 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5880
5881 2004-08-04 Kenichi Handa <handa@m17n.org>
5882
5883 * international/encoded-kb.el (encoded-kbd-setup-keymap):
5884 Fix previous change.
5885
5886 2004-08-03 Kenichi Handa <handa@m17n.org>
5887
5888 * international/encoded-kb.el: The following changes are to
5889 utilize key-translation-map instead of minor mode map.
5890 (encoded-kbd-iso2022-non-ascii-map): Delete it.
5891 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5892 (encoded-kbd-last-key): New function.
5893 (encoded-kbd-iso2022-single-shift): New function.
5894 (encoded-kbd-iso2022-designation)
5895 (encoded-kbd-self-insert-iso2022-7bit)
5896 (encoded-kbd-self-insert-iso2022-8bit)
5897 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5898 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5899 key-translation-map.
5900 (encoded-kbd-setup-keymap): Setup key-translation-map.
5901 (saved-key-translation-map): New variable.
5902 (encoded-kbd-mode): Save/restore key-translation-map.
5903 Adjust for the change of encoded-kbd-setup-keymap.
5904
5905 2004-08-02 Kim F. Storm <storm@cua.dk>
5906
5907 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5908 and call compute-motion with nil for topos and width to get proper
5909 usable width and height for both window and non-window systems.
5910
5911 * windmove.el (windmove-coordinates-of-position): Let compute-motion
5912 calculate usable window width and height.
5913
5914 * window.el (window-buffer-height): Call compute-motion with nil width.
5915
5916 2004-08-01 David Kastrup <dak@gnu.org>
5917
5918 * replace.el (query-replace-read-from):
5919 Use `query-replace-compile-replacement'.
5920 (query-replace-compile-replacement): New function.
5921 (query-replace-read-to): Use `query-replace-compile-replacement'
5922 for repeating the last command.
5923
5924 2004-08-01 John Paul Wallington <jpw@gnu.org>
5925
5926 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5927 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5928 (pr-switches): Remove period from end of error messages.
5929
5930 * help-mode.el (help-go-back): Likewise.
5931
5932 * abbrev.el (only-global-abbrevs): Doc fix.
5933 (edit-abbrevs-map): Define within defvar.
5934 (quietly-read-abbrev-file): Doc fix.
5935
5936 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
5937
5938 * novice.el (enable-command, disable-command): Doc fixes.
5939
5940 * subr.el (event-modifiers, event-basic-type): Doc fixes.
5941
5942 2004-07-30 Richard M. Stallman <rms@gnu.org>
5943
5944 * subr.el (with-local-quit): Doc fix.
5945
5946 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
5947
5948 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5949
5950 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
5951
5952 * custom.el (defcustom): Doc fix.
5953
5954 2004-07-28 Masatake YAMATO <jet@gyve.org>
5955
5956 * progmodes/etags.el (etags-tags-apropos): Show building progress.
5957
5958 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * imenu.el (imenu-prev-index-position-function)
5961 (imenu-extract-index-name-function, imenu-name-lookup-function)
5962 (imenu--index-alist): Docstring redundancy fix.
5963
5964 2004-07-25 Lars Hansen <larsh@math.ku.dk>
5965
5966 * wdired.el (wdired-finish-edit): Require dired-aux before locally
5967 binding dired-backup-overwrite.
5968
5969 2004-07-25 John Paul Wallington <jpw@gnu.org>
5970
5971 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5972
5973 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5974
5975 * term/tty-colors.el (tty-color-approximate): Doc fix.
5976
5977 * select.el (x-get-selection, x-set-selection): Doc fixes.
5978
5979 * frame.el (make-frame): Doc fix.
5980
5981 2004-07-24 Richard M. Stallman <rms@gnu.org>
5982
5983 * mail/rmail.el (rmail-mime-charset-pattern):
5984 Don't include semicolon in the charset value.
5985
5986 * replace.el (occur-next-error): Call set-window-point.
5987 (occur-engine): Handle negative NLINES.
5988
5989 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
5990
5991 * frame.el (modify-all-frames-parameters): Minor doc fix.
5992 (set-frame-configuration): Doc fix.
5993
5994 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5995
5996 * simple.el (completion-setup-function): Compute the common parts
5997 and the first difference place correctly when
5998 partial-completion-mode is on.
5999
6000 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6001
6002 * ps-print.el: Doc fix.
6003 (ps-print-version): New version 6.6.5.
6004 (ps-printing-region): Doc fix.
6005 (ps-generate-string-list): Comment fix.
6006 (ps-message-log-max): Code fix.
6007
6008 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
6009
6010 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
6011 generated PostScript.
6012
6013 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
6014
6015 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
6016 with Gnus v5_10 branch.)
6017
6018 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
6019
6020 * calendar/time-date.el (time-to-number-of-days): New function.
6021 Imported from from Gnus.
6022
6023 2004-07-22 Kim F. Storm <storm@cua.dk>
6024
6025 * progmodes/make-mode.el: Fix comments.
6026
6027 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6028
6029 * printing.el: Doc fix.
6030
6031 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
6032
6033 * frame.el (modify-all-frames-parameters): Minor doc fix.
6034
6035 2004-07-20 Richard M. Stallman <rms@gnu.org>
6036
6037 * textmodes/fill.el (fill-nobreak-p): If this break point is
6038 at the end of the line, don't consider the newline which follows
6039 as a reason to return t.
6040
6041 2004-07-19 John Paul Wallington <jpw@gnu.org>
6042
6043 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
6044
6045 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
6046
6047 * dired-aux.el (dired-do-kill-lines): Expand docstring.
6048 Delete irrelevant code.
6049
6050 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
6051
6052 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6053 New docstring. From Luc Teirlinck.
6054
6055 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
6056
6057 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
6058 section.
6059 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
6060 non-file buffers. We know it is nil.
6061
6062 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
6063
6064 Sync with Tramp 2.0.43.
6065
6066 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6067 Remove outdated comment.
6068 (tramp-locked, tramp-locker): New variables for implementing a
6069 global lock.
6070 (tramp-sh-file-name-handler): Use them to implement the global lock.
6071
6072 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
6073
6074 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
6075 calls to respective `xxx` calls.
6076 (tramp-process-alive-regexp): Precise doc string.
6077 (tramp-multi-action-process-alive): New defun.
6078 (tramp-multi-actions): Use it.
6079 (tramp-handle-find-backup-file-name): `copy-tree' is available
6080 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
6081 in order to avoid this function.
6082 (tramp-handle-write-region): Set current buffer. If connection
6083 wasn't open, `file-modes' has changed it accidently. Reported by
6084 David Kastrup <dak@gnu.org>.
6085 (tramp-enter-password, tramp-read-passwd): New arguments USER and
6086 HOST.
6087 (tramp-action-password, tramp-multi-action-password): Apply it.
6088 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
6089 name must still contain the port number. Otherwise, we have two
6090 Tramp buffers, with all the confusion. Reported by Myron Selby
6091 <myron@xytech.com> and Rolf Dubitzky
6092 <Dubitzky@physi.uni-heidelberg.de>.
6093
6094 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
6095 HOST to `tramp-enter-passwd'.
6096
6097 * net/tramp-vc.el (all): Code cleanup. Change all
6098 `tramp-handle-xxx' calls to respective `xxx` calls.
6099
6100 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
6101
6102 * emacs-lisp/testcover.el: New category "potentially-1valued" for
6103 functions that are not erroneous if either 1-valued or
6104 multi-valued. Detect functions in this class.
6105 (testcover-1value-functions, testcover-compose-functions)
6106 (testcover-progn-functions) Add some additional functions to lists.
6107 (testcover-mark): Bugfix when marking up the definition for an
6108 empty function.
6109
6110 2004-07-17 Richard M. Stallman <rms@gnu.org>
6111
6112 * replace.el (occur-read-primary-args): Pass default to
6113 read-from-minibuffer.
6114
6115 * mail/footnote.el (footnote-section-tag): Use defcustom.
6116
6117 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
6118 Compile font-lock-keywords, not KEYWORDS.
6119 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
6120 Add warn, check-type. Handle cerror like error.
6121
6122 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
6123
6124 * progmodes/which-func.el (which-func-keymap): New var.
6125 (which-func-face): New face.
6126 (which-func-format): Use them.
6127
6128 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6129
6130 * buff-menu.el (list-buffers-noselect): Append the buffer's
6131 process status to its mode name.
6132
6133 2004-07-16 Kim F. Storm <storm@cua.dk>
6134
6135 * simple.el (inhibit-mark-movement): New defvar.
6136 (beginning-of-buffer, end-of-buffer): Do not push mark if
6137 inhibit-mark-movement is non-nil or C-u prefix is given.
6138
6139 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
6140 Init to beginning-of-buffer and end-of-buffer.
6141 (cua--undo-push-mark): New defvar.
6142 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
6143 already active and command is in cua--preserve-mark-commands.
6144 Also fix check for shift modifier on non-window systems.
6145 (cua--post-command-handler): Clear inhibit-mark-movement if set.
6146
6147 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6148
6149 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
6150 of two integers, instead of a cons.
6151
6152 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6153 `visited-file-modtime' now returns a list of two integers, instead
6154 of a cons.
6155
6156 * dired.el (dired-directory-changed-p): Ditto.
6157
6158 * progmodes/grep.el (grep): Doc fix.
6159
6160 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
6161
6162 * autorevert.el (auto-revert-tail-mode)
6163 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
6164 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
6165 in both at the same time.
6166 (auto-revert-tail-mode): New command.
6167 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
6168 (auto-revert-handler): Revert only either tail or whole file.
6169
6170 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
6171 add auto-revert-tail-mode.
6172
6173 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6174
6175 * printing.el: Doc fix. Change name of some funs.
6176 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
6177 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
6178 (pr-standard-file-name): New fun. Replace pr-standard-path.
6179 (pr-call-process): Code fix.
6180
6181 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
6182
6183 * subr.el (with-selected-window): Doc fix.
6184
6185 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
6186
6187 * subr.el (get-buffer-window-list): Doc fix.
6188
6189 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
6190
6191 * files.el (switch-to-buffer-other-window): Doc fix.
6192
6193 * window.el (save-selected-window, one-window-p)
6194 (split-window-keep-point, split-window-vertically)
6195 (split-window-horizontally): Doc fixes.
6196
6197 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6198
6199 * printing.el: Doc fix. Now it uses call-process instead of
6200 shell-command for low command execution.
6201 (pr-version): New version number (6.8).
6202 (pr-shell-file-name): Option removed.
6203 (pr-shell-command): Fun removed.
6204 (pr-call-process): New fun. Replace pr-shell-command.
6205 (pr-standard-path, pr-remove-nil-from-list): New funs.
6206 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
6207 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
6208 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
6209 (pr-ps-utility-process, pr-txt-print): Code fix.
6210
6211 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6212
6213 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
6214 boolean.
6215
6216 2004-07-09 Lars Hansen <larsh@math.ku.dk>
6217
6218 * wid-edit.el (widget-field-buffer): Doc fix.
6219
6220 2004-07-09 John Paul Wallington <jpw@gnu.org>
6221
6222 * emacs-lisp/re-builder.el (reb-update-overlays):
6223 Distinguish between one and several matches in message.
6224
6225 2004-07-09 Richard M. Stallman <rms@gnu.org>
6226
6227 * mouse.el (mouse-set-region-1): If transient-mark-mode
6228 is `identity', change it to `only'.
6229
6230 * simple.el (current-word): Doc fix.
6231
6232 2004-07-09 Mark A. Hershberger <mah@everybody.org>
6233
6234 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
6235 so that it is more understanding of whitespace.
6236
6237 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
6238 form
6239 (("ns" . "element") (attr-list) children) instead of
6240 ((:ns . "element") (attr-list) children) in order to reduce the
6241 number of symbols used.
6242 (xml-skip-dtd): Change to use xml-parse-dtd but set
6243 xml-validating-parsing to nil.
6244 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
6245 (xml-substitute-entity): Remove in favor of new entity substitution.
6246 (xml-substitute-special): Rewrite in to substitute complex
6247 entities from DOCTYPE declarations.
6248 (xml-parse-fragment): Parse fragments from entity deleclarations.
6249 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
6250 (xml-parse-dtd, xml-substitute-special): Make validity checks
6251 conditioned on xml-validating-parser. Add "Not Well Formed" to
6252 error messages about well-formedness.
6253
6254 2004-07-08 Steven Tamm <steventamm@mac.com>
6255
6256 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
6257 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
6258 Do not treat double clicks and triple clicks specially in the
6259 scroll bar (preventing strange repositioning problems)
6260
6261 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6262
6263 * replace.el (query-replace-regexp-eval): Fix last change.
6264
6265 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * replace.el (query-replace-descr): New fun.
6268 (query-replace-read-from, query-replace-read-args): Default to the
6269 previous from&to.
6270 (query-replace-read-to): Quote the `from' string when displaying it.
6271 (query-replace-regexp-eval): Immediately check read-only status.
6272 Use query-replace-read-from to get the \n checking.
6273 Quote the `from' string when displaying it.
6274 (map-query-replace-regexp, occur-read-primary-args):
6275 Quote the `from' string when displaying it.
6276
6277 * isearch.el (isearch-query-replace): Pass the regexp-ness and
6278 delimited-ness of the search to query-replace.
6279
6280 * replace.el (query-replace-read-from, query-replace-read-to):
6281 New funs extracted from query-replace-read-args.
6282 (query-replace-read-args): Use them.
6283
6284 * replace.el (query-replace-interactive, query-replace-read-args):
6285 Remove the `initial' special value.
6286 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
6287 (occur-engine): Remove unused var `matchend'.
6288
6289 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
6290 Use the search string without prompting.
6291
6292 2004-07-05 Kenichi Handa <handa@m17n.org>
6293
6294 * international/mule.el (decode-coding-inserted-region):
6295 Set last-coding-system-used only when coding is nil.
6296
6297 2004-07-03 Eli Zaretskii <eliz@gnu.org>
6298
6299 * progmodes/grep.el (grep-compute-defaults, grep-command)
6300 (grep-program, find-program, grep-find-use-xargs, grep-history)
6301 (grep-find-history, grep-tag-default, grep-find-command)
6302 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
6303 Add autoload cookies, for unbundled packages that load `compile'
6304 and expect all grep-related symbols to become defined.
6305
6306 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
6307
6308 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
6309 (iimage-mode-image-search-path): New user option to search the
6310 image file.
6311 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
6312 have locate-file.
6313 (iimage-mode-buffer): Use it.
6314
6315 2004-07-03 Nick Roberts <nickrob@gnu.org>
6316
6317 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
6318 carefully.
6319 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
6320
6321 2004-07-03 Juri Linkov <juri@jurta.org>
6322
6323 * replace.el (query-replace-read-args): Swallow space after 'foo,
6324 not after (quote foo). Match space only immediately after symbol,
6325 not anywhere in the whole string.
6326
6327 2004-07-02 Richard M. Stallman <rms@gnu.org>
6328
6329 * replace.el (query-replace-read-args): Swallow space after
6330 symbols, not after closeparens. But avoid error if string ends there.
6331
6332 * progmodes/python.el (python-beginning-of-statement):
6333 Exit the loop if backward-up-list gets error.
6334
6335 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
6336
6337 2004-07-02 Andre Spiegel <spiegel@gnu.org>
6338
6339 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
6340 only if vc-consult-headers is non-nil.
6341
6342 2004-07-02 Juri Linkov <juri@jurta.org>
6343
6344 * pcvs.el (cvs-mode-diff-repository): New command.
6345
6346 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
6347
6348 2004-07-01 Juri Linkov <juri@jurta.org>
6349
6350 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
6351 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
6352 C-M-% to isearch-query-replace-regexp.
6353 (minibuffer-local-isearch-map): Add arrow key bindings.
6354 Bind C-f to isearch-yank-char-in-minibuffer.
6355 (isearch-forward): Doc fix.
6356 (isearch-edit-string): Doc fix.
6357 (isearch-query-replace, isearch-query-replace-regexp): New funs.
6358 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
6359 (isearch-yank-char): Add optional arg.
6360 (isearch-yank-char-in-minibuffer): New fun.
6361
6362 * replace.el (query-replace-interactive): Change type from boolean
6363 to choice. Add value `initial'.
6364 (query-replace-read-args): Handle value `initial' of
6365 query-replace-interactive.
6366
6367 2004-06-29 Kim F. Storm <storm@cua.dk>
6368
6369 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
6370 (breakpoint-disabled-bitmap-face): Add :group 'gud.
6371
6372 * progmodes/ada-xref.el (ada-tight-gvd-integration):
6373 Add :group 'ada.
6374
6375 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
6376
6377 2004-06-29 Juri Linkov <juri@jurta.org>
6378
6379 * replace.el (query-replace-read-args): Swallow a space after
6380 everything except )]" which in most cases means after a symbol.
6381
6382 * emacs-lisp/pp.el (pp-buffer): Add autoload.
6383
6384 2004-06-28 Richard M. Stallman <rms@gnu.org>
6385
6386 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
6387 More changes to go with previous change in font-lock.el.
6388
6389 2004-06-26 David Kastrup <dak@gnu.org>
6390
6391 * replace.el (perform-replace): Highlight the match even in
6392 non-query mode if there is potential replace string editing.
6393
6394 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
6395
6396 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
6397 agree with new return value of `file-remote-p'.
6398 This syncs with Tramp 2.0.42.
6399
6400 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
6401 according to new documentation of `file-remote-p'.
6402
6403 * files.el (file-remote-p): Fix doc to say that return value is
6404 identification of remote system, if not nil.
6405 (file-relative-name): Use new return value of `file-remote-p'.
6406
6407 2004-06-26 Nick Roberts <nickrob@gnu.org>
6408
6409 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
6410 (gdb-goto-breakpoint): Fix breakage.
6411
6412 2004-06-26 Eli Zaretskii <eliz@gnu.org>
6413
6414 * man.el (Man-getpage-in-background): Add windows-nt to the list
6415 of systems where shell-file-name should be used instead of
6416 literal "sh".
6417
6418 2004-06-25 Sam Steingold <sds@gnu.org>
6419
6420 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
6421 function names `(setf symbol)'.
6422
6423 2004-06-24 Richard M. Stallman <rms@gnu.org>
6424
6425 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
6426
6427 * font-lock.el (font-lock-keywords): Change format of compiled values.
6428 Document it.
6429 (font-lock-add-keywords): If font-lock-keywords is compiled,
6430 extract the uncompiled version, modify, then recompile.
6431 (font-lock-remove-keywords): Likewise.
6432 (font-lock-fontify-keywords-region): Handle changed format.
6433 (font-lock-compile-keywords): Handle changed format.
6434 (font-lock-set-defaults): Compile the keywords explicitly here.
6435
6436 2004-06-24 David Kastrup <dak@gnu.org>
6437
6438 * replace.el (query-replace-read-args): Implement `\,' and `\#'
6439 replacements here.
6440 (query-replace-regexp): Doc string explaining this and the new
6441 `\?' replacement. Remove `\,' and `\#' implementation here, as it
6442 is better placed in `query-replace-read-args'.
6443 (replace-regexp): Explain `\,', `\#' and `\?'.
6444 (replace-match-data): New function for thorough reuse/destruction
6445 of old match-data.
6446 (replace-match-maybe-edit): Function for implementing `\?' editing.
6447 (perform-replace): Fix maintaining of the match stack including
6448 already matched regions, implement `\?', fix various problems
6449 with regions while editing and other stuff.
6450 (replace-highlight): Simplify.
6451
6452 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
6453
6454 * progmodes/grep.el (grep-error-screen-columns): New variable.
6455 (grep-regexp-alist): Give it the full functionality of gnu style
6456 compilation messages with line and column ranges. Ask me for the
6457 perl script I'm working on, that uses these.
6458
6459 2004-06-23 Nick Roberts <nickrob@gnu.org>
6460
6461 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
6462 Remove.
6463 (comint-insert-input, comint-mouse-insert-input): New functions
6464 based on comint-insert-clicked-input for two bindings but just
6465 one functionality.
6466
6467 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6468
6469 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
6470
6471 2004-06-23 Lars Hansen <larsh@math.ku.dk>
6472
6473 * files.el (write-contents-functions): Doc fix.
6474
6475 2004-06-21 Juanma Barranquero <lektu@terra.es>
6476
6477 * image.el (image-library-alist): Rewrite docstring in active voice.
6478
6479 2004-06-20 Richard M. Stallman <rms@gnu.org>
6480
6481 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
6482
6483 * isearch.el (isearch-repeat): Avoid testing old match data.
6484 (isearch-message): Display trailing space in special font
6485 when search is failing.
6486 (isearch-search-fun-function): Doc fix.
6487
6488 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
6489
6490 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
6491
6492 * frame.el (show-trailing-whitespace): Doc fix.
6493
6494 * cus-edit.el (custom-variable-documentation): New function.
6495 (custom-variable): Use it.
6496
6497 2004-06-19 Nick Roberts <nickrob@gnu.org>
6498
6499 * man.el (Man-getpage-in-background): Revert previous change but
6500 make cygwin a special case.
6501
6502 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
6503
6504 * autorevert.el (global-auto-revert-non-file-buffers):
6505 Update docstring.
6506
6507 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
6508
6509 * progmodes/compile.el (compilation-error-properties): Store one
6510 more than end-col, if present, so that transient-mark-mode will
6511 highlight last char too.
6512 * progmodes/grep.el (grep-regexp-alist): Match columns and column
6513 ranges, if present.
6514
6515 2004-06-18 Jason Rumney <jasonr@gnu.org>
6516
6517 * makefile.w32-in: Double percent signs in for loops.
6518
6519 2004-06-17 David Kastrup <dak@gnu.org>
6520
6521 * replace.el (query-replace-read-args): Only warn about use of \n
6522 and \t when we are doing a regexp replacement and the actual
6523 escaped character is n or t.
6524 (query-replace-regexp): Add \, and \# interpretation to
6525 interactive call and document it.
6526 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
6527 as shortkey for replace-count.
6528 (replace-quote): New function for doubling backslashes.
6529
6530 2004-06-17 Juanma Barranquero <lektu@terra.es>
6531
6532 * files.el (parse-colon-path, cd): Mention in docstring that the
6533 path separator is colon in GNU-like systems.
6534
6535 * newcomment.el (comment-region-internal): Fix docstring.
6536
6537 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
6538 (ewoc-invalidate, ewoc-collect): Doc fixes.
6539 (ewoc--create-node, ewoc--delete-node-internal):
6540 Fix typos in docstring.
6541
6542 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6543
6544 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
6545 manual to docstring.
6546
6547 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6548
6549 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
6550
6551 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6552
6553 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6554 Add hyperlink to emacs-xtra manual to docstring.
6555
6556 * autorevert.el (global-auto-revert-non-file-buffers):
6557 Add hyperlink to emacs-xtra manual to docstring, as well as an
6558 info-link.
6559
6560 2004-06-14 Juanma Barranquero <lektu@terra.es>
6561
6562 * image.el (image-library-alist): New variable to map image types
6563 to external libraries. Initialized to nil, unless system-specific
6564 configs change it.
6565 (image-type-available-p): Determine whether an image type is
6566 available by calling `init-image-library'.
6567
6568 * term/w32-win.el (image-library-alist): Initialize to a known set
6569 of probable library names.
6570
6571 2004-06-14 Kenichi Handa <handa@m17n.org>
6572
6573 * international/code-pages.el (windows-1256, cp1125): Fix tables
6574 for several characters.
6575
6576 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
6577
6578 2004-06-13 Richard M. Stallman <rms@gnu.org>
6579
6580 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
6581
6582 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
6583 not "`pc-selection-mode'".
6584
6585 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
6586
6587 * simple.el (previous-matching-history-element): Specify a default.
6588
6589 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
6590
6591 * cus-face.el (custom-declare-face): Simplify code.
6592
6593 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
6594
6595 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
6596
6597 * files.el (before-save-hook): Add `time-stamp' to the options.
6598
6599 * time-stamp.el (time-stamp): Recommend adding it to
6600 `before-save-hook', rather than `write-file-functions'.
6601 Make a similar change in `Commentary' section.
6602
6603 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
6604
6605 * diff-mode.el (diff-current-defun): If at start of hunk, use
6606 position of first change.
6607
6608 2004-06-13 Lars Hansen <larsh@math.ku.dk>
6609
6610 * dired-x.el (dired-mark-omitted): Bind to "*O".
6611
6612 2004-06-12 Karl Fogel <kfogel@red-bean.com>
6613
6614 * bookmark.el (bookmark-bmenu-relocate): New function, as
6615 suggested by David J. Biesack <David.Biesack@sas.com>.
6616 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
6617 (bookmark-bmenu-mode): Describe binding in doc string.
6618 (bookmark-set-filename): Save the bookmark list if it's time.
6619
6620 2004-06-13 Kenichi Handa <handa@m17n.org>
6621
6622 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6623 (ccl-untranslated-to-ucs): Fix typo.
6624
6625 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
6626
6627 * progmodes/python.el (python-open-block-statement-p):
6628 Fix indentation after a block opening that contains a comment.
6629
6630 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
6631
6632 * bindings.el (completion-ignored-extensions): Add file extensions
6633 of Python byte-compiled files.
6634
6635 2004-06-12 Juri Linkov <juri@jurta.org>
6636
6637 * info.el (Info-goto-node): Add autoload.
6638 (Info-toc): Add substring-no-properties on Info file name.
6639 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
6640 (Info-mode-map): Bind L to Info-history, T to Info-toc.
6641
6642 2004-06-12 Kenichi Handa <handa@m17n.org>
6643
6644 * international/mule-cmds.el (set-language-environment):
6645 Load subst tables if necessary.
6646
6647 * international/mule.el (decode-char): Load subst tables if necessary.
6648 (encode-char): Likewise.
6649
6650 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
6651 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
6652 (utf-16le-decode-loop): Set r5 to -1 before loop.
6653 (utf-16be-decode-loop): Likewise.
6654 (ccl-decode-mule-utf-16le): Add EOF processing block.
6655 (ccl-decode-mule-utf-16be): Likewise.
6656 (ccl-decode-mule-utf-16le-with-signature): Likewise.
6657 (ccl-decode-mule-utf-16be-with-signature): Likewise.
6658 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
6659 (ccl-mule-utf-16-encode-untrans): New CCL.
6660 (utf-16-decode-to-ucs): Handle pre-read character.
6661 (utf-16le-encode-loop): Handle surrogate pair.
6662 (utf-16be-encode-loop): Likewise.
6663 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
6664 of utf-16le-encode-loop.
6665 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
6666 of utf-16be-encode-loop.
6667 (mule-utf-16-post-read-conversion):
6668 Call utf-8-post-read-conversion at first.
6669 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
6670 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
6671 Add post-read-conversion and pre-write-conversion.
6672
6673 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
6674 (utf-translate-cjk-unicode-range): New variable.
6675 (utf-translate-cjk-load-tables): New function.
6676 (utf-lookup-subst-table-for-decode): New function.
6677 (utf-lookup-subst-table-for-encode): New function.
6678 (utf-translate-cjk-mode): Init-value changed to t. Don't load
6679 tables here. Update safe-charsets of utf-* coding systems.
6680 (ccl-mule-utf-untrans): New CCL.
6681 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
6682 at end of each branch.
6683 (ccl-mule-utf-8-encode-untrans): New CCL.
6684 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
6685 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
6686 length of encoding. Don't return r0.
6687 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
6688 (utf-8-post-read-conversion): Narrow to region properly.
6689 If utf-translate-cjk-mode is on, load tables if necessary.
6690 Call utf-8-compose with hash-table arg if necessary.
6691 Call XXX-compose-region instead of XXX-post-read-convesion.
6692 (utf-8-pre-write-conversion): New function.
6693 (mule-utf-8): Include CJK charsets in safe-charsets if
6694 utf-translate-cjk-mode is on. Add pre-write-conversion.
6695
6696 * international/characters.el: Temporarily set
6697 utf-translate-cjk-mode to nil.
6698
6699 * language/devan-util.el (devanagari-compose-region):
6700 Add autoload cookie.
6701
6702 * international/ccl.el (ccl-dump-call): Fix printing the
6703 subroutine name.
6704
6705 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
6706
6707 * dired.el (dired-revert): If buffer is marked unmodified before
6708 reverting, keep it marked unmodified.
6709 Adapt to new conventions for commenting out code.
6710 (dired-make-relative): Adapt to new conventions for commenting out code.
6711
6712 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
6713
6714 * eshell/esh-module.el (eshell-load-defgroups):
6715 Bind `vc-handled-backends' to nil when opening files.
6716
6717 2004-06-11 Juanma Barranquero <lektu@terra.es>
6718
6719 * files.el (parse-colon-path, cd): Doc fixes (refer to
6720 `path-separator', not colon).
6721
6722 2004-06-10 Juanma Barranquero <lektu@terra.es>
6723
6724 * newcomment.el (comment-search-forward)
6725 (comment-search-backward): Fix typos in docstring.
6726 (comment-region): Doc fix.
6727
6728 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
6729
6730 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
6731 switch is no longer stored in `dired-switches-alist'.
6732
6733 * dired-aux.el (dired-insert-subdir): Do not store R switch in
6734 `dired-switches-alist'.
6735
6736 2004-06-10 Kim F. Storm <storm@cua.dk>
6737
6738 * pcvs.el (cvs-mode-diff-yesterday): New command.
6739
6740 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
6741
6742 2004-06-10 Juri Linkov <juri@jurta.org>
6743
6744 * emacs-lisp/edebug.el (edebug-eval-defun):
6745 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
6746 Fix docstring.
6747
6748 * simple.el (eval-expression-print-format): Don't print additional
6749 information on the first call to `eval-print-last-sexp'.
6750 (next-error-find-buffer): Fix punctuation.
6751 (killing) <defgroup>: Fix punctuation.
6752 (yank-excluded-properties): Change group from editing to killing.
6753
6754 * replace.el (perform-replace): Use `limit' to terminate the
6755 while-loop explicitly.
6756
6757 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6758
6759 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6760 Use lc-*.xpm as prefix instead of *-locol.xpm.
6761
6762 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6763 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6764 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6765 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6766 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6767 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6768 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6769 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6770 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6771 * toolbar/lc-up_arrow.xpm:
6772 Rename from *-locol.xpm.
6773
6774 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
6775
6776 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6777 include forms like &<str>; as valid url patterns.
6778
6779 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
6780
6781 * dired.el (dired-diff, dired-backup-diff)
6782 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6783 (dired-do-chown, dired-do-touch, dired-do-print)
6784 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6785 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6786 (dired-create-directory, dired-do-copy, dired-do-symlink)
6787 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6788 (dired-do-copy-regexp, dired-do-hardlink-regexp)
6789 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6790 (dired-maybe-insert-subdir, dired-next-subdir)
6791 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6792 (dired-kill-subdir, dired-tree-up, dired-tree-down)
6793 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6794 (dired-run-shell-command, dired-query): Remove redundant,
6795 or incorrect, autoloads.
6796
6797 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6798 does not end in a slash. Add optional argument KILL-ROOT.
6799 Update docstring.
6800 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6801 (dired-query): Add autoloads.
6802
6803 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
6804
6805 * progmodes/compile.el (compilation-set-window-height):
6806 Rearrange the save-* functions because a buffer can have several current
6807 point in different windows.
6808 (compilation-error-regexp-alist-alist): Recognize {standard input}
6809 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6810
6811 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6812
6813 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6814 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6815 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6816 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6817 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6818 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6819 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6820 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6821 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6822 * toolbar/up_arrow-locol.xpm:
6823 New versions of icons that uses fewer colors.
6824
6825 * toolbar/tool-bar.el (tool-bar-local-item)
6826 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6827 if display-color-cells is 256 or less.
6828
6829 2004-06-08 Kim F. Storm <storm@cua.dk>
6830
6831 * wid-edit.el (widget-specify-button): Use hand pointer rather
6832 than mouse-face as visible mouse-over effect.
6833
6834 2004-06-07 Karl Fogel <kfogel@red-bean.com>
6835
6836 * saveplace.el (save-place-alist-to-file): Bind `print-length'
6837 and `print-level' to nil when writing out `save-place-alist'.
6838 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6839
6840 2004-06-07 Juanma Barranquero <lektu@terra.es>
6841
6842 * completion.el (completion-kill-region): Doc fix.
6843
6844 * format.el (format-insert-annotations)
6845 (format-annotate-location): Doc fixes.
6846 (format-subtract-regions): Make arguments match their use in docstring.
6847
6848 * simple.el (kill-region): Doc fix.
6849
6850 * subr.el (insert-buffer-substring-no-properties)
6851 (insert-buffer-substring-as-yank): Doc fixes.
6852
6853 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
6854
6855 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6856 Update docstring.
6857 (dired-reset-subdir-switches): New function.
6858
6859 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6860 Limit scope of `buffer-read-only' binding.
6861
6862 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
6863
6864 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6865 eshell-explicit-command-char.
6866
6867 2004-06-06 Juanma Barranquero <lektu@terra.es>
6868
6869 * help-fns.el (help-argument-name): Inherit from italic face only
6870 if the frame supports it.
6871
6872 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6873
6874 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6875 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6876 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6877 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6878 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6879 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6880 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6881 New conversions from xpm files.
6882
6883 * toolbar/README: New file.
6884
6885 2004-06-06 Richard M. Stallman <rms@gnu.org>
6886
6887 * isearch.el (isearch-mode-map): Undo previous change.
6888
6889 2004-06-05 Juri Linkov <juri@jurta.org>
6890
6891 * bindings.el (debug-ignored-errors): Add regexps for history
6892 related messages. Remove $ from "No further undo information".
6893 Move Ediff's messages to ediff.el.
6894
6895 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6896
6897 * cus-edit.el (custom-display): Add `min-colors'.
6898
6899 * custom.el (defface): Add `supports' to docstring.
6900
6901 * help-fns.el (help-argument-name): Add :group 'help.
6902
6903 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
6904
6905 * find-dired.el (find-ls-subdir-switches): New user option.
6906 (find-dired): No longer call `abbreviate-file-name' on DIR.
6907 Set `dired-subdir-switches' buffer-locally.
6908
6909 * locate.el: Merge the two `Commentary' sections.
6910 (locate-ls-subdir-switches): New user option.
6911 (locate): Update for other changes.
6912 (locate-mode-map): Restore Dired binding for mouse-2.
6913 Bind `locate-mouse-view-file' to M-mouse-2.
6914 Bind `l' to `locate-do-redisplay'.
6915 (locate-main-listing-line-p, locate-do-redisplay): New functions.
6916 (locate-mouse-view-file, locate-tags, locate-find-directory):
6917 Print message if used outside main listing.
6918 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
6919 Various changes to support inserted subdirectories.
6920 (locate-insert-header): Change header of *Locate* buffer.
6921
6922 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6923 Change interactive default switches.
6924 (dired-rename-subdir-2): Update `dired-switches-alist'.
6925 (dired-insert-subdir, dired-kill-subdir):
6926 Handle `dired-switches-alist'. Do not mark buffer modified.
6927 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6928 (dired-insert-subdir-doinsert): Omit messages.
6929 Handle `dired-subdir-switches'.
6930 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6931
6932 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6933 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6934 subdirs if -R switch is used for a subdir.
6935 (dired-mode): Set `dired-switches-alist'.
6936 (dired-build-subdir-alist): Only print number of directories in
6937 echo area when invoked interactively.
6938
6939 2004-06-05 Lars Hansen <larsh@math.ku.dk>
6940
6941 * dired-x.el (dired-omit-mode): Rename from
6942 dired-omit-files-p. Use define-minor-mode to define it.
6943 (dired-omit-files-p): Add as alias for dired-omit-mode.
6944 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
6945 dired-mark-omitted.
6946 (dired-mark-omitted): Add. Bind to M-O.
6947
6948 2004-06-05 Kenichi Handa <handa@m17n.org>
6949
6950 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6951
6952 2004-06-05 Juanma Barranquero <lektu@terra.es>
6953
6954 * help-fns.el (help-argument-name): Reintroduce face.
6955 (help-default-arg-highlight): Use it, now that
6956 `face-differs-from-default-p' can be trusted.
6957
6958 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6959
6960 * textmodes/table.el: Sentence commands added to Point Motion
6961 group; kill and backward-kill commands added to Extraction group.
6962
6963 2004-06-04 Mario Lang <mlang@delysid.org>
6964
6965 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
6966 systems appear to use mW, make the code handle this. Fix a
6967 division-by-zero bug while at it, and handle kernels with
6968 a slightly different layout in /proc/acpi.
6969
6970 2004-06-04 Karl Fogel <kfogel@red-bean.com>
6971
6972 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
6973 because the latter is a CL-ism. This fixes the bug reported by
6974 Shawn Boyette <mdxi@collapsar.net> in
6975 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6976
6977 2004-06-04 Miles Bader <miles@gnu.org>
6978
6979 * faces.el (display-supports-face-attributes-p): Function moved to
6980 C code. Previously only the tty-related portion of this function
6981 was done in C; however the previous attempt to do a halfway-proper
6982 job for non-tty displays in lisp didn't work properly because of
6983 funny conditions during Emacs startup.
6984 (face-differs-from-default-p): Simplify, now that
6985 display-supports-face-attributes-p works properly on all display
6986 types. Remove :stipple from comparison; it doesn't really work
6987 in emacs anyway.
6988
6989 2004-06-04 Miles Bader <miles@gnu.org>
6990
6991 * faces.el (face-differs-from-default-p): Use a different
6992 implementation, so we can really check whether FACE displays
6993 differently or not.
6994
6995 2004-06-04 Miles Bader <miles@gnu.org>
6996
6997 * faces.el (display-supports-face-attributes-p): Implement a
6998 `different from default' check for non-tty displays.
6999
7000 2004-06-03 David Kastrup <dak@gnu.org>
7001
7002 * woman.el (woman-mapcan): More concise code.
7003 (woman-topic-all-completions, woman-topic-all-completions-1)
7004 (woman-topic-all-completions-merge): Replace by a simpler and
7005 much faster implementation based on O(n log n) sort/merge instead
7006 of the old O(n^2) behavior.
7007
7008 2004-06-03 Miles Bader <miles@gnu.org>
7009
7010 * subr.el (read-number): Use canonical format for default in prompt.
7011
7012 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
7013 Add regexp for " [...]" style defaults.
7014
7015 2004-06-02 Romain Francoise <romain@orebokech.com>
7016
7017 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
7018 groups: if the user asks for a hidden buffer, open the
7019 corresponding filter group to expose it.
7020
7021 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
7022 `ibuffer-jump-to-buffer'.
7023 (ibuffer-jump-offer-only-visible-buffers): New user option.
7024
7025 2004-06-02 Juanma Barranquero <lektu@terra.es>
7026
7027 * faces.el (frame-update-faces): Add empty docstring so the one
7028 for `ignore' doesn't show through.
7029
7030 * subr.el (process-kill-without-query): Remove spurious "\n" on
7031 obsolescence string.
7032 (focus-frame, unfocus-frame): Add obsolescence declaration and
7033 empty docstring.
7034
7035 * international/mule.el (register-char-codings): Make alias for
7036 `ignore'. Move docstring to obsolescence info and remove redundancy.
7037
7038 2004-06-02 Kim F. Storm <storm@cua.dk>
7039
7040 * frame.el (blink-cursor-start): Turn cursor off initially so blink
7041 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
7042
7043 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * comint.el (comint-replace-by-expanded-history-before-point):
7046 Obey `start' as the docstring says.
7047 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
7048 (comint-update-fence): Prevent font-lock from running unnecessarily.
7049 (comint-dynamic-list-completions): Use with-current-buffer.
7050
7051 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7052
7053 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
7054 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
7055 (bibtex-entry-update): Handle alternatives and optional fields.
7056 (bibtex-parse-entry): Bugfix, handle empty key.
7057
7058 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7059
7060 * vc-arch.el (vc-arch-state): Don't assume the file exists.
7061
7062 2004-05-31 Lars Hansen <larsh@math.ku.dk>
7063
7064 * desktop.el (desktop-save): Don't save minor modes without a
7065 known mode initialization function.
7066
7067 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
7068
7069 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
7070
7071 * autorevert.el: Update `Commentary' section.
7072
7073 2004-05-30 Juanma Barranquero <lektu@terra.es>
7074
7075 * dos-fns.el (convert-standard-filename):
7076 * files.el (convert-standard-filename):
7077 * w32-fns.el (convert-standard-filename):
7078 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
7079
7080 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7081
7082 Sync with Tramp.
7083
7084 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
7085 (tramp-let-maybe): Move to an earlier spot in the file.
7086 Patch by Andreas Schwab.
7087
7088 2004-05-30 Andreas Schwab <schwab@suse.de>
7089
7090 * dired.el (dired-get-filename): Don't use dired-re-dot.
7091
7092 2004-05-30 Richard M. Stallman <rms@gnu.org>
7093
7094 * files.el (find-file): Doc fix.
7095
7096 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
7097
7098 2004-05-30 Nick Roberts <nickrob@gnu.org>
7099
7100 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
7101 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
7102 modeline of the locals buffer.
7103 (gdb-goto-breakpoint): Handle gdbmi.
7104 (gdb-get-frame-number): Change for gdbmi.
7105
7106 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
7107
7108 * files.el (file-remote-p): Apply file name handler for operation
7109 `file-remote-p'. It isn' a property any longer.
7110 (file-relative-name): `fh' and `fd' get the required value via
7111 `find-file-name-handler' already.
7112
7113 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
7114 (top): Remove setting of `file-remote-p' property for
7115 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
7116
7117 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
7118
7119 Version 2.0.41 of Tramp released.
7120
7121 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
7122 Throw away if process has died.
7123 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
7124 (tramp-out-of-band-prompt-regexp): Rename to
7125 `tramp-process-alive-regexp', because its usage is widen.
7126 (tramp-actions-copy-out-of-band): Apply it.
7127 (tramp-actions-before-shell, tramp-multi-actions):
7128 Add `tramp-action-process-alive' action.
7129 (tramp-action-process-alive): New defun.
7130 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7131 Add entry for `file-remote-p'.
7132 (tramp-handle-file-remote-p): New defun.
7133 (top): Remove setting of `file-remote-p'. Don't set
7134 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
7135
7136 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7137 `file-remote-p'.
7138
7139 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
7140 counted for (last) line. [They should or they shouldn't? --Stef]
7141 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
7142
7143 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
7144
7145 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
7146 not really necessary but seems to keep the shell history smaller
7147 in some cases. It is no substitute for setting HISTFILE and
7148 HISTSIZE from tramp-open-connection-setup-interactive-shell,
7149 though. Suggested by Luc Teirlinck.
7150 (tramp-open-connection-setup-interactive-shell): Export variables
7151 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
7152 (tramp-set-process-query-on-exit-flag): New compat function.
7153 (tramp-open-connection-multi, tramp-open-connection-su)
7154 (tramp-open-connection-rsh, tramp-open-connection-telnet)
7155 (tramp-do-copy-or-rename-file-out-of-band): Use it.
7156 (tramp-let-maybe): New macro, let-binds a variable only if it
7157 isn't obsolete.
7158 (tramp-check-ls-commands, tramp-handle-expand-file-name)
7159 (tramp-handle-file-truename): Use it.
7160 (tramp-completion-file-name-regexp-unified): Avoid matching
7161 filenames starting with "/:" -- those are reserved for
7162 file-name-non-special.
7163
7164 * tramp-smb.el (tramp-smb-open-connection):
7165 Use tramp-set-process-query-on-exit-flag compat function.
7166
7167 2004-05-29 Richard M. Stallman <rms@gnu.org>
7168
7169 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
7170
7171 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
7172 (eval-last-sexp-print-value): Print char equivalent regardless
7173 of standard-output value.
7174
7175 * thumbs.el (thumbs-subst-char-in-string): Delete.
7176 (thumbs-thumbname): Use subst-char-in-string.
7177 (thumbs-resize-image): Use condition-case, not ignore-errors.
7178 (thumbs-kill-buffer): Likewise.
7179
7180 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
7181 (thumbs-mode): Make buffer read-only.
7182 (thumbs-make-thumb): Unconditionally accept an existing file.
7183 (thumbs-insert-thumb): Add thumb-image-file property to the image.
7184 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
7185 (thumbs-show-thumbs-list): Error if images not supported.
7186 (thumbs-save-current-image): Improve prompt string.
7187 (thumbs-mode-map): Define u, R, x.
7188 (thumbs-unmark): New command.
7189 (thumbs-emboss-image): Minor cleanup.
7190 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
7191 (thumbs-rename-images): New command.
7192 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
7193
7194 * thumbs.el (thumbs-current-image): New function.
7195 (thumbs-file-list, thumbs-file-alist): New functions.
7196 (thumbs-find-image): Delete arg L.
7197 Don't set up thumbs-fileL as buffer-local global var.
7198 (thumbs-find-image-at-point): Use thumbs-current-image.
7199 (thumbs-set-image-at-point-to-root-window): Likewise.
7200 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
7201 Record and warn about errors. Update thumbs-markedL for deletions.
7202 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
7203 (thumbs-redraw-buffer): Use thumbs-file-list.
7204 (thumbs-mark): Use thumbs-current-image.
7205 (thumbs-show-name): Use thumbs-current-image.
7206
7207 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
7208 and imenu--last-menubar-index-alist.
7209
7210 * subr.el (with-selected-window): Undo previous change.
7211
7212 2004-05-29 John Paul Wallington <jpw@gnu.org>
7213
7214 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
7215 (thumbs-mouse-find-image): New command.
7216 (thumbs-mode-map): Bind it to mouse-2.
7217 (thumbs-mode): Make mode-class special.
7218 (thumbs-view-image-mode): Likewise.
7219
7220 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
7221
7222 * flymake.el: New file.
7223
7224 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
7225
7226 * files.el (find-file-noselect-1): Do not bind
7227 `inhibit-read-only' to t during execution of
7228 `find-file-not-found-functions'.
7229
7230 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
7233 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
7234
7235 2004-05-28 Juri Linkov <juri@jurta.org>
7236
7237 * simple.el (eval-expression-print-format): New fun.
7238
7239 * simple.el (eval-expression):
7240 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7241 * emacs-lisp/edebug.el (edebug-compute-previous-result)
7242 (edebug-eval-expression): Print additionally the value returned by
7243 `eval-expression-print-format'.
7244
7245 * emacs-lisp/lisp.el (insert-pair-alist): New var.
7246 (insert-pair): Make arguments optional. Find character pair
7247 from `insert-pair-alist' according to the last input event.
7248 (insert-parentheses): Make arguments optional.
7249 (raise-sexp, delete-pair): New funs.
7250
7251 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
7252 (emacs-lisp-mode-map, lisp-interaction-mode-map):
7253 Bind C-M-q to `indent-pp-sexp'.
7254
7255 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
7256 `pp-to-string' modified to be able to format text with newlines.
7257 (pp-to-string): Move the buffer-formatting part of the code to
7258 `pp-buffer'. Call `pp-buffer'.
7259
7260 * info.el (Info-desktop-buffer-misc-data): Don't save information
7261 about virtual files.
7262 (Info-restore-desktop-buffer): Restore Info buffers in prepared
7263 buffers with names obtained from the desktop file instead of the
7264 default *info* buffer.
7265
7266 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * subr.el (with-selected-window): Only save/restore the selected window.
7269
7270 * progmodes/compile.el (compilation-error-regexp-alist):
7271 Use expand-file-name and data-directory.
7272
7273 * progmodes/grep.el (grep-tree): Rework previous fix.
7274
7275 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
7276 after the user marked text with the mouse.
7277
7278 * startup.el (command-line): Keep the first regexp of
7279 auto-save-file-name-transforms intact.
7280
7281 2004-05-28 Juanma Barranquero <lektu@terra.es>
7282
7283 * cus-edit.el (customize-face, customize-face-other-window)
7284 (custom-face-edit-delete): Make arguments match their use in
7285 docstring.
7286 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
7287 docstring.
7288
7289 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
7290 not `cvs-butlast'.
7291
7292 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
7293 `nbutlast' are in subr.el).
7294
7295 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
7296 (set-w32-system-coding-system): Doc fixes.
7297
7298 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
7299 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
7300 Make arguments match their use in docstring.
7301 (artist-draw-region-trim-line-endings)
7302 (artist-mouse-choose-operation): Fix typo in docstring.
7303 (artist-key-set-point-common): Doc fix.
7304
7305 2004-05-28 Simon Josefsson <jas@extundo.com>
7306
7307 * mail/smtpmail.el (smtpmail-open-stream):
7308 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
7309
7310 2004-05-26 Simon Josefsson <jas@extundo.com>
7311
7312 * starttls.el: Merge with my GNUTLS based starttls.el.
7313 (starttls-gnutls-program, starttls-use-gnutls)
7314 (starttls-extra-arguments, starttls-process-connection-type)
7315 (starttls-connect, starttls-failure, starttls-success): New variables.
7316 (starttls-program, starttls-extra-args): Doc fix.
7317 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
7318 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
7319 and pass on to corresponding *-gnutls function if it is set.
7320
7321 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
7322
7323 * autorevert.el (auto-revert-handler): Disable auto-reverting of
7324 remote files.
7325
7326 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
7327
7328 * files.el (file-name-non-special): There are more operations
7329 which need handling: `find-backup-file-name',
7330 `insert-file-contents', `verify-visited-file-modtime',
7331 `write-region'. Rename t value of method to `add'. Add new
7332 methods `quote' and `unquote-then-quote' to file-arg-indices.
7333
7334 2004-05-25 Juri Linkov <juri@jurta.org>
7335
7336 * info.el (Info-toc): Call Info-mode on intermediate buffer.
7337 (Info-index-nodes): Enclose code in condition-case to catch errors.
7338 (Info-index-node): Don't search all index nodes if request is only
7339 for the current node and file is not in the cache of index nodes.
7340 (Info-mode-map): Bind Info-copy-current-node-name to `w'
7341 for consistency with dired-copy-filename-as-kill.
7342 Bind `S' to Info-search-case-sensitively.
7343 (Info-copy-current-node-name): New arg. With zero prefix arg put
7344 the name inside a function call to `info'. Display copied text in
7345 the echo area.
7346
7347 2004-05-25 Sam Steingold <sds@gnu.org>
7348
7349 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
7350 strip the package prefix from the symbol name, if any.
7351 Make it the `find-tag-default-function' for `lisp-mode'.
7352
7353 2004-05-25 John Paul Wallington <jpw@gnu.org>
7354
7355 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
7356 instead of obsolete `process-kill-without-query'.
7357
7358 * textmodes/texinfmt.el (texinfo-indexvar-alist):
7359 Declare as variable, not constant.
7360
7361 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
7362
7363 * files.el (find-file-noselect-1): Fix bug introduced by
7364 Revision 1.694. As a side effect, `inhibit-read-only'
7365 is again, by default, t during execution of
7366 `find-file-not-found-functions'.
7367 (insert-directory): Check that lines were really inserted by
7368 the --dired switch, before erasing them.
7369
7370 2004-05-24 Nick Roberts <nickrob@gnu.org>
7371
7372 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
7373 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
7374 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
7375 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
7376 gud-minor-mode (gdbmi).
7377
7378 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7379
7380 * net/browse-url.el (browse-url-interactive-arg): Enable user to
7381 explicitly select the text to be taken as URL.
7382
7383 2004-05-23 Juri Linkov <juri@jurta.org>
7384
7385 * info.el (Info-index-nodes): New var and fun.
7386 (Info-goto-index, Info-index, info-apropos)
7387 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
7388 (Info-index): Fix docstring. Store and restore Info-history-list.
7389 (Info-complete-nodes): New var.
7390 (Info-complete-menu-item): Use it.
7391 (Info-index-node): New fun.
7392 (Info-final-node, Info-forward-node, Info-backward-node)
7393 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
7394 Use Info-index-node.
7395 (Info-extract-menu-item, Info-extract-menu-counting): Set second
7396 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
7397 (Info-find-node-2): If a node with period in its name not found,
7398 try to find a node without the name part after period.
7399 (Info-select-node): Call Info-fontify-node only if
7400 Info-fontify-maximum-menu-size is not nil.
7401 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
7402 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
7403 Preserve Info-history-list.
7404 (Info-toc): Set Info-current-file.
7405 (Info-build-toc): Move point to the beginning of the buffer.
7406 Add main-file variable.
7407 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
7408 Use backslashed representation of the control character ^_.
7409
7410 * textmodes/texinfmt.el (texinfo-print-index): Print index line
7411 numbers in the new Texinfo 4.7 format.
7412
7413 * add-log.el (change-log-font-lock-keywords): Remove `:' from
7414 regexps for function and variable names.
7415
7416 * descr-text.el (describe-property-list): Add [show] button for
7417 `syntax-table' property with action to pp to a separate buffer.
7418 (describe-char): Replace search-forward by re-search-forward with
7419 whitespace regexp after "character:" to not fail in too narrow windows.
7420
7421 * simple.el (next-error-find-buffer): Add a rule to return
7422 next-error capable buffer if one window on the selected frame
7423 displays such buffer.
7424
7425 2004-05-23 Nick Roberts <nickrob@gnu.org>
7426
7427 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
7428 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
7429 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
7430 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
7431 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
7432 Handle new value for gud-minor-mode (gdbmi).
7433 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
7434 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
7435 Change from local to global gdb variable set.
7436 (gdb-ann3): Initialise above gdb variable set.
7437 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
7438 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
7439 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
7440 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
7441 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
7442 (gdb-info-locals-handler, gdb-invalidate-assembler)
7443 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
7444 set as global variables.
7445 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
7446 Handle gdbmi.
7447 (gdb-info-breakpoints-custom): Fix regexp.
7448 (def-gdb-var): Delete.
7449
7450 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
7451 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
7452 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
7453 a new mode. The file (gdb-mi.el) for this mode will be included
7454 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
7455 primary interface.
7456
7457 2004-05-23 Jesper Harder <harder@ifa.au.dk>
7458
7459 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
7460 interpreted as a directory.
7461
7462 2004-05-22 Richard M. Stallman <rms@gnu.org>
7463
7464 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
7465 as a close quote.
7466
7467 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7468
7469 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
7470 Use assoc-string, not assoc-ignore-case.
7471
7472 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
7473
7474 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
7475 If moving back then fwd gets a defun that ends before point,
7476 try again moving fwd then back.
7477
7478 * files.el (file-name-non-special): Allow t in file-arg-indices
7479 to mean requote the return value. Use `identity' as an element
7480 rather than as the whole value.
7481
7482 * gs.el (gs-options): Add -dSAFER. Mark it risky.
7483
7484 2004-05-22 Juanma Barranquero <lektu@terra.es>
7485
7486 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
7487 `help-make-usage'.
7488 (help-highlight-arguments): Skip function name before searching
7489 for arguments.
7490
7491 2004-05-21 Juanma Barranquero <lektu@terra.es>
7492
7493 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
7494 Don't mention in the docstring these arguments meant for
7495 internal (recursive) use only.
7496 (allout-char-spec): Comment out (it's not implemented).
7497 (allout-old-expose-topic, allout-exposure): Fix docstring and add
7498 obsolescence declaration.
7499 (allout-flatten-exposed-to-buffer)
7500 (allout-indented-exposed-to-buffer): Fix typos in docstring.
7501 (my-mark-marker): Doc fix.
7502 (produce-allout-mode-map, allout-sibling-index)
7503 (allout-isearch-expose, allout-distinctive-bullet)
7504 (allout-open-topic, allout-reindent-body)
7505 (allout-rebullet-heading, allout-process-exposed)
7506 (allout-insert-listified, allout-latex-verb-quote)
7507 (allout-insert-latex-header, allout-insert-latex-trailer):
7508 Make arguments match their use in docstring.
7509 (allout-primary-bullet, allout-old-style-prefixes)
7510 (allout-inhibit-protection, allout-init, allout-mode)
7511 (allout-before-change-protect, allout-flag-region):
7512 Use "Emacs" instead of "emacs" in docstrings.
7513
7514 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
7515
7516 * international/characters.el: Modify syntax of more characters.
7517
7518 2004-05-21 Masatake YAMATO <jet@gyve.org>
7519
7520 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
7521 (etags-tags-completion-table): Show parsing progress.
7522
7523 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
7524
7525 * locate.el (locate-prompt-for-command): Shorten first line of
7526 docstring.
7527 (locate-mode): Expand docstring and include keymap summary.
7528
7529 * files.el (find-file-noselect-1): Limit the scope of the
7530 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
7531 is, by default, nil during the execution of
7532 `find-file-not-found-functions' and `find-file-hook'.
7533
7534 2004-05-20 Michael Mauger <mmaug@yahoo.com>
7535
7536 * facemenu.el (facemenu-color-name-equal): New function.
7537 (list-colors-display): Use it to compare colors instead of
7538 facemenu-color-equal.
7539
7540 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
7541
7542 * compare-w.el (compare-windows-face): Use min-colors instead of
7543 checking for tty or pc types.
7544
7545 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
7548 (completion-setup-function): Use with-current-buffer.
7549 Properly save excursion. Simplify.
7550 Don't assume there is necessarily a `mouse-face' property somewhere.
7551
7552 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
7553
7554 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
7555
7556 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
7557 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
7558 Use with-current-buffer.
7559 (byte-goto-log-buffer): Delete.
7560 (byte-compile-log-file): Call compilation-forget-errors.
7561
7562 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
7563
7564 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
7565 output messages into the search result.
7566
7567 2004-05-19 Masatake YAMATO <jet@gyve.org>
7568
7569 * wid-edit.el (widget-radio-button-notify): Revert my last
7570 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7571
7572 2004-05-19 Kenichi Handa <handa@m17n.org>
7573
7574 * international/characters.el: Fix syntax (open/close) of CJK chars.
7575
7576 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
7577
7578 * help-mode.el (help-go-back): Don't depend on position of back button.
7579
7580 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
7583 files files don't contain an accidental additional /.
7584
7585 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
7586 in source buffer.
7587
7588 2004-05-18 Masatake YAMATO <jet@gyve.org>
7589
7590 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
7591 to widget-apply. :action method assumes 2 arguments, not 3.
7592
7593 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
7594
7595 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7596 New constants.
7597 (hs-special-modes-alist): Add an f90-mode entry.
7598
7599 2004-05-17 Sam Steingold <sds@gnu.org>
7600
7601 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
7602 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
7603
7604 2004-05-16 Kim F. Storm <storm@cua.dk>
7605
7606 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
7607
7608 2004-05-15 John Wiegley <johnw@newartisans.com>
7609
7610 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
7611 (eshell-output-object-to-target): Improve output speed 20% by not
7612 calling `eshell-stringify' if something is already known to be a string.
7613
7614 2004-05-15 Alex Ott <ott@jet.msk.su>
7615
7616 * textmodes/ispell.el (ispell-local-dictionary-alist):
7617 Add windows-1251 to the choice of coding systems.
7618 (ispell-dictionary-alist-6): Add support for "russianw.aff",
7619 encoded in cp1251.
7620
7621 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
7622
7623 * progmodes/compile.el (compilation-warning-face)
7624 (compilation-info-face): Use min-colors.
7625
7626 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7627
7628 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
7629 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
7630 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
7631 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
7632 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
7633 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
7634 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
7635 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
7636 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
7637 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
7638 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
7639 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
7640 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
7641 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
7642
7643 2004-05-15 Kim F. Storm <storm@cua.dk>
7644
7645 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
7646 Use it to set triggered-p element of timer.
7647 (timer-event-handler): Set triggered-p element non-nil while running
7648 the timer function.
7649
7650 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * descr-text.el (describe-char-unicode-data)
7653 (describe-char-unicodedata-file): Re-enable the unicode code now that
7654 the licensing issues have been cleared in the unicode-4 license.
7655 (describe-text-properties-1): Remove unused `overlay' var.
7656 (describe-char): Remove unused var `buffer'.
7657
7658 2004-05-14 David Ponce <david@dponce.com>
7659
7660 * tree-widget.el: New file.
7661
7662 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
7663
7664 * language/european.el ("Brazilian Portuguese"): Add support for
7665 Brazilian Portuguese.
7666
7667 2004-05-13 John Wiegley <johnw@newartisans.com>
7668
7669 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
7670 `recentf-mode' if this variable has been customized to t.
7671
7672 * eshell/esh-test.el (eshell-test): Call the function
7673 `emacs-version' rather than trying to build a custom version string.
7674
7675 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * net/telnet.el (telnet-mode): Use define-derived-mode.
7678 Don't modify the global value of comint-prompt-regexp.
7679
7680 2004-05-13 John Paul Wallington <jpw@gnu.org>
7681
7682 * version.el (emacs-version): Check for `gtk' feature before
7683 `x-toolkit' feature.
7684
7685 2004-05-13 Juanma Barranquero <lektu@terra.es>
7686
7687 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
7688 arguments in the docstring, they're used only in recursive calls.
7689
7690 * help-fns.el (help-arg-highlighting-function)
7691 (help-argument-name): Delete.
7692 (help-default-arg-highlight): New function.
7693 (help-do-arg-highlighting): Use it.
7694
7695 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7696
7697 * calendar/appt.el (appt-disp-window):
7698 Use `calendar-set-mode-line' for a centered mode-line.
7699
7700 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
7701
7702 * calendar/appt.el (appt-disp-window): Do not split window
7703 excessively when `split-height-threshold' is low.
7704
7705 2004-05-12 Nick Roberts <nickrob@gnu.org>
7706
7707 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
7708 kill-buffer-hook here and make it local.
7709 (gud-kill-buffer-hook): Use kill-process for a sure kill.
7710
7711 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
7712
7713 * progmodes/compile.el (compilation-set-window-height):
7714 Use save-excursion to protect against misplaced marker.
7715
7716 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7717
7718 * custom.el (defface): Document that type can have value gtk.
7719
7720 * faces.el (face-spec-set-match-display): Handle type gtk in display.
7721
7722 2004-05-12 Kenichi Handa <handa@m17n.org>
7723
7724 * descr-text.el: Require quail at comile time.
7725 (describe-char): If an input method is on and it supports the
7726 character, show how to input it.
7727
7728 * international/quail.el (quail-install-decode-map): Accept a
7729 char-table whose subtype is `quail-decode-map'.
7730 (quail-store-decode-map-key, quail-gen-decode-map1)
7731 (quail-gen-decode-map, quail-find-key1, quail-find-key)
7732 (quail-show-key): New functions.
7733
7734 2004-05-12 Juanma Barranquero <lektu@terra.es>
7735
7736 * generic.el (define-generic-mode): Remove redundant arglist info.
7737
7738 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
7739 Make arguments match their use in docstring.
7740 (help-arg-highlighting-function): New variable.
7741 (help-argument-name): Mention it in the docstring.
7742 (help-do-arg-highlight): Use it. Expand regexp to accept also
7743 ARG-xxx and xxx-ARG references.
7744
7745 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
7746
7747 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
7748 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
7749 and "mailto:addr1?to=addr2" equal.
7750
7751 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7752
7753 * man.el (Man-getpage-in-background): Use shell-file-name
7754 and shell-command-switch variables instead of hard-coded values.
7755
7756 2004-05-11 Eli Zaretskii <eliz@gnu.org>
7757
7758 * iimage.el: New file.
7759
7760 2004-05-11 Juanma Barranquero <lektu@terra.es>
7761
7762 * custom.el (custom-initialize-default, defcustom):
7763 Fix typo in docstring.
7764
7765 * files.el (set-visited-file-name, file-expand-wildcards):
7766 Fix docstring.
7767
7768 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7769
7770 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7771
7772 * subr.el (eventp): Be more discriminating with integers.
7773
7774 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
7775
7776 * progmodes/compile.el (compile): Add universal prefix arg.
7777 (compilation-error-regexp-alist-alist): Add edg patterns.
7778
7779 2004-05-10 Sam Steingold <sds@gnu.org>
7780
7781 * textmodes/ispell.el (ispell-message):
7782 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7783
7784 2004-05-10 Dave Love <fx@gnu.org>
7785
7786 * progmodes/python.el (help-buffer): Autoload when compiling.
7787 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7788 (run-python): Prepend to any existing PYTHONPATH.
7789
7790 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
7791
7792 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7793 for pending breakpoints.
7794
7795 2004-05-10 Richard M. Stallman <rms@gnu.org>
7796
7797 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
7798 directly without calling any functions in Rmail.
7799 (unrmail-unprune): Function deleted.
7800
7801 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7804 C-c C-z binding.
7805
7806 2004-05-10 Kenichi Handa <handa@m17n.org>
7807
7808 * descr-text.el (describe-char): Fix previous change. Don't make
7809 a unibyte character to multibyte in the *Help* buffer.
7810
7811 2004-05-10 Miles Bader <miles@gnu.org>
7812
7813 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
7814 buffer an error if the debugger process is actually running.
7815
7816 2004-05-10 Juanma Barranquero <lektu@terra.es>
7817
7818 * help-fns.el (help-argument-name): Default to italic.
7819 (help-highlight-arguments): Return always (usage . doc), even when
7820 usage is nil.
7821
7822 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7823 (define-ibuffer-filter): Add usage info.
7824 (define-ibuffer-op): Add usage info (but CL-style defaults for
7825 keyword args are not shown).
7826
7827 * subr.el (remove-overlays, read-passwd): Fix docstring.
7828 (start-process-shell-command): Fix docstring. Put usage info in a
7829 format usable by `describe-function'.
7830 (open-network-stream, open-network-stream-nowait)
7831 (open-network-stream-server): Fix docstring.
7832
7833 2004-05-09 Jason Rumney <jasonr@gnu.org>
7834
7835 * international/code-pages (cp932, cp936, cp949, c950): Remove.
7836 Only define cp125* if windows-125* is already defined.
7837
7838 * language/korean.el (cp949): Add alias.
7839
7840 * language/chinese.el (cp936, cp950): Add aliases.
7841
7842 * language/japanese.el (cp932): Add alias.
7843
7844 * term/w32-win.el: Require code-pages.
7845
7846 * international/mule-cmds.el (set-locale-environment):
7847 On MS-Windows use ansi code-page for default coding-systems.
7848 Set up paper sizes for Windows 3 letter languages.
7849
7850 * international/code-pages.el (cp932, cp936, cp949, cp950):
7851 Add aliases. Also add cp125* if not already defined.
7852
7853 2004-05-09 Juanma Barranquero <lektu@terra.es>
7854
7855 * help-fns.el (help-highlight-arguments): Don't try to highlight
7856 missing or autoloaded arglists. Accept structured arguments, like
7857 the first ones of `do' and `flet'.
7858
7859 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7860 (cvs-get-marked): Remove redundant arglist info.
7861
7862 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7863 Don't use CL-style default args.
7864
7865 2004-05-08 Andreas Schwab <schwab@suse.de>
7866
7867 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7868
7869 * international/subst-ksc.el: Fix references to utf-translate-cjk
7870 into utf-translate-cjk-mode.
7871 * international/subst-big5.el: Likewise.
7872 * international/subst-gb2312.el: Likewise.
7873 * international/subst-jis.el: Likewise.
7874 * international/utf-16.el: Likewise.
7875 * international/utf-8.el: Likewise.
7876
7877 2004-05-08 John Wiegley <johnw@newartisans.com>
7878
7879 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7880 "virtual buffers" (off by default), which makes it possible to
7881 switch to the "virtual" buffers of recently visited files. When a
7882 buffer name search fails, and this option is on, iswitchb will
7883 look at the list of recently visited files, and permit matching
7884 against those names. When the user hits RET on a match, it will
7885 revisit that file.
7886 (iswitchb-read-buffer): Add two optional arguments, which makes
7887 isearchb.el possible.
7888 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7889 (iswitchb-next-match): Add support for virtual buffers.
7890
7891 * isearchb.el: This module extends iswitchb to provide "as you
7892 type" buffer selection.
7893
7894 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7895 Ignore the read-only property when flyspell highlighting is on.
7896 Not ignoring it leads to a series of confusing errors.
7897 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7898 but also make sure to call flyspell-incorrect-hook.
7899 (flyspell-maybe-correct-transposition): Perform transposition test
7900 by bit twiddling a string, rather than using a temp buffer.
7901 (flyspell-maybe-correct-doubling): Use a string rather than a temp
7902 buffer. This is also the original version of the code, which
7903 could not be checked in before due to a previous lack of
7904 assignment papers. This version has seen heavy usage on my system
7905 for several years now.
7906
7907 * calendar/cal-bahai.el: New file, which adds support for the
7908 Baha'i calendar to Emacs. This calendar is based on a solar year
7909 of 19 months of 19 days, with 4 intercalary days. Each year
7910 begins on March 21, with the calendar starting in 1844.
7911
7912 * calendar/cal-menu.el, calendar/calendar.el,
7913 calendar/diary-lib.el, calendar/holidays.el: Added support for
7914 using cal-bahai.el.
7915
7916 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7917 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7918 function can be used outside of eshell buffers.
7919 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7920
7921 2004-05-08 Juanma Barranquero <lektu@terra.es>
7922
7923 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7924 word constituent so FOO-ARG is not recognized as an arg.
7925 (help-highlight-arguments): Don't skip lists in mandatory arguments.
7926
7927 * simple.el (next-error): Fix typo in docstring.
7928 (open-line): Make argument names match their use in docstring.
7929 (split-line): Fix docstring.
7930
7931 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7932 usable by `describe-function'.
7933 (gensym, gentemp, typep, ignore-errors): Make argument names match
7934 their use in docstring.
7935
7936 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7937 argument to `help-setup-xref'.
7938
7939 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
7940
7941 Version 2.0.40 of Tramp released.
7942
7943 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7944 Use symbol-function to invoke functions only known on some Emacs
7945 flavors. This avoids byte-compiler warnings. Reported by Kevin
7946 Scaldeferri <kevin@scaldeferri.com>.
7947 (tramp-do-copy-or-rename-file-via-buffer): Rename from
7948 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7949 consistent with the other tramp-do-* functions.
7950 (tramp-do-copy-or-rename-file): Calls adjusted.
7951 (tramp-process-initial-commands): Avoid liveness check on shell --
7952 we know that it must be alive since we're opening a connection at
7953 this moment.
7954 (tramp-last-cmd): New internal variable.
7955 (tramp-process-echoes): New tunable.
7956 (tramp-send-command): Set tramp-last-cmd.
7957 (tramp-wait-for-output): Delete echo, if applicable.
7958 (tramp-read-passwd): Construct the key for the password cache in a
7959 way that works for multi methods, too.
7960 (tramp-bug): Add backup-directory-alist and
7961 bkup-backup-directory-info to bug reports, with Tramp counterparts.
7962
7963 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
7964
7965 * net/tramp*.el: Suppress byte-compiler warnings where possible.
7966
7967 * net/tramp.el (tramp-out-of-band-prompt-regexp)
7968 (tramp-actions-copy-out-of-band): New defcustoms.
7969 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7970 used instead of a synchronous one. Allows password entering.
7971 (tramp-action-out-of-band): New defun.
7972 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7973 Remove restriction with password from doc string.
7974 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7975 `tramp-out-of-band-prompt-regexp',
7976 `tramp-actions-copy-out-of-band', `password-cache' and
7977 `password-cache-expiry'.
7978 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
7979 password caching.
7980 (tramp-touch): FILE can be a local file, too.
7981 (TODO): Remove items done.
7982 (tramp-handle-insert-directory): Properly quote file name also if
7983 not full-directory-p. Handle wildcard case. Reported by Andreas
7984 Schwab <schwab@suse.de>.
7985 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7986 new file.
7987 (tramp-handle-file-local-copy, tramp-handle-write-region):
7988 The permissions of the temporary file are set if filename exists.
7989 Reported by Ted Stern <stern@cray.com>.
7990 (tramp-backup-directory-alist)
7991 (tramp-bkup-backup-directory-info): New defcustoms.
7992 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7993 (tramp-handle-find-backup-file-name): New function.
7994 Implements Tramp's find-backup-file-name.
7995
7996 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7997 for `find-backup-file-name'.
7998
7999 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
8000 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
8001
8002 2004-05-07 Lars Hansen <larsh@math.ku.dk>
8003
8004 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
8005
8006 2004-05-07 Juanma Barranquero <lektu@terra.es>
8007
8008 * subr.el (lambda): Add arglist description to docstring.
8009 (declare): Fix typo in docstring.
8010 (open-network-stream): Fix docstring.
8011 (process-kill-without-query): Fix docstring and add obsolescence info.
8012 (last, butlast, nbutlast): Make arguments match their use in docstring.
8013 (insert-buffer-substring-no-properties): Likewise.
8014 (insert-buffer-substring-as-yank): Likewise.
8015 (split-string): Fix docstring.
8016
8017 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8018 Make argument names match their use in docstring.
8019
8020 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
8021
8022 2004-05-06 Nick Roberts <nickrob@gnu.org>
8023
8024 * progmodes/gdb-ui.el: Improve/extend documentation strings.
8025 Fit first sentence on one line for apropos-command.
8026
8027 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 Changes largely merged in from Dave Love's code.
8030 * progmodes/python.el: Doc fixes.
8031 (python-mode-map): Add python-complete-symbol.
8032 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
8033 (python-comment-indent, python-complete-symbol)
8034 (python-symbol-completions, python-partial-symbol)
8035 (python-try-complete): New.
8036 (python-indent-line): Remove optional arg. Use python-block-end-p.
8037 (python-check): Bind compilation-error-regexp-alist.
8038 (inferior-python-mode): Use rx. Move keybindings to top level.
8039 Set comint-input-filter.
8040 (python-preoutput-filter): Use rx.
8041 (python-input-filter): Re-introduce.
8042 (python-proc): Start new process if necessary.
8043 Check python-buffer non-nil.
8044 (view-return-to-alist): Defvar.
8045 (python-send-receive): New.
8046 (python-eldoc-function): Use it.
8047 (python-mode-running): Don't defvar.
8048 (python-mode): Set comment-indent-function.
8049 Maybe update hippie-expand-try-functions-list.
8050 (python-indentation-levels): Initialize differently.
8051 (python-block-end-p): New.
8052 (python-indent-line): Use it.
8053 (python-compilation-regexp-alist): Augment.
8054 (run-python): Import `emacs' module to Python rather than loading
8055 code directly. Set python-buffer differently.
8056 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
8057 Use python-proc.
8058 (python-send-command): Go to end of comint buffer.
8059 (python-load-file): Use python-proc, emacs.eimport.
8060 (python-describe-symbol): Simplify interactive form.
8061 Use emacs.help. Do use temp-buffer-show-hook.
8062 Call print-help-return-message.
8063 (hippie-exp): Require when compiling.
8064 (python-preoutput-continuation): Use rx.
8065
8066 * diff-mode.el (diff-make-unified): Fix regexp.
8067
8068 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
8069
8070 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
8071 filter groups from the buffer when rebuilding the Ibuffer buffer
8072 and `ibuffer-show-empty-filter-groups' is nil.
8073
8074 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8075
8076 * ps-print.el (ps-print-quote): Call ps-value-string.
8077 (ps-setup): Call ps-comment-string.
8078 (ps-value-string, ps-comment-string): New funs.
8079
8080 2004-05-06 Juanma Barranquero <lektu@terra.es>
8081
8082 * ehelp.el (electric-help-command-loop): Check whether the last
8083 character is visible, not (point-max).
8084
8085 * help-fns.el (help-argument-name): Default to bold; don't inherit
8086 from font-lock-variable-name-face.
8087 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
8088
8089 2004-05-05 Kenichi Handa <handa@m17n.org>
8090
8091 * descr-text.el (describe-char): Copy the character with text
8092 properties and overlays into the first line, and call
8093 describe-text-properties on it.
8094
8095 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
8096
8097 * iswitchb.el (iswitchb-global-map): Fix typo.
8098 Remove unwanted ###autoloads from source file.
8099
8100 2004-05-05 Lars Hansen <larsh@math.ku.dk>
8101
8102 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
8103 in run-hooks. Use substitute-command-keys in message.
8104 (wdired-abort-changes): Add message.
8105
8106 2004-05-03 Michael Mauger <mmaug@yahoo.com>
8107
8108 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
8109 (sql-emacs20-p): Remove.
8110 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
8111 (sql-builtin-face, sql-doc-face): Remove.
8112 (sql-mode-ansi-font-lock-keywords)
8113 (sql-mode-oracle-font-lock-keywords)
8114 (sql-mode-postgres-font-lock-keywords)
8115 (sql-mode-linter-font-lock-keywords)
8116 (sql-mode-ms-font-lock-keywords)
8117 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
8118 (sql-product-font-lock): Fix font-lock reset when font rules change.
8119 (sql-highlight-product): Remove incorrect font-lock reset logic.
8120
8121 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
8122
8123 * ses.el (ses-set-parameter): Fix typo.
8124
8125 2004-05-04 Kim F. Storm <storm@cua.dk>
8126
8127 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
8128 Must expand directory for completion to work; and don't mess with
8129 process-environment.
8130 (ido-read-file-name): If command has ido property, don't use ido
8131 if value is ignore, or read as directory if value is dir.
8132 Set ido ignore property for dired-do-rename command.
8133
8134 2004-05-04 Juanma Barranquero <lektu@terra.es>
8135
8136 * ehelp.el (electric-help-command-loop, electric-help-undefined)
8137 (electric-help-help): Check against unmapped commands.
8138
8139 * help-fns.el (help-argument-name): New face, inheriting from
8140 font-lock-variable-name-face, to highlight function arguments in
8141 `describe-function' and `describe-key'.
8142 (help-do-arg-highlight): Auxiliary function to highlight a given
8143 list of arguments in a string.
8144 (help-highlight-arguments): Highlight the function arguments and
8145 all uses of them in the docstring.
8146 (describe-function-1): Use it. Do docstring output via `insert',
8147 not 'princ', so text attributes are preserved.
8148
8149 * winner.el (winner-mode-map): Move `winner-undo' and
8150 `winner-redo' to C-c <left> and C-c <right>, respectively (the
8151 previous bindings conflict with `prev-buffer', `next-buffer').
8152
8153 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8154
8155 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
8156 (bibtex-entry-update): New command bound to C-c C-u.
8157 (bibtex-text-in-string): Fix regexp.
8158 (bibtex-assoc-of-regexp): Remove.
8159 (bibtex-progress-message): Fix docstring.
8160 (bibtex-inside-field): Use if.
8161 (bibtex-assoc-regexp): New function.
8162 (bibtex-format-entry): Make code more robust so that it formats
8163 also old entries.
8164 (bibtex-autokey-demangle-title): Merge with obsolete function
8165 bibtex-assoc-of-regexp.
8166 (bibtex-field-list): New function.
8167 (bibtex-entry): Use bibtex-field-list.
8168 (bibtex-parse-entry): Fix docstring.
8169 (bibtex-print-help-message): Use bibtex-field-list.
8170 (bibtex-make-field): Use bibtex-field-list.
8171 (bibtex-entry-index): Bugfix. Return crossref key if required.
8172 (bibtex-lessp): Fix docstring.
8173
8174 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * select.el (xselect-convert-to-string): Move comment to intended line.
8177
8178 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8179
8180 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
8181 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
8182
8183 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8184
8185 * term/x-win.el (x-clipboard-yank): Don't exit on error from
8186 x-get-selection.
8187
8188 2004-05-03 Jason Rumney <jasonr@gnu.org>
8189
8190 * makefile.nt: Remove.
8191
8192 2004-05-03 Kim F. Storm <storm@cua.dk>
8193
8194 * emulation/cua-base.el (cua--update-indications): Fix last change.
8195 (cua-mode): Deactivate mark when cua-mode is enabled.
8196
8197 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
8198
8199 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
8200
8201 2004-05-03 Nick Roberts <nickrob@gnu.org>
8202
8203 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
8204 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
8205 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
8206 window over visible frames.
8207 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
8208
8209 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * progmodes/compile.el (compilation-gcpro): New var.
8212 (compilation-fake-loc): Use it.
8213 (compilation-forget-errors): Reset it.
8214
8215 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8216
8217 * diff-mode.el (diff-header-face, diff-file-header-face):
8218 Use min-colors.
8219
8220 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8221
8222 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
8223 (bibtex-clean-entry): Disentangle code.
8224 (bibtex-realign): New function.
8225 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
8226 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
8227 Remove undocumented optional arg called-by-convert-alien.
8228 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
8229 for sorting instead of bibtex-sort-buffer.
8230
8231 2004-05-02 Eli Zaretskii <eliz@gnu.org>
8232
8233 * progmodes/compile.el (compilation-start): In the
8234 no-async-subprocesses branch, call sit-for to give redisplay a
8235 chance to show the updated process status in the mode line, and
8236 fontify the buffer explicitly after the process exits.
8237
8238 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * progmodes/python.el (python-compilation-line-number): Remove.
8241 (python-compilation-regexp-alist): Don't use it any more.
8242 (python-orig-start, python-input-filter): Remove.
8243 (inferior-python-mode): Don't set up comint-input-filter-functions.
8244 (python-send-region): Use compilation-fake-loc.
8245
8246 * progmodes/compile.el (compilation-messages-start): New var.
8247 (compilation-mode): Don't setup next-error-function here.
8248 (compilation-setup): Set it up here instead (for minor modes as well).
8249 Make compilation-messages-start buffer local.
8250 (compilation-next-error-function): Use it.
8251 (compilation-forget-errors): Set compilation-messages-start.
8252
8253 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
8254
8255 * ielm.el (ielm-prompt-read-only): Update docstring.
8256
8257 * comint.el (comint-prompt-read-only): Update docstring.
8258 (comint-update-fence, comint-kill-whole-line)
8259 (comint-kill-region): New functions.
8260
8261 * simple.el (kill-whole-line): Use "p" instead of "P" in
8262 interactive form.
8263
8264 2004-05-01 Juanma Barranquero <lektu@terra.es>
8265
8266 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
8267 format arglist so default values in CL-style argument lists are
8268 correctly shown.
8269
8270 2004-05-01 Jason Rumney <jasonr@gnu.org>
8271
8272 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
8273
8274 2004-05-01 Kenichi Handa <handa@m17n.org>
8275
8276 * international/titdic-cnv.el (miscdic-convert): Don't generate a
8277 quail file if it is up to date.
8278
8279 2004-04-30 Juri Linkov <juri@jurta.org>
8280
8281 * cus-edit.el (custom-mode-map):
8282 Add key binding `C-x C-s' to `Custom-save'.
8283
8284 * outline.el (outline-blank-line): New var.
8285 (outline-next-preface, outline-show-heading)
8286 (outline-end-of-subtree): Use it.
8287
8288 * dired-aux.el (dired-touch-initial): New fun.
8289 (dired-do-chxxx): Call it for op-symbol `touch'.
8290 (dired-diff): Use `dired-dwim-target-directory'
8291 if current dired buffer has no buffer mark.
8292
8293 * bindings.el (propertized-buffer-identification):
8294 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
8295 Add C-M-arrow keys for consistency.
8296
8297 * files.el (confirm-kill-emacs):
8298 Change group from top-level `emacs' to `convenience'.
8299
8300 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8301 Push mark on the first call of successive command calls.
8302 (insert-pair): New fun created from `insert-parentheses' with
8303 `open' and `close' arguments added. Enclose active regions
8304 in paired characters. Compare adjacent characters syntax with
8305 inserted characters syntax before inserting a space.
8306 (insert-parentheses): Call `insert-pair' with ?\( ?\).
8307
8308 * delsel.el: Don't put `delete-selection' property
8309 on `insert-parentheses' symbol to take advantage of
8310 region handling in `insert-pair' function.
8311 Suggested by Stephan Stahl <stahl@eos.franken.de>.
8312
8313 2004-04-30 Kim F. Storm <storm@cua.dk>
8314
8315 * emulation/cua-base.el: Add support for changing cursor types;
8316 based on patch from Michael Mauger.
8317 (cua-normal-cursor-color, cua-read-only-cursor-color)
8318 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
8319 Customization cursor type and/or cursor color.
8320 (cua--update-indications): Handle cursor type changes.
8321 (cua-mode): Update cursor indications if enabled.
8322
8323 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
8324
8325 * mouse.el (mouse-drag-copy-region): New defcustom.
8326 (mouse-set-region, mouse-drag-region-1): Use it.
8327
8328 * simple.el (kill-ring-save): If region face background color is
8329 unspecified (if no highlighting), show extent of fully visible
8330 region even if transient-mark-mode is enabled.
8331
8332 * emulation/cua-base.el (cua--standard-movement-commands):
8333 Add cua-scroll-up and cua-scroll-down.
8334 (cua-scroll-up, cua-scroll-down): New commands.
8335 (cua--init-keymaps): Remap scroll-up and scroll-down.
8336
8337 * emulation/cua-rect.el (cua--convert-rectangle-as):
8338 New defmacro.
8339 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
8340 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
8341 New commands (suggested by Jordan Breeding).
8342
8343 2004-04-30 Juanma Barranquero <lektu@terra.es>
8344
8345 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
8346
8347 2004-04-30 Mario Lang <mlang@delysid.org>
8348
8349 * diff.el (diff-switches): Fix typo in docstring.
8350
8351 2004-04-30 Alex Schroeder <alex@gnu.org>
8352
8353 * xml.el (xml-debug-print-internal): Don't add newline and
8354 indentation to text nodes and write empty elements as empty tags
8355 instead of opening and closing tags.
8356 (xml-debug-print): Take optional indent-string argument.
8357 (xml-print): Alias for xml-debug-print.
8358
8359 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8360
8361 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
8362 than duplicate call to `line-beginning-position'.
8363
8364 * progmodes/f90.el (f90-get-present-comment-type):
8365 Return whitespace, as well as comment chars, for consistent filling
8366 of comment blocks. Use `match-string-no-properties'.
8367 (f90-break-line): Trim trailing whitespace when filling comments.
8368
8369 2004-04-30 Dave Love <fx@gnu.org>
8370
8371 * calendar/diary-lib.el (diary-outlook-formats): New variable.
8372 (diary-from-outlook-internal, diary-from-outlook)
8373 (diary-from-outlook-gnus, diary-from-outlook-rmail):
8374 New functions to import diary entries from Outlook-format
8375 appointments in mail messages.
8376
8377 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8378
8379 * progmodes/python.el (python-send-command): New fun.
8380 (python-send-region, python-load-file): Use it.
8381
8382 * progmodes/compile.el (compilation-last-buffer): Add var alias.
8383
8384 * help-fns.el (help-C-file-name): Use new subr-name.
8385 Prepend `src/' to the file name.
8386 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
8387 (describe-function-1, describe-variable): Only find a C source file
8388 name if DOC is already loaded.
8389
8390 * help-mode.el (help-function-def, help-variable-def):
8391 Use the new find-function-search-for-symbol functionality.
8392 Allow FILE to be `C-source'.
8393
8394 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
8395 (find-function-C-source): New fun.
8396 (find-function-search-for-symbol): Use it.
8397
8398 2004-03-29 Michael Mauger <mmaug@yahoo.com>
8399
8400 * progmodes/sql.el (sql-product-alist): Rename variable
8401 `sql-product-support'. Add Postgres login parameters.
8402 (sql-set-product, sql-product-feature): Update with renamed variable.
8403 (sql-connect-postgres): Add username prompt.
8404 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
8405 Make patterns less product specific.
8406 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
8407 (sql-mode-abbrev-table): Modify initialization.
8408 (sql-builtin-face): Add variable.
8409 (sql-keywords-re): Add macro.
8410 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
8411 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
8412 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
8413 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
8414 (sql-mode-linter-font-lock-keywords)
8415 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
8416 (sql-mode-sybase-font-lock-keywords)
8417 (sql-mode-informix-font-lock-keywords)
8418 (sql-mode-interbase-font-lock-keywords)
8419 (sql-mode-ingres-font-lock-keywords)
8420 (sql-mode-solid-font-lock-keywords)
8421 (sql-mode-sqlite-font-lock-keywords)
8422 (sql-mode-db2-font-lock-keywords): Default to nil.
8423 (sql-product-font-lock): Always highlight ANSI keywords.
8424 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
8425 (sql-send-string): Add function.
8426
8427 2004-04-29 Dave Love <fx@gnu.org>
8428
8429 * progmodes/cfengine.el (cfengine-beginning-of-defun)
8430 (cfengine-end-of-defun): Ensure progress through buffer.
8431
8432 * info-look.el (cfengine-mode): Accept a terminal ().
8433
8434 2004-04-29 Juri Linkov <juri@jurta.org>
8435
8436 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
8437 instead of isearch-yank-word-or-char. Add new key bindings for
8438 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
8439 (isearch-del-char): New fun.
8440 (isearch-forward, isearch-edit-string): Update docstring.
8441 (isearch-yank-char): Doc fix.
8442 (isearch-other-meta-char): Restore point after scrolling.
8443
8444 * progmodes/compile.el (compilation-context-lines): Add nil option
8445 to disable compilation output window scrolling.
8446 (compilation-set-window): Use it.
8447
8448 * outline.el (outline-next-preface, outline-show-heading):
8449 Don't leave unhidden blank line before heading.
8450 (outline-end-of-subtree): Include last newline into subtree.
8451 (hide-entry): Leave point at beginning of heading instead of end.
8452 (outline-up-heading): Push mark for the first call of successive
8453 command calls.
8454
8455 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
8456
8457 * comint.el (comint-prompt-read-only): New variable.
8458 (comint-output-filter): Implement it.
8459
8460 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
8461 (ielm-prompt-internal): New variable.
8462 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
8463 (ielm-send-input): Delete unused variable `buf'.
8464 (ielm-eval-input): Use `ielm-prompt-internal'.
8465 (inferior-emacs-lisp-mode): Use new variables
8466 `comint-prompt-read-only' and `ielm-prompt-internal'.
8467 Get rid of obsolete variable `directory-sep-char'.
8468 (ielm): Use `zerop'.
8469
8470 2004-04-29 John Paul Wallington <jpw@gnu.org>
8471
8472 * thumbs.el (toplevel): Require cl at compile time.
8473 Remove conditional definitions of `ignore-errors' and `caddar'
8474 because they occur at run time.
8475
8476 2004-04-28 Nick Roberts <nickrob@gnu.org>
8477
8478 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
8479 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
8480 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8481 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
8482
8483 * progmodes/gud.el (gud-common-init): Throw an error if program is
8484 already running under gdb.
8485
8486 2004-04-28 John Paul Wallington <jpw@gnu.org>
8487
8488 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
8489 (thumbs-show-image-num): Move assignment of
8490 `thumbs-current-image-filename' within scope of `i'.
8491 (thumbs-emboss-image): Don't use `evenp'.
8492
8493 2004-04-28 Richard M. Stallman <rms@gnu.org>
8494
8495 * progmodes/compile.el (compilation-context-lines): Default now 0.
8496
8497 2004-04-28 Juanma Barranquero <lektu@terra.es>
8498
8499 Use `time-less-p' from calendar/time-date.el instead of defining
8500 custom versions of it.
8501
8502 * pcomplete.el (pcomplete-time-less-p): Remove.
8503
8504 * thumbs.el (time-less-p): Remove.
8505
8506 * calendar/timeclock.el (timeclock-time-less-p): Remove.
8507 (timeclock-generate-report): Use `time-less-p'.
8508
8509 * emacs-lisp/autoload.el (autoload-before-p): Remove.
8510 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
8511
8512 2004-04-28 Masatake YAMATO <jet@gyve.org>
8513
8514 * subr.el (remove-overlays): Make arguments optional.
8515
8516 * wid-edit.el (widget-specify-button): Put evaporate to the
8517 overlay for sample.
8518 (widget-specify-sample): Put evaporate to the overlay for sample.
8519 (widget-specify-doc): Put evaporate to the overlay for documentation.
8520
8521 2004-04-27 Jesper Harder <harder@ifa.au.dk>
8522
8523 * info.el (info-apropos): Make it an index node. Align node names
8524 like makeinfo.
8525
8526 2004-04-27 Eli Zaretskii <eliz@gnu.org>
8527
8528 * net/browse-url.el (browse-url-netscape-sentinel)
8529 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
8530 (browse-url-epiphany-sentinel, browse-url-mosaic):
8531 Use browse-url-*-program instead of a literal program name.
8532
8533 2004-04-27 Kevin Ryde <user42@zip.com.au>
8534
8535 * eshell/em-alias.el:
8536 * eshell/em-dirs.el:
8537 * eshell/em-hist.el:
8538 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
8539 features when M-x customize-group loads modules before the main
8540 eshell.el.
8541
8542 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8543
8544 * subr.el (momentary-string-display): Support EXIT-CHAR that is
8545 either a character representation of an event or an event
8546 description list.
8547
8548 * type-break.el: Capitalise Emacs and Lisp.
8549 (type-break-good-break-interval, type-break-demo-boring-stats)
8550 (type-break-terse-messages, type-break-file-name): New defcustoms.
8551 (type-break-post-command-hook)
8552 (type-break-warning-countdown-string): Quote variable names in doc.
8553 (type-break-interval-start, type-break-auto-save-file-name): New vars.
8554 (type-break-mode): Document type-break-good-break-interval and the
8555 "session" file. Schedule break according to the session file.
8556 Kill session file buffer on exit. Organise for save-some-buffers
8557 to always save the session file.
8558 (type-break-mode-line-message-mode, type-break-query-mode):
8559 Uppercase arguments.
8560 (type-break-file-time, type-break-file-keystroke-count, timep)
8561 (type-break-choose-file, type-break-get-previous-time)
8562 (type-break-get-previous-count): New defuns.
8563 (type-break): Avoid break querying after a completed break in the
8564 case where the query was initiated during user invocation of the
8565 break. Optional terse messages.
8566 Use type-break-good-break-interval if type-break-good-rest-interval is
8567 nil. File the break time.
8568 (type-break-schedule): New optional args for overriding the use of
8569 the current time.
8570 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
8571 after a break.
8572 (type-break-check): File the keystroke count.
8573 (type-break-do-query): Prevent a second query when the break is
8574 interrupted. Optional terse message.
8575 (type-break-keystroke-reset): Record the start of a typing interval.
8576 (type-break-demo-boring): Optional terse messages. Display word
8577 per minute and keystroke counts according to
8578 type-break-demo-boring-stats.
8579
8580 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
8581
8582 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
8583 directories, make sure they exist under archive-tmpdir.
8584
8585 2004-04-27 Juri Linkov <juri@jurta.org>
8586
8587 * help.el (view-emacs-news): With argument, display info for the
8588 selected version by finding it among different NEWS files, and
8589 narrowing the buffer to the selected version.
8590
8591 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
8592 same-window-buffer-names.
8593 (info): New arg `buffer'. Use it. Doc fix. Read file name for
8594 non-numeric prefix argument, append the number to the buffer name
8595 for numeric prefix argument.
8596 (info-other-window): Bind same-window-regexps to nil.
8597 (Info-reference-name): Rename to Info-point-loc.
8598 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
8599 and Info-find-index-name for stringy Info-point-loc.
8600 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
8601 without middle `.', but with final `.' and optional line number
8602 for it. Set Info-point-loc for index nodes.
8603 (Info-index): Remove middle `.' from index entry regexp.
8604 Modify line number regexp.
8605 (Info-index-next): Decrement line number.
8606 (info-apropos): Remove middle `.' from index entry regexp.
8607 Add optional line number regexp at the end. Add matched value
8608 for line number to the result list and insert it to the buffer.
8609 Replace match-string by match-string-no-properties.
8610 Reorder result list.
8611 (Info-fontify-node): Hide index line numbers.
8612 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
8613 empty matches.
8614 (Info-follow-reference): Use `str' instead of
8615 Info-following-node-name-re.
8616 (Info-toc): Use full file names. Set Info-current-node to "Top".
8617 (Info-fontify-node): Compare file names without directory name.
8618 (Info-try-follow-nearest-node): Don't set Info-reference-name.
8619 Set second arg of Info-extract-menu-node-name for index nodes.
8620 (info-xref-visited): Use magenta3 instead of magenta4.
8621 (Info-mode): Add info-apropos to docstring.
8622
8623 * log-view.el (log-view-diff): Replace interactive code "r"
8624 by a list to allow to call it even if region is not active.
8625
8626 * paren.el (show-paren-highlight-openparen): New var.
8627 (show-paren-function): Turn on openparen highlighting when
8628 matching forward if show-paren-highlight-openparen is non-nil.
8629
8630 * simple.el (kill-ring-save): Use blink-matching-delay instead of
8631 the constant value 1.
8632 (completions-common-part): Expand docstring.
8633
8634 * textmodes/picture.el (picture-mode-map): Add arrow keys.
8635
8636 2004-04-27 Kim F. Storm <storm@cua.dk>
8637
8638 * image.el (insert-sliced-image): Use line-height instead of
8639 line-spacing property on newline.
8640
8641 2004-04-26 Lars Hansen <larsh@math.ku.dk>
8642
8643 * desktop.el (desktop-buffer-misc-data-function): Rename to
8644 desktop-save-buffer and change docstring.
8645 (desktop-buffer-modes-to-save): Delete.
8646 (desktop-save-buffer-p): Use desktop-save-buffer instead of
8647 desktop-buffer-modes-to-save.
8648 (desktop-save): Rename desktop-buffer-misc-data-function to
8649 desktop-save-buffer and allow non-function value.
8650 (desktop-missing-file-warning): Correct docstring.
8651
8652 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
8653 to desktop-save-buffer.
8654
8655 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
8656 desktop-save-buffer.
8657
8658 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8659
8660 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
8661
8662 2004-04-26 Eli Zaretskii <eliz@gnu.org>
8663
8664 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
8665
8666 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
8667
8668 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
8669 (ielm): Only go to the end of the buffer when starting a new process.
8670
8671 2004-04-25 Juanma Barranquero <lektu@terra.es>
8672
8673 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
8674 mode line. Bind `inhibit-read-only' to t before modifying
8675 properties of text in the buffer.
8676 (ielm): Force point to the end of buffer, even when running ielm
8677 from inside itself.
8678
8679 2004-04-25 Jesper Harder <harder@ifa.au.dk>
8680
8681 * info.el (info-apropos): Reset Info-complete-cache.
8682
8683 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
8684
8685 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8686 Also recognize severe Irix et al. messages.
8687 (compilation-normalize-filename, compile-abbreviate-directory):
8688 Delete functions.
8689 (compilation-get-file-structure): New function inherits
8690 functionality of the two preceding ones.
8691 (compilation-internal-error-properties, compilation-fake-loc):
8692 Use it so that different paths to the same file share the same
8693 markers. Also optimize finding adjacent marker slightly.
8694
8695 2004-04-25 Kim F. Storm <storm@cua.dk>
8696
8697 * image.el (insert-sliced-image): Add line-spacing t property
8698 to newlines separating image lines.
8699
8700 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
8701
8702 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
8703
8704 * ielm.el (ielm-prompt-read-only): New user option.
8705 (ielm-prompt): Expand docstring to describe new behavior.
8706 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
8707 mention it in the docstring.
8708
8709 2004-04-24 Andreas Schwab <schwab@suse.de>
8710
8711 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
8712
8713 * diff.el (diff): Set default-directory in diff buffer.
8714
8715 2004-04-24 Eli Zaretskii <eliz@gnu.org>
8716
8717 * mail/sendmail.el (mail-bury): Don't delete the frame where the
8718 mail was being composed if the terminal cannot display more than
8719 one frame; instead, switch to previous frame.
8720
8721 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
8722 (rmail-start-mail): Support rmail-mail-new-frame even on
8723 terminals that can display only one frame at a time.
8724
8725 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8726
8727 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
8728 (checkdoc-output-font-lock-keywords): Remove error regexp.
8729 (checkdoc-output-mode-map): Remove.
8730 (checkdoc-output-mode): Derive from compilation-mode.
8731 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
8732
8733 * dired.el (dired-mode-map): Add a menu entry for wdired.
8734
8735 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
8736 (rx-bracket, rx-check-any, rx-any): Clean up name space.
8737
8738 * wdired.el: (wdired-mode-map): Move init into declaration.
8739 Fix `return' binding.
8740 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8741 Use force-mode-line-update.
8742 (wdired-get-filename): Use `unless'.
8743 (wdired-preprocess-files): Don't assume names have no \n and use / for
8744 dir separator.
8745 (wdired-normalize-filename): Use replace-regexp-in-string.
8746 (wdired-load-hooks): Remove.
8747 (wdired-mode-hooks): Rename to wdired-mode-hook.
8748
8749 * info-look.el: Add support for cfengine-mode.
8750 (info-lookup-setup-mode): Use dolist.
8751
8752 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
8753
8754 * wdired.el: New file.
8755
8756 2004-04-23 Juanma Barranquero <lektu@terra.es>
8757
8758 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8759
8760 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8761 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8762 (pcomplete--help, pcomplete--here): Doc fixes.
8763
8764 2004-04-23 Andre Spiegel <spiegel@gnu.org>
8765
8766 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8767 handles wrong-number-of-arguments in backend call.
8768
8769 * vc.el (vc-print-log): Likewise.
8770
8771 2004-04-20 Dave Love <fx@gnu.org>
8772
8773 * emacs-lisp/rx.el: Doc fixes.
8774 (rx-constituents): Add/extend many forms.
8775 (rx-check): Check form is a list.
8776 (bracket): Defvar.
8777 (rx-check-any, rx-any, rx-check-not): Modify.
8778 (rx-not): Simplify.
8779 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8780 (rx-kleene): Use rx-trans-forms.
8781 (rx-quote-for-set): Delete.
8782 (rx): Allow multiple args.
8783
8784 2004-04-23 Kenichi Handa <handa@m17n.org>
8785
8786 * international/mule-util.el (char-displayable-p): Simplify by
8787 using internal-char-font.
8788
8789 2004-04-23 Juanma Barranquero <lektu@terra.es>
8790
8791 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8792
8793 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * diff-mode.el (diff-next-error): New fun.
8796 (diff-mode): Use it.
8797
8798 * simple.el (next-error): Change arg name.
8799 Add support for the documented C-u C-x ` usage.
8800
8801 * frame.el (special-display-popup-frame, next-multiframe-window)
8802 (previous-multiframe-window): Only consider frames on same display.
8803
8804 2004-04-22 Lars Hansen <larsh@math.ku.dk>
8805
8806 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8807 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8808
8809 2004-04-22 Kim F. Storm <storm@cua.dk>
8810
8811 * net/telnet.el (telnet): Add optional port arg.
8812
8813 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8816 Minor sanity check on the `hyperlink' slot.
8817
8818 * Makefile.in (recompile): Compile new files.
8819
8820 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8821 Add byte-recompile-directory's optional `arg'.
8822
8823 * cvs-status.el (cvs-tree-use-charset): New var.
8824 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8825 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8826 (cvs-status-cvstrees): Use it.
8827
8828 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8829 Make it a normal major mode.
8830 (checkdoc-buffer-label): Make sure the file name is meaningful.
8831 (checkdoc-output-to-error-buffer): Remove.
8832 (checkdoc-error, checkdoc-start-section): Rewrite.
8833
8834 * info.el (info-node, info-menu-5, info-xref, info-header-node)
8835 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8836 (Info-title-4-face): Use new syntax.
8837 (info-xref-visited): Inherit from info-xref.
8838
8839 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8840
8841 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
8842
8843 * simple.el (next-error-last-buffer, next-error-function):
8844 New variables for the next-error framework.
8845 (next-error-buffer-p): New function.
8846 (next-error-find-buffer): Generalize compilation-find-buffer.
8847 (next-error, previous-error, first-error, next-error-no-select)
8848 (previous-error-no-select): Move from compile.el.
8849
8850 * replace.el (occur-next-error, occur-1): Hook into the next-error
8851 framework.
8852
8853 * progmodes/compile.el (compilation-start):
8854 Set next-error-last-buffer so next-error knows where to jump.
8855 (compilation-setup): Set the buffer-local variable
8856 next-error-function to 'compilation-next-error-function.
8857 (compilation-buffer-p, compilation-buffer-internal-p): Use an
8858 alternate way to find if a buffer is a compilation buffer, for
8859 next-error convenience.
8860 (next-error-no-select, previous-error-no-select, next-error)
8861 (previous-error, first-error): Move to simple.el.
8862 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8863 (compilation-last-buffer): Remove.
8864 (compilation-start, compilation-next-error, compilation-setup)
8865 (compilation-next-error-function, compilation-find-buffer):
8866 Remove compilation-last-buffer use.
8867
8868 2004-04-21 Juanma Barranquero <lektu@terra.es>
8869
8870 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8871 (font-lock-warning-face): Fix spacing.
8872
8873 * makefile.w32-in (WINS): Add url/ directory.
8874
8875 2004-04-21 Lars Hansen <larsh@math.ku.dk>
8876
8877 * desktop.el (desktop-buffer-mode-handlers): New variable.
8878 Alist of major mode specific functions to restore a desktop buffer.
8879 (desktop-buffer-handlers): Make variable obsolete.
8880 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8881 Catch errors signaled in handlers. Update buffer count.
8882 Evaluate desktop-buffer-point.
8883 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8884 move to dired.el.
8885 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8886 move to info.el.
8887 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8888 move to mail/rmail.el.
8889 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8890 to mh-e/mh-e.el.
8891 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8892 On fail, print message (to message buffer) even if
8893 desktop-missing-file-warning is nil.
8894 (desktop-buffer-misc-data-function): New buffer local variable.
8895 Function returning major mode specific data.
8896 (desktop-buffer-misc-functions): Make variable obsolete.
8897 (desktop-save): Use desktop-buffer-misc-data-function.
8898 (desktop-buffer-dired-misc-data): Rename to
8899 dired-desktop-buffer-misc-data and move to dired.el.
8900 (desktop-buffer-info-misc-data): Rename to
8901 Info-desktop-buffer-misc-data and move to info.el.
8902 (desktop-read): Add message about number of buffers restored/failed.
8903
8904 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8905 Add parameters. Pause to display error only when
8906 desktop-missing-file-warning is non-nil.
8907 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8908 (dired-mode): Bind desktop-buffer-misc-data-function.
8909
8910 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8911 Add Parameters.
8912 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
8913 (Info-mode): Bind desktop-buffer-misc-data-function.
8914
8915 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8916 Add Parameters.
8917
8918 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8919 Add Parameters.
8920
8921 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
8922
8923 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8924 the case of letters in case-insensitive expansions when the
8925 abbrev is preceded by characters with letter syntax.
8926
8927 2004-04-21 Richard M. Stallman <rms@gnu.org>
8928
8929 * progmodes/cperl-mode.el (cperl-putback-char):
8930 Delete Emacs 18 definition.
8931
8932 * international/mule.el (ctext-post-read-conversion):
8933 Use assoc-string, not assoc-ignore-case.
8934
8935 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8936
8937 * emacs-lisp/easymenu.el (easy-menu-add):
8938 Do call x-popup-menu, but only if it's defined.
8939
8940 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8941
8942 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8943 Handle multiple args: compile like progn.
8944
8945 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8946 take all args as &rest arg.
8947
8948 * autoinsert.el (auto-insert-alist): Insert the user's name in
8949 copyright notice, rather than Free Software Foundation.
8950
8951 2004-04-21 Kenichi Handa <handa@m17n.org>
8952
8953 * descr-text.el (describe-char): Make it work on *Help* buffer.
8954
8955 2004-04-21 Kim F. Storm <storm@cua.dk>
8956
8957 * image.el (insert-image): Add optional SLICE arg.
8958 (insert-sliced-image): New defun.
8959
8960 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
8961
8962 * subr.el (read-number): Check whether `default' is nil.
8963
8964 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8965
8966 * progmodes/compile.el (compilation-error-properties):
8967 Split into two.
8968 (compilation-internal-error-properties): New one.
8969 (compilation-compat-error-properties): Use it. Fix the non-marker case.
8970
8971 2004-04-20 Richard M. Stallman <rms@gnu.org>
8972
8973 * window.el (split-window-save-restore-data):
8974 Don't update the data if OLD-INFO is nil.
8975
8976 * view.el (view-return-to-alist): Mark it permanent local.
8977
8978 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8979
8980 * recentf.el (recentf-save-list): Catch and warn about errors.
8981
8982 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8983 so "Buffers" won't be pure.
8984
8985 * help-mode.el (help-mode-finish): Set help-return-alist first
8986 thing, setting only the entry for the selected window.
8987
8988 * help-fns.el (describe-function-1): If many non-control non-meta
8989 keys run the command, don't list all of them.
8990
8991 2004-04-20 Juanma Barranquero <lektu@terra.es>
8992
8993 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8994 arg. Copied from Andre Spiegel's patch of 2004-03-21.
8995
8996 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8997
8998 2004-04-20 Kenichi Handa <handa@m17n.org>
8999
9000 * international/quail.el (quail-lookup-key): New optional arg
9001 NOT-RESET-INDICES.
9002 (quail-get-translations): Call quail-lookup-key with
9003 NOT-RESET-INDICES t.
9004 (quail-completion): Likewise.
9005 (quail-lookup-map-and-concat): Likewise.
9006
9007 2004-04-20 Kenichi Handa <handa@m17n.org>
9008
9009 * international/quail.el (quail-update-translation): Don't insert
9010 such an unsupported multibyte char in a unibyte buffer.
9011
9012 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
9013
9014 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
9015 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
9016 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
9017 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
9018 (gdb-frame-assembler-buffer): Improve behaviour with
9019 multiple frames.
9020 (gdb-display-buffer): Extend search to all visible frames.
9021
9022 2004-04-19 Eli Zaretskii <eliz@gnu.org>
9023
9024 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
9025 characters left after base64 decoding.
9026 (rmail-decode-region): Use -dos variety of `coding', to remove any
9027 ^M characters left after qp or base64 decoding.
9028
9029 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9030
9031 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
9032 messages.
9033
9034 2004-04-19 Stephen Eglen <stephen@gnu.org>
9035
9036 * add-log.el (add-change-log-entry): Update doc string to mention
9037 add-log-full-name and add-log-mailing-address.
9038
9039 2004-04-18 Juri Linkov <juri@jurta.org>
9040
9041 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
9042 (Info-find-node-2): Simplify error message.
9043 (Info-insert-dir): Use Info-following-node-name.
9044 (Info-goto-node): Remove *info-history* and *info-toc*.
9045 (Info-history): Create a node of the virtual history file.
9046 (Info-toc): Create a node of the virtual toc file.
9047 (Info-insert-toc): New arg `curr-file' for reference file names.
9048 (info-apropos): Remove redundant var binding for temp-file.
9049 (Info-index, Info-index-next, Info-mode): Doc fix.
9050 (Info-goto-emacs-command-node): Don't jump to *info* from
9051 non-*info* Info buffers.
9052 (Info-fontify-node): Don't show the file name of external
9053 references if `Info-hide-note-references' is `hide'. Don't hide
9054 newlines at the end of paragraphs.
9055
9056 * international/mule-diag.el (list-input-methods):
9057 Fix args to help-xref-button.
9058
9059 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
9060 to put into effect local variables from TUTORIAL files.
9061
9062 * textmodes/paragraphs.el (sentence-end) <function>: New fun
9063 with default value taken from the variable `sentence-end'.
9064 (sentence-end) <defcustom>: Set default to nil. Doc fix.
9065 Add nil const to :type.
9066 (sentence-end-without-period, sentence-end-double-space)
9067 (sentence-end-without-space): Doc fix.
9068
9069 * textmodes/paragraphs.el (forward-sentence):
9070 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
9071 (fill-delete-newlines):
9072 * progmodes/cc-cmds.el (c-beginning-of-statement):
9073 Use function `sentence-end' instead of variable `sentence-end'.
9074
9075 2004-04-18 Andreas Schwab <schwab@suse.de>
9076
9077 * progmodes/compile.el (compilation-start): Set window start to
9078 point-min if compilation-scroll-output is nil.
9079
9080 2004-04-18 John Wiegley <johnw@newartisans.com>
9081
9082 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
9083
9084 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
9085
9086 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
9087 (gdb-info-breakpoints-custom): Revert previous change.
9088 (gdb-view-assembler): Update assembler if necessary.
9089 (gdb-frame-handler): Parse correctly for gdb-current-frame.
9090 (gdb-display-source-buffer): Update properly when both source and
9091 assembler are visible.
9092
9093 2004-04-17 John Wiegley <johnw@newartisans.com>
9094
9095 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
9096 which limits the number of names shown in the minibuffer. Off by
9097 default.
9098 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
9099 up iswitchb for users with a multitude of open buffers by showing
9100 only the first and last N/2 buffers in the completion list (which
9101 is enough to aid C-s/C-r, and to know that more characters are
9102 needed to refine the completion list).
9103
9104 2004-04-17 Richard M. Stallman <rms@gnu.org>
9105
9106 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
9107 (file-truename): Expand all ~ constructs directly.
9108 (insert-directory): Delete any error msg output by the
9109 `insert-directory-program'.
9110
9111 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
9112 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
9113 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
9114 (allout-init): Use find-file-hook, not find-file-hooks.
9115 (allout-mode): Eliminate Emacs 18 support.
9116 Use write-contents-functions, not local-write-file-hooks.
9117
9118 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
9119
9120 * progmodes/compile.el (compilation-error-properties): Fix for
9121 adding messages when there are already markers for their file.
9122 (compilation-fake-loc): New function.
9123
9124 2004-04-16 Dave Love <fx@gnu.org>
9125
9126 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
9127 (python-load-file): Fix python-orig-start setting.
9128
9129 * progmodes/compile.el: Doc fixes.
9130 (compilation-error-regexp-alist-alist)
9131 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
9132 (compilation-assq): Wrap in eval-when-compile.
9133 (compilation-mode-font-lock-keywords): Don't use list*.
9134 (compilation-start): Avoid warning.
9135 (compilation-compat-error-properties)
9136 (compilation-directory-properties): Add keymap property.
9137 (compilation-parsing-end): Make it a marker for better compatibility.
9138
9139 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
9140
9141 2004-04-16 Mark A. Hershberger <mah@everybody.org>
9142
9143 * xml.el: Doc fixes.
9144 (xml-get-children): Only looks at sub-tags and ignore strings.
9145
9146 * xml.el (xml-parse-tag): Avoid overwriting node-name.
9147
9148 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
9151
9152 2004-04-16 Andre Spiegel <spiegel@gnu.org>
9153
9154 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
9155
9156 * vc.el (vc-print-log): Likewise.
9157
9158 2004-04-16 Masatake YAMATO <jet@gyve.org>
9159
9160 * simple.el (completion-setup-function): Set an initial value
9161 to `element-common-end' before entering loop. Set a value
9162 to `element-common-end' at the end of loop.
9163 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
9164 (completions-common-part): Rename from completion-de-emphasis.
9165 (completions-first-difference): Rename from completion-emphasis.
9166 Suggested by RMS.
9167
9168 2004-04-16 Juanma Barranquero <lektu@terra.es>
9169
9170 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
9171 (bookmark-edit-annotation-mode): Add mode name.
9172
9173 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
9176 for nested conflict markers.
9177 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
9178
9179 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
9180
9181 * progmodes/gdb-ui.el (gdb-goto-info): New function.
9182
9183 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
9184
9185 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9188 Give a backtrace if requested.
9189
9190 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
9191
9192 * progmodes/python.el (python-mouse-2-command, python-RET-command):
9193 Remove unused functions.
9194 (python-orig-start-line, python-orig-file): Remove.
9195 (python-orig-start): New var.
9196 (python-input-filter, python-compilation-line-number)
9197 (python-send-region, python-load-file): Use it.
9198
9199 * info.el (info): Always jump to *info*.
9200
9201 * subr.el (posn-set-point): New function.
9202
9203 * mouse.el (mouse-set-point): Use it.
9204
9205 * progmodes/compile.el (compile-goto-error): Use it.
9206 (compilation-button-map): New keymap.
9207 (compilation-error-properties): Use it.
9208 (compilation-shell-minor-mode-map): Don't bind mouse-2.
9209
9210 * smerge-mode.el (smerge-popup-context-menu): Use it.
9211
9212 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
9213 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
9214 mouse and non-mouse case.
9215
9216 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
9217 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
9218
9219 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
9220 Make it work for non-mouse events.
9221
9222 * pcvs-info.el (cvs-status-map): Update binding name.
9223
9224 2004-04-14 Mark A. Hershberger <mah@everybody.org>
9225
9226 * xml.el (xml-maybe-do-ns): New function to handle namespace
9227 parsing of both attribute and element names.
9228 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
9229 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
9230 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
9231 (xml-parse-attlist): Make it do its own namespace parsing.
9232
9233 2004-04-14 Dave Love <fx@gnu.org>
9234
9235 * progmodes/python.el (run-python): Fix use of \n.
9236 (python-load-file): Remove `try' from Python fragment.
9237 (python-describe-symbol): Fix message.
9238
9239 * comint.el: Doc fixes.
9240 (comint-last-input-start, comint-last-input-end)
9241 (comint-last-output-start): Give them values.
9242 (comint-arguments): Avoid warning.
9243 (comint-skip-prompt): Use line-end-position.
9244 (comint-backward-matching-input): Rename arg to agree with doc.
9245 (comint-extract-string): Use syntax-ppss.
9246 (comint-dynamic-simple-complete): Delete useless list construction.
9247 (comint-redirect-subvert-readonly): New.
9248 (comint-redirect-preoutput-filter): Use it.
9249
9250 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9251 Correctly handle negative arguments when calling hook functions.
9252
9253 2004-04-14 Jesper Harder <harder@ifa.au.dk>
9254
9255 * info.el (info-apropos): Don't clobber Info-history-list.
9256
9257 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
9258
9259 * progmodes/compile.el (compilation-setup):
9260 Localize overlay-arrow-position.
9261 (compilation-sentinel): Restructure code equivalently.
9262 (compilation-next-error): Find message on same line after point if
9263 not found before point.
9264 (compile-mouse-goto-error): Restore function so that compilation
9265 buffer need not be current and use compile-goto-error.
9266 (compile-goto-error): Restore function.
9267 (next-error): Set overlay-arrow-position.
9268 (compilation-forget-errors): Don't localize already local
9269 compilation-locs and remove FIXME about refontifying.
9270
9271 2004-04-14 Kim F. Storm <storm@cua.dk>
9272
9273 * startup.el (emacs-quick-startup): New defvar (set by -Q).
9274 (command-line): New option -Q. Like -q --no-site-file, but
9275 in addition it also disables menu-bar, tool-bar, scroll-bars,
9276 tool-tips, and the blinking cursor.
9277 (command-line-1): Skip startup screen if -Q.
9278 (fancy-splash-head): Use ":align-to center" prop to center splash image.
9279
9280 * emulation/cua-base.el (cua-read-only-cursor-color)
9281 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
9282
9283 2004-04-13 Dave Love <fx@gnu.org>
9284
9285 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
9286 (syntax): Don't require.
9287 (python) <defgroup>: Add :version.
9288 (python-quote-syntax): Re-written.
9289 (inferior-python-mode): Move stuff here from run-python and add
9290 some more.
9291 (python-preoutput-continuation, python-preoutput-result)
9292 (python-dotty-syntax-table): New.
9293 (python-describe-symbol): Use them.
9294 (run-python): Move stuff to inferior-python-mode. Modify code
9295 loaded into Python.
9296 (python-send-region): Use python-proc, python-send-string.
9297 (python-send-string): Send newlines too. Callers changed.
9298 (python-load-file): Re-written.
9299 (python-eldoc-function): New.
9300 (info-look): Don't require.
9301 (python-after-info-look): New. A modified version of former
9302 top-level code for use with eval-after-load.
9303 (python-maybe-jython, python-guess-indent): Use widened buffer.
9304 (python-fill-paragraph): Re-written.
9305 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
9306 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
9307
9308 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
9311 Set compilation-error-regexp-alist earlier.
9312
9313 * progmodes/compile.el (compilation-minor-mode-map)
9314 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
9315 (compile-goto-error): Re-merge the mouse and non-mouse commands.
9316
9317 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * progmodes/compile.el (compile-goto-error): Select the buffer/window
9320 corresponding to the event.
9321
9322 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
9323
9324 * loadup.el: Add cygwin to system-type list, for unexec() support.
9325
9326 2004-04-12 John Paul Wallington <jpw@gnu.org>
9327
9328 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
9329 (ibuffer-restore-window-config-on-quit): New variable to replace
9330 `ibuffer-delete-window-on-quit'. Update all references.
9331 (ibuffer-prev-window-config): New variable.
9332 (ibuffer-quit): Restore previous window configuration instead of
9333 deleting window.
9334 (ibuffer): Save window configuration before showing Ibuffer buffer.
9335
9336 * help.el (describe-mode): Doc fix.
9337
9338 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9339
9340 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
9341 not to treat nil as a function.
9342
9343 * vc-arch.el (vc-arch-root): Be a bit more careful.
9344 (vc-arch-register): Save the buffer if we modified it.
9345 (vc-arch-delete-rej-if-obsolete): Save excursion.
9346 (vc-arch-find-file-hook): Use the simpler after-save-hook.
9347 (vc-arch-responsible-p, vc-arch-init-version): New functions.
9348
9349 * net/ldap.el (ldap-search): Use list*.
9350
9351 2004-04-12 Juri Linkov <juri@jurta.org>
9352
9353 * info.el (Info-follow-reference): Allow multiline reference name.
9354
9355 2004-04-11 Dave Love <fx@gnu.org>
9356
9357 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
9358
9359 * progmodes/python.el: New file.
9360
9361 2004-04-11 Andre Spiegel <spiegel@gnu.org>
9362
9363 * vc-hooks.el (vc-arg-list): Function removed.
9364 (vc-default-workfile-unchanged-p): Use condition-case to check for
9365 backward compatibility.
9366
9367 * vc.el (vc-print-log): Use condition-case to check for backward
9368 compatibility.
9369
9370 2004-04-11 Juri Linkov <juri@jurta.org>
9371
9372 * dired.el (dired-faces): New defgroup.
9373 (dired-header, dired-mark, dired-marked, dired-flagged)
9374 (dired-warning, dired-directory, dired-symlink, dired-ignored):
9375 New faces.
9376 (dired-header-face, dired-mark-face, dired-marked-face)
9377 (dired-flagged-face, dired-warning-face, dired-directory-face)
9378 (dired-symlink-face, dired-ignored-face): New face variables.
9379 (dired-font-lock-keywords): Use them instead of font-lock faces.
9380 Split the rule for dired marks into 3 separate rules: for marks,
9381 marked file names and flagged file names.
9382
9383 * help-mode.el (help-make-xrefs): Add a final newline to the
9384 *Help* buffer.
9385
9386 2004-04-11 John Paul Wallington <jpw@gnu.org>
9387
9388 * replace.el (occur-engine): Distinguish between one and several
9389 matches in the matches per buffer heading.
9390
9391 2004-04-11 Kim F. Storm <storm@cua.dk>
9392
9393 * ido.el (ido-confirm-unique-completion): New defcustom.
9394 (ido-complete): Use it.
9395 (ido-write-file): Set it to t unconditionally.
9396
9397 2004-04-10 Miles Bader <miles@gnu.org>
9398
9399 RCS keyword removal (only non-comment changes are enumerated here):
9400
9401 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
9402 (byte-compile-insert-header): Don't use `byte-compile-version'.
9403 * forms.el (forms-version): Variable removed.
9404 (forms-mode): Don't use `forms-version'.
9405 * recentf.el (recentf-version): Variable removed.
9406 * progmodes/delphi.el (delphi-version): Variable removed.
9407 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
9408
9409 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
9412
9413 2004-04-09 Jesper Harder <harder@ifa.au.dk>
9414
9415 * info.el (info-apropos): Improve menu item regexp.
9416
9417 2004-04-09 Simon Josefsson <jas@extundo.com>
9418
9419 * mail/smtpmail.el: Add comment, based on report by
9420 kdc@rcn.com (Kevin D. Clark).
9421
9422 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9423
9424 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9425 Redo one more thing that I didn't notice Daniel had undone.
9426
9427 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
9428
9429 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
9430 (gdb-goto-breakpoint, gdb-display-buffer)
9431 (gdb-display-source-buffer, gdb-view-source-function)
9432 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
9433 (gdb-source-info, gdb-frame-handler): Don't specify a window
9434 for display.
9435 (gdb-info-breakpoints-custom): Remove superfluous update of
9436 assembler buffer.
9437 (gdb-many-windows): Make settable outside gdb.
9438
9439 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
9440
9441 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
9442 Derive from fundamental-mode rather than text-mode.
9443
9444 2004-04-08 Juri Linkov <juri@jurta.org>
9445
9446 * info.el (Info-history): Doc fix.
9447 (Info-history-list): New var.
9448 (info-xref): Change magenta4 to blue, remove bold for dark and
9449 light backgrounds, change bold to underline for non-color classes.
9450 (info-xref-visited): New face.
9451 (Info-fontify-visited-nodes): New custom.
9452 (Info-hide-note-references): Add new value `hide'. Doc fix.
9453 (Info-reference-name): New var.
9454 (Info-selection-hook): New custom.
9455 (Info-edit-mode-hook): New var.
9456 (Info-find-file): New fun.
9457 (Info-find-node): Move part of code to Info-find-file.
9458 (Info-find-node-2): Add anchors to Info-history-list. Move point
9459 to the place with the reference name if name is defined.
9460 (Info-select-node): Add current node to Info-history-list.
9461 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
9462 (Info-search-whitespace-regexp): New custom.
9463 (Info-search-case-fold): New var.
9464 (Info-search): Add "case-sensitively" to the prompt.
9465 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
9466 (Info-search-case-sensitively, Info-search-next): New fun.
9467 (Info-up): Move point to the menu item of the current node.
9468 (Info-history): New fun. Add *info-history* to
9469 same-window-buffer-names.
9470 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
9471 (Info-insert-toc): New fun.
9472 (Info-build-toc): New fun.
9473 (Info-follow-reference): Add new arg `fork'. Doc fix.
9474 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
9475 with the same name prefer the reference closest to point.
9476 (Info-next-reference): Replace * by + in the *Note regexp.
9477 Add regexp for http:// and ftp://. Skip the *Note prefix.
9478 (Info-prev-reference): Replace * by + in the *Note regexp.
9479 Add regexp for http:// and ftp://. Skip the *Note prefix.
9480 (Info-follow-nearest-node): Add new arg `fork'.
9481 (Info-try-follow-nearest-node): Add new arg `fork'.
9482 Call browse-url for http:// and ftp:// references.
9483 Set Info-reference-name for index entries.
9484 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
9485 Info-search-next, Info-history, Info-toc, clone-buffer.
9486 (Info-menu-update): Replace * by + in the *Note regexp.
9487 (Info-mode): Add documentation for Info-history, Info-toc,
9488 Info-search-case-sensitively, Info-search-next, clone-buffer.
9489 (Info-fontify-menu-headers): Remove fun. Move code to
9490 Info-fontify-node.
9491 (Info-fontify-node): Add docstring. Add local vars
9492 fontify-visited-p and not-fontified-p. If not-fontified-p is t
9493 then fontify header line, titles, menu headers, http and ftp
9494 references, refill paragraphs. If not-fontified-p is t or
9495 fontify-visited-p is t then fontify cross references, menu items.
9496 Fontify menu headers. Fontify http and ftp references.
9497 Change regexp for cross references to require whitespace after *Note,
9498 add matching groups for file and node names. Remove hack for quote.
9499 Use display property for Info-hide-note-references=t. Use fifth
9500 or fourth match for help-echo. Display visited nodes in a
9501 different face. Unhide file names of external references.
9502 Unhide newlines. Display visited menu items in a different face.
9503
9504 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9506 * progmodes/compile.el: Require CL.
9507 (compilation-mode-font-lock-keywords): Re-install the "line as
9508 function" patch.
9509
9510 * help-fns.el (help-C-source-directory): New var.
9511 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
9512 (describe-function-1, describe-variable): Use them.
9513
9514 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
9515 to C source files specially.
9516
9517 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
9518
9519 * info.el (Info-hide-cookies-node): New function.
9520 (Info-select-node): Use it.
9521 (Info-display-images-node): Remove message with image file name.
9522
9523 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
9524
9525 * progmodes/compile.el (compilation-warning-face)
9526 (compilation-info-face, compilation-skip-threshold)
9527 (compilation-skip-visited, compilation-context-lines):
9528 Declare :version when added to Emacs.
9529 (compilation-error-regexp-alist-alist): Extend caml and irix.
9530 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
9531 (compilation-mode-font-lock-keywords): Temporarily undo line as
9532 function patch, which wasn't ready.
9533
9534 2004-04-07 Kenichi Handa <handa@m17n.org>
9535
9536 * international/latin1-disp.el (latin1-display-setup): Check each
9537 character is displayable or not instead of calling
9538 latin1-display-check-font.
9539
9540 2004-04-06 Kenichi Handa <handa@m17n.org>
9541
9542 * language/ethio-util.el (ethio-sera-being-called-by-w3):
9543 New variable.
9544 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
9545 instead of sera-being-called-by-w3.
9546 (ethio-fidel-to-sera-buffer): Likewise.
9547 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
9548 instead of sera-being-called-by-w3.
9549 (ethio-write-file): Likewise.
9550
9551 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9552
9553 * printing.el: Doc fix.
9554
9555 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
9556
9557 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
9558 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
9559 (gdb-setup-windows): Only use separate IO buffer if required.
9560
9561 2004-04-06 Kim F. Storm <storm@cua.dk>
9562
9563 * term.el (term-is-xemacs): Remove.
9564 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
9565 (term-window-width): New function.
9566 (term-mode, term-check-size): Use it.
9567 (term-mode): Disable overflow-newline-into-fringe in term buffer.
9568
9569 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
9570
9571 * cus-edit.el (custom-add-parent-links): Change unbound variable
9572 `symbol' to `name'.
9573
9574 2004-04-05 Jesper Harder <harder@ifa.au.dk>
9575 * info.el (info-apropos): New function.
9576 (Info-mode-menu): Add it.
9577 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
9578
9579 * help-mode.el (help-make-xrefs): Recognize aliased variable with
9580 inherited docstring.
9581
9582 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
9583
9584 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
9587
9588 * progmodes/compile.el (font-lock): Don't require any more.
9589 (compilation-error-properties, compilation-start, compilation-sentinel)
9590 (compilation-filter, next-error): Use with-current-buffer.
9591 (compilation-skip-to-next-location, compilation-skip-threshold)
9592 (compilation-skip-visited): Move to silence the byte-compiler.
9593 (compilation-setup): Simplify.
9594 (compilation-next-error): Use line-(beginning|end)-position.
9595 Make sure `pt' is non-nil before using compilation-loop.
9596 (compile-goto-error): Add optional event arg. Use it.
9597 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
9598 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
9599 Update the binding for mouse-2.
9600 (first-error): Set compilation-current-error to nil rather than bob.
9601 (compilation-parsing-end, compilation-parse-errors-function)
9602 (compilation-error-list, compilation-old-error-list):
9603 "New" compatibility variables.
9604 (compile-buffer-substring, compilation-compat-error-properties)
9605 (compilation-compat-parse-errors, compilation-forget-errors):
9606 New compatibility functions.
9607 (compilation-mode-font-lock-keywords): Use them.
9608
9609 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9610
9611 * autorevert.el (auto-revert-handler): If point (or a window
9612 point) is at the end of the buffer, keep it there after
9613 reverting. This allows to tail a file.
9614 Mention this in the `Commentary'.
9615
9616 * format.el (format-write-file): Add optional argument CONFIRM
9617 and make it behave like the analogous argument to `write-file'.
9618
9619 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9620
9621 * progmodes/ebnf2ps.el: Doc fix.
9622 (ebnf-version): New version number (4.2).
9623 (ebnf-syntax): Customization and docstring fix.
9624 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
9625 Put autoloaded funs before first use.
9626 (ebnf-style-database): Add dtd entry.
9627 (ebnf-syntax-alist): Add dtd initialization.
9628 (ebnf-token-sequence): New fun.
9629 (ebnf-comment-table): Add new comment action character.
9630 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
9631
9632 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
9633 Type Definition for XML).
9634
9635 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
9636 * progmodes/ebnf-bnf.el (ebnf-sequence):
9637 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
9638 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
9639 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
9640 Code simplification: call ebnf-token-sequence.
9641
9642 2004-04-04 Eli Zaretskii <eliz@gnu.org>
9643
9644 * calendar/timeclock.el (timeclock-relative)
9645 (timeclock-get-project-function, timeclock-get-workday-function)
9646 (timeclock-query-out, timeclock-when-to-leave)
9647 (timeclock-when-to-leave-string, timeclock-log-data)
9648 (timeclock-generate-report, timeclock-in): Doc fixes.
9649
9650 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * url/: New dir. Import the URL package from its repository.
9653
9654 2004-04-03 Andreas Schwab <schwab@suse.de>
9655
9656 * diff-mode.el (diff-mode): Fix missing quote.
9657
9658 2004-04-03 Juri Linkov <juri@jurta.org>
9659
9660 * descr-text.el (describe-property-list): Add `font-lock-face'.
9661
9662 * dired.el (dired-font-lock-keywords): Fix permission regexps.
9663
9664 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9665
9666 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
9667 Use utf-16le on little endian machines and utf-16be otherwise.
9668
9669 2004-04-02 David Kastrup <dak@gnu.org>
9670
9671 * net/browse-url.el (browse-url-generic): Use call-process
9672 instead of start-process to allow browsers that fork and detach.
9673
9674 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
9675
9676 * compile.el (compilation-current-error): New var.
9677 (compilation-setup, compile-mouse-goto-error)
9678 (compile-goto-error, next-error): Use it.
9679 (compilation-skip-to-next-location): Default to t, which gives
9680 contiguous skipping like old compile (where this was redundant).
9681 (compilation-next-error): Prevent previous-* commands from moving
9682 back to message at or just before point.
9683
9684 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
9685
9686 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
9687 (gdb-source-info): Don't display source at startup, if required.
9688 (gdb-show-main): New option.
9689 (gdba): Update documentation.
9690 (gdb-source): Cover case of auto-display output.
9691
9692 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
9693
9694 * autorevert.el: Delete obsolete autoload's and defvar's.
9695 (auto-revert-check-vc-info): New user option.
9696 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9697 (auto-revert-handler-vc): Delete.
9698 (auto-revert-handler): Treat return value `fast' of
9699 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
9700
9701 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
9702 return `fast'.
9703
9704 * files.el (buffer-stale-function): Doc change.
9705
9706 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9707
9708 * printing.el: New tip on Tips section.
9709 (pr-version): New version number (6.7.4).
9710 (pr-shell-file-name): Initialization fix.
9711
9712 2004-03-31 Juri Linkov <juri@jurta.org>
9713
9714 * dired.el: Add autoload for `dired-do-touch'.
9715 (dired-touch-program): New var.
9716 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
9717 (dired-no-confirm): Add `touch' to docstring.
9718
9719 * dired-aux.el (dired-do-touch): New fun.
9720 (dired-do-chxxx): Add argument -t for touch operation.
9721
9722 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
9723 `dired-move-to-filename-regexp'.
9724
9725 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
9726
9727 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
9728
9729 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9730
9731 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
9732 and only if the buffer was modified.
9733
9734 2004-03-30 Kenichi Handa <handa@m17n.org>
9735
9736 * international/characters.el: Delete pairs for U+2308..U+230B.
9737
9738 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
9739
9740 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
9741 to detect the beginning of a level 2 or 3 annotation.
9742
9743 2004-03-29 Kenichi Handa <handa@m17n.org>
9744
9745 * international/ucs-tables.el (ucs-insert): Fix the error message.
9746
9747 2004-03-29 Kenichi Handa <handa@m17n.org>
9748
9749 * international/mule-util.el (char-displayable-p): Fix generation
9750 of XLFD file name.
9751
9752 * Makefile.in (setwins, setwins_almost): Change directory to $wd
9753 before finding directories by `find'.
9754
9755 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * subr.el (interactive-form): Delete. Now implemented in C.
9758
9759 * pcvs.el (cvs-parse-process): Workaround for Darwin.
9760
9761 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9762 (vc-diff-label): New fun.
9763 (vc-diff-internal): Use it.
9764
9765 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9766
9767 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9768
9769 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9770
9771 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9772 specify XML (EBNFX).
9773
9774 * progmodes/ebnf2ps.el: Doc fix.
9775 (ebnf-version): New version number (4.1).
9776 (ebnf-syntax): Adjust customization.
9777 (ebnf-style-database): Add ebnfx entry.
9778 (ebnf-syntax-alist): Add ebnfx initialization.
9779 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9780
9781 * printing.el: Doc fix.
9782 (pr-version): New version number (6.7.3).
9783 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9784 returns nil for mouse position. Reported by Drew Adams
9785 <drew.adams@oracle.com>.
9786 (pr-update-menus): Modify interactive declaration. Reported by Drew
9787 Adams <drew.adams@oracle.com>.
9788
9789 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
9790
9791 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9792 (gud-gdba-marker-filter): Log the process input and output, if
9793 required. From Stefan Monnier.
9794 (gdb-debug-log, gdb-enable-debug-log): New variables.
9795 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9796
9797 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9800 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
9801
9802 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
9803
9804 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9805 Call vc-find-file-hook here instead of in auto-revert-buffers.
9806 (auto-revert-buffers): Delete call to vc-find-file-hook.
9807 (auto-revert-verbose, global-auto-revert-non-file-buffers)
9808 (global-auto-revert-mode, auto-revert-set-timer)
9809 (auto-revert-handler, auto-revert-buffers): Doc fixes.
9810
9811 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9812
9813 * woman.el (woman-change-fonts): Rename local variable
9814 woman-font-alist to font-alist to avoid a compiler warning.
9815
9816 2004-03-27 Dave Love <fx@gnu.org>
9817
9818 * emacs-lisp/rx.el (rx): Doc fix.
9819 Fix copyright years.
9820
9821 * strokes.el (strokes-global-set-stroke-string): New function.
9822 (strokes-list-strokes): Cope with strings, not just commands.
9823 Set foreground colour of image.
9824 (strokes-global-set-stroke): Doc fix.
9825
9826 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
9827
9828 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9829 Auto Revert mode.
9830 (Buffer-menu-files-only): New variable.
9831 (Buffer-menu-toggle-files-only): New function.
9832 (Buffer-menu-mode-map): Bind it to `T'.
9833 (Buffer-menu-mode): Mention `T' in docstring.
9834 Set buffer-stale-function.
9835 (list-buffers-noselect): Mark buffer non-modified and set
9836 Buffer-menu-files-only.
9837
9838 * dired.el (buffer-stale-function): Remove no longer needed defvar.
9839
9840 * autorevert.el (auto-revert-handler): Print revert message
9841 before, rather than after, reverting.
9842 (buffer-stale-function): Move to files.el.
9843
9844 * files.el (buffer-stale-function): Move here from autorevert.el.
9845
9846 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9849
9850 * calc/calc.el (calc-mode-map): Use mapc.
9851
9852 * apropos.el (apropos-mode): Don't autoload.
9853 (apropos-symbols-internal): New fun. Extracted from `apropos'.
9854 (apropos): Use it.
9855 (apropos-print): Add optional `text' argument.
9856 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9857 Don't assume point-min == 1.
9858
9859 * bs.el (bs-buffer-list): Use buffer-local-value.
9860 (bs--set-toggle-to-show): Use with-current-buffer.
9861
9862 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9863 New funs.
9864 (list-buffers-noselect): Use them. Adjust :align-to to new style.
9865
9866 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9867
9868 * dabbrev.el (dabbrev-expand): Fix regexp construction.
9869 (dabbrev--find-expansion): Use pop.
9870 (dabbrev--search): Use match-string-no-properties.
9871
9872 * dired.el (dired-mode): Use run-mode-hooks.
9873 (dired-move-to-end-of-filename): Use match-string.
9874
9875 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9876 is bound before using it.
9877 (ediff-verbose-p): Make it into a var since it's not constant.
9878
9879 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9880
9881 * faces.el (read-face-font): Don't cons up unnecessarily.
9882 (header-line, tool-bar): Share common parts.
9883
9884 * files.el (file-relative-name): Use compare-strings.
9885
9886 * finder.el (finder-mode): Follow coding convention.
9887
9888 * subr.el (read-number): New function.
9889
9890 * ses.el (ses-read-number): Move to subr.el.
9891 (ses-set-header-row): Use read-number.
9892
9893 2004-03-26 Andre Spiegel <spiegel@gnu.org>
9894
9895 * vc-hooks.el (vc-arg-list): New function, which handles both
9896 compiled and uncompiled code.
9897 (vc-default-workfile-unchanged-p): Use it.
9898
9899 * vc.el (vc-print-log): Undo prev change, use new function
9900 vc-arg-list from vc-hooks.el.
9901
9902 2004-03-26 Masatake YAMATO <jet@gyve.org>
9903
9904 * simple.el (completion-setup-function): Emphasize the
9905 first uncommon characters in the completions; and de-emphasize
9906 the common prefix substrings.
9907 (completion-emphasis): New face.
9908 (completion-de-emphasis): New face.
9909
9910 2004-03-25 Juanma Barranquero <lektu@terra.es>
9911
9912 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9913 Comment out (it's unused and unfinished code).
9914
9915 2004-03-25 Sam Steingold <sds@gnu.org>
9916
9917 * vc.el (vc-print-log): Fix a bug in the last patch:
9918 backend-function may be a byte-compiled object, not a lambda.
9919
9920 2004-03-25 Juri Linkov <juri@jurta.org>
9921
9922 * descr-text.el (describe-property-list): Add a button
9923 for `face' property that calls `describe-face'.
9924 Suggested by luis fernandes <elf@ee.ryerson.ca>
9925
9926 * international/mule.el (keyboard-coding-system):
9927 * kmacro.el (kmacro-call-macro): Fix docstring.
9928
9929 * dired.el: Fix comments.
9930
9931 * textmodes/fill.el (fill): Fix Info link.
9932
9933 * font-lock.el (fast-lock, lazy-lock):
9934 * jit-lock.el (jit-lock): Remove links to removed Support Modes
9935 Info node.
9936
9937 * eshell/eshell.el (eshell): Fix broken info-link.
9938
9939 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9940 * eshell/em-banner.el (eshell-banner):
9941 * eshell/em-smart.el (eshell-smart):
9942 * eshell/esh-cmd.el (eshell-cmd):
9943 Comment out broken info-links to incomplete Info manual.
9944
9945 * info-xref.el: Fix commentary.
9946
9947 2004-03-25 Kevin Ryde <user42@zip.com.au>
9948
9949 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9950 Remove spurious node duplicate suppression, doesn't work, not wanted.
9951 (info-xref-output): Take format style args, add "sit-for 0" to let
9952 user see the results as they progress.
9953 (info-xref-check-all-custom): New function.
9954
9955 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
9956
9957 * gdb-ui.el: Moved to progmodes.
9958
9959 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9962
9963 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9964
9965 * calendar/appt.el (appt-check): Remove superfluous progn.
9966 When finished with diary buffer: if it was not being displayed
9967 before, kill it; otherwise restore its original state.
9968 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9969
9970 * calendar/calendar.el (calendar-set-mode-line): Use total
9971 available mode-line width, rather than frame-width.
9972
9973 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9974 after mode change so effect not lost.
9975
9976 2004-03-23 Dave Love <fx@gnu.org>
9977
9978 * dired.el (dired) <defgroup>: Add link to manual.
9979 (dired-font-lock-keywords): Add highlighting on unusual permissions.
9980 (dired-revert): Use dolist.
9981 (dired-mode-map): Add U binding.
9982 (dired-mode): Add font-lock-beginning-of-syntax-function.
9983 (dired-garbage-files-regexp): Make it a defcustom.
9984
9985 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9988 is equivalent to nil.
9989 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9990 (vc-arch-mode-line-string): Accept `added' state.
9991 (vc-arch-state): Use inode-sigs if available.
9992 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9993 Copy&delete existing id file if any. Fallback if uuidgen is absent.
9994 (vc-arch-tagline-re): New var.
9995 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9996 New functions.
9997 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9998 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9999
10000 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
10001 (vc-file-not-found-hook): Use it.
10002
10003 * diff-mode.el (diff-default-read-only): Change default.
10004 (diff-mode-hook): Make it a defcustom. Add some options.
10005 (diff-mode-map): Bind diff-refine-hook.
10006 (diff-yank-handler): New var.
10007 (diff-yank-function): New fun.
10008 (diff-font-lock-keywords): Use them.
10009 (diff-end-of-file): Handle case where file-header looks like diff text.
10010 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
10011 (diff-file-kill): Delete a subsequent empty line, if applicable.
10012 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
10013 (diff-find-file-name): Use it.
10014 (diff-tell-file-name): New command.
10015 (diff-mode): Be careful with view-mode.
10016 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
10017 New functions, for use in diff-mode-hook.
10018 (diff-find-source-location): Catch "regex too large" errors.
10019 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
10020 (diff-refine-hunk): New command.
10021
10022 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
10023 (smerge-context-menu-map): Remove unused var.
10024 (smerge-keep-all): Preserve markers.
10025 (smerge-keep-n): New fun.
10026 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10027 (smerge-keep-current, smerge-ediff): Use it.
10028 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
10029 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
10030 (smerge-resolve): Resolve trivial 3-part conflicts.
10031
10032 2004-03-23 Juri Linkov <juri@jurta.org>
10033
10034 * man.el (Man-width): New var.
10035 (Man-getpage-in-background): Use it.
10036 (Man-support-local-filenames): New var and fun.
10037 (Man-build-man-command): Don't add a second %s.
10038 (Man-fontify-manpage): Clean up message.
10039 (Man-mode): Set outline-regexp, outline-level,
10040 imenu-generic-expression.
10041
10042 * woman.el (woman-fill-frame): Doc fix.
10043 (woman-decode-region): Use window-width instead of frame-width.
10044
10045 * abbrevlist.el (list-one-abbrev-table):
10046 * descr-text.el (describe-char):
10047 * international/mule-diag.el (describe-current-coding-system):
10048 * international/quail.el (quail-insert-decode-map):
10049 Use window-width instead of frame-width.
10050
10051 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
10052 (jka-compr-mode-alist-additions): Add tbz.
10053 (jka-compr-write-region, jka-compr-insert-file-contents):
10054 Add message for undefined compress-program.
10055 (jka-compr-write-region): Remove redundant var bindings.
10056
10057 * dired-x.el (dired-guess-shell-alist-default): Add choices for
10058 extracting files into subdirectory. Add tbz and dz. Fix regexps.
10059 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
10060 (dired-man): Use dired-guess-shell-command.
10061 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
10062 Change default nil to t.
10063
10064 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
10065 (dired-compare-directories): Add default value for empty input.
10066
10067 * help-at-pt.el: Move suggestions for key bindings to Commentary.
10068
10069 * time.el (display-time-string-forms): Fix help-echo date format.
10070
10071 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
10072
10073 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
10074 (buffer-stale-function): New variable.
10075 (auto-revert-list-diff, auto-revert-dired-file-list)
10076 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
10077 (auto-revert-handler): Take over some functionality of deleted
10078 functions.
10079 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
10080
10081 * dired.el (dired-directory-changed-p): New fun, extracted from
10082 dired-internal-noselect.
10083 (dired-buffer-stale-p): New fun.
10084 (dired-internal-noselect): Use dired-directory-changed-p.
10085 Eliminate revert messages.
10086 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
10087
10088 2004-03-23 Kenichi Handa <handa@m17n.org>
10089
10090 * international/characters.el: Setup syntaxes for more parentheses
10091 Unicode characters.
10092
10093 * international/mule-cmds.el (select-safe-coding-system):
10094 Merge coding-system and auto-cs before comparing them.
10095
10096 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10097
10098 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
10099
10100 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10101 normal-auto-fill-function and comment-indent-function.
10102 The default values now work just as well.
10103 Don't set font-lock-beginning-of-syntax-function since we already set
10104 syntax-begin-function.
10105 (lisp-outline-level): Put ;;;###autoload at same level as (.
10106 (prin1-char): Quote special chars.
10107
10108 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
10109 than with-no-warnings.
10110
10111 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
10112 if the source location can't be found.
10113 (edebug-compute-previous-result): Use prin1-char.
10114
10115 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
10116 (debug-ignored-errors): Add an entry.
10117
10118 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
10119 (byte-compile-file): Output warning when deleting a file.
10120
10121 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
10122 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
10123
10124 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
10125 (byte-compile-inline-expand): Use backquote.
10126 (byte-optimize-pure-func): Rename from byte-optimize-concat.
10127 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
10128
10129 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
10130
10131 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
10132
10133 2004-03-22 Juri Linkov <juri@jurta.org>
10134
10135 * finder.el (finder-known-keywords): Fix data, tex, unix.
10136
10137 * play/landmark.el: Fix keywords.
10138
10139 * language/ethio-util.el (ethio-find-file): Doc fix.
10140
10141 * emacs-lisp/warnings.el: Doc fix.
10142
10143 * textmodes/ispell.el (ispell-help): Doc fix.
10144
10145 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
10146
10147 * format.el (format-insert-file): Always return a list of two
10148 elements, like insert-file-contents does.
10149
10150 2004-03-21 Andre Spiegel <spiegel@gnu.org>
10151
10152 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
10153 and vc-BACKEND-diff.
10154 (vc-print-log): If the print-log implementation supports it, use
10155 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
10156 (vc-version-diff, vc-diff-internal): Doc fixes.
10157
10158 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
10159 implementation supports it, let diff output go to *vc*,
10160 not *vc-diff*, since this is an internal call.
10161
10162 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
10163
10164 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
10165
10166 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
10167
10168 2004-03-21 Dave Love <fx@gnu.org>
10169
10170 * progmodes/cfengine.el (cfengine-mode):
10171 Set parse-sexp-ignore-comments.
10172
10173 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
10174
10175 2004-03-21 Juanma Barranquero <lektu@terra.es>
10176
10177 * allout.el (allout-mode): Fix docstring.
10178
10179 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
10180
10181 * files.el (insert-directory): Fix bug if SWITCHES is a list.
10182
10183 * autorevert.el (auto-revert-interval): Make new value take
10184 effect immediately when set through Custom.
10185 (auto-revert-set-timer): Add interactive declaration.
10186
10187 2004-03-19 David Ponce <david@dponce.com>
10188
10189 * ruler-mode.el (ruler-mode-header-line-format-old):
10190 Don't `make-variable-buffer-local'.
10191 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
10192 (ruler-mode-header-line-format): Simply funcall the above.
10193 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
10194 to save/restore a previous header line format.
10195 (ruler-mode-space): Don't depend on a numeric WIDTH value.
10196 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
10197 fringes and margins width.
10198 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
10199
10200 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * log-edit.el (log-edit-font-lock-keywords): Typo.
10203
10204 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
10205 (tex-send-tex-command): Rather than here.
10206 (tex-compilation-parse-errors): Simplify.
10207
10208 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
10209
10210 * time.el (display-time-string-forms): Add help-echo with date on time.
10211
10212 * composite.el (compose-region): Use restore-buffer-modified-p.
10213
10214 * disp-table.el (standard-display-8bit): Simplify.
10215
10216 * server.el (server-process-filter): Delete temp frame.
10217
10218 * add-log.el (add-change-log-entry): Simplify.
10219
10220 2004-03-19 Kim F. Storm <storm@cua.dk>
10221
10222 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
10223 (hexl-follow-line): Don't require 'fringe.
10224
10225 * progmodes/compile.el (compilation-start): Always set
10226 compilation-last-buffer and return it.
10227
10228 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
10229
10230 * simple.el (clone-buffer): Doc fix.
10231
10232 2004-03-18 Juanma Barranquero <lektu@terra.es>
10233
10234 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
10235
10236 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10237
10238 * log-edit.el (log-edit-font-lock-keywords): New var.
10239 (log-edit-mode): Use it.
10240
10241 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
10242
10243 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
10244 properly for watching in speedbar.
10245
10246 2004-03-17 Masatake YAMATO <jet@gyve.org>
10247
10248 * smerge-mode.el (smerge-popup-context-menu):
10249 Put `unwind-protect' around `overlay-put' and `popup-menu'.
10250
10251 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10252
10253 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
10254 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
10255 Take sealed revisions into account.
10256 (vc-arch-checkin): Extract a summary line from the message.
10257
10258 2004-03-16 Masatake YAMATO <jet@gyve.org>
10259
10260 * register.el (register): Provide `register' feature.
10261
10262 2004-03-15 Masatake YAMATO <jet@gyve.org>
10263
10264 Added context menu support in smerge mode.
10265 Most of the part is written by Stefan Monnier.
10266
10267 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
10268 New keymap and menu.
10269 (smerge-text-properties): New function.
10270 (smerge-remove-props): New function.
10271 (smerge-popup-context-menu): New function.
10272 (smerge-resolve): Call `smerge-remove-props'.
10273 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
10274 (smerge-keep-current): Ditto.
10275 (smerge-kill-current): New function.
10276 (smerge-match-conflict): Put text properties.
10277 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
10278
10279 2004-03-15 David Ponce <david@dponce.com>
10280
10281 * ruler-mode.el: (ruler-mode-left-fringe-cols)
10282 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
10283 (ruler-mode-right-scroll-bar-cols): Remove.
10284 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
10285 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
10286 Use fringe-columns and scroll-bar-columns.
10287
10288 2004-03-15 Masatake YAMATO <jet@gyve.org>
10289
10290 * hl-line.el (hl-line-range-function): New variable.
10291 (hl-line-move): New function.
10292 (global-hl-line-highlight): Use `hl-line-move'.
10293 (hl-line-highlight): Ditto.
10294
10295 * scroll-bar.el (scroll-bar-columns):
10296 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
10297
10298 * ruler-mode.el (top-level): Require scroll-bar and fringe.
10299 (ruler-mode-left-fringe-cols)
10300 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
10301 (ruler-mode-right-scroll-bar-cols)
10302 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
10303 (ruler-mode-ruler-function): New variable.
10304 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
10305 if the value for `ruler-mode-ruler-function'is given.
10306
10307 * hexl.el (hexl-mode-hook): Make the hook customizable.
10308 (hexl-address-area, hexl-ascii-area): New customize variables.
10309 (hexlify-buffer): Put font-lock-faces on the address area and
10310 the ascii area.
10311 (hexl-activate-ruler): New function.
10312 (hexl-follow-line): New function.
10313 (hexl-highlight-line-range): New function.
10314 (hexl-mode-ruler): New function.
10315
10316 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
10319 (vc-default-find-file-hook): New fun.
10320 (vc-find-file-hook): Call new find-file-hook operation.
10321
10322 * vc-arch.el: New file.
10323
10324 2004-03-12 Jesper Harder <harder@ifa.au.dk>
10325
10326 * info-look.el (info-lookup): Reuse an existing Info window.
10327
10328 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10329
10330 * woman.el (woman-preserve-ascii): Default value changed to t and
10331 doc string revised.
10332
10333 2004-03-12 Richard M. Stallman <rms@gnu.org>
10334
10335 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10336 Fix minor bug.
10337
10338 * replace.el (occur-engine): Change message for count of matches.
10339
10340 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
10341 For strings, do compare text properties.
10342
10343 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
10344
10345 * progmodes/compile.el (compile-auto-highlight)
10346 (compilation-error-list, compilation-old-error-list)
10347 (compilation-parse-errors-function, compilation-parsing-end)
10348 (compilation-error-message, compilation-directory-stack)
10349 (compilation-enter-directory-regexp-alist)
10350 (compilation-leave-directory-regexp-alist)
10351 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
10352 (compilation-current-file, compilation-regexps): Remove vars.
10353
10354 (compile-error-at-point, compilation-error-filedata)
10355 (compilation-error-filedata-file-name, compile-reinitialize-errors)
10356 (compilation-next-error-locus, compilation-forget-errors)
10357 (count-regexp-groupings, compilation-parse-errors)
10358 (compile-collect-regexps, compile-buffer-substring): Remove funs.
10359
10360 (compile-internal): Make obsolete.
10361
10362 (compilation-first-column, compilation-error)
10363 (compilation-directory-matcher, compilation-page-delimiter)
10364 (compilation-mode-font-lock-keywords, compilation-debug)
10365 (compilation-error-face, compilation-warning-face)
10366 (compilation-info-face, compilation-line-face)
10367 (compilation-column-face, compilation-enter-directory-face)
10368 (compilation-leave-directory-face, compilation-skip-threshold)
10369 (compilation-skip-visited, compilation-context-lines): New vars.
10370
10371 (compilation-warning-face, compilation-info-face)
10372 (compilation-message-face): New faces.
10373
10374 (compilation-error-regexp-alist-alist): New constant.
10375
10376 (compilation-face, compilation-directory-properties)
10377 (compilation-assq, compilation-error-properties, compilation-start)
10378 (define-compilation-mode, compilation-loop)
10379 (compilation-set-window): New functions.
10380
10381 (compile): Additional argument for interactive compiles like TeX.
10382
10383 * progmodes/grep.el (kill-grep): Move here from compile.el
10384 (grep-error, grep-hit-face, grep-error-face)
10385 (grep-mode-font-lock-keywords): New variables.
10386 (grep-regexp-alist): Simplify regexp and add `binary' case.
10387 (grep-mode): New mode.
10388 (grep-process-setup): Simplify.
10389
10390 2004-03-11 Jason Rumney <jasonr@gnu.org>
10391
10392 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
10393 letters on DOS/Windows.
10394
10395 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * server.el (server-name): New var.
10398 (server-socket-dir): New var to replace server-socket-name.
10399 (server-start): Use them.
10400
10401 2004-03-11 Simon Josefsson <jas@extundo.com>
10402
10403 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
10404 died to avoid infloop. Reported by Jonathan Glauner
10405 <jglauner@sbum.org>.
10406
10407 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
10410 (smerge-mode-menu): Use it to deactivate menu entries.
10411 (smerge-keep-current): New fun.
10412 (smerge-keep-current): Use it.
10413
10414 2004-03-10 John Paul Wallington <jpw@gnu.org>
10415
10416 * foldout.el (foldout-fold-list, foldout-modeline-string):
10417 Declare them as variables, not constants.
10418
10419 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10420
10421 * ps-print.el: Modification to print *Messages* buffer.
10422 (ps-print-version): New version 6.6.4.
10423 (ps-message-log-max): New fun.
10424 (ps-spool-without-faces, ps-spool-with-faces)
10425 (ps-count-lines-preprint): Code fix.
10426
10427 * printing.el: New tips in Tips section.
10428
10429 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10430
10431 * delim-col.el: Doc fix.
10432
10433 * printing.el: Doc fix. New doc section (Tips).
10434
10435 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * type-break.el (type-break-emacs-variant): Remove.
10438 (type-break-run-at-time, type-break-cancel-function-timers):
10439 Use fboundp rather than version name and number.
10440
10441 2004-03-09 Masatake YAMATO <jet@gyve.org>
10442
10443 * hexl.el (hexl-mode): Use `make-local-variable' instead of
10444 `make-variable-buffer-local'.
10445
10446 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
10447
10448 * find-dired.el (find-dired): Call `shell-command' instead of
10449 `start-process-shell-command'. By this, Tramp takes over
10450 handling of remote directories.
10451
10452 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * newcomment.el (comment-use-global-state): New var.
10455 (comment-search-forward): Use it.
10456
10457 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
10458
10459 * cus-edit.el (fill) <defgroup>: Move to fill.el.
10460
10461 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
10462 (enable-kinsoku): Make it a defcustom.
10463 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
10464 paragraph to same-comment-start-marker.
10465
10466 2004-03-07 Dave Love <fx@gnu.org>
10467
10468 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
10469 (browse-url-mail): Use it.
10470
10471 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
10472 (rfc2368-unhexify-string): Use replace-regexp-in-string.
10473
10474 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10475
10476 * woman.el (woman-man.conf-path): Doc fix.
10477 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
10478
10479 2004-03-07 Eli Zaretskii <eliz@gnu.org>
10480
10481 * sort.el (sort-columns): Remove ms-dos from the list of systems
10482 where the external `sort' command is not used.
10483
10484 2004-03-07 Kim F. Storm <storm@cua.dk>
10485
10486 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
10487 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
10488 from overlay-arrow-variable-list.
10489 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
10490
10491 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
10492
10493 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
10494 overlay arrow string properly for the assembler buffer.
10495
10496 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10497
10498 * mail/sendmail.el (mail-mode): Fix last change.
10499
10500 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
10501
10502 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
10503 for the assembler buffer.
10504 (gdb-assembler-custom): Position the overlay arrow.
10505 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
10506
10507 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
10510
10511 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
10512 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
10513
10514 * mail/sendmail.el (mail-mode): Set comment-start-skip.
10515
10516 * newcomment.el (uncomment-region): Allow non-terminated comment.
10517 (comment-normalize-vars): Check the user-specified comstart marker.
10518
10519 2004-03-04 Jesper Harder <harder@ifa.au.dk>
10520
10521 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
10522 Otherwise, do use it if the region only contains font-lock text
10523 properties.
10524
10525 2004-03-04 Masatake YAMATO <jet@gyve.org>
10526
10527 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
10528 as the callback function for eldoc.
10529 (hexl-print-current-point-info): New function.
10530 (hexl-current-address): Print the address in both decimal
10531 and hexadecimal format.
10532
10533 2004-03-04 Richard M. Stallman <rms@gnu.org>
10534
10535 * mail/rmail.el (rmail-convert-to-babyl-format):
10536 Specify t for UNIBYTE when calling mail-unquote-printable-region.
10537
10538 * mail/mail-utils.el (mail-unquote-printable-region):
10539 New arg UNIBYTE.
10540
10541 * startup.el (command-switch-alist): Doc fix.
10542
10543 * simple.el (undo): Temporarily set this-command to `undo-start',
10544 then set it to `undo' once undo-start returns without error.
10545
10546 * simple.el (minibuffer-history-sexp-flag): Doc fix.
10547
10548 * simple.el (kill-line): Don't disregard trailing whitespace
10549 in eol condition, if show-trailing-whitespace is set.
10550
10551 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
10552 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
10553 When disabling, restore old values only if mouse-sel-has-been-enabled.
10554
10555 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
10556 (isearch-{-char): New function.
10557 (isearch-mode-map): Bind { to isearch-{-char.
10558
10559 * font-lock.el (lisp-font-lock-keywords-2):
10560 Turn off the CL with-... and do-... general patterns.
10561 Instead, recognize several specific with... and do... constructs.
10562
10563 * files.el (switch-to-buffer-other-window):
10564 Bind same-window-buffer-names and same-window-regexps to nil.
10565 (switch-to-buffer-other-frame): Likewise.
10566
10567 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10568
10569 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
10570 recognizing leading comment on code line.
10571
10572 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10573
10574 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
10575 hidden files/directories.
10576
10577 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
10580 only comment-start (in case the mode hasn't set it).
10581
10582 * Makefile.in (AUTOGENEL): New var.
10583 (bootstrap-prepare): Rename from bootstrap-clean.
10584 Don't remove elc files.
10585 (maintainer-clean): New target.
10586
10587 * xml.el (xml-get-attribute-or-nil): Simplify.
10588
10589 2004-03-02 Juri Linkov <juri@jurta.org>
10590
10591 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
10592 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
10593 URL to prevent their substitution with the environment variable
10594 values by browsers.
10595
10596 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10597
10598 * ps-print.el: Doc fix.
10599 (ps-print-version): New version number (6.6.3).
10600 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
10601 Docstring fix.
10602 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
10603 before printing.
10604 (ps-time-stamp-yyyy-mm-dd): New fun.
10605 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
10606
10607 2004-03-02 Kim F. Storm <storm@cua.dk>
10608
10609 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
10610
10611 2004-03-01 Juanma Barranquero <lektu@terra.es>
10612
10613 * allout.el (allout-rebullet-heading): Fix typo in docstring.
10614
10615 * desktop.el (desktop-file-version)
10616 (desktop-after-read-hook): Fix typos.
10617 (desktop-clear-preserve-buffers): Remove redundant info in
10618 docstring already shown by the obsolescence message.
10619 (desktop-truncate, desktop-internal-v2s)
10620 (desktop-value-to-string): Change argument name to match docstring.
10621
10622 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
10623
10624 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
10625 docstring.
10626
10627 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10628
10629 * printing.el: Replace "As Is..." in PostScript file print/preview by
10630 "No Preprocessing...". Suggested by Colin Marquardt
10631 <_marquardt_@zmd.de>.
10632 (pr-insert-section-4): Adjust buffer interface.
10633
10634 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10635
10636 Version 2.0.39 of Tramp released.
10637
10638 * net/tramp.el (tramp-handle-file-local-copy)
10639 (tramp-handle-write-region, tramp-open-connection-rsh):
10640 Variable name typo. Small change. From Patrick Tullmann
10641 <tullmann@flux.utah.edu>.
10642 (tramp-process-connection-type): New variable.
10643 (tramp-maybe-open-connection): Use it.
10644 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
10645 (tramp-touch): Set last-modified time of a remote file.
10646 (tramp-handle-write-region): Say which function is used when encoding.
10647
10648 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
10649
10650 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
10651 case of non-existing filename, too. Reported by Christoph Bauer
10652 <c_bauer@informatik.uni-kl.de>.
10653 (tramp-smb-get-file-entries): The directory in question should
10654 have permissions "drwxrwxrwx". Just virtual, because we don't
10655 know the real permissions. Don't we know?
10656 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
10657 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
10658 (tramp-smb-wait-for-output): Optimize algorithm getting pending
10659 output. If it was received chunkwise, there have been problems.
10660 Remove the "prompt not found" error message; it is obvious.
10661 Simplify algorithm.
10662 (tramp-smb-process-running): Remove. Since we acknowledge the
10663 virtual prompt for shares, there's no need for distinction of
10664 reading shares (process ends afterwards) and interactive mode of
10665 smblient.
10666 (tramp-smb-open-connection): Setting process sentinel removed.
10667 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
10668 "NT_STATUS_NETWORK_ACCESS_DENIED".
10669 (tramp-smb-maybe-open-connection): Set `process-connection-type'
10670 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
10671 (top-level): Setting default value in `tramp-default-method-alist'
10672 corrected. Order of USER and HOST have been wrong.
10673 Nobody complained for months ...
10674 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
10675 (tramp-smb-open-connection): Clear password cache if login has failed.
10676
10677 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
10678 `tramp-unified-filenames'.
10679 (tramp-completion-mode): Make test for XEmacs explicitely.
10680 `event-to-character' can exists in Emacs packages too.
10681 Reported by Matt Swift <swift@alum.mit.edu>.
10682 (tramp-buffer-name): Buffer name must contain the user if exists.
10683 Reported by Adrian Phillips <a.phillips@met.no>.
10684 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
10685 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
10686 (tramp-do-copy-or-rename-file-out-of-band): Rename from
10687 `tramp-do-copy-or-rename-file-one-local', because it handles also
10688 the case both files use the same out-of-band method.
10689 Implementation added.
10690 (tramp-handle-file-local-copy, tramp-handle-write-region):
10691 Out-of-band handling removed. `copy-file' called instead, which
10692 calls `tramp-do-copy-or-rename-file-out-of-band'.
10693 (tramp-action-password): Check for out-of-band method removed.
10694 This function is used for 'login-program.
10695 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
10696 appropriate.
10697 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
10698 and `tramp-parse-sknownhosts'.
10699 (tramp-completion-function-alist): It's a defvar now, because we
10700 want to apply the optimized `tramp-set-completion-function'
10701 instead of a static list.
10702 (tramp-set-completion-function): Implementation tuned.
10703 Avoid double entries, and entries where the function or the
10704 file/directory doesn't exist.
10705 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
10706 for SSH2.
10707 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
10708 (tramp-handle-dired-compress-file): New function.
10709 (tramp-async-proc): New variable.
10710 (tramp-handle-shell-command): Adding asynchronous processes.
10711 They are far from being perfect, but it works at least for
10712 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
10713 (top-level): Require password.el if visible. Should be mandatory
10714 once No Gnus has found its way into (X)Emacs.
10715 (tramp-read-passwd): Invoke `password-read' if available,
10716 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
10717 fallback any longer.
10718 (tramp-clear-passwd): New function.
10719 (tramp-process-actions, tramp-process-multi-actions):
10720 Clear password cache if login has failed.
10721
10722 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
10723 its own module.
10724 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
10725 `ange-ftp-ftp-name-res'. There could be incorrect values from
10726 previous calls in case the "ftp" method is used in the Tramp file
10727 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10728
10729 2004-02-28 Richard M. Stallman <rms@gnu.org>
10730
10731 * term.el (term-mouse-paste): Call mouse-set-point.
10732
10733 * thumbs.el: New file.
10734
10735 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10736
10737 * progmodes/ebnf-abn.el: Doc fix.
10738
10739 * progmodes/ebnf-bnf.el: Doc fix.
10740 (ebnf-repeat): Code fix.
10741
10742 * progmodes/ebnf2ps.el: Doc fix.
10743 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
10744
10745 2004-02-28 Juri Linkov <juri@jurta.org>
10746
10747 * ffap.el (dired-at-point): Additional writability test for
10748 relative directory names.
10749 (dired-at-point-prompter): Treat directories as a directory, get
10750 the directory component from files.
10751 (ffap-string-at-point): Return string from region if region is active.
10752 (ffap-file-at-point): Remove redundant code.
10753
10754 2004-02-28 Kim F. Storm <storm@cua.dk>
10755
10756 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10757 Initialize margin area images to nil.
10758 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10759 (breakpoint-enabled-bitmap-face)
10760 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10761 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10762 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10763 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10764 (gdb-reset): Use gdb-remove-breakpoint-icons.
10765 (gdb-put-string): Add dprop arg to specify alternative display
10766 property (for setting fringe bitmap).
10767 (gdb-remove-strings): Doc fix.
10768 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10769 icon in fringe (if available), or else as icon or text in display
10770 margin. Creates necessary icons in breakpoint-bitmap,
10771 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10772 Also make left window margin if required.
10773 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10774 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
10775 no longer needed.
10776 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10777 gdb-put-breakpoint-icon.
10778 (gdb-assembler-mode): Don't set left-margin-width here.
10779
10780 2004-02-27 Kevin Ryde <user42@zip.com.au>
10781
10782 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10783 comma, so that it DTRT in macros.
10784
10785 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
10786
10787 * progmodes/sh-script.el (sh-shell-arg)
10788 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10789 (sh-leading-keywords, sh-other-keywords): Fix custom type.
10790
10791 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10792
10793 * faces.el (face-spec-set-match-display): Add a new attribute,
10794 `min-colors'.
10795 (region, highlight, secondary-selection): Use `min-colors'.
10796
10797 * custom.el (defface): Add documentation for `min-colors'.
10798
10799 * font-lock.el (font-lock-comment-face, font-lock-string-face)
10800 (font-lock-keyword-face, font-lock-function-name-face)
10801 (font-lock-variable-name-face, font-lock-constant-face):
10802 Use `min-colors'.
10803
10804 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10805
10806 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10807
10808 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
10809 define assq-delete-all if it's not defined.
10810 (ebnf-generate-region): Code fix.
10811
10812 * printing.el: Doc fix.
10813 (pr-version): New version number (6.7.2).
10814 (pr-command): Return empty string if command is an empty string.
10815
10816 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10817
10818 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10819
10820 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
10821 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10822 semi-down-full. Fix a bug on productions like test = {"test"}* | (
10823 "tt" ["test"] ). Reported by Markus Dreyer
10824 <mdreyer@ix.urz.uni-heidelberg.de>.
10825 (ebnf-version): New version number (4.0).
10826 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10827 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10828 (ebnf-delete-style): New commands.
10829 (ebnf-directory, ebnf-file): New funs.
10830 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10831 (ebnf-production-name-p, ebnf-stop-on-error): New options.
10832 (ebnf-syntax-alist): New var.
10833 (ebnf-element-width): New fun replacing ebnf-list-width.
10834 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10835 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10836 (ebnf-prologue): Adjust vars.
10837 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10838 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10839 (ebnf-check-style-values, ebnf-generate-production)
10840 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10841 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10842 (ebnf-token-repeat): Code fix.
10843
10844 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
10845 %right, %left and %prec. Suggested by Matthew K. Junker
10846 <junker@alum.mit.edu>.
10847 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10848
10849 * progmodes/ebnf-iso.el: Doc fix.
10850 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10851 (ebnf-iso-lex): Code fix.
10852
10853 * progmodes/ebnf-bnf.el: Doc fix.
10854 (ebnf-bnf-lex): Code fix.
10855
10856 * progmodes/ebnf-otz.el: Doc fix.
10857
10858 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10859
10860 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
10861 (abbrev-prefix-mark): Doc fix.
10862
10863 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
10864
10865 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10866 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10867 (gdb-var-delete): Make interactive (really).
10868 (gdb-edit-value): Make non-interactive.
10869
10870 * progmodes/gud.el (gud-speedbar-menu-items):
10871 Add gdb-var-delete and, indirectly, gdb-edit-value.
10872 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10873 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10874 (gud-gdb-marker-filter): Add comment for annotations.
10875
10876 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10877
10878 * calendar/calendar.el (generate-calendar)
10879 (calendar-read-date): Prevent display of BC calendars once more -
10880 reverts 2003-10-01 change.
10881 (generate-calendar-month): Doc fix.
10882
10883 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10884
10885 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10886 return value of increment-calendar-month.
10887
10888 2004-02-21 Stephen Compall <s11@member.fsf.org>
10889
10890 * saveplace.el (save-place-forget-unreadable-files)
10891 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10892 (save-place-forget-unreadable-files): New function.
10893 (save-place-alist-to-file): Use it to filter out files that are
10894 no longer readable.
10895
10896 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10897 current Texinfo environment, using the same method as in
10898 `texinfo-insert-@end', and insert a space rather than a newline if
10899 point in a @table environment.
10900
10901 2004-02-21 Juri Linkov <juri@jurta.org>
10902
10903 * ffap.el (ffap-file-at-point): Try parent directories.
10904
10905 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
10906
10907 * vcursor.el (vcursor-modifiers): New defcustom.
10908 (vcursor-cs-binding): Use vcursor-modifiers instead of a
10909 hard-coded list.
10910
10911 2004-02-21 Masatake YAMATO <jet@gyve.org>
10912
10913 * play/animate.el (animate-birthday-present): Accept names other
10914 than `Sarah', too.
10915
10916 2004-02-21 Juri Linkov <juri@jurta.org>
10917
10918 * startup.el: Remove table of command line arguments from the
10919 Commentary section.
10920
10921 2004-02-20 John Wiegley <johnw@newartisans.com>
10922
10923 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10924 again" modifier from 'e' to 'E', since 'e' is also used by the
10925 "file extension" modifier.
10926
10927 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
10928
10929 * help-fns.el (describe-categories): Doc fix.
10930
10931 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10932
10933 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10934 temporary file for buffer already visiting one. This change makes
10935 output likely to be directly usable by patch program.
10936 Suggested by Adrian Aichner <adrian@xemacs.org>
10937
10938 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
10939
10940 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10941 case of variables defined in compound statements.
10942 (gdb-setup-windows, gdb-source-info, gdb-source-info):
10943 Simplify constructions using switch-to-buffer.
10944
10945 2004-02-19 Simon Josefsson <jas@extundo.com>
10946
10947 * play/morse.el: Fix typo.
10948 (morse-code): Add @.
10949
10950 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10951
10952 * calendar/appt.el (appt-display-format): Change default to
10953 'ignore, for backwards compatibility.
10954 (appt-display-message): If appt-display-format is 'ignore,
10955 respect old vars appt-msg-window and appt-visible.
10956 (appt-activate): Don't depend on return value of cancel-timer.
10957
10958 * calendar/calendar.el (calendar-holidays): Doc fix.
10959
10960 * calendar/cal-coptic.el (coptic-prompt-for-date):
10961 Use assoc-string instead of assoc-ignore-case.
10962 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10963 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10964 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10965 * calendar/cal-islam.el (calendar-goto-islamic-date)
10966 (mark-islamic-diary-entries): Ditto.
10967 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10968 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10969 (calendar-read-mayan-tzolkin-date): Ditto.
10970 * calendar/calendar.el (calendar-read-date): Ditto.
10971 * calendar/diary-lib.el (mark-diary-entries): Ditto.
10972
10973 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
10974
10975 * progmodes/executable.el (executable-command-find-posix-p):
10976 Fix choice of the directory.
10977
10978 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10979
10980 * simple.el (interprogram-cut-function)
10981 (interprogram-paste-function, kill-new, kill-append):
10982 Doc fixes.
10983 (kill-region): Make it return nil. Doc fix.
10984 (yank-pop): Make its argument optional.
10985 (yank): Make ARG `-' equivalent to `-1'.
10986
10987 2004-02-17 Eli Zaretskii <eliz@gnu.org>
10988
10989 * mail/rmail.el (rmail-get-new-mail): Don't reference
10990 rmail-use-spam-filter if rmail-spam-filter is not loaded.
10991
10992 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10993
10994 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10995 if one of global-auto-revert-non-file-buffers or autorevert-mode
10996 is non-nil.
10997
10998 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10999
11000 * subr.el (delete-dups): A better implementation from Karl Heuer
11001 <kwzh@gnu.org>.
11002
11003 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11004
11005 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
11006 correct place.
11007 * progmodes/icon.el (icon-indent-command): Ditto.
11008 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
11009
11010 2004-02-16 Eli Zaretskii <eliz@gnu.org>
11011
11012 * progmodes/grep.el (grep-compute-defaults): Undo change from
11013 2004-01-29: don't use executable-command-find-posix-p.
11014
11015 2004-02-16 Richard Sharman <rsharman@pobox.com>
11016
11017 * hilit-chg.el: Use require instead of eval-and-compile.
11018 (highlight-compare-buffers): New function.
11019
11020 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
11021
11022 * man.el (Man-fontify-manpage): Render section headings in
11023 `Man-overstrike-face' even when overstrike was not used by man
11024 formatter for section headings.
11025
11026 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
11027
11028 * rmail-spam-filter.el: (vm-use-spam-filter)
11029 (rsf-min-region-length-added-to-spam-list): New variables.
11030 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
11031 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
11032 spam testing. Don't delete spam message if automatic deletion
11033 after output via variable rmail-delete-after-output is turned on.
11034 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
11035 rsf-bbdb-dont-create-entries-for-spam.
11036 (check-field): New function, extracted from code in
11037 rmail-spam-filter to ease addition of header fields like content-type.
11038 (message-content-type): New variable to check the content-type:
11039 field added, also in defcustom of rsf-definitions-alist.
11040 (rmail-spam-filter): Replace repeated test code for header fields
11041 by calls to check-field; change the call to
11042 rmail-output-to-rmail-file such that rmail-current-message stays
11043 the same to avoid wrong deletion of unseen flags.
11044 (rsf-add-contents-type): New function to convert old format
11045 of rmail-spam-definitions-alist into new one.
11046 Change prefixes of all variables and functions from
11047 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
11048
11049 2004-02-16 Eli Zaretskii <eliz@gnu.org>
11050
11051 * loadhist.el (unload-hook-features-list): New defvar.
11052
11053 2004-02-16 Dave Love <fx@gnu.org>
11054
11055 * loadhist.el (unload-feature): Doc fix. Rename flist to
11056 unload-hook-features-list.
11057
11058 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
11059
11060 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
11061 cookie. Don't check if we are looking-at open-formula.
11062
11063 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11064
11065 * subr.el (match-string-no-properties): Use substring-no-properties.
11066
11067 2004-02-16 Eli Zaretskii <eliz@gnu.org>
11068
11069 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
11070 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
11071 Use lower-case "rx" in all error message.
11072
11073 2004-02-16 Dave Love <fx@gnu.org>
11074
11075 * emacs-lisp/rx.el (rx-or): Put group around result.
11076 (rx-constituents): Add backref.
11077 (rx-syntax): Add string-delimiter, comment-delimiter.
11078 (rx-categories): Add combining-diacritic.
11079 (rx-check-not, rx-greedy, rx): Doc fix.
11080 (rx-backref, rx-check-backref): New.
11081
11082 2004-02-16 Jesper Harder <harder@ifa.au.dk>
11083
11084 * newcomment.el (uncomment-region): Allow eob as comment end.
11085
11086 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
11087
11088 * filecache.el: All message and error commands now use prefix
11089 "Filecache:" to make it easy to read *Messages* buffer.
11090
11091 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
11092
11093 * autorevert.el: Add support to detect changed dired and VC buffers.
11094 (auto-revert-active-p, auto-revert-list-diff)
11095 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
11096 (auto-revert-handler, auto-revert-active-p): New functions.
11097 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
11098 and `auto-revert-active-p'.
11099 (eval-when-compile): Defvar dired-directory and vc-mode.
11100 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11101 (auto-revert-handler-vc): New functions.
11102
11103 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
11104
11105 * progmodes/compile.el (compilation-directory): New defvar.
11106 (compile): Save current directory in compilation-directory.
11107 (recompile): Bind default-directory to compilation-directory if
11108 that is non-nil.
11109
11110 2004-02-16 Dave Love <fx@gnu.org>
11111
11112 * newcomment.el (comment-insert-comment-function)
11113 (comment-region-function, uncomment-region-function): New.
11114 (comment-indent): Use comment-insert-comment-function.
11115 (uncomment-region): Use uncomment-region-function.
11116 (comment-region): Use comment-region-function.
11117
11118 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
11119
11120 2004-02-16 Richard Stallman <rms@gnu.org>
11121
11122 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
11123 loaddefs* and ldefs-boot*.
11124
11125 2004-02-16 Eli Zaretskii <eliz@gnu.org>
11126
11127 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
11128 and email address at the beginning and end of the address.
11129
11130 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
11131 anchored at the beginning of the email address.
11132
11133 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
11134
11135 * international/ccl.el (ccl-compile-write): Pass `left' to
11136 ccl-embed-code to generate correct code of write-expr-register.
11137
11138 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
11139
11140 * progmodes/grep.el (grep-compute-defaults): Fix typos.
11141
11142 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11143
11144 * x-dnd.el: Mention support for Motif in commentary.
11145 (x-dnd-handle-drag-n-drop-event): Ditto.
11146
11147 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
11148
11149 * ses.el: Use "ses--" prefixes for buffer-local variables.
11150 Use (point-min) instead of 1, even when we know the buffer
11151 is unnarrowed.
11152 (ses-build-load-map): Delete. Distribute its content to defconst's for
11153 the three maps.
11154 (ses-menu, ses-header-line-menu): New menus.
11155 (ses-mode-map): Use them.
11156 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
11157
11158 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
11159
11160 * Makefile.in: Fix the CC Mode recompile kludge so it works
11161 when building in a different directory.
11162
11163 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
11164
11165 * simple.el (kill-new): Put yank-handler property on the entire string.
11166
11167 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11168
11169 * diff.el: Don't use compile any more, use diff-mode instead.
11170 (diff-regexp-alist, diff-old-file, diff-new-file)
11171 (diff-parse-differences, diff-process-setup): Remove.
11172 (diff-sentinel): New fun.
11173 (diff): Use it. Run the process ourselves.
11174 Use diff-mode for the rest of the processing.
11175
11176 * diff.el (diff): Simplify code handling `switch'.
11177
11178 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11179
11180 * pcvs-defs.el (cvs-menu): Add `tag'.
11181
11182 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11183
11184 * simple.el (kill-append): Doc fix.
11185
11186 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11187 Adapt outline-regexp to the new conventions for commenting out code.
11188
11189 2004-02-11 John Paul Wallington <jpw@gnu.org>
11190
11191 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
11192
11193 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
11194
11195 * diff.el (diff-switches): New fun.
11196 (diff, diff-backup): Use it.
11197 (diff): Clean up the args construction. Use backquote.
11198 Use listp instead of consp to avoid putting a nil arg.
11199 (diff): Add a revert-buffer function.
11200
11201 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11202
11203 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
11204 handled by x-dnd-handle-file-name.
11205 (x-dnd-known-types): Add COMPOUND_TEXT.
11206 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
11207 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
11208 x-dnd-empty-state.
11209 (x-dnd-forget-drop): Ditto.
11210 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
11211 (x-dnd-handle-one-url): Return private when inserting text.
11212 (x-dnd-insert-ctext): New function.
11213 (x-dnd-handle-file-name): New function for FILE_NAME.
11214 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
11215 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
11216 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
11217
11218 2004-02-10 Kenichi Handa <handa@m17n.org>
11219
11220 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
11221 instead of while loop.
11222
11223 2004-02-10 Miles Bader <miles@gnu.org>
11224
11225 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
11226
11227 2004-02-09 Kenichi Handa <handa@m17n.org>
11228
11229 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
11230 have end-of-line.
11231
11232 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
11233
11234 * Makefile.in: Added extra dependencies in the recompile target
11235 needed to cope with the compile time macro expansions in CC Mode.
11236
11237 2004-02-09 Kim F. Storm <storm@cua.dk>
11238
11239 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
11240 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
11241 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
11242 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
11243 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
11244 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
11245 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
11246 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
11247 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
11248 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
11249 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
11250
11251 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
11254 Don't allow shrink if there's a window on our right.
11255
11256 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
11257 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
11258 Bring together declaration and initialization.
11259 (prolog-mode-variables): Don't set the syntax table.
11260 Don't set paragraph-start and comment-indent-function.
11261 Add /*..*/ to the comment regexps.
11262 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
11263 (prolog-mode-map): Don't bind TAB.
11264 (prolog-mode): Set the syntax table.
11265 (prolog-comment-indent): Remove.
11266 (inferior-prolog-mode-map): Initialize in the declaration.
11267 (inferior-prolog-mode-syntax-table)
11268 (inferior-prolog-mode-abbrev-table): New vars.
11269 (inferior-prolog-mode): Derive from comint-mode.
11270 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
11271 minibuffer windows.
11272
11273 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
11274 in file names, as long as it is unabmiguous.
11275
11276 2004-02-08 Andreas Schwab <schwab@suse.de>
11277
11278 * textmodes/reftex-toc.el
11279 (reftex-toc-load-all-files-for-promotion): Remove useless use of
11280 format. Doc fix.
11281
11282 * textmodes/refer.el (refer-find-entry-internal): Remove extra
11283 format string arguments.
11284
11285 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
11286 string argument.
11287
11288 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
11289
11290 * play/zone.el (zone-call): Fix format string.
11291
11292 * net/webjump.el (webjump-builtin): Add missing format string argument.
11293
11294 * midnight.el (midnight-delay-set): Remove extra format string argument.
11295
11296 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
11297
11298 * hexl.el (hexl-insert-char): Add missing format string argument.
11299
11300 * format.el (format-decode): Fix format string.
11301
11302 * emulation/vi.el (vi-mode): Remove extra format string argument.
11303 (vi-repeat-last-search): Likewise.
11304 (vi-reverse-last-search): Likewise.
11305 (vi-goto-mark): Likewise.
11306 (vi-reverse-last-find-char): Likewise.
11307 (vi-repeat-last-find-char): Likewise.
11308 (vi-locate-def): Likewise.
11309
11310 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
11311
11312 * ediff-util.el (ediff-toggle-read-only): Remove extra format
11313 string argument.
11314 (ediff-toggle-regexp-match): Likewise.
11315
11316 * dired-aux.el (dired-do-query-replace-regexp): Add missing
11317 format string argument.
11318
11319 * calc/calc-map.el (calc-get-operator): Remove extra format
11320 string argument.
11321
11322 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
11323
11324 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
11325 string argument.
11326
11327 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
11328
11329 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
11330
11331 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
11332
11333 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
11334 (cl-struct-setf-expander): Likewise.
11335
11336 * vc.el (with-vc-file): Fix unsafe uses of error.
11337 (vc-cancel-version): Likewise.
11338
11339 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
11340
11341 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
11342 thousands separator; fixes <class>:<line-number> regexp for
11343 non-english locales.
11344
11345 2004-02-08 Andreas Schwab <schwab@suse.de>
11346
11347 * view.el (view-mode-enable): Revert previous change.
11348
11349 2004-02-07 Kim F. Storm <storm@cua.dk>
11350
11351 * simple.el (line-number-at-pos): Rename from line-at-pos.
11352 Uses changed (what-line and vc-annotate-warp-version).
11353
11354 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
11357 (diff-mode): Remove aborted attempt at support for compile.el.
11358 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
11359
11360 2004-02-06 Andreas Schwab <schwab@suse.de>
11361
11362 * view.el (view-mode-enable): Add view-mode-map to
11363 minor-mode-overriding-map-alist.
11364
11365 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11366
11367 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
11368
11369 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
11372 with point inside rather than after the paragraph.
11373
11374 2004-02-04 Sam Steingold <sds@gnu.org>
11375
11376 * mail/smtpmail.el (smtpmail-try-auth-methods):
11377 Do not try authentication when no mechanism is available.
11378 Pass port-name as defaultport to `netrc-machine'.
11379
11380 2004-02-04 Stephen Eglen <stephen@gnu.org>
11381
11382 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
11383 to show how minibuffer height can be constrained.
11384
11385 2004-02-04 John Paul Wallington <jpw@gnu.org>
11386
11387 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
11388
11389 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11390
11391 * x-dnd.el: New file for drag and drop.
11392
11393 * term/x-win.el: require x-dnd, set after-make-frame-functions
11394 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
11395 drag-n-drop event.
11396
11397 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
11398 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
11399 (dired-dnd-handle-file): New functions for drag and drop support.
11400 (dired-mode): Initialize drag and drop if x-dnd present.
11401
11402 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11403
11404 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
11405 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
11406 (cperl-mode): Set fill-paragraph-function.
11407 (cperl-fill-paragraph): Make it non-interactive.
11408
11409 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
11410
11411 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
11412
11413 2004-02-02 David Kastrup <dak@gnu.org>
11414
11415 * replace.el (perform-replace): Allow 'literal argument in
11416 regexp-flag to indicate literal replacement.
11417 (query-replace-regexp-eval): Use it.
11418
11419 2004-02-01 Andreas Schwab <schwab@suse.de>
11420
11421 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
11422
11423 2004-02-01 Stephen Eglen <stephen@gnu.org>
11424
11425 * info-look.el: Add support for maxima-mode. Update commentary
11426 because info-lookup-symbol is now bound to C-h S.
11427
11428 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
11429
11430 * simple.el (edit-and-eval-command): Bind print-level and
11431 minibuffer-history-sexp-flag around call to read-from-minibuffer.
11432 Correct initial position in command-history.
11433
11434 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
11435
11436 * files.el (read-directory-name): Adapt the docstring to recent
11437 change in Fread_file_name.
11438
11439 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
11440
11441 * ses.el (ses-print-cell): If print format too wide for column
11442 width, truncate decimal places if that helps to avoid "#####" fill.
11443 * ses.el (ses-initial-column-width): Revert previous change.
11444
11445 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
11448 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
11449 Add edebug info.
11450 (jit-lock-mode): Setup/cancel the new timer.
11451 (jit-lock-context-fontify): New fun. Extracted from
11452 context fontification code of jit-lock-stealth-fontify.
11453 (jit-lock-stealth-fontify): Don't do context fontification any more.
11454
11455 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
11456 (jit-lock-fontify-now): Handle the `quit' case.
11457 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
11458
11459 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
11460
11461 * progmodes/executable.el (executable-command-find-posix-p):
11462 New. Check if find handles arguments Posix-style.
11463
11464 * progmodes/grep.el (grep-compute-defaults):
11465 Use executable-command-find-posix-p.
11466 (grep-find): Check `grep-find-command'.
11467
11468 * filecache.el (file-cache-find-posix-p): Delete.
11469 (file-cache-add-directory-using-find):
11470 Use `executable-command-find-posix-p'.
11471
11472 2004-01-29 Dave Love <fx@gnu.org>
11473
11474 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
11475 Iterate the hook function if arg is given.
11476 (mark-defun, narrow-to-defun): Change order of finding the limits.
11477
11478 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
11479 (byte-compile-format-warn): New.
11480 (byte-compile-callargs-warn): Use it.
11481 (Format, message, error): Add byte-compile-format-like property.
11482 (byte-compile-maybe-guarded): New.
11483 (byte-compile-if, byte-compile-cond): Use it.
11484 (byte-compile-lambda): Compile interactive forms,
11485 just to make warnings about them.
11486
11487 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
11488
11489 * ses.el (ses-initial-column-width): Increase to 14, so it will
11490 work well with the default printer of "%.7g" for extreme values
11491 like "-1.234567e+07".
11492
11493 2004-01-29 Kenichi Handa <handa@m17n.org>
11494
11495 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
11496
11497 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
11498
11499 * dos-w32.el: Added support for the `default-printer-name' function.
11500
11501 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
11502
11503 * server.el (server-socket-name): Don't use the hostname in the
11504 socket name since /tmp is local to the host anyway.
11505
11506 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
11507 robust check of widening and fix var-naming.
11508
11509 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
11510
11511 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
11512 or rmail-spam- to rsf- in all function and variable names.
11513 (rsf-min-region-to-spam-list): New variable.
11514 (rsf-bbdb-auto-delete-spam-entries): Rename from
11515 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
11516 scanned together with the recipients field for spam testing; Don't
11517 delete spam message if rmail-delete-after-output is non-nil;
11518 (rsf-check-field): New function, extracted from code in
11519 rmail-spam-filter to ease addition of header fields like
11520 content-type:;
11521 (message-content-type): New variable. The content-type: field was
11522 added also in defcustom of rsf-definitions-alist;
11523 (rmail-spam-filter): Replace repeated test code for header fields
11524 by calls to check-field; change the call to
11525 rmail-output-to-rmail-file such that rmail-current-message stays
11526 the same to avoid wrong deletion of unseen flags.
11527 (rmail-use-spam-filter): Add autoload cookie.
11528
11529 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
11530
11531 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
11532 (file-cache-add-directory-using-find): Add Cygwin support.
11533 (file-cache-find-command-posix-flag): New user variable.
11534
11535 * filecache.el (file-cache-add-directory): Check for
11536 directories an remove them from dir-files.
11537
11538 2004-01-27 Richard M. Stallman <rms@gnu.org>
11539
11540 * man.el (Man-fontify-manpage): Clean up message.
11541
11542 2004-01-27 Kenichi Handa <handa@m17n.org>
11543
11544 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
11545 (sentence-end): Define using sentence-end-without-space.
11546
11547 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
11548 a sentence ends with one of a character in sentence-end-without-space.
11549
11550 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
11551
11552 * font-lock.el (font-lock): Add jit-lock as explicit group member.
11553 (jit-lock): Group declaration moved to jit-lock.el.
11554 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
11555 when necessary.
11556
11557 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
11558 (jit-lock-context-unfontify-pos): Rename from
11559 jit-lock-first-unfontify-pos.
11560 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
11561
11562 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
11563
11564 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
11565 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
11566 (fortran-fill): When filling a string, adjust re-search-backward
11567 argument for special case of string just on fill-column.
11568 When filling non-string, allow one extra char if
11569 fortran-break-before-delimiters is non-nil.
11570 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
11571 Use fortran-break-delimiters-re and fortran-no-break-re to
11572 correctly handle cases such as "**".
11573
11574 * progmodes/f90.el (f90-break-delimiters): Doc fix.
11575 (f90-no-break-re): Add some extra tokens. Doc fix.
11576
11577 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
11578
11579 * mail/rmail-spam-filter.el:
11580 Use two semicolons as Commentary line prefix.
11581 Add ";;; Code:" stylized comment.
11582 Delete end-of-line whitespace.
11583 Wrap (require 'cl) with `eval-when-compile'.
11584
11585 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
11586
11587 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
11588 at the top level of vc.el.
11589
11590 2004-01-23 Andre Spiegel <spiegel@gnu.org>
11591
11592 * vc.el (vc-current-line): Function removed. This is now done by
11593 the new function line-at-pos in simple.el.
11594 (vc-annotate-warp-version): Use line-at-pos instead of
11595 vc-current-line.
11596
11597 2004-01-22 Kim F. Storm <storm@cua.dk>
11598
11599 * simple.el (line-at-pos): New defun.
11600 (what-line): Use it. Optimize by only counting lines in narrowed
11601 region once.
11602
11603 2004-01-22 Kenichi Handa <handa@m17n.org>
11604
11605 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
11606 point (register r1) only for charset mule-unicode-0100-24ff.
11607
11608 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
11609
11610 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
11611 trailing white space and ensure a final newline.
11612
11613 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
11614 Add autoload cookie.
11615
11616 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
11617
11618 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
11619 activate view-mode explicitly.
11620
11621 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11622
11623 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
11624 use clipboard first.
11625
11626 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
11629 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
11630 (vc-mcvs-cvs): Remove.
11631 (vc-mcvs-command): Remove use of assert.
11632
11633 * outline.el (outline-insert-heading): Tighten up match.
11634 (outline-demote, outline-move-subtree-down): Don't assume anything
11635 about outline-regexp.
11636
11637 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
11638 (texinfo-show-structure): Explicitly add ^, and simplify.
11639
11640 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11641
11642 * calendar/appt.el (appt-check): Restore usage of
11643 appt-issue-message deleted in previous change.
11644 (top-level): Activate package when loaded (needed for backwards
11645 compatibility).
11646
11647 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11648
11649 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
11650 following previous change to smtpmail-send-data.
11651
11652 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
11653
11654 * vc.el (vc-default-previous-version): Doc enhancement.
11655 (vc-default-next-version): New function.
11656 (vc-print-log): New arg FOCUS-REV.
11657 (vc-annotate-mode): Derive from view-mode.
11658 (vc-annotate): New args REVISION, DISPLAY-MODE.
11659 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
11660 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
11661 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
11662 (vc-annotate-show-diff-revision-at-line, vc-current-line)
11663 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
11664
11665 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
11666
11667 2004-01-19 Karl Berry <karl@gnu.org>
11668
11669 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
11670 or "TexInfo".
11671
11672 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
11673
11674 * subr.el (delete-dups): New function.
11675
11676 2004-01-19 Karl Berry <karl@gnu.org>
11677
11678 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
11679 with ^, since that's what texinfo-show-structure
11680 documentation says (plus it works much better in texinfo.txi).
11681
11682 2004-01-18 Jesper Harder <harder@ifa.au.dk>
11683
11684 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
11685
11686 2004-01-18 David Ponce <david@dponce.com> (tiny change)
11687
11688 * progmodes/which-func.el (which-function-mode): Don't cancel
11689 which-func-update-timer if not set.
11690
11691 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
11692
11693 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
11694 Remove spurious left square bracket in XX:XXam regexp.
11695
11696 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
11697
11698 * progmodes/cc-defs.el: Do not require cl at run time.
11699
11700 2004-01-16 Richard M. Stallman <rms@gnu.org>
11701
11702 * emacs-lisp/cl.el (cl-cannot-unload): New function.
11703 (cl-unload-hook): Defvar this to run cl-cannot-unload.
11704
11705 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
11706 Call rmail-spam-filter. Delete and expunge spam.
11707 Print number of spam messages deleted.
11708 Save and restore the deletion status of old messages when reading
11709 new mail with spam filter, so that expunging spam does not expunge
11710 msgs deleted by the user.
11711 (rmail-only-expunge): Add an optional argument dont-show to
11712 prevent showing message after expunge.
11713
11714 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11715
11716 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
11717 * subr.el (declare): New macro.
11718
11719 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
11720
11721 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
11722
11723 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11726 Test window-system rather than system-type (for X11/Mac).
11727
11728 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
11729
11730 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
11731
11732 2004-01-12 Richard M. Stallman <rms@gnu.org>
11733
11734 * mail/rmail.el (rmail-convert-to-babyl-format):
11735 Use mail-unquote-printable-region.
11736 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
11737 (rmail-hex-char-to-integer): Functions deleted.
11738
11739 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
11740 (mail-unquote-printable-region): New arg NOERROR.
11741 For invalid encoding, either signal an error to just return nil.
11742
11743 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11744
11745 * calendar/appt.el: Update copyright and commentary.
11746 (appt-issue-message): Make obsolete.
11747 (appt-visible, appt-msg-window): Make obsolete, in favour of
11748 appt-display-format.
11749 (appt-display-mode-line, appt-display-duration)
11750 (appt-display-diary, appt-time-msg-list, appt-mode-string)
11751 (appt-prev-comp-time, appt-display-count, appt-timer)
11752 (appt-convert-time): Doc change.
11753 (appt-disp-window-function, appt-delete-window-function):
11754 Use defcustom rather than defvar.
11755 (appt-display-format): New variable.
11756 (appt-display-message): New function with display code from appt-check.
11757 (appt-check): Add optional FORCE argument. Doc change.
11758 Add appt-make-list to diary-hook if displaying diary.
11759 Remove checking of view-diary-entries-initially.
11760 Message display section removed to new function appt-display-message.
11761 (appt-display-window): Doc change. Remove unused internal var
11762 this-buffer. Do not beep, since appt-display-message does that.
11763 (appt-make-list): Doc change. Use caar.
11764 (appt-sort-list): Simplify by using builtin sort function.
11765 (appt-update-list): New function for updating appts when diary is
11766 saved.
11767 (appt-activate): New autoloaded function to toggle package
11768 functionality.
11769
11770 * calendar/cal-x.el: (calendar-one-frame-setup)
11771 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11772
11773 * calendar/calendar.el: Update copyright.
11774 (view-diary-entries-initially, european-calendar-style): Doc change.
11775 (calendar-setup): Make defcustom rather than defvar.
11776 (mark-visible-calendar-date): Initialize temp-face and faceinfo
11777 in let binding so local to function.
11778
11779 * calendar/diary-lib.el: Update copyright.
11780 (diary, diary-entry-time): Doc change.
11781 (list-diary-entries): Doc change. Trivial logic change.
11782 (fancy-diary-display): Restore make-face command mistakenly
11783 deleted 2003-05-08.
11784 (show-all-diary-entries): Allow to pop-up frame if needed.
11785
11786 2004-01-09 John Paul Wallington <jpw@gnu.org>
11787
11788 * bindings.el (mode-line-change-eol): Add EVENT parameter.
11789 Temporarily select EVENT's window for changing eol type.
11790
11791 2004-01-09 Deepak Goel <deego@gnufans.org>
11792
11793 * calendar/diary-lib.el (diary-entry-time):
11794 Also accept time in the form XX[.XX][am/pm/AM/PM].
11795 (fancy-diary-font-lock-keywords): Likewise.
11796 (diary-font-lock-keywords): Likewise.
11797 * calendar/appt.el (appt-add): Likewise.
11798 (appt-make-list): Likewise.
11799 (appt-convert-time): Likewise.
11800
11801 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
11802
11803 * gdb-ui.el (gdb-ann3): Revert previous change.
11804 (gdb-source-info): Allow for case of where compilation directory
11805 is not recorded.
11806
11807 2004-01-08 John Paul Wallington <jpw@gnu.org>
11808
11809 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11810
11811 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
11812
11813 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11814
11815 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11816 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11817 problems.
11818 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11819
11820 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11821
11822 * files.el (write-file-functions, write-contents-functions):
11823 Clarify docstrings.
11824
11825 2004-01-07 Kenichi Handa <handa@m17n.org>
11826
11827 * international/mule.el (set-auto-coding): Fix for the case that
11828 end-of-line is only CR.
11829
11830 2004-01-07 Kim F. Storm <storm@cua.dk>
11831
11832 * subr.el (event-start, event-end): Doc fix.
11833 (posn-string, posn-image): New defuns.
11834 (posn-object): Return either image or string object.
11835 (posn-object-x-y): Return 8th element of position.
11836 (posn-object-width-height): New defun.
11837
11838 2004-01-06 Andreas Schwab <schwab@suse.de>
11839
11840 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11841 output.
11842
11843 2004-01-05 Karl Berry <karl@gnu.org>
11844
11845 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11846 / and *, too.
11847
11848 2003-12-31 Simon Josefsson <jas@extundo.com>
11849
11850 * files.el (before-save-hook): Add.
11851 (basic-save-buffer): Use before-save-hook.
11852
11853 * emacs-lisp/copyright.el: Fix comment to recommend
11854 before-save-hook instead of write-file-functions.
11855
11856 2004-01-05 Richard M. Stallman <rms@gnu.org>
11857
11858 * finder.el (finder-commentary): Call delete-other-windows.
11859
11860 * net/ange-ftp.el (ange-ftp-file-attributes):
11861 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11862
11863 2004-01-04 Karl Berry <karl@gnu.org>
11864
11865 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11866 comment characters % and # in the copyright year notice,
11867 as well as ;.
11868
11869 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
11870
11871 * wid-edit.el (default): Define dummy :value-delete.
11872 Reported by Jesper Harder <harder@ifa.au.dk>.
11873
11874 2004-01-03 Richard M. Stallman <rms@gnu.org>
11875
11876 * progmodes/compile.el (compile-internal): Use point, not point-min,
11877 for set-window-point.
11878
11879 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11880
11881 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11882
11883 * progmodes/grep.el (grep-mode-map):
11884 Don't remap next-line, previous-line.
11885
11886 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
11887
11888 * speedbar.el (speedbar-edit-line): Change regexp to position
11889 the cursor on the first character of this line's button.
11890
11891 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11892
11893 * subr.el (functionp): Doc fix.
11894
11895 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
11896
11897 * progmodes/idlwave.el (idlwave-make-tags):
11898 * textmodes/flyspell.el (flyspell-large-region):.
11899 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11900 * emulation/viper-util.el (viper-glob-unix-files):
11901 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11902 * man.el (Man-init-defvars):
11903 * jka-compr.el (jka-compr-call-process):
11904 * files.el (get-free-disk-space,insert-directory):
11905 * ediff-ptch.el (ediff-test-patch-utility):
11906 * ediff-diff.el (ediff-test-utility):
11907 * dired-aux.el (dired-check-process):
11908 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11909 test the return value of call-process, because it can be a string.
11910
11911 2003-12-31 John Paul Wallington <jpw@gnu.org>
11912
11913 * bindings.el (completion-ignored-extensions): Add .pfsl.
11914
11915 2003-12-31 Kim F. Storm <storm@cua.dk>
11916
11917 * ido.el (ido-nonreadable-directory-p): New defun to check for
11918 nonreadable directory without activating tramp (to avoid problems
11919 with checking incomplete tramp paths).
11920 (ido-set-current-directory, ido-file-internal)
11921 (ido-file-name-all-completions1): Use it.
11922
11923 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11924
11925 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11926 documentation if the anchor (or node) name is preceded by `info
11927 anchor' or `Info anchor' in addition to earlier `info node' and
11928 `Info node'.
11929 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11930
11931 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11932
11933 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11934 error in arguments to base64-decode-region. Remove ^M characters
11935 after decoding base64.
11936
11937 2003-12-30 Simon Josefsson <jas@extundo.com>
11938
11939 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
11940 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11941 have only been distributed with Emacs for some years.
11942 (texinfo-mode-hook): Customize.
11943
11944 2003-12-30 Eli Zaretskii <eliz@gnu.org>
11945
11946 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11947 cleaner (suggested by Richard Stallman).
11948
11949 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11950 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11951 file-name clashes on 8+3 DOS filesystems.
11952
11953 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11954 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11955 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11956 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11957 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11958 file-name clashes on 8+3 filesystems.
11959
11960 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11961 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11962 file-name clashes on 8+3 DOS filesystems.
11963
11964 2003-12-29 Richard M. Stallman <rms@gnu.org>
11965
11966 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11967 Upcase the character.
11968
11969 * textmodes/flyspell.el (mail-mode-flyspell-verify):
11970 Search for header separator alone on a line, literally,
11971 and search for it backward, not forward.
11972 (flyspell-abbrev-table): Always use global-abbrev-table
11973 if there is no local one.
11974
11975 * progmodes/sh-script.el (sh-get-indent-info):
11976 Don't move point back if at bob.
11977
11978 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11979
11980 * play/handwrite.el (handwrite): Make the handwrite credit message
11981 a comment rather than an output command.
11982
11983 * obsolete/sc.el: Display message that this file is obsolete.
11984
11985 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11986
11987 * mail/rfc822.el (rfc822-address-start): Declare variable.
11988 Renamed from address-start. All uses changed.
11989
11990 * term.el (term-exec): Set up sentinel.
11991 (term-sentinel): New function.
11992 (term-handle-exit): New function.
11993
11994 * subr.el (assoc-ignore-case, assoc-ignore-representation):
11995 Use assoc-string, and mark them obsolete.
11996 (delay-mode-hooks): Mark as permanent local.
11997
11998 * simple.el (sendmail-user-agent-compose): Use assoc-string.
11999
12000 * register.el (copy-rectangle-to-register): Doc fix.
12001
12002 * info.el (Info-insert-dir): Use assoc-string.
12003
12004 * info-look.el (info-lookup): Use assoc-string.
12005
12006 * frame.el (pop-up-frame-function): Use quote, not `function'.
12007 (frame-notice-user-settings): Calculate ADJUSTED-TOP
12008 copying with lists as coordinate values.
12009
12010 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
12011
12012 * find-dired.el (kill-find): New command.
12013 (find-dired): Make buffer read-only.
12014 Set up a keymap with C-c C-k running kill-find.
12015 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
12016
12017 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
12018
12019 * filecache.el (file-cache-ignore-case): New variable.
12020 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
12021
12022 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
12023 (comint-dynamic-complete-as-filename): Rename local vars.
12024 (comint-dynamic-list-filename-completions): Likewise.
12025
12026 * comint.el (comint-dynamic-list-completions-config): New var.
12027 (comint-dynamic-list-completions): Handle both SPC and TAB right.
12028
12029 * comint.el (comint-file-name-chars): Add [].
12030 (comint-word): Use skip-chars-backward, not search.
12031
12032 * shell.el (shell-file-name-chars): Add [].
12033
12034 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
12035
12036 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
12037
12038 * generic.el (define-generic-mode): Doc fix.
12039
12040 2003-12-29 Eli Zaretskii <eliz@gnu.org>
12041
12042 * files.el (kill-some-buffers): Doc fix.
12043
12044 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
12045
12046 * comint.el (comint-watch-for-password-prompt): Pass `string' as
12047 arg to send-invisible
12048 (send-invisible): Doc fix. The argument is now a prompt, not the
12049 string to send.
12050 (comint-read-noecho): Doc fix.
12051
12052 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
12053
12054 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
12055 "@", as required by some ISP hosting service. Fix defcustom
12056 argument syntax errors that prevented use of customization.
12057
12058 2003-12-29 Eli Zaretskii <eliz@gnu.org>
12059
12060 * xml.el (xml-get-attribute-or-nil): Doc fix.
12061
12062 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
12063
12064 * net/zone-mode.el (zone-mode): Use write-file-functions, not
12065 write-file-hooks.
12066
12067 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
12068
12069 * autorevert.el (auto-revert-interval): Doc fix.
12070
12071 2003-12-29 Mark A. Hershberger <mah@everybody.org>
12072
12073 * xml.el (xml-get-attribute-or-nil): New function, like
12074 xml-get-attribute, but returns nil if the attribute was not found.
12075 (xml-get-attribute): Convert to defsubst, uses
12076 xml-get-attribute-or-nil.
12077
12078 2003-12-29 Eli Zaretskii <eliz@gnu.org>
12079
12080 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
12081
12082 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
12083
12084 * custom.el (custom-declare-theme): Use `value' when putting
12085 properties on `theme'.
12086
12087 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
12088
12089 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
12090 for each yank-handler segment.
12091 (insert-for-yank-1): New function, with the body of the previous
12092 insert-for-yank.
12093
12094 * textmodes/table.el (table-yank-handler): New defcustom.
12095 (table--put-cell-indicator-property): Put yank-handler property
12096 that indicates the yank handler for the table cell.
12097
12098 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
12099
12100 * generic-x.el (etc-modules-conf-generic-mode): A more complete
12101 set of keywords.
12102
12103 2003-12-29 Eli Zaretskii <eliz@gnu.org>
12104
12105 * international/mule-cmds.el (reset-language-environment)
12106 (set-language-environment): Don't invoke fontset-related functions
12107 if fontset-list is not fboundp.
12108
12109 2003-12-29 Kenichi Handa <handa@m17n.org>
12110
12111 * international/mule-cmds.el (reset-language-environment):
12112 Call set-overriding-fontspec-internal with nil.
12113 (set-language-environment): Call set-overriding-fontspec-internal
12114 if the language environment specify `overriding-fontspec'.
12115 (language-info-alist): Doc added.
12116
12117 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
12118 characters of mule-unicode-0100-24ff.
12119 (ccl-encode-windows-1251-font): New CCL program.
12120 ("Bulgarian"): Specify overriding-fontspec.
12121 ("Belarusian"): Likewise.
12122
12123 2003-12-28 Sam Steingold <sds@gnu.org>
12124
12125 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
12126 parameter ID-FORMAT to conform with the 2003-11-30 patch.
12127
12128 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
12129
12130 * progmodes/gud.el (gud-gdb-command-name): Set default to
12131 "gdb --annotate=3".
12132 (gud-gdb-marker-filter): Look out for annotations.
12133 (gdb-first-pre-prompt): New variable.
12134 Remove trailing white space.
12135
12136 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
12137 if necessary.
12138 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
12139 annotations are detected.
12140 (gud-gdba-marker-filter): Use global variable gud-marker-acc
12141 instead of a local one to allow transition from
12142 gud-gdb-marker-filter.
12143 Remove trailing white space.
12144
12145 2003-12-27 Kim F. Storm <storm@cua.dk>
12146
12147 * ido.el: Handle non-readable directories.
12148 (ido-decorations): Add 9th element for non-readable directory.
12149 (ido-directory-nonreadable): New dynamic var.
12150 (ido-set-current-directory): Set it.
12151 (ido-read-buffer, ido-file-internal):
12152 (ido-read-file-name, ido-read-directory-name): Let-bind it.
12153 (ido-file-name-all-completions1): Return empty list for
12154 non-readable directory.
12155 (ido-exhibit): Print [Not readable] if directory is not readable.
12156 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
12157 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
12158 Use it.
12159
12160 2003-12-27 Lars Hansen <larsh@math.ku.dk>
12161
12162 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
12163 calls to directory-files-and-attributes and file-attributes.
12164 (ls-lisp-format): Remove system dependent handling of user and
12165 group id's.
12166
12167 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
12168
12169 * ffap.el (ffap-read-file-or-url): Revert previous change.
12170
12171 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
12172
12173 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
12174 new list of included files called `files-with-node-lines', that
12175 only have node lines. This way @include commands can include any
12176 file, such as version and update files without node lines, not
12177 just files that are chapters.
12178
12179 2003-12-25 Andreas Schwab <schwab@suse.de>
12180
12181 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
12182 file not found.
12183
12184 2003-12-08 Miles Bader <miles@gnu.org>
12185
12186 * dired.el (dired-between-files): Always use dired-move-to-filename,
12187 which is more robust in non-english locales.
12188
12189 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12190
12191 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
12192
12193 2003-12-24 Andreas Schwab <schwab@suse.de>
12194
12195 * shell.el (shell-file-name-quote-list): Add backslash.
12196
12197 * comint.el (comint-quote-filename): Correctly handle backslash
12198 in comint-file-name-quote-list.
12199
12200 2003-12-24 Kenichi Handa <handa@m17n.org>
12201
12202 * international/mule-cmds.el (set-default-coding-systems):
12203 Call ucs-set-table-for-input for all buffers that don't have local
12204 value of buffer-file-coding-system.
12205
12206 * international/ucs-tables.el (ucs-set-table-for-input):
12207 If translation-table-for-encode is a symbol, get its
12208 translation-table property.
12209
12210 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
12211
12212 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
12213 to `completing-read' on a recently fixed bug.
12214
12215 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
12216 instead of SPACE, to get the list of possible fringe modes.
12217 SPACE only works if both `partial-completion-mode' and
12218 `completion-auto-help' are nil.
12219
12220 * complete.el (PC-is-complete-p): Delete.
12221 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
12222 calls to `test-completion'.
12223
12224 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
12225
12226 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
12227 to edit values when there are no children.
12228
12229 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
12230 a mode called "Assembler" already exists.
12231 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
12232 (gud-watch): Use format option. Remove font properties from string.
12233 (gdb-var-create-handler, gdb-var-list-children-handler):
12234 Don't bother about properties as there are none.
12235 (gdb-var-create-handler, gdb-var-list-children-handler)
12236 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
12237 with two arguments.
12238 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
12239 Let speedbar show value changes with a different font.
12240 (gdb-edit-value): New defun.
12241 (gdb-clear-partial-output, gdb-clear-inferior-io)
12242 (def-gdb-auto-update-handler): Use erase-buffer.
12243 (gdb-frame-handler): Display watch expressions in
12244 FUNCTION::VARIABLE format if required.
12245
12246 2003-12-23 John Paul Wallington <jpw@gnu.org>
12247
12248 * info.el (Info-unescape-quotes, Info-split-parameter-string)
12249 (Info-goto-emacs-command-node): Doc fixes.
12250
12251 2003-12-12 Jesper Harder <harder@ifa.au.dk>
12252
12253 * cus-edit.el (custom-add-parent-links): Define "many".
12254
12255 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
12256
12257 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
12258 (widget-child-validate, widget-type-value-create)
12259 (widget-type-default-get, widget-type-match): New functions.
12260 (lazy): New widget.
12261 (menu-choice, checklist, radio-button-choice, editable-list)
12262 (group, documentation-string): Remove redundant (per 2003-10-25
12263 change) calls to `widget-children-value-delete'.
12264 (widget-choice-value-get, widget-choice-value-inline): Remove.
12265 (menu-choice): Update widget.
12266
12267 2003-12-03 Kenichi Handa <handa@m17n.org>
12268
12269 * language/cyrillic.el: Register "microsoft-cp1251" in
12270 ctext-non-standard-encodings-alist.
12271 ("Bulgarian"): Add ctext-non-standard-encodings.
12272 ("Belarusian"): Likewise.
12273
12274 * international/mule-conf.el (compound-text-with-extensions):
12275 Change the type to 2 (iso-2022 base).
12276
12277 * international/mule.el (ctext-non-standard-encodings-alist):
12278 Change the format.
12279 (ctext-non-standard-encodings): New variable.
12280 (ctext-post-read-conversion): Fully re-written.
12281 (ctext-non-standard-designations-alist): Delete it.
12282 (ctext-non-standard-encodings-table): New function.
12283 (ctext-pre-write-conversion): Fully re-written.
12284
12285 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12286
12287 * cus-edit.el (custom-add-parent-links): Add documentation links
12288 for parent, if the item has none of its own.
12289
12290 2003-11-30 Richard M. Stallman <rms@gnu.org>
12291
12292 * dired-aux.el (dired-do-query-replace-regexp):
12293 Report files visited read-only.
12294
12295 2003-11-30 Juri Linkov <juri@jurta.org>
12296
12297 * dired-aux.el (dired-compare-directories): New command.
12298 (dired-file-set-difference, dired-files-attributes): New functions.
12299
12300 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
12301 Version 2.0.38 of Tramp released.
12302
12303 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
12304 Charles Curley <charlescurley@charlescurley.com>.
12305 (tramp-multi-connection-function-alist): Add ssht entry which adds
12306 "-e none -t -t" to the list of ssh args. Suggested by Adrian
12307 Aichner.
12308 (tramp-get-method-parameter): New function to retrieve a method
12309 parameter. This allows for omission of method parameters.
12310 Callers adjusted.
12311
12312 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
12313
12314 * net/tramp.el: Add new optional parameter ID-FORMAT to
12315 `file-attributes'. Calls of `file-attributes' won't use this
12316 parameter for backward compatibility reasons.
12317 (tramp-perl-file-attributes): Add a new parameter to Perl script
12318 in order to handle uid/gid as strings, if desired.
12319 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
12320 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
12321 order to make the function more general.
12322 (tramp-handle-file-attributes): Replace proprietary optional
12323 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
12324 (tramp-handle-file-attributes-with-perl): Handle parameter
12325 NONNUMERIC if set. This wasn't done in the past.
12326 (tramp-post-connection): Apply second parameter "$2" if
12327 `tramp-remote-perl' is called.
12328
12329 * net/tramp-smb.el (tramp-smb-handle-delete-file):
12330 Correct cut'n'waste error (`filename' instead of `directory').
12331 (tramp-smb-handle-directory-files-and-attributes)
12332 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
12333 introduced parameter ID-FORMAT.
12334 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
12335 error (`directory' instead of `ldir').
12336
12337 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
12338 `file-attributes' has a second parameter. If yes, apply it with
12339 value "'integer". Otherwise, don't use that parameter (default is
12340 integer format).
12341
12342 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12343
12344 * help.el (help-map): Bind `display-local-help' to `C-h .'.
12345 (help-for-help): Add `C-h .' to the listed Help options.
12346 Remove trailing whitespace.
12347
12348 * help-at-pt.el: New file.
12349
12350 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
12351
12352 * subr.el (noreturn, 1value): New macros for test coverage.
12353 See `testcover.el'.
12354
12355 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
12356
12357 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
12358 for macro `1value'.
12359 (testcover-1value): New function. Checks that a 1value form
12360 actually returns only one value. Requested by RMS.
12361
12362 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
12363
12364 * gdb-ui.el (gud-watch, gdb-var-create-handler)
12365 (gdb-var-list-children, gdb-var-list-children-handler)
12366 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
12367 gdb commands that use mi to keep them out of the command history.
12368
12369 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12370
12371 * cus-start.el (all): Add use-file-dialog.
12372
12373 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12374
12375 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
12376
12377 2003-11-27 Kim F. Storm <storm@cua.dk>
12378
12379 * subr.el (posn-object-x-y): New defun.
12380
12381 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12382
12383 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
12384 Don't use `space' for \\\n.
12385 Be more selective as to which # are comment-starters.
12386
12387 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
12388
12389 * subr.el (number-sequence): Improve handling of floating point
12390 arguments (suggested by Kim Storm). Allow negative arguments.
12391
12392 2003-11-26 Kenichi Handa <handa@m17n.org>
12393
12394 * international/mule-cmds.el (standard-display-european-internal):
12395 Cancel the standard-display-table setting for ` and '.
12396
12397 2003-11-26 Kim F. Storm <storm@cua.dk>
12398
12399 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
12400 New defcustoms to add ffap-like functionality to ido.
12401 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
12402 (ido-no-final-slash): New defun.
12403 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
12404 (ido-read-file-name): ): Toggle VC checking via
12405 vc-handled-backends instead of vc-master-templates.
12406 (ido-file-internal): Handle ido-use-url-at-point and
12407 ido-use-filename-at-point via code borrowed from ffap-guesser.
12408 Handle new ido-exit code ffap.
12409 (ido-sort-list): Ignore final slash when sorting file names.
12410
12411 2003-11-25 Kim F. Storm <storm@cua.dk>
12412
12413 * emulation/cua-base.el (cua--standard-movement-commands):
12414 Add forward-sentence and backward-sentence.
12415
12416 2003-11-25 Stephen Eglen <stephen@gnu.org>
12417
12418 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
12419 iswitchb-exit is set to 'usefirst when user selects buffer at head
12420 of list using RET. (Selecting buffers at the head of the list was
12421 broken if the substring was also a complete buffername.)
12422
12423 2003-11-23 Kim F. Storm <storm@cua.dk>
12424
12425 * progmodes/compile.el (grep-command, grep-use-null-device)
12426 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
12427 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
12428 (grep-regexp-alist, grep-program, find-program)
12429 (grep-find-use-xargs, grep-history, grep-find-history)
12430 (grep-process-setup, grep-compute-defaults)
12431 (grep-default-command, grep, grep-tag-default, grep-find)
12432 (grep-expand-command-macros, grep-tree-last-regexp)
12433 (grep-tree-last-files, grep-tree): Move grep variables, functions
12434 and commands to new file grep.el.
12435 (compilation-mode-map): Remove grep commands from Compile sub-menu.
12436 (compilation-process-setup-function): Doc fix.
12437 (compilation-highlight-regexp, compilation-highlight-overlay): New
12438 defvars used for highlighting current compile error in source buffer.
12439 (compile-internal): New optional args HIGHLIGHT-REGEXP and
12440 LOCAL-MAP which overrides compilation-highlight-regexp and
12441 compilation-mode-map for this compilation.
12442 Delay calling compilation-set-window-height until after running
12443 compilation-process-setup-function so it can buffer-local override
12444 compilation-window-height.
12445 Check buffer-local value of compilation-scroll-output.
12446 (compilation-set-window-height): Use buffer-local value of
12447 compilation-window-height.
12448 (compilation-revert-buffer): Don't pass (undefined)
12449 preserve-modes arg to revert-buffer.
12450 (next-error-no-select, previous-error-no-select): New commands.
12451 (compilation-goto-locus): Temporarily highlight current match in
12452 source buffer using compilation-highlight-regexp.
12453
12454 * progmodes/grep.el: New file with grep code from compile.el.
12455 (grep): New defcustom group.
12456 (grep-window-height): New defcustom, like compilation-window-height.
12457 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
12458 (grep-scroll-output): New defcustom, like compilation-scroll-output.
12459 (grep-command, grep-use-null-device, grep-find-command)
12460 (grep-tree-files-aliases, grep-tree-ignore-case)
12461 (grep-tree-ignore-CVS-directories): Move to grep custom group.
12462 (grep-setup-hook): New hook variable.
12463 (grep-mode-map): New keymap for grep commands. Add Grep menu.
12464 (grep-last-buffer): New defvar, override compilation-last-buffer.
12465 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
12466 Call compile-internal with args highlight-regexp and grep-mode-map.
12467
12468 2003-11-23 Kim F. Storm <storm@cua.dk>
12469
12470 * subr.el (event-start, event-end): Doc fix.
12471 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
12472 (posn-area, posn-actual-col-row, posn-object): New defuns.
12473 (posn-col-row): Simplify doc. Rewrite to use cond.
12474 (posn-point): Also return buffer position for events outside text
12475 area (that info is now present in the event position).
12476
12477 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
12478 mouse-set-point so that hscroll still works now that clicks on
12479 fringes generate specific mouse events.
12480 (mouse-set-point): Note that it now works in fringes and margins
12481 too due to new semantics of posn-point in fringes and margins.
12482
12483 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
12484 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
12485
12486 2003-11-20 Kim F. Storm <storm@cua.dk>
12487
12488 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
12489 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
12490 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
12491 to 100 for icons to avoid increasing line height when shown.
12492
12493 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
12494
12495 * newcomment.el (comment-normalize-vars): Initialize properly if
12496 comment-start was nil.
12497
12498 2003-11-19 Andreas Schwab <schwab@suse.de>
12499
12500 * simple.el (set-variable): Fix indentation.
12501
12502 2003-11-17 Kenichi Handa <handa@m17n.org>
12503
12504 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
12505 Fix docstring.
12506
12507 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
12508
12509 * international/latin1-disp.el (latin1-display): Fix docstring.
12510
12511 2003-11-16 John Wiegley <johnw@newartisans.com>
12512
12513 * eshell/em-ls.el (eshell-ls-file): There are times with
12514 size-width is nil and uncomputed (when directories are created in
12515 dired, for example); in this case, 4 is reasonable default value,
12516 although it may caused skewed new entries (which could be avoided
12517 by returning the original value of 8 in all cases, but 99% of the
12518 time this is a waste of whitespace).
12519
12520 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12521
12522 * cc-engine.el (c-guess-continued-construct)
12523 (c-guess-basic-syntax): Check a little more carefully if it's a
12524 function declaration when an unknown construct followed by a block
12525 is found inside a statement context. This avoids macros followed
12526 by blocks to be taken as function declarations.
12527
12528 (c-guess-continued-construct): Change the analysis of a statement
12529 continuation with a brace open to `substatement-block', for
12530 consistency with recognized statements.
12531
12532 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
12533 start is in a position so that `c-beginning-of-statement-1' jumped
12534 to the beginning of the same statement.
12535
12536 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
12537 Don't accept binary operators in the arglist if we're in a function
12538 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
12539 template recognition in cases like "if (a < b || c > d)".
12540
12541 (c-restricted-<>-arglists): New more appropriate name for
12542 `c-disallow-comma-in-<>-arglists'.
12543
12544 Accessing functions updated for the variable name change.
12545
12546 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
12547 match data could get clobbered if NOT-INSIDE-TOKEN is used.
12548
12549 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
12550 labels.
12551
12552 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
12553 instead of duplicating parts of it. This fixes bogus label
12554 recognition.
12555
12556 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
12557 of checking the context in which to apply the minimum indentation,
12558 so that it isn't enforced in e.g. namespace blocks.
12559
12560 * cc-vars.el (c-inside-block-syms): New constant used by
12561 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
12562 to somewhat reduce the risk of becoming stale.
12563
12564 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
12565 cc-cmds to cc-engine to allow use from cc-align.
12566
12567 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
12568 qualified identifiers containing "::".
12569
12570 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
12571 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
12572
12573 * cc-vars.el (c-emacs-features): Use a space in front of the name
12574 of the temporary buffer. That also avoids dumping problems in
12575 XEmacs due to undo info being left around after the buffer is killed.
12576
12577 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
12578 arglist to see if it's a K&R style declaration.
12579
12580 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
12581 before returning `knr-argdecl-intro'.
12582
12583 2003-11-16 John Wiegley <johnw@newartisans.com>
12584
12585 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
12586 field in a long-listing always 8 characters, use `size-width',
12587 which has already been computed.
12588
12589 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
12590
12591 * subr.el (minor-mode-list): Add `hs-minor-mode'.
12592
12593 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12594
12595 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
12596 Support operation while narrowed, with `diff-restrict-view'.
12597
12598 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
12599
12600 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12601 Take additional optional arg NARROWFUN. For the generated functions:
12602 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
12603 include frags that arrange to check for and save narrowing state before
12604 the move and then conditionally call NARROWFUN after the move.
12605
12606 2003-11-14 John Wiegley <johnw@newartisans.com>
12607
12608 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
12609 that was optional, but obviously missing based on surrounding code.
12610
12611 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
12612 string arguments to numbers unless the whole argument was seen as
12613 a number.
12614
12615 2003-11-14 Kenichi Handa <handa@m17n.org>
12616
12617 * international/mule.el (ctext-non-standard-encodings-alist):
12618 Fix coding systems.
12619
12620 2003-11-10 Kenichi Handa <handa@m17n.org>
12621
12622 * language/kannada.el ("Kannada"): Add sample-text.
12623
12624 * language/knd-util.el (kannada-compose-region)
12625 (kannada-compose-string, kannada-post-read-conversion):
12626 Add autoload cookie.
12627
12628 * international/quail.el (quail-completion): Change the message
12629 "corresponding translations" to "corresponding characters".
12630
12631 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
12632
12633 * descr-text.el (describe-char): Fix typo.
12634
12635 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
12636
12637 These changes are to support Kannada language/script.
12638
12639 * Makefile.in (DONTCOMPILE): Add kannada.el.
12640
12641 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
12642
12643 * loadup.el: Preload kannada.el.
12644
12645 * language/ind-util.el (ucs-kannada-to-is13194-alist)
12646 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
12647 New variables.
12648
12649 * language/kannada.el: New file.
12650
12651 * language/knd-util.el: New file.
12652
12653 2003-11-07 Andreas Schwab <schwab@suse.de>
12654
12655 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12656 Also highlight AH_*.
12657
12658 * xml.el (xml-parse-dtd): Fix misplaced paren.
12659
12660 2003-11-07 Kenichi Handa <handa@m17n.org>
12661
12662 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12663
12664 2003-11-05 Juri Linkov <juri@jurta.org>
12665
12666 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12667 (desktop-buffer-file): Use saved buffer-file-coding-system
12668 for file reading. Set auto-insert to nil to prevent automatic
12669 insertion into restored empty files.
12670
12671 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12672
12673 * files.el (risky-local-variable-p): Make second argument optional.
12674
12675 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
12676
12677 * subr.el (add-hook): Fix last change.
12678
12679 2003-11-03 Eli Zaretskii <eliz@gnu.org>
12680
12681 * mail/rmail.el (rmail-convert-to-babyl-format):
12682 If base64-decode-region signals an error, catch it and silently
12683 ignore it.
12684
12685 2003-11-01 Mark A. Hershberger <mah@everybody.org>
12686
12687 * xml.el (xml-parse-region): Allow comments to appear after the
12688 topmost element has closed.
12689 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
12690 (xml-ns-expand-attr): New functions to do namespace handling.
12691 (xml-intern-attrlist): Back-compatible handling of attribute names.
12692 (xml-parse-tag): Move namespace handling to separate functions.
12693 Now produces elements in the form ((:ns . "element") (attr-list)
12694 children) instead of ('ns:element (attr-list) children).
12695 (xml-parse-attlist): Fix attribute parsing.
12696 (xml-parse-dtd): Change parsing so that it produces strings
12697 instead of interned symbols.
12698
12699 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
12700
12701 * dired.el (dired-ls-sorting-switches): Doc fix.
12702
12703 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
12704
12705 * emacs-lisp/rx.el (rx-or): Fix the case of
12706 "(rx (and ?a (or ?b ?c) ?d))".
12707
12708 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
12709
12710 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
12711 (texinfo-format-region): Use it.
12712 (texinfo-format-buffer-1): Ditto.
12713
12714 2003-11-01 Alan Mackenzie <acm@muc.de>
12715
12716 Changes to allow scrolling whilst in isearch mode:
12717 * isearch.el (isearch-unread-key-sequence): New function,
12718 extracted from isearch-other-meta-char.
12719 (top level): (put 'foo 'isearch-scroll) on all Emacs's
12720 "scrollable" standard functions.
12721 (isearch-allow-scroll): New customizable variable.
12722 (isearch-string-out-of-window, isearch-back-into-window)
12723 (isearch-reread-key-sequence-naturally)
12724 (isearch-lookup-scroll-key): New functions.
12725 (isearch-other-meta-char): Doc string and functionality enhanced.
12726 Now accepts a prefix argument.
12727 (isearch-lazy-highlight-window-end): New variable.
12728 (isearch-lazy-highlight-new-loop): Pay attention to the window's
12729 end (thru isearch-lazy-highlight-window-end), not only its start.
12730
12731 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
12732 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
12733 (universal-argument, universal-argument-more, negative-argument)
12734 (digit-argument, universal-argument-other-key): Minor changes.
12735
12736 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12737
12738 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
12739 recursively if the last message is deleted, thus avoiding an
12740 infinite loop.
12741
12742 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
12745 (tex-main-file): Don't add .tex if the extension is already present.
12746 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
12747
12748 2003-10-29 Lute Kamstra <lute@gnu.org>
12749
12750 * progmodes/octave-inf.el (inferior-octave-prompt):
12751 Recognize version number in prompt.
12752
12753 2003-10-28 Dave Love <fx@gnu.org>
12754
12755 * international/characters.el: Fix some Unicode ranges.
12756
12757 2003-10-28 Kenichi Handa <handa@m17n.org>
12758
12759 * disp-table.el (standard-display-8bit)
12760 (standard-display-default, standard-display-ascii)
12761 (standard-display-g1, standard-display-graphic)
12762 (standard-display-underline): Assure that standard-display-table
12763 is a display table.
12764
12765 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * simple.el (reindent-then-newline-and-indent): Delete space *after*
12768 reindenting the first line.
12769
12770 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
12771
12772 * wid-edit.el (widget-default-delete): Always delete child widgets.
12773
12774 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12775
12776 * newcomment.el (comment-indent): Don't call indent-according-to-mode
12777 if the line has code.
12778 Don't try to line up with something that's too far left.
12779
12780 * progmodes/octave-mod.el (octave-comment-start): Simplify.
12781 (octave-mode-syntax-table): Add % as a comment starter.
12782 (octave-point): Remove.
12783 (octave-in-comment-p, octave-in-string-p)
12784 (octave-not-in-string-or-comment-p, calculate-octave-indent)
12785 (octave-blink-matching-block-open, octave-auto-fill):
12786 Use line-(beginning|end)-position instead.
12787
12788 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
12789
12790 * emacs-lisp/authors.el (authors-aliases): Add correct realname
12791 for Francesco Potort\e,Al\e(B.
12792
12793 2003-10-23 Dave Love <fx@gnu.org>
12794
12795 * international/mule-cmds.el (locale-charset-to-coding-system):
12796 Don't rely on nil being a coding system.
12797
12798 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12799 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12800 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12801
12802 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
12803
12804 * gdb-ui.el (gdb-current-language): New variable.
12805 (gdb-update-flag): Remove variable.
12806 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12807 (gdb-take-last-elt): Remove function.
12808 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12809 (gdb-post-prompt): Check for variable object changes here.
12810
12811 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12812 object changes in gdb-ui.el.
12813
12814 2003-10-21 Richard M. Stallman <rms@gnu.org>
12815
12816 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12817
12818 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12819 Don't check for foo*/ wildcard form here.
12820 (insert-directory): Recognize foo*/ as a wildcard.
12821 Separate wildcard-regexp variable from the arg, wildcard.
12822
12823 * subr.el (add-hook): Correctly detect when make-local-hook was used.
12824 (remove-hook): Correctly handle strange cases about local hooks.
12825
12826 2003-10-21 David Ponce <david@dponce.com>
12827
12828 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12829 argument REAL, to return a real number instead of a rounded
12830 integer value. Define as inline function.
12831 (ruler-mode-right-fringe-cols): Likewise.
12832 (ruler-mode-scroll-bar-cols): New function.
12833 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
12834 (ruler-mode-right-scroll-bar-cols): Likewise.
12835 (ruler-mode-space): New function.
12836 (ruler-mode-ruler): Use it. Handle variations of fringe style,
12837 scroll bar mode and margins in a more robust way.
12838
12839 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
12840
12841 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12842 (antlr-c-init-language-vars): New function.
12843 (antlr-mode): Use it with cc-mode before v5.29.
12844 (antlr-c-common-init): Don't set some local vars here.
12845 (antlr-mode): Set them here.
12846 (antlr-c-forward-sws): New function alias.
12847 (antlr-mode): Redefine with cc-mode before v5.30.
12848 (antlr-skip-sexps): Use it.
12849 (antlr-skip-exception-part): Ditto.
12850 (antlr-skip-file-prelude): Ditto.
12851 (antlr-outside-rule-p): Ditto.
12852 (antlr-end-of-body): Ditto.
12853 (antlr-option-kind): Ditto.
12854 (antlr-insert-option-area): Ditto.
12855 (antlr-file-dependencies): Ditto.
12856
12857 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12858
12859 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12860 Move backward only if point was not inside an entry.
12861
12862 2003-10-21 Richard M. Stallman <rms@gnu.org>
12863
12864 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12865
12866 2003-10-21 Juri Linkov <juri@jurta.org>
12867
12868 * compare-w.el: Automatically skip non-matching text to resync.
12869 (compare-windows-whitespace): Doc fix.
12870 (compare-windows-sync, compare-windows-sync-string-size)
12871 (compare-windows-recenter, compare-ignore-whitespace)
12872 (compare-windows-highlight, compare-windows-face): New variables.
12873 (compare-windows): Use compare-windows-sync.
12874 (compare-windows-highlight, compare-windows-dehighlight)
12875 (compare-windows-sync-regexp)
12876 (compare-windows-sync-default-function): New functions.
12877
12878 2003-10-21 Juri Linkov <juri@jurta.org>
12879
12880 * diff.el (diff-parse-differences): Don't visit the files now;
12881 instead, just record the error locus.
12882
12883 2003-10-21 Dave Love <fx@gnu.org>
12884
12885 * progmodes/cfengine.el: New file.
12886
12887 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12888
12889 * complete.el (PC-do-completion): Do not forget to use `pred' as the
12890 default-directory when completing file names.
12891
12892 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
12893
12894 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12895 followed by the word `face', it gets treated as a face, even if
12896 it is also defined as a variable or a function.
12897
12898 2003-10-20 Dave Love <fx@gnu.org>
12899
12900 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12901 Avoid incf in macro expansion.
12902
12903 2003-10-20 John Paul Wallington <jpw@gnu.org>
12904
12905 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12906 `evenp' so we don't implicitly require cl library at runtime.
12907
12908 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
12909
12910 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12911 (help-make-xrefs): Only make cross-references for faces if
12912 preceded or followed by the word `face'. Do not make a
12913 cross-reference for variables without variable documentation,
12914 unless preceded by the word `variable' or `option'. Update doc
12915 string accordingly.
12916
12917 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12918
12919 * progmodes/hideshow.el: Rewrite one-armed `if'
12920 constructs using either `when' or `unless'.
12921 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12922
12923 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
12924
12925 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12926 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12927 instead of 12x12.
12928
12929 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12930
12931 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12932 message while converting to Babyl.
12933
12934 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
12935
12936 * allout.el (allout-mode): Doc fix.
12937
12938 2003-10-16 Lute Kamstra <lute@gnu.org>
12939
12940 * subr.el (force-mode-line-update): Fix docstring.
12941
12942 2003-10-14 Dave Love <fx@gnu.org>
12943
12944 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12945 (default-input-method): Add :link, improve :type.
12946 (locale-charset-language-names): Fix utf-8 pattern.
12947 (locale-charset-match-p, locale-charset-alist)
12948 (locale-charset-to-coding-system): New.
12949 (set-locale-environment): Deal with codeset part of locale specs.
12950
12951 2003-10-14 Lute Kamstra <lute@gnu.org>
12952
12953 * fringe.el (fringe-mode): Use active voice in docstring.
12954 (set-fringe-style): Ditto.
12955
12956 2003-10-13 Lute Kamstra <lute@gnu.org>
12957
12958 * fringe.el (fringe-mode): Fix docstring.
12959 (set-fringe-style): Ditto.
12960
12961 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
12962
12963 * ediff-mult.el (ediff-filegroup-action):
12964 Use ediff-default-filtering-regexp.
12965
12966 * ediff-util.el (ediff-recenter): Don't call
12967 ediff-restore-highlighting twice.
12968 (ediff-select-difference): Set current difference.
12969 (ediff-unselect-and-select-difference): Add comment.
12970
12971 * ediff.el (ediff-directories,ediff-directory-revisions)
12972 (ediff-directories3,ediff-merge-directories)
12973 (ediff-merge-directories-with-ancestor)
12974 (ediff-merge-directory-revisions)
12975 (ediff-merge-directory-revisions-with-ancestor):
12976 Use ediff-default-filtering-regexp.
12977
12978 2003-10-12 Andreas Schwab <schwab@suse.de>
12979
12980 * international/mule-cmds.el (locale-charset-language-names):
12981 Simplify regex by removing unused grouping.
12982
12983 2003-10-10 Dave Love <fx@gnu.org>
12984
12985 * bindings.el: Don't bind stop.
12986
12987 2003-10-08 Miles Bader <miles@gnu.org>
12988
12989 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12990 face instead of attempting to emulate it.
12991
12992 2003-10-07 Kenichi Handa <handa@m17n.org>
12993
12994 * international/mule-diag.el (list-coding-systems-1): List coding
12995 systems that are loaded automatically.
12996
12997 * international/code-pages.el (iso-8859-11): Add autoload cookie.
12998
12999 * international/mule.el (autoload-coding-system): New function.
13000
13001 2003-10-07 Andreas Schwab <schwab@suse.de>
13002
13003 * log-edit.el (log-edit-changelog-entries): Prefer local value of
13004 change-log-default-name in the buffer visiting the file.
13005
13006 2003-10-06 Dave Love <fx@gnu.org>
13007
13008 * files.el (find-file-hook): Customize.
13009 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
13010
13011 * bindings.el (completion-ignored-extensions): Remove .log.
13012 (global-map): Add again, open, stop keys.
13013
13014 2003-10-05 Richard M. Stallman <rms@gnu.org>
13015
13016 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
13017 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
13018 Use sh-modify directly.
13019 (sh-select): Use sh-append, not eval.
13020
13021 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
13022
13023 * info.el (Info-following-node-name): New function.
13024
13025 * loadhist.el (unload-feature-special-hooks):
13026 Rename from loadhist-hook-functions.
13027 (loadhist-hook-functions): Now an alias.
13028
13029 2003-10-04 Eli Zaretskii <eliz@gnu.org>
13030
13031 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
13032 file-name clashes on 8+3 filesystems.
13033
13034 * Makefile.in (DONTCOMPILE, bootstrap-clean):
13035 Rename loaddefs-boot.el to ldefs-boot.el
13036
13037 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
13038 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
13039
13040 2003-10-03 Lute Kamstra <lute@gnu.org>
13041
13042 * info.el (Info-mode): Revert previous change.
13043 (Info-escape-percent): New function.
13044 (Info-fontify-node): Use it.
13045
13046 2003-10-02 Andreas Schwab <schwab@suse.de>
13047
13048 * loaddefs-boot.el: Regenerated.
13049
13050 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
13051
13052 * ffap.el: Remove defadvice related code from CVS since `complete'
13053 provides a `PC-completion-as-file-name-predicate' variable that
13054 ffap can override.
13055
13056 2003-10-02 Kenichi Handa <handa@m17n.org>
13057
13058 * international/utf-8.el (ccl-decode-mule-utf-8):
13059 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
13060
13061 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
13062 * international/subst-big5.el: Likewise.
13063 * international/subst-gb2312.el: Likewise.
13064 * international/subst-ksc.el: Likewise.
13065
13066 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13067
13068 * calendar/calendar.el (increment-calendar-month)
13069 (calendar-leap-year-p, calendar-absolute-from-gregorian)
13070 (generate-calendar, calendar-read-date, calendar-interval)
13071 (calendar-day-of-week): Handle years BC.
13072 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
13073
13074 2003-10-01 Dave Love <fx@gnu.org>
13075
13076 * language/cyrillic.el (cp1251): Alias for windows-1251.
13077
13078 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
13079 bootstrap.
13080
13081 2003-10-01 Lute Kamstra <lute@gnu.org>
13082
13083 * files.el: Fix typo.
13084 * imenu.el (imenu--generic-function): Docstring fix.
13085
13086 2003-09-30 Richard M. Stallman <rms@gnu.org>
13087
13088 * dired.el (dired-mode): Handle dired-directory as a list.
13089
13090 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
13091
13092 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
13093
13094 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
13095
13096 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
13097 Replace gud-display with gud-watch.
13098 (gud-speedbar-buttons): Add stuff for watching expressions
13099 in the speedbar when using M-x gdba. Use dolist on old part
13100 of this function.
13101
13102 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
13103 (gdb-update-flag): New variables.
13104 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
13105 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
13106 (gud-watch, gdb-var-create-handler) : New functions.
13107 (gdb-var-list-children, gdb-var-list-children-handler)
13108 (gdb-var-create-regexp, gdb-var-update-regexp)
13109 (gdb-var-list-children-regexp): New constants.
13110 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
13111 (gdb-annotation-rules): Reduce annotation set (level 3).
13112 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
13113 (gdb-post-prompt): Don't update GDB buffers every time speedbar
13114 updates.
13115 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
13116 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
13117 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
13118 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
13119 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
13120 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
13121 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
13122 (gud-display, gud-display1)
13123 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
13124 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
13125 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
13126 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
13127 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
13128 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
13129 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
13130 (gdb-display-display-buffer, gdb-toggle-display)
13131 (gdb-delete-display, gdb-expressions-popup-menu)
13132 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
13133 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
13134 to display buffer.
13135
13136 2003-09-30 Richard M. Stallman <rms@gnu.org>
13137
13138 * progmodes/ada-mode.el (ada-mode): Don't use advice.
13139 Instead, set which-func-functions.
13140
13141 * progmodes/which-func.el (which-func-modes): Add ada-mode.
13142 (which-func-functions): New variable.
13143 (which-function): Use that.
13144
13145 * info.el (Info-mode): Double each `%' in header line.
13146
13147 * emacs-lisp/lisp-mnt.el (lm-with-file):
13148 When FILE is nil, run BODY in current buffer.
13149
13150 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
13151
13152 * help.el (describe-mode): Start with a brief list of minor modes.
13153 Find them thru minor-mode-list so as to find them all.
13154 Show them in alphabetical order.
13155
13156 * mail/sendmail.el (mail-aliases): Doc fix.
13157
13158 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
13159
13160 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
13161
13162 * mail/rmailsum.el (rmail-make-summary-line-1):
13163 Change comma after last label to a space.
13164 (rmail-summary-font-lock-keywords): Adapt to that change.
13165
13166 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
13167
13168 * progmodes/scheme.el (scheme-mode-variables): When setting
13169 `font-lock-defaults', also specify that "#" should
13170 be interpreted with `word' syntax.
13171 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
13172
13173 2003-09-30 Lars Hansen <larsh@math.ku.dk>
13174
13175 * desktop.el: A lot of comments updated.
13176 (desktop-save-mode): Minor mode introduced.
13177 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
13178 (desktop-load-default): Function made obsolete.
13179 (desktop-locals-to-save): Variable made customizable.
13180 (desktop-read): Optional parameter `dirname' added.
13181 (desktop-change-dir, desktop-revert): Parameter `dirname' in
13182 `desktop-read' used.
13183 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
13184
13185 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
13186
13187 * whitespace.el (whitespace-clean-msg): Add user customizable message
13188 for displaying ``clean'' output.
13189 (whitespace-buffer): Use `whitespace-clean-msg'.
13190 (whitespace-global-mode): Fix typo.
13191
13192 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
13193
13194 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
13195
13196 2003-09-29 Lute Kamstra <lute@gnu.org>
13197
13198 * bindings.el (mode-line-modes): Remove superfluous :propertize
13199 construct in initialization.
13200 (mode-line-position): Change cons cell into proper list in
13201 initialization.
13202
13203 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
13204
13205 * international/mule.el (decode-coding-inserted-region): Use car
13206 of the return value of find-operation-coding-system.
13207
13208 2003-09-29 Kenichi Handa <handa@m17n.org>
13209
13210 * descr-text.el (describe-char): Fix previous change.
13211
13212 2003-09-28 Kenichi Handa <handa@m17n.org>
13213
13214 * descr-text.el (describe-char-display): New function.
13215 (describe-char): Pay attention to display table on describing how
13216 a character is displayed.
13217
13218 * international/mule-cmds.el (encoded-string-description):
13219 Prepend "0x" to each encoded byte.
13220
13221 2003-09-28 Andreas Schwab <schwab@suse.de>
13222
13223 * find-file.el (ff-special-constructs): Add autoload cookie.
13224
13225 2003-09-28 Kevin Ryde <user42@zip.com.au>
13226
13227 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
13228 makeinfo appends to duplicate index entries.
13229
13230 2003-09-28 Eli Zaretskii <eliz@gnu.org>
13231
13232 * dired-x.el (dired-clean-tex): Doc fix.
13233
13234 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
13235 using a Chinese tutorial.
13236
13237 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
13238
13239 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
13240 between "MAIL FROM:" and "RCPT TO:" and the following address.
13241
13242 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
13243
13244 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
13245
13246 2003-09-28 David Ponce <david@dponce.com>
13247
13248 * recentf.el (recentf-initialize-file-name-history): New defcustom.
13249 (recentf-load-list): When `recentf-initialize-file-name-history'
13250 is non-nil, initialize an empty `file-name-history' with the
13251 recent list.
13252
13253 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
13254
13255 * man.el (Man-default-man-entry): Remove the leading `*' from the
13256 word at point.
13257
13258 2003-09-26 Lute Kamstra <lute@gnu.org>
13259
13260 * bindings.el (mode-line-position): Mention size indication in
13261 docstring.
13262
13263 2003-09-26 Andre Spiegel <spiegel@gnu.org>
13264
13265 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
13266
13267 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
13268 because it's autoloaded now.
13269
13270 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
13271
13272 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
13273 (sh-font-lock-keywords, sh-feature): Fix previous change of
13274 sh-feature to avoid infloop with sh-font-lock-keywords.
13275
13276 2003-09-25 Kim F. Storm <storm@cua.dk>
13277
13278 * frame.el (frame-current-scroll-bars): New defun.
13279
13280 * window.el (window-current-scroll-bars): New defun.
13281
13282 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13283
13284 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
13285 cause errors when the state cache contains info on parts that have
13286 been narrowed out.
13287
13288 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13289
13290 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
13291 `c-setup-paragraph-variables' has to be used when this variable is
13292 changed; it doesn't work to reinitialize the mode since that
13293 typically clobbers the variable.
13294
13295 * progmodes/cc-styles.el (c-setup-paragraph-variables):
13296 Make it interactive.
13297
13298 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13299
13300 * progmodes/cc-fonts.el (c-font-lock-declarations):
13301 Fix recognition of constructors and destructors for classes whose
13302 names are matched by `*-font-lock-extra-types'.
13303
13304 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
13305 followed by an identifier in C++ then it's a type.
13306
13307 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13308
13309 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
13310 problem that primarily affected XEmacs. Don't use faces to find
13311 unterminated strings since Emacs and XEmacs fontify strings
13312 differently - this function should now work better in XEmacs.
13313
13314 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13315
13316 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
13317 `expand-abbrev' workaround which caused braces to misbehave inside
13318 macros.
13319
13320 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
13321 handling. This bug could cause interactive font locking to bail out.
13322
13323 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13324
13325 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13326 Handle paren-style types in Pike. Also fixed some cases of
13327 insufficient handling of unbalanced parens.
13328
13329 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
13330
13331 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
13332 common shell prompts that are not common filename or URL characters.
13333 (ffap-file-at-point): Use the new regexp to strip the prompts from
13334 the file names. This is an issue mostly for user prompts that
13335 don't have a trailing space and find-file-at-point is invoked from
13336 within a shell inside Emacs.
13337
13338 2003-09-24 Andre Spiegel <spiegel@gnu.org>
13339
13340 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
13341 stamps numerically, rather than textually.
13342
13343 2003-09-24 Kenichi Handa <handa@m17n.org>
13344
13345 * language/devan-util.el (devanagari-post-read-conversion):
13346 * language/mlm-util.el (malayalam-post-read-conversion):
13347 * language/tml-util.el (tamil-post-read-conversion):
13348 Add autoload cookie.
13349
13350 * international/utf-8.el (utf-8-post-read-conversion):
13351 Call post-read-conversion functions for Devanagari, Malayalam,
13352 and Tamil.
13353
13354 2003-09-23 Dave Love <fx@gnu.org>
13355
13356 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
13357
13358 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
13359
13360 * progmodes/gud.el (perldb): Add gud-until to list of commands.
13361 Update gud-remove.
13362
13363 2003-09-22 Richard M. Stallman <rms@gnu.org>
13364
13365 * progmodes/sh-script.el (sh-mode-default-syntax-table):
13366 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
13367 (sh-mode-syntax-table-input): New variable.
13368 (sh-require-final-newline): Don't use eval.
13369 (sh-builtins, sh-leading-keywords, sh-other-keywords)
13370 (sh-variables, sh-font-lock-keywords): Don't use eval.
13371 (sh-set-shell): When setting require-final-newline,
13372 treat value = `require-final-newline' as don't change it.
13373 Set sh-mode-syntax-table locally based on
13374 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13375
13376 * progmodes/compile.el (compile-internal):
13377 Call compilation-set-window-height before setting window start.
13378
13379 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
13380
13381 * emacs-lisp/bytecomp.el (byte-compile-log-file):
13382 Clear out byte-compile-last-warned-form.
13383
13384 2003-09-22 Richard M. Stallman <rms@gnu.org>
13385
13386 * woman.el (woman-file-name, woman-follow-word):
13387 If current-word returns nil, use "".
13388
13389 * simple.el (eval-expression): Bind standard-output in to-buffer case.
13390
13391 2003-09-22 Richard M. Stallman <rms@gnu.org>
13392
13393 * emacs-lisp/lisp-mnt.el (lm-with-file):
13394 Don't visit the file, just use insert-file-contents in temp buffer.
13395
13396 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
13397
13398 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
13399 Add surrounding \\( and \\) around the header, as in
13400 for lm-history-header 'Change Log\\|History'.
13401
13402 2003-09-22 John Paul Wallington <jpw@gnu.org>
13403
13404 * progmodes/ld-script.el: Add Commentary section,
13405 minor cleanup of file header.
13406 (ld-script-font-lock-keywords): Doc fix.
13407 (toplevel): Provide `ld-script' feature.
13408
13409 2003-09-21 Kim F. Storm <storm@cua.dk>
13410
13411 * scroll-bar.el (set-scroll-bar-mode): Initialize to
13412 new built-in variable default-frame-scroll-bars.
13413 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
13414 scroll-bar-mode; notably, use it instead of t when we toggle
13415 scroll-bars on.
13416 (toggle-scroll-bar): Use default-frame-scroll-bars.
13417
13418 2003-09-19 Masatake YAMATO <jet@gyve.org>
13419
13420 * pcvs.el (cvs-do-removal): Change the prompt depending on
13421 `filter' value.
13422
13423 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
13424
13425 * startup.el (command-line-1): Stop startup-echo-area-message
13426 being hidden by "Loading image..." message.
13427 (use-fancy-splash-screens-p, display-splash-screen):
13428 Move display-graphic-p test from latter to former.
13429
13430 * progmodes/sh-script.el (sh-font-lock-keywords):
13431 Highlight escaped EOLs differently from other backslash constructs.
13432
13433 2003-09-19 Richard M. Stallman <rms@gnu.org>
13434
13435 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
13436 New functions.
13437 (edebug-enter, edebug-outside-excursion): Use them.
13438
13439 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13440 Fix the condition for whether to print "In WHERE".
13441
13442 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
13443
13444 * finder.el (finder-mode-hook): New variable.
13445 (finder-mode): Run hook finder-mode-hook
13446
13447 2003-09-18 Masatake YAMATO <jet@gyve.org>
13448
13449 * progmodes/ebrowse.el: Fix broken magic autoload comments.
13450
13451 2003-09-17 Mario Lang <mlang@delysid.org>
13452
13453 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
13454 "p %e" to actually print the value in the GUD buffer.
13455
13456 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
13457
13458 From David Ponce <david.ponce@wanadoo.fr>:
13459 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
13460 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
13461 from loaddefs-boot.el if necessary.
13462
13463 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
13464
13465 * progmodes/gud.el (gud-find-class): Make jdb work again since
13466 cc-mode changed the syntactic information.
13467
13468 2003-09-15 David Ponce <david@dponce.com>
13469
13470 * recentf.el: (recentf-exclude): Accept predicates too.
13471 (recentf-file-readable-p): New function.
13472 (recentf-include-p): Handle predicates in recentf-exclude.
13473 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
13474 (recentf-cleanup): Likewise.
13475 (recentf-save-list): Use write-file to handle backup of
13476 recentf-save-file.
13477
13478 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
13479
13480 * loaddefs-boot.el: Renamed from `loaddefs.el'
13481 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
13482 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
13483 necessary.
13484
13485 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
13486
13487 * electric.el (Electric-pop-up-window): For the `one-window' case,
13488 no longer disconcertingly move point in the original buffer.
13489
13490 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13491
13492 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
13493
13494 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
13495
13496 * dired.el (dired-mode-map): Fix typo.
13497
13498 2003-09-11 Richard M. Stallman <rms@gnu.org>
13499
13500 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
13501
13502 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13503
13504 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
13505 the function is less noisy. Now only `kill-buffer' can ask questions.
13506
13507 2003-09-10 Mario Lang <mlang@delysid.org>
13508
13509 * battery.el: Update Commentary and Copyright.
13510 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
13511 appear due to wrong ordering of the expressions in `or'.
13512
13513 2003-09-09 Lute Kamstra <lute@gnu.org>
13514
13515 * misc.el (upcase-char): Fix docstring.
13516 (zap-up-to-char): New command.
13517
13518 2003-09-08 David Ponce <david@dponce.com>
13519
13520 Ensure that recentf correctly updates the menu bar.
13521 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
13522 (recentf-menu-bar): New function.
13523 (recentf-clear-data): Use it
13524 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
13525 of easy-menu-change.
13526
13527 2003-09-08 Lute Kamstra <lute@gnu.org>
13528
13529 * simple.el (size-indication-mode): New.
13530 * bindings.el (mode-line-position): Add buffer size indicator.
13531
13532 2003-09-04 Mario Lang <mlang@delysid.org>
13533
13534 * battery.el (battery-linux-proc-acpi): New function.
13535 (battery-status-function): Modify default value calculation to also
13536 check for availability of ACPI.
13537 (battery-echo-area-format): Ditto.
13538 (battery-mode-line-format): Ditto.
13539
13540 2003-09-06 Dave Love <fx@gnu.org>
13541
13542 * ielm.el (ielm-mode-hook): Add :options.
13543
13544 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
13545 (eldoc-print-current-symbol-info): Use it.
13546
13547 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
13548
13549 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
13550 being displayed in GUD buffer.
13551 (gdb-idle-input-queue): Remove var. Use just one queue.
13552 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
13553 Remove functions. Use just one queue.
13554 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
13555 (gdb-invalidate-assembler, gdb-get-current-frame):
13556 Modify functions. Use just one queue.
13557
13558 2003-09-04 Dave Love <fx@gnu.org>
13559
13560 * cus-start.el: Add blink-cursor-alist.
13561
13562 * ruler-mode.el (ruler-mode-fill-column-char)
13563 (ruler-mode-current-column-char): Use char-displayable-p,
13564 not window-system.
13565
13566 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
13567
13568 * language/european.el (windows-1252): Move from code-pages.
13569
13570 * language/cyrillic.el ("Windows-1251"): Delete.
13571 ("Bulgarian", "Belarusian"): Remove `features'.
13572 (windows-1251): Move from code-pages.
13573
13574 * international/mule-diag.el (non-iso-charset-alist):
13575 Remove `codepage' stuff.
13576 (print-designation, list-coding-systems-1): Output fixes.
13577
13578 * international/code-pages.el (cp-make-translation-table)
13579 (cp-valid-codes): Made defsubsts.
13580 (cp-fix-safe-chars): Delete.
13581 (mule-diag): Don't require.
13582 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
13583 (top-level): Check for defined coding system when defining
13584 cp... aliases. Change w32-add-charset-info test to avoid warning.
13585 (non-iso-charset-alist): Defvar when compiling.
13586 (cp-make-coding-system): Doc fix.
13587
13588 2003-09-02 Jason Rumney <jasonr@gnu.org>
13589
13590 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
13591 line-ends from CVS before doing conversion.
13592
13593 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
13594
13595 * calendar/diary-lib.el (diary-header-line-flag)
13596 (diary-header-line-format): New variables.
13597 (list-diary-entries): Use them to set header line in simple diary.
13598
13599 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
13600 other than font-lock-string-face to highlight backslashes.
13601
13602 2003-09-01 Jason Rumney <jasonr@gnu.org>
13603
13604 * international/titdic-cnv.el (tit-read-key-value): Include \r in
13605 regexp.
13606
13607 2003-09-01 Dave Love <fx@gnu.org>
13608
13609 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
13610
13611 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
13612 and :help; also line and column numbers labels.
13613
13614 * international/mule-util.el (char-displayable-p): Move from
13615 latin1-disp, rename and autoload.
13616
13617 * international/latin1-disp.el (latin1-char-displayable-p):
13618 Now obsolete alias. Replace uses with char-displayable-p.
13619 (latin1-display-ucs-per-lynx): Fix last change.
13620
13621 * international/mule-cmds.el (standard-display-european-internal):
13622 Don't use char code for Latin-1 NBSP.
13623 <XFree86 4>: Unfrob NBSP display table. Set display table to use
13624 U+2018, U+2019 for `'.
13625 (select-safe-coding-system): Message fix.
13626
13627 2003-09-01 Kenichi Handa <handa@m17n.org>
13628
13629 * international/fontset.el (setup-default-fontset): For Thai
13630 font, specify "*" family.
13631
13632 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13633
13634 * progmodes/compile.el (previous-error): Accept a prefix
13635 argument, similarly to next-error.
13636
13637 2003-08-31 Masatake YAMATO <jet@gyve.org>
13638
13639 * pcvs.el (cvs-do-removal): Use = instead of eq to check
13640 the number of files. Bind the number of files to a local
13641 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
13642
13643 2003-08-30 Eli Zaretskii <eliz@gnu.org>
13644
13645 * vc-hooks.el (vc-make-version-backup): Fix the change made on
13646 2003-07-26: msdos-long-file-names is a function, not a variable.
13647
13648 2003-08-29 Richard M. Stallman <rms@gnu.org>
13649
13650 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
13651 Do nothing with mail-personal-alias-file if it is nil.
13652
13653 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
13654 Do nothing if mail-personal-alias-file is nil.
13655
13656 * term.el (term-exec-1): Bind coding-system-for-read.
13657
13658 * dired.el (dired-mouse-find-file-other-window):
13659 Use dired-view-command-alist here, as in dired-view-file.
13660 (dired-view-command-alist): Use %s to substitute file name.
13661 Handle .ps_pages, .eps, .jpg, .gif, .png.
13662
13663 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
13664
13665 * info.el (Info-mode-map): Bind S-tab and <backtab> to
13666 `Info-prev-reference', instead of M-tab.
13667
13668 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
13669
13670 * simple.el (blink-matching-open): Work correctly on chars that
13671 are designated as parens through the syntax-table text property.
13672
13673 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
13674
13675 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
13676 line break position in the middle of a non-kinsoku (e.g. latin)
13677 word, making it skip until either a space or a character with
13678 category "|".
13679 (kinsoku-longer): Test for end of buffer.
13680
13681 2003-08-28 Eli Zaretskii <eliz@gnu.org>
13682
13683 * mail/rmail.el (rmail-convert-to-babyl-format):
13684 Detect quoted-printable- and base64-encoded messages and decode them
13685 automatically. Set the message's encoding from the charset=
13686 header, if any. Decode base64-encoded messages in Mail format as well.
13687
13688 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13689
13690 * mail/smtpmail.el: Fix previous change.
13691 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
13692 calling smtpmail-via-smtp.
13693 (smtpmail-via-smtp): Add fall-back values for envelope-from.
13694
13695 2003-08-26 John Paul Wallington <jpw@gnu.org>
13696
13697 * image.el (image-jpeg-p): Don't search beyond length of data.
13698
13699 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13700
13701 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
13702 misfeature in `expand-abbrev' which caused electric keywords like
13703 "else" to disappear if an open brace was typed directly afterwards.
13704
13705 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13706
13707 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
13708 mandatory in `define-widget'.
13709
13710 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
13711 Don't align the operators "!=", "<=" and ">=" as assignment operators.
13712
13713 (c-assignment-operators): New language constant that only contains
13714 the assignment operators.
13715
13716 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
13717
13718 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
13719
13720 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
13721 Safeguard against unbalanced sexps.
13722
13723 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
13724
13725 * version.el (emacs-version): Check for gtk. Include gtk version info.
13726
13727 2003-08-25 John Paul Wallington <jpw@gnu.org>
13728
13729 * man.el (Man-default-man-entry): Don't whizz past the section
13730 number before looking for it.
13731
13732 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
13733
13734 * progmodes/gud.el (gud-display-line): Don't set window-point if
13735 source buffer is not visible. (Only happens with M-x gdba.)
13736
13737 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
13738 documentation.
13739 (gdb-source, gdb-source-info): Update to assembler unnecessary
13740 as its done after each GDB command anyway.
13741 (gdb-pre-prompt): Use with-current-buffer.
13742 (gdb-insert-field): Add help-echo text.
13743 (gdb-invalidate-assembler): Re-display of assembler now done in
13744 gdb-info-breakpoints-custom.
13745 (gdb-info-breakpoints-custom): Force re-display of assembler to
13746 happen *after* update of breakpoints buffer.
13747 (gdb-display-source-buffer): Don't choke if gdb-source-window
13748 isn't visible.
13749 (gdb-put-string, gdb-put-arrow): Remove free variables.
13750
13751 2003-08-24 John Paul Wallington <jpw@gnu.org>
13752
13753 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13754
13755 * man.el (Man-default-man-entry): Strip text properties when
13756 snarfing parts of entry because `format' preserves properties.
13757
13758 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13759
13760 * files.el (file-newest-backup): Use `expand-file-name'.
13761
13762 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13763 Allow the diary to pop up a new frame, if needed.
13764
13765 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13766 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13767 (smtpmail-send-it): Make treatment of envelope-from consistent with
13768 sendmail.el.
13769
13770 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13771 (sh-leading-keywords): Add the bash `time' reserved word.
13772 (sh-variables): Add some bash variables.
13773 (sh-add-completer): Fix nil branch of case statement.
13774
13775 2003-08-24 Masatake YAMATO <jet@gyve.org>
13776
13777 * progmodes/ld-script.el: New file.
13778
13779 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
13780
13781 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13782
13783 2003-08-23 Andre Spiegel <spiegel@gnu.org>
13784
13785 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13786 Better explain obsolescence, and what to use instead.
13787
13788 2003-08-23 Masatake YAMATO <jet@gyve.org>
13789
13790 * pcvs.el (cvs-do-removal): Show the deleted file name
13791 on the prompt.
13792
13793 2003-08-20 Dave Love <fx@gnu.org>
13794
13795 * international/mule.el (make-coding-system)
13796 (set-buffer-file-coding-system): Doc fix.
13797
13798 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13799
13800 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13801
13802 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13803
13804 * international/utf-16.el: Add mime-text-unsuitable coding system
13805 properties.
13806
13807 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
13808
13809 * cus-edit.el: Add some :links.
13810 (bib): Remove.
13811
13812 * textmodes/bib-mode.el (bib): Add :group external.
13813
13814 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
13815
13816 * wid-edit.el (widget-echo-help): Make it handle expressions that
13817 evaluate to strings.
13818
13819 2003-08-18 Michael Mauger <mmaug@yahoo.com>
13820
13821 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
13822
13823 Simplify selection of SQL products to define highlighting and
13824 interactive mode. Includes detailed instructions on adding
13825 support for new products.
13826
13827 * progmodes/sql.el (sql-product): New variable. Identifies SQL
13828 product for use in highlighting and interactive mode.
13829 (sql-interactive-product): New variable. SQL product for
13830 sql-interactive-mode.
13831 (sql-product-support): New variable. Specifies product-specific
13832 parameters to drive highlighting and interactive mode.
13833 (sql-imenu-generic-expression): Add more object types.
13834 (sql-sqlite-options): Correct comment.
13835 (sql-ms-program): Use "osql" rather than "isql".
13836 (sql-prompt-regexp, sql-prompt-length): Update comment.
13837 (sql-mode-menu): Add "Start SQLi session" entry.
13838 Replace Highlighting submenu with Product menu. Fix Send Region entry.
13839 (sql-mode-abbrev-table): Add abbreviations. Support of
13840 SYSTEM-FLAG on define-abbrev. Support was removed with last
13841 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13842 (sql-mode-font-lock-object-name): Add font-lock pattern for object
13843 names.
13844 (sql-mode-ansi-font-lock-keywords): Set as default value.
13845 (sql-mode-oracle-font-lock-keywords): Set as default value.
13846 Support Oracle 9i keywords.
13847 (sql-mode-postgres-font-lock-keywords): Set as default value.
13848 (sql-mode-linter-font-lock-keywords): Set as default value.
13849 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
13850 SQLServer 2000.
13851 (sql-mode-sybase-font-lock-keywords)
13852 (sql-mode-interbase-font-lock-keywords)
13853 (sql-mode-sqlite-font-lock-keywords)
13854 (sql-mode-strong-font-lock-keywords)
13855 (sql-mode-mysql-font-lock-keywords)
13856 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
13857 keywords.
13858 (sql-mode-font-lock-defaults): Update comment.
13859 (sql-product-feature): New function. Returns feature associated
13860 with a product from `sql-product-support' alist.
13861 (sql-product-font-lock): New function. Set font-lock support
13862 based on `sql-product'.
13863 (sql-add-product-keywords): New function. Add font-lock rules to
13864 product-specific keyword variables.
13865 (sql-set-product): New function. Set `sql-product' and apply
13866 appropriate font-lock highlighting.
13867 (sql-highlight-product): New function. Set font-lock support
13868 based on a product. Also set mode name to include product name.
13869 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13870 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13871 Use `sql-set-product'.
13872 (sql-highlight-ms-keywords)
13873 (sql-highlight-sybase-keywords)
13874 (sql-highlight-interbase-keywords)
13875 (sql-highlight-strong-keywords)
13876 (sql-highlight-mysql-keywords)
13877 (sql-highlight-sqlite-keywords)
13878 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
13879 (sql-get-login): Prompt in the same order as the tokens.
13880 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13881 (sql-product-interactive): New function. Common portions of
13882 product-specific interactive mode wrappers.
13883 (sql-interactive-mode): Rewritten to use product features.
13884 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13885 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13886 (sql-db2, sql-linter): Use `sql-product-interactive'.
13887 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13888 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13889 (sql-connect-ingres, sql-connect-postgres)
13890 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13891 New functions. Format command line parameters and invoke comint on
13892 the appropriate interpreter. Code was in the corresponding
13893 `sql-xyz' function before.
13894 (sql-connect-ms): New function. Support -E argument to use
13895 operating system credentials for authentication.
13896
13897 2003-08-18 Kenichi Handa <handa@m17n.org>
13898
13899 * international/mule.el (encode-char): Fix for the ASCII case.
13900
13901 2003-08-15 Kenichi Handa <handa@m17n.org>
13902
13903 * international/fontset.el (setup-default-fontset): Change "*" to
13904 nil in the specifications of font family.
13905
13906 2003-08-18 Kim F. Storm <storm@cua.dk>
13907
13908 * kmacro.el (kmacro-keymap): Group related bindings in
13909 initialization for clarity. Bind C-s to start macro.
13910 Remove C-r binding.
13911 (kmacro-initial-counter-value): New defvar to hold initial counter
13912 value in case we set the value before defining a macro.
13913 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13914 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13915 not defining or executing macro. Doc fix.
13916 (kmacro-add-counter): Clear kmacro-initial-counter-value.
13917 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13918 temporarily view older elements on the macro ring without cycling
13919 the ring.
13920 (kmacro-display): Doc fix.
13921 (kmacro-exec-ring-item): New helper function.
13922 (kmacro-call-ring-2nd): Use it.
13923 (kmacro-call-ring-2nd-repeat): Doc fix.
13924 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13925 (kmacro-end-or-call-macro): Execute last viewed macro (using
13926 kmacro-exec-ring-item) from ring if this follows
13927 kmacro-view-macro. This allows us to find a macro on the ring
13928 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13929 the ring to bring it to the head of the ring.
13930 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13931 Allow binding to reserved keys without specifying C-x C-k prefix.
13932 Ask for confirmation if entered key sequence is already bound to
13933 a non-macro command.
13934 (kmacro-view-macro): Repeating command will show older elements
13935 on the macro ring; C-k will execute the last viewed macro.
13936 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
13937 property from 'ring to 'head.
13938
13939 2003-08-17 Alan Shutko <ats@acm.org>
13940
13941 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13942 keeping December out of the alist.
13943
13944 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
13945
13946 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13947 * calendar/calendar.el (calendar-mode-map): Bind it to key.
13948 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13949 (calendar-flatten): New function.
13950 (calendar-mouse-view-other-diary-entries)
13951 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13952 in the menu title and to show multi-line diary entries correctly
13953 in the menu.
13954
13955 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
13956
13957 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13958 defcustom, because the default was recently changed.
13959
13960 2003-08-16 Richard M. Stallman <rms@gnu.org>
13961
13962 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13963
13964 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13965 New subroutine, broken out of eval-last-sexp-1.
13966 (eval-last-sexp-1): Use eval-last-sexp-print-value.
13967
13968 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13969
13970 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13971
13972 * simple.el (eval-expression): Use eval-last-sexp-print-value.
13973
13974 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
13975
13976 * progmodes/compile.el (compilation-error-regexp-alist):
13977 Add Java ANt error detection as described in document
13978 http://ant.apache.org/faq.html
13979
13980 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
13981
13982 * simple.el (backward-word, forward-to-indentation)
13983 (backward-to-indentation): Argument changed to optional.
13984 (next-line, previous-line): Use `or' instead of `unless'.
13985
13986 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13987
13988 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13989 instead of a constant.
13990
13991 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
13992
13993 * shell.el (shell): With prefix-arg, suggest a new buffer name.
13994
13995 2003-08-12 Andre Spiegel <spiegel@gnu.org>
13996
13997 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13998 (vc-sccs-workfile-version): Search the entire delta table, rather
13999 than just the first entry, because that might be a deleted version.
14000
14001 2003-08-11 Karl Fogel <kfogel@red-bean.com>
14002
14003 * menu-bar.el (menu-bar-options-menu): Supply a body for the
14004 [save-place] binding in the Options menu. Have it require
14005 'saveplace' and then toggle the variable manually, to avoid an an
14006 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
14007 for the bug report.
14008
14009 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
14010
14011 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
14012 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
14013 (gdb-info-threads-custom): Add help-echo text.
14014 (gdb-display-back): Don't use purecopy.
14015 (gdb-info-breakpoints-custom, gdb-reset)
14016 (gdb-assembler-custom): Use display-images-p to test if breakpoint
14017 icons can be displayed.
14018
14019 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
14020
14021 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
14022
14023 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
14024
14025 * bookmark.el (bookmark-completing-read):
14026 Return a string, instead of a list of one string.
14027 Use a popup menu if activated from the mouse.
14028 (bookmark-edit-annotation): Remove unused vars.
14029 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
14030 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
14031 to bookmark-completing-read.
14032 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14033 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
14034 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
14035 and erase-buffer.
14036 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
14037 (bookmark-menu-jump, bookmark-menu-insert)
14038 (bookmark-popup-menu-and-apply-function)
14039 (bookmark-menu-popup-paned-bookmark-menu): Remove.
14040 (bookmark-menu-build-paned-menu): Remove by folding it into
14041 bookmark-menu-popup-paned-menu.
14042 (menu-bar-bookmark-map): Move the define-key statements here.
14043 Use the "non-menu" commands since they now pop up a menu if needed.
14044 (bookmark-exit-hook-internal): Simplify.
14045
14046 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
14047
14048 * reftex-toc.el (reftex-toc-rename-label): New function.
14049 (reftex-toc-check-docstruct): New function.
14050
14051 * reftex.el (reftex-region-active-p): New function.
14052
14053 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
14054 regexp to find the \bibliography macro.
14055
14056 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
14057 which does not exist in LaTeX.
14058 (reftex-cite-format-builtin): Added amsrefs support.
14059 (reftex-toc-confirm-promotion): New option
14060
14061 * reftex-toc.el
14062 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
14063 (reftex-toc-demote, reftex-toc-promote)
14064 (reftex-toc-do-promote, reftex-toc-promote-prepare)
14065 (reftex-toc-promote-action, reftex-toc-extract-section-number)
14066 (reftex-toc-newhead-from-alist)
14067 (reftex-toc-load-all-files-for-promotion): New functions.
14068 (reftex-toc-help): Added description of new keys.
14069 (reftex-toc-split-windows-fraction): New option.
14070 (reftex-recenter-toc-when-idle): Search *toc* window on all
14071 visible frames.
14072 (reftex-toc): Additional parameter REUSE
14073 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
14074 with REUSE argument.
14075 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
14076 the call of `reftex-toc'.
14077 (reftex-make-separate-toc-frame): New function .
14078 (reftex-toc-recenter): When called with triple prefix arg, call
14079 `reftex-make-separate-toc-frame' first.
14080 (reftex-toc-toggle-dedicated-frame): New command.
14081 (reftex-toc-quit): Adapted to delete frame when called in
14082 dedicated frame.
14083
14084 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
14085 all enclosing macros.
14086
14087
14088 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14089
14090 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
14091 first use.
14092
14093 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14094
14095 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
14096
14097 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
14098
14099 * calendar/calendar.el (list-diary-entries-hook)
14100 (diary-display-hook, nongregorian-diary-listing-hook)
14101 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
14102 Add some customize options for these hooks.
14103 (calendar-abbrev-construct): Don't try to take a substring longer
14104 than the original string.
14105
14106 2003-08-05 Richard M. Stallman <rms@gnu.org>
14107
14108 * emacs-lisp/testcover.el (noreturn): Report error if does return.
14109 (testcover-reinstrument-clauses): Doc fix.
14110
14111 * emacs-lisp/warnings.el: Doc fixes, args renamed.
14112 (warning-type-format): Rename from warning-group-format.
14113
14114 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
14115 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
14116 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
14117 to prevent warnings about defvar for an obsolete variable.
14118
14119 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
14120 warning-group-format renamed to warning-type-format.
14121
14122 * subr.el (read-passwd): Use clear-string instead of fillarray.
14123
14124 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
14125 Use vconcat instead of concat.
14126 (edmacro-sanitize-for-string): New function.
14127
14128 2003-08-05 Dave Love <fx@gnu.org>
14129
14130 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
14131 line-number-display-limit-width.
14132
14133 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
14134
14135 2003-08-05 Kenichi Handa <handa@m17n.org>
14136
14137 * international/code-pages.el: Don't require mule-diag.
14138
14139 * international/mule-diag.el (non-iso-charset-alist):
14140 Add autoload cookie.
14141
14142 * language/devan-util.el (dev-glyph-order): Add an entry for the
14143 glyph code #xC4.
14144
14145 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
14146
14147 * calendar/calendar.el (diary-file, diary-file-name-prefix)
14148 (european-calendar-style, diary-date-forms)
14149 (calendar-day-name-array, calendar-month-name-array): Doc change.
14150 (generate-calendar-month): Adapt for new behaviour of
14151 `calendar-day-name' function.
14152 (calendar-abbrev-length, calendar-day-abbrev-array)
14153 (calendar-month-abbrev-array): New variables.
14154 (calendar-abbrev-construct): New function.
14155 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
14156 rather than fixing abbrevs at some width. Calling syntax change.
14157 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
14158 (calendar-date-string): Adapt for new behaviours of
14159 `calendar-day-name' and `calendar-month-name' functions.
14160
14161 * calendar/diary-lib.el (list-diary-entries): Adapt for new
14162 behaviour of `calendar-day-name' and `calendar-month-name' functions.
14163 (diary-name-pattern): Use abbrev arrays, rather than fixing
14164 abbrevs at three chars. Calling syntax change.
14165 (mark-diary-entries): Adapt for new behaviours of
14166 `diary-name-pattern' and `calendar-make-alist' functions.
14167 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
14168 `diary-name-pattern' function.
14169 (font-lock-diary-date-forms): Use abbrev arrays, rather than
14170 fixing abbrevs at three chars. Calling syntax change.
14171 (cal-hebrew, cal-islam): Require when compiling.
14172 (diary-font-lock-keywords): Adapt for new behaviour of
14173 `font-lock-diary-date-forms' function.
14174
14175 * calendar/cal-hebrew.el: Reposition some code so defined before used.
14176 (calendar-hebrew-month-name-array-common-year)
14177 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
14178 (list-hebrew-diary-entries): Adapt for new behaviours of
14179 `calendar-day-name' and `add-to-diary-list' functions.
14180 (mark-hebrew-diary-entries): Adapt for new behaviours of
14181 `diary-name-pattern' and `calendar-make-alist' functions.
14182
14183 * calendar/cal-islam.el (calendar-islamic-month-name-array):
14184 Add doc string.
14185 (list-islamic-diary-entries): Adapt for new behaviours of
14186 `calendar-day-name' and `add-to-diary-list' functions.
14187 (mark-islamic-diary-entries): Adapt for new behaviours of
14188 `diary-name-pattern' and `calendar-make-alist' functions.
14189
14190 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
14191 `calendar-month-name' function.
14192
14193 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
14194
14195 * calendar/solar.el (solar-seasons-data): Move definition before use.
14196
14197 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
14198 (cal-tex-LaTeX-hourbox): Move definition before use.
14199
14200 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
14201 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
14202 lunar.el, solar.el
14203 (displayed-month, displayed-year): Define for compiler.
14204
14205 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14206
14207 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
14208 MODE. Renamed from c-init-c-language-vars'.
14209 (c-initialize-cc-mode): Change accordingly.
14210 (c-common-init): Ditto.
14211 (c-mode): Ditto.
14212 (c++-mode): Use `c-init-language-vars-for'.
14213 (objc-mode): Ditto.
14214 (java-mode): Ditto.
14215 (idl-mode): Ditto.
14216 (pike-mode): Ditto.
14217 (awk-mode): Ditto.
14218
14219 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14220
14221 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
14222 or not the point moved.
14223
14224 (c-search-decl-header-end): Don't trip up on operator identifiers
14225 in C++ and operators like == in all languages.
14226
14227 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14228 Detect leading labels correctly.
14229
14230 2003-08-02 Andreas Schwab <schwab@suse.de>
14231
14232 * textmodes/ispell.el: Don't redo key bindings on loading, put
14233 them only in loaddefs.el.
14234 * bookmark.el: Likewise.
14235 * dabbrev.el: Likewise.
14236 * emerge.el: Likewise.
14237
14238 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
14239 has more than one member.
14240
14241 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
14242
14243 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14244
14245 * lpr.el (printify-region): It was ending conversion before the
14246 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
14247
14248 2003-07-31 John Paul Wallington <jpw@gnu.org>
14249
14250 * net/browse-url.el (browse-url-epiphany): Doc fix.
14251
14252 2003-07-30 Kenichi Handa <handa@m17n.org>
14253
14254 * international/fontset.el (setup-default-fontset):
14255 Change registry names of Akurti fonts.
14256
14257 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
14258
14259 * comint.el (comint-read-noecho): Use `clear-string' instead of
14260 `fillarray'.
14261
14262 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
14263
14264 * outline.el (outline-mode-hook): Add defvar.
14265
14266 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
14267
14268 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
14269 Restore assembler in source window if that is what has been selected.
14270 (menu): Add gdb-restore-windows to menu. Make gdba
14271 specific menus only visible from gdba.
14272
14273 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
14274
14275 * progmodes/compile.el (compilation-environment): New user variable.
14276 (compile-internal): Respect it.
14277
14278 2003-07-23 Masatake YAMATO <jet@gyve.org>
14279
14280 * progmodes/gud.el (gdb-script-font-lock-keywords):
14281 Put `font-lock-function-name-face' on a symbol which includes
14282 `-' like `hook-run'. Put font-lock-variable-name-face
14283 on a symbol starting with $.
14284
14285 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
14286
14287 * files.el (set-visited-file-name): Use truename for buffer-file-name.
14288
14289 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
14290
14291 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
14292
14293 2003-07-26 Andre Spiegel <spiegel@gnu.org>
14294
14295 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
14296 Use with-no-warnings.
14297 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
14298 rather than to find-file-not-found-hook, which doesn't exist.
14299
14300 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
14301
14302 * international/quail.el (quail-translate-key): Fix previous change.
14303
14304 2003-07-25 John Paul Wallington <jpw@gnu.org>
14305
14306 * server.el (server-start): Check `server-process' is non-nil
14307 before killing it to avoid killing current buffer's process.
14308
14309 * simple.el (choose-completion-string): Use `minibufferp';
14310 test `completion-reference-buffer' if `buffer' arg is nil.
14311 (push-mark): Use `when' and `unless'.
14312 (pop-mark): Use `when'.
14313
14314 * mouse-sel.el (mouse-sel-get-selection-function):
14315 Check `x-last-selected-text-primary'. Don't barf if it or
14316 `x-last-selected-text' aren't bound.
14317
14318 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14319
14320 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
14321
14322 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
14323
14324 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
14325
14326 2003-07-23 John Paul Wallington <jpw@gnu.org>
14327
14328 * tooltip.el (defface tooltip): Inherit from variable-pitch.
14329
14330 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14331
14332 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
14333 string. Defvar the derived hook.
14334
14335 * macros.el (insert-kbd-macro): Escape double quote character.
14336 From Thomas W Murphy <twm@andrew.cmu.edu>.
14337
14338 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
14339
14340 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
14341 to match the specific mark rather than reusing comment-start-skip.
14342
14343 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
14344
14345 * progmodes/hideshow.el (hs-special-modes-alist):
14346 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
14347
14348 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
14349
14350 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
14351 value using ?\s.
14352
14353 2003-07-21 John Paul Wallington <jpw@gnu.org>
14354
14355 * subr.el (with-selected-window): Add closing paren.
14356
14357 2003-07-21 Richard M. Stallman <rms@gnu.org>
14358
14359 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
14360 (lisp-mode): Likewise.
14361
14362 * subr.el (with-selected-window): Copy code form save-selected-window
14363 so as to call select-window with norecord arg.
14364 (dynamic-completion-table): Doc fix.
14365 (lazy-completion-table): Doc fix.
14366
14367 * international/mule-cmds.el (set-locale-environment):
14368 langinfo renamed to locale-info.
14369
14370 * international/mule.el (auto-coding-functions): Doc fix.
14371
14372 2003-07-21 Kenichi Handa <handa@m17n.org>
14373
14374 * international/quail.el (quail-translate-key):
14375 Update quail-current-str correctly.
14376
14377 2003-07-21 Andreas Schwab <schwab@suse.de>
14378
14379 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
14380 ?, to "_".
14381
14382 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
14383 Version 2.0.36 of Tramp released.
14384
14385 * net/tramp.el (tramp-default-password-end-of-line): Rename from
14386 tramp-password-end-of-line.
14387 (tramp-password-end-of-line): New method parameter.
14388 (tramp-get-password-end-of-line): Function to access method
14389 parameter `tramp-password-end-of-line', or variable
14390 `tramp-default-password-end-of-line' (default value).
14391 (tramp-methods): Add entries for new parameter
14392 tramp-password-end-of-line.
14393 (tramp-enter-password): Use new function
14394 `tramp-get-password-end-of-line'.
14395 (tramp-handle-insert-file-contents): Do not
14396 unconditionally inhibit the file operation file-local-copy, only
14397 do that when the inhibit-file-name-operation is currently
14398 insert-file-contents. This fixes finding remote CVS-controlled
14399 files. (It would barf on inserting the CVS/Entries file
14400 literally, because the file-local-copy handler wasn't called.)
14401 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
14402 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
14403 (tramp-initial-commands): New variable.
14404 (tramp-process-initial-commands): New function, using the variable.
14405 (tramp-open-connection-setup-interactive-shell): Call the new function.
14406 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
14407 method into the buffer name, never use nil. Reported by Hanak
14408 David <dhanak@inf.bme.hu>.
14409 (tramp-open-connection-setup-interactive-shell): Erase buffer
14410 before sending "stty -onlcr".
14411
14412 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
14413
14414 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
14415
14416 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
14417
14418 2003-07-19 John Paul Wallington <jpw@gnu.org>
14419
14420 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
14421 (artist-draw-rect, artist-draw-square): Doc fixes.
14422
14423 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
14424
14425 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
14426
14427 2003-07-19 Kenichi Handa <handa@m17n.org>
14428
14429 * international/kkc.el (kkc-show-conversion-list-update):
14430 Highlight the correct candidate in the message.
14431
14432 2003-07-18 John Paul Wallington <jpw@gnu.org>
14433
14434 * simple.el (current-word): Don't include punctuation char when
14435 `really-word' arg is non-nil.
14436
14437 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
14438
14439 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
14440 moved to the directory obsolete.
14441
14442 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
14443
14444 * info.el (Info-menu-entry-name-re): Allow newlines in
14445 menu entry names.
14446
14447 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
14448 syntax-ppss-after-change-function.
14449 (syntax-ppss-after-change-function): New alias. Update uses.
14450 (syntax-ppss): Catch the case where the buffer is narrowed.
14451
14452 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
14453
14454 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
14455 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
14456
14457 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
14458
14459 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
14460 since it might be modified.
14461
14462 * progmodes/cc-langs.el (c++-make-template-syntax-table)
14463 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
14464 names to these language constants.
14465
14466 2003-07-15 Kim F. Storm <storm@cua.dk>
14467
14468 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
14469 All uses changed.
14470
14471 2003-07-14 Mark A. Hershberger <mah@everybody.org>
14472
14473 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
14474 Namespace support.
14475
14476 2003-07-13 Juanma Barranquero <lektu@terra.es>
14477
14478 * frame.el (modify-all-frames-parameters): Reinstall (copyright
14479 papers received).
14480
14481 2003-07-13 Karl Eichwalder <ke@suse.de>
14482
14483 * textmodes/po.el (po-find-charset): White space at the start of the
14484 Content-Type field body is non-mandatory.
14485
14486 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14487
14488 * textmodes/texinfo.el (texinfo-section-list):
14489 Append appendixsection; a synonym for appendixsec.
14490
14491 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
14492
14493 * man.el (Man-translate-cleanup): New.
14494 (Man-translate-references): Call `Man-translate-cleanup' to clean
14495 leading, trailing and middle spaces.
14496
14497 2003-07-13 Lars Hansen <larsh@math.ku.dk>
14498
14499 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
14500 Handle `dired-directory' being a list.
14501
14502 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
14503
14504 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
14505 it doesn't exist.
14506
14507 2003-07-12 Richard M. Stallman <rms@gnu.org>
14508
14509 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
14510
14511 * progmodes/cc-defs.el (c-make-keywords-re):
14512 Don't use delete-duplicates.
14513 (c-lang-const): Don't use mapcan.
14514
14515 * apropos.el (apropos-show-scores): Make it customizable.
14516 Document new meaning.
14517 (apropos): Compute scores from symbols.
14518 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
14519
14520 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14521
14522 * ps-bdf.el: Fix copyright line.
14523 (bdf-directory-list): Fix initialization code.
14524
14525 2003-07-11 John Paul Wallington <jpw@gnu.org>
14526
14527 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
14528 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
14529 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
14530
14531 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
14532
14533 * emacs-lisp/ring.el (ring-elements): Doc fix.
14534
14535 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14536
14537 * calendar/timeclock.el (timeclock-relative)
14538 (timeclock-ask-before-exiting, timeclock-use-display-time):
14539 Doc changes.
14540 (timeclock-modeline-display): Give a message if
14541 `timeclock-use-display-time' is non-nil but `display-time-mode'
14542 is not active.
14543
14544 2003-07-11 Kenichi Handa <handa@m17n.org>
14545
14546 * international/mule-cmds.el (set-language-environment):
14547 Set current-language-environment to the correct string.
14548
14549 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14550
14551 * ps-print.el: Print line number correctly in a region. Reported by
14552 Tim Allen <timallen@ls83.fsnet.co.uk>.
14553 (ps-print-version): New version number (6.6.2).
14554 (ps-printing-region): Code fix.
14555
14556 2003-07-10 John Paul Wallington <jpw@gnu.org>
14557
14558 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
14559 this function can be called from `add-completions-from-tags-table'.
14560
14561 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
14562
14563 * calendar/timeclock.el (timeclock-use-display-time)
14564 (timeclock-day-over-hook, timeclock-workday-remaining)
14565 (timeclock-status-string, timeclock-when-to-leave)
14566 (timeclock-when-to-leave-string, timeclock-log-data)
14567 (timeclock-find-discrep, timeclock-day-base)
14568 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
14569 (timeclock-modeline-display): Set the variable
14570 `timeclock-modeline-display'.
14571 (timeclock-update-modeline): Doc fix. Respect value of
14572 `timeclock-relative'.
14573
14574 2003-07-09 Richard M. Stallman <rms@gnu.org>
14575
14576 * textmodes/reftex-parse.el (reftex-all-document-files):
14577 Add autoload cookie.
14578
14579 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
14580 (reftex-scanning-info-available-p): Add autoload cookie.
14581
14582 * international/mule-cmds.el
14583 (set-display-table-and-terminal-coding-system): Delete duplicate
14584 aset on standard-display-table.
14585
14586 * view.el (view-file): If existing buffer's major mode is special,
14587 don't go into view mode.
14588
14589 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
14590
14591 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14592
14593 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
14594 buffer changes; there's third party code that calls this function
14595 directly.
14596
14597 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14598
14599 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
14600 (autodoc-font-lock-keywords): Don't byte compile on font lock
14601 initialization when running from byte compiled files.
14602
14603 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14604
14605 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
14606 statement ends with auto-increment "++".
14607
14608 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14609
14610 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14611 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14612 these are changed, so declare them as variables and not constants.
14613
14614 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
14615
14616 * subr.el (dolist, dotimes): Doc fix.
14617
14618 2003-07-08 Kim F. Storm <storm@cua.dk>
14619
14620 * international/mule-cmds.el
14621 (set-display-table-and-terminal-coding-system): Don't break
14622 bootstrap if standard-display-table isn't setup yet.
14623
14624 2003-07-07 Richard M. Stallman <rms@gnu.org>
14625
14626 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
14627 Give it a doc string, and autoload it.
14628
14629 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
14630 Use with-no-warnings.
14631
14632 * info.el (Info-search): If find invisible text, search again.
14633
14634 * isearch.el (search-whitespace-regexp): Add a shy group around it.
14635
14636 * man.el (Man-name-regexp): Match + as part of name.
14637
14638 * simple.el (visible-mode): Rename from vis-mode.
14639 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
14640
14641 * simple.el (current-word): New arg REALLY-WORD specifies
14642 don't include punctuation chars.
14643
14644 * emacs-lisp/debug.el (debug, debugger-env-macro):
14645 Use with-no-warnings while accessing and binding unread-command-char.
14646
14647 * international/mule-cmds.el
14648 (set-display-table-and-terminal-coding-system): Use explicit loop
14649 instead of calling standard-display-default.
14650
14651 * net/ange-ftp.el (ange-ftp-file-symlink-p):
14652 Use condition-case to catch error in ange-ftp-get-files.
14653
14654 * net/browse-url.el (browse-url-browser-function):
14655 Add alternative for Epiphany.
14656 (browse-url-epiphany-program, browse-url-epiphany-arguments)
14657 (browse-url-epiphany-startup-arguments)
14658 (browse-url-epiphany-new-window-is-tab): New variables.
14659 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
14660
14661 * progmodes/compile.el (compile-auto-highlight): Default now t.
14662 (compile): Doc fix.
14663 (compilation-next-error): Fix previous change.
14664
14665 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
14666
14667 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
14668
14669 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
14670
14671 * gdb-ui.el (gdb-source-info): Display current frame when
14672 attaching to an existing process.
14673 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
14674 while laying out windows when attaching to an existing process.
14675
14676 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
14677
14678 * info.el (Info-menu): Use Info-menu-entry-name-re.
14679
14680 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
14681
14682 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
14683 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
14684
14685 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
14686 to match the same text.
14687
14688 2003-07-06 John Paul Wallington <jpw@gnu.org>
14689
14690 * vc.el (vc-annotate-offset): Move defvar up.
14691
14692 2003-07-06 Kim F. Storm <storm@cua.dk>
14693
14694 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
14695 This should fix the infinite loop when extracting menu names.
14696
14697 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14698
14699 * files.el (auto-mode-alist, interpreter-mode-alist):
14700 Remove entries to CC Mode modes to avoid duplicates; they are now added
14701 with autoload directives in cc-mode.el.
14702
14703 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
14704
14705 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
14706 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
14707 these are changed, so declare them as variables and not constants.
14708
14709 * progmodes/cc-mode.el: Fix some autoload problems: Try to
14710 ensure that the entry for ".c" extension comes before the one for
14711 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
14712 Fix incorrect entries that were added to `interpreter-mode-alist'.
14713 Move the autoload directives for AWK to the top level since they
14714 aren't recognized anywhere else. Do not use the new AWK mode doc
14715 in the autoload form for the old AWK mode.
14716
14717 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14718
14719 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
14720 (bibtex-sort-ignore-string-entries): Default value t.
14721 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
14722 erroneously in previous version.
14723 (bibtex-string-files): Docstring reflects new parsing scheme.
14724 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
14725 docstring, add # as one of the chars to crush
14726 (bibtex-autokey-prefix-string, bibtex-autokey-names)
14727 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
14728 (bibtex-autokey-name-change-strings)
14729 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
14730 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
14731 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
14732 (bibtex-autokey-title-terminators)
14733 (bibtex-autokey-titlewords-stretch)
14734 (bibtex-autokey-titleword-ignore)
14735 (bibtex-autokey-titleword-case-convert)
14736 (bibtex-autokey-titleword-abbrevs)
14737 (bibtex-autokey-titleword-abbrevs)
14738 (bibtex-autokey-titleword-change-strings)
14739 (bibtex-autokey-titleword-length)
14740 (bibtex-autokey-titleword-separator)
14741 (bibtex-autokey-name-year-separator)
14742 (bibtex-autokey-year-title-separator)
14743 (bibtex-autokey-before-presentation-function)
14744 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
14745 Fix docstring.
14746 (bibtex-strings, bibtex-reference-keys):
14747 Use lazy-completion-table and make-variable-buffer-local.
14748 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
14749 (bibtex-braced-string-syntax-table)
14750 (bibtex-quoted-string-syntax-table): New variables.
14751 (bibtex-parse-nested-braces): Remove.
14752 (bibtex-parse-field-string): Use syntax table and forward-sexp.
14753 (bibtex-parse-association): Simplify.
14754 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14755 (bibtex-parse-field-text): Simplify.
14756 (bibtex-search-forward-field, bibtex-search-backward-field):
14757 argument BOUND can take value t.
14758 (bibtex-start-of-field, bibtex-start-of-name-in-field)
14759 (bibtex-end-of-name-in-field, bibtex-end-of-field)
14760 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14761 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14762 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14763 (bibtex-skip-to-valid-entry): Return buffer position of beginning
14764 and ending of entry. Update for changes of bibtex-search-entry.
14765 Simplify.
14766 (bibtex-map-entries): FUN is called with three arguments.
14767 (bibtex-search-entry): Return a cons pair with buffer positions of
14768 beginning and end of entry.
14769 (bibtex-enclosing-field): Simplify.
14770 (bibtex-format-entry): Use booktitle to set a missing title.
14771 (bibtex-autokey-get-names): Fiddle with regexps.
14772 (bibtex-generate-autokey): Use identity.
14773 (bibtex-parse-keys): Use simplified parsing algorithm if
14774 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
14775 arguments. Return alist of keys.
14776 (bibtex-parse-strings): Simplify. Return alist of strings.
14777 (bibtex-complete-string-cleanup): Fix docstring.
14778 (bibtex-read-key): New function.
14779 (bibtex-mode): Fix docstring. Do not parse for keys and
14780 strings when the mode is entered. Set fill-paragraph-function to
14781 bibtex-fill-field. Setup font-lock-mark-block-function the way
14782 font-lock intended.
14783 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
14784 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14785 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14786 (bibtex-Preamble): Avoid hard coded constants.
14787 (bibtex-make-field): Fix docstring. Simplify.
14788 (bibtex-beginning-of-entry): Always return new position of point.
14789 (bibtex-end-of-entry): Rearrange cond clauses.
14790 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14791 Update for changes of bibtex-map-entries.
14792 (bibtex-ispell-abstract): Do not move point.
14793 (bibtex-entry-index): Use downcase. Simplify.
14794 (bibtex-lessp): Handle catch-all.
14795 (bibtex-find-crossref): Turn into a command.
14796 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
14797 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
14798 preamble entries.
14799 (bibtex-fill-field-bounds): New function.
14800 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
14801 (bibtex-fill-entry): Use bibtex-fill-field-bounds
14802 (bibtex-String): Use bibtex-strings. Always obey
14803 bibtex-sort-ignore-string-entries.
14804
14805 2003-07-05 John Paul Wallington <jpw@gnu.org>
14806
14807 * cus-theme.el (customize-create-theme):
14808 Call `customize-create-theme' in Reset widget's notify function.
14809
14810 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14811 (ibuffer-mark-interactive): Use `or' instead of `unless'.
14812 (define-ibuffer-column name): Add summarizer.
14813 (define-ibuffer-column size): Likewise.
14814 (define-ibuffer-column filename): Likewise.
14815 (define-ibuffer-column process): Likewise. Change BODY's output too.
14816 (define-ibuffer-column filename-and-process): Likewise, likewise.
14817 (ibuffer): Remove local vars `already-in' and `need-update'.
14818
14819 * ibuf-ext.el: Don't require `derived' at compile-time.
14820
14821 2003-07-05 Kim F. Storm <storm@cua.dk>
14822
14823 * info.el: Disable paragraph refilling.
14824 (Info-refill-paragraphs): New defcustom.
14825 (Info-fontify-node): Use it.
14826
14827 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
14828
14829 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14830 thingies from constructors created by defstruct.
14831
14832 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14833 the default value of the variable.
14834 (byte-code-meter): Move declaration to top level.
14835
14836 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14837
14838 * info.el (Info-following-node-name-re): New fun.
14839 (Info-following-node-name): Remove.
14840 (Info-insert-dir): Use the new fun.
14841 (Info-extract-pointer): Don't save restriction; use new fun.
14842 (Info-menu-entry-name-re): New const.
14843 (Info-menu-entry-name-re): Use it along with new fun.
14844 (Info-node-spec-re): Use new fun.
14845 (Info-complete-menu-item, Info-fontify-node): Use new const.
14846 (Info-goto-node, Info-follow-reference, Info-menu-update):
14847 Use match-string.
14848 (Info-follow-reference): Use assoc-string.
14849 Use a list of strings for the completion table.
14850 (Info-fontify-node): Use match-string, line-end-position.
14851 Limit the search for `node:' to the first line.
14852
14853 * newcomment.el (uncomment-region): Remove padding coming from
14854 comment-start rather than just from comment-padding.
14855
14856 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14857 (vc-cvs-stay-local-p): Use vc-stay-local-p.
14858 (vc-cvs-rename-file): Remove (use the default).
14859 (vc-cvs-register): Register parent dir if needed.
14860 (vc-cvs-could-register): Return non-nil if parent can be registered.
14861 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14862 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14863
14864 * vc-svn.el (vc-svn-use-edit): Make it into a const.
14865 (vc-svn-update): Fix the arguments to `svn'.
14866 (vc-svn-diff-tree): Just use `vc-svn-diff'.
14867 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14868 Simple implementations, assuming `name' is a URL.
14869
14870 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14871 set of chars allowed unquoted in a case pattern.
14872
14873 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14874
14875 * font-lock.el (font-lock-extra-types-widget)
14876 (c-font-lock-extra-types, c++-font-lock-extra-types)
14877 (objc-font-lock-extra-types, java-font-lock-extra-types)
14878 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14879 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14880 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14881 (font-lock-match-c++-structor-declaration)
14882 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14883 (c++-font-lock-keywords-3, c++-font-lock-keywords)
14884 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14885 (objc-font-lock-keywords-3, objc-font-lock-keywords)
14886 (java-font-lock-keywords-1, java-font-lock-keywords-2)
14887 (java-font-lock-keywords-3, java-font-lock-keywords)
14888 (java-font-lock-syntactic-face-function): Remove obsolete code
14889 and constants. It's all in cc-fonts.el now.
14890
14891 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
14892
14893 * mail/sendmail.el (mail-specify-envelope-from)
14894 (mail-envelope-from): Doc fix.
14895
14896 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
14897
14898 * generic-x.el: Do away with the dependency on `c-emacs-features'
14899 when populating `rul-generic-mode-syntax-table'; we already know
14900 this isn't XEmacs.
14901
14902 See ChangeLog.10 for earlier changes.
14903
14904 ;; Local Variables:
14905 ;; coding: iso-2022-7bit
14906 ;; End:
14907
14908 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
14909 Copying and distribution of this file, with or without modification,
14910 are permitted provided the copyright notice and this notice are preserved.
14911
14912 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1