]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el: Add charset info for "iso10646-1". Modify
4 default fontset to use ATSUI-compatible fonts for some charsets if
5 available.
6
7 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
8
9 * speedbar.el: Re-apply arch tag.
10 (speedbar-version): Rename to version 1.0. Suggested by Eric
11 M. Ludlam.
12 Reapply two changes from Emacs CVS' version of speedbar lost
13 during the merge:
14 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
15 (speedbar-frame-parameters): Improve customize type.
16
17 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20 (ange-ftp-file-directory-p): Fix the symlink case.
21 (ange-ftp-insert-directory): When listing a single file, get a list of
22 the parent buffer and extract the relevant line. Inspired from a patch
23 by Katsumi Yamaoka <yamaoka@jpl.org>.
24 (ange-ftp-file-name-sans-versions): Simplify.
25
26 2005-09-30 Bill Wohler <wohler@newt.com>
27
28 Move MH-E image files from toolbar and mail directories into
29 etc/images.
30
31 * mail/reply2.*: Move to etc/images/mail/reply*.
32
33 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
34 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
35 etc/images.
36
37 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
38 * toolbar/reply*: Move to etc/images/mail.
39
40 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
41
42 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
43
44 * speedbar.el: New version 1.0pre3.
45
46 * dframe.el, ezimage.el, sb-image.el: New files.
47
48 * sb-*.xpm: Remove files. New image files installed into
49 etc/images/ezimage.
50
51 2005-09-30 Kenichi Handa <handa@m17n.org>
52
53 * ps-mule.el (ps-mule-show-warning): If a character is in
54 ps-print-translation-table, don't treat it as non-printable.
55
56 2005-09-30 David Ponce <david@dponce.com>
57
58 * tree-widget.el (tree-widget-themes-load-path): New variable.
59 (tree-widget-themes-directory): Doc fix.
60 (tree-widget-image-formats) [Emacs]: Doc fix.
61 (tree-widget--locate-sub-directory): New function.
62 (tree-widget-themes-directory): Use it.
63
64 * recentf.el (recentf-filename-handlers): Rename from
65 `recentf-filename-handler'. Allow a list of functions.
66 (recentf-menu-items-for-commands): Fix :help strings.
67 (recentf-apply-filename-handlers): New function.
68 (recentf-expand-file-name): Use it.
69 (recentf-cleanup): Remove duplicates too.
70
71 2005-09-29 Juri Linkov <juri@jurta.org>
72
73 * faces.el: Rearrange face definitions to be in the same order as
74 their face descriptions in "(emacs)Standard Faces".
75
76 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
77
78 * tooltip.el (tooltip): Add group `basic-faces'.
79
80 * buff-menu.el (Buffer-menu-buffer): Remove group
81 `font-lock-highlighting-faces'.
82
83 * progmodes/compile.el (compilation-error, compilation-warning)
84 (compilation-info, compilation-line-number, compilation-column-number):
85 Change group from `font-lock-highlighting-faces' to `compilation'.
86
87 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
88 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
89 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
90 (vhdl-font-lock-reserved-words-face)
91 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
92 `font-lock-highlighting-faces'.
93
94 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
95
96 2005-09-28 Kim F. Storm <storm@cua.dk>
97
98 * emulation/cua-base.el: Set CUA move property on additional commands:
99 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
100 forward-sexp backward-sexp, forward-list, backward-list
101
102 2005-09-28 Romain Francoise <romain@orebokech.com>
103
104 * comint.el (comint-show-output): Really set point at the
105 beginning of the output when not using `comint-use-prompt-regexp'.
106
107 2005-09-27 Jay Belanger <belanger@truman.edu>
108
109 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
110 in TeX mode.
111
112 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
113
114 * textmodes/org.el (org-table-sum): Fix format string.
115
116 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
117 Quote face names.
118
119 2005-09-26 Romain Francoise <romain@orebokech.com>
120
121 * isearch.el (isearch-forward-regexp): Close doc string.
122
123 2005-09-25 Richard M. Stallman <rms@gnu.org>
124
125 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
126
127 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
128
129 * progmodes/compile.el (compilation-error-properties):
130 When getting the file from the previous error message,
131 correctly decode the new data format.
132
133 * progmodes/cc-cmds.el (c-electric-paren):
134 Call old-blink-paren only for close-paren.
135
136 2005-09-24 Andreas Schwab <schwab@suse.de>
137
138 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
139 condition.
140
141 2005-09-25 Romain Francoise <romain@orebokech.com>
142
143 * dired-aux.el (dired-copy-file-recursive):
144 * dired.el (dired-delete-file):
145 * ediff-mult.el (ediff-dir-diff-copy-file):
146 * ediff-util.el (ediff-test-save-region):
147 * forms.el (forms-mode):
148 * ido.el (ido-file-internal, ido-delete-file-at-head):
149 * log-edit.el (log-edit-done):
150 * ses.el (ses-yank-resize):
151 * play/gomoku.el (gomoku-human-plays, gomoku)
152 (gomoku-human-resigns, gomoku-prompt-for-other-game)
153 (gomoku-offer-a-draw):
154 * play/landmark.el (lm-human-resigns, lm):
155 * net/eudcb-ldap.el (eudc-ldap-check-base):
156 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
157 * progmodes/ebrowse.el (ebrowse-find-pattern):
158 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
159 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
160 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
161
162 * vc.el (vc-delete-file):
163 * play/gomoku.el (gomoku-terminate-game, gomoku)
164 (gomoku-prompt-for-move, gomoku-human-takes-back):
165 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
166 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
167
168 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
169
170 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
171 color rxvt terminals by using the code xterm.el used to use before
172 2005-04-09 in order to match the colors used by rxvt.
173
174 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
175
176 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
177 colors rxvt-unicode terminals by using the same code as xterm.el.
178
179 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * textmodes/tex-mode.el (tex-font-lock-append-prop)
182 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
183 new symbol used for the tex-verbatim face.
184
185 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
186
187 * woman.el (woman-file-name):
188 * wid-edit.el (widget-file-prompt-value)
189 (widget-coding-system-prompt-value):
190 * w32-fns.el (set-w32-system-coding-system):
191 * vc.el (vc-version-diff, vc-annotate):
192 * textmodes/reftex-auc.el (reftex-arg-cite)
193 (reftex-arg-index-tag):
194 * textmodes/refer.el (refer-get-bib-files):
195 * textmodes/artist.el (artist-figlet-choose-font):
196 * terminal.el (terminal-emulator):
197 * replace.el (occur-read-primary-args):
198 * rect.el (string-rectangle, string-insert-rectangle):
199 * ps-print.el (ps-print-preprint):
200 * progmodes/pascal.el (pascal-goto-defun):
201 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
202 * progmodes/compile.el (compilation-find-file):
203 * printing.el (pr-interactive-n-up):
204 * play/animate.el (animate-birthday-present):
205 * net/rcompile.el (remote-compile):
206 * man.el (man, Man-goto-section, Man-follow-manual-reference):
207 * mail/rmailsum.el (rmail-summary-search-backward)
208 (rmail-summary-search):
209 * mail/rmailout.el (rmail-output-read-rmail-file-name)
210 (rmail-output-read-file-name):
211 * mail/rmail.el (rmail-search, rmail-search-backwards):
212 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
213 * locate.el (locate):
214 * international/quail.el (quail-show-keyboard-layout):
215 * international/mule.el (set-buffer-file-coding-system)
216 (revert-buffer-with-coding-system, set-file-name-coding-system)
217 (set-terminal-coding-system, set-keyboard-coding-system)
218 (set-next-selection-coding-system):
219 * international/mule-diag.el (describe-coding-system)
220 (describe-font, describe-fontset):
221 * international/mule-cmds.el (universal-coding-system-argument)
222 (search-unencodable-char, describe-input-method)
223 (set-language-environment, describe-language-environment):
224 * international/codepage.el (codepage-setup):
225 * international/code-pages.el (codepage-setup):
226 * info.el (Info-search, Info-follow-reference)
227 (Info-search-backward):
228 * emacs-lisp/advice.el (ad-read-advised-function)
229 (ad-read-advice-class, ad-clear-cache, ad-activate)
230 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
231 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
232 (ad-read-regexp):
233 * ediff-util.el (ediff-toggle-regexp-match):
234 * ediff-ptch.el (ediff-prompt-for-patch-file):
235 * dired-aux.el (dired-diff):
236 * diff.el (diff):
237 * cus-edit.el (custom-variable-prompt):
238 * calendar/timeclock.el (timeclock-ask-for-project):
239 * calc/calcalg3.el (calc-get-fit-variables):
240 * calc/calc-store.el (calc-edit-variable)
241 (calc-permanent-variable):
242 * vc-mcvs.el (vc-mcvs-register):
243 * shadowfile.el (shadow-define-literal-group):
244 * woman.el (woman-file-name):
245 * vc.el (vc-version-diff, vc-merge):
246 * textmodes/reftex-index.el (reftex-index-complete-tag):
247 * format.el (format-decode-buffer, format-decode-region):
248 * emulation/viper-cmd.el (viper-read-string-with-history):
249 * emacs-lisp/debug.el (cancel-debug-on-entry):
250 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
251 * ediff.el (ediff-merge-revisions)
252 (ediff-merge-revisions-with-ancestor, ediff-revision):
253 * completion.el (interactive-completion-string-reader):
254 * calc/calc-prog.el (calc-user-define-formula):
255 Follow convention for reading with the minibuffer.
256
257 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
258
259 * progmodes/python.el (python-describe-symbol): Add globals() and
260 locals() to the arguments of emacs.ehelp.
261
262 2005-09-24 Magnus Henoch <mange@freemail.hu>
263
264 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
265 New function, code extracted from ispell-valid-dictionary-list.
266 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
267 Call it.
268
269 2005-09-24 Eli Zaretskii <eliz@gnu.org>
270
271 * subr.el (version-regexp-alist): Extend valid syntax for version
272 strings: allow any of the characters -,_,+ to separate the
273 alpha/beta/rc part from the version part. Doc fix.
274 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
275
276 2005-09-23 David Reitter <david.reitter@gmail.com>
277
278 * mail/mailclient.el: New file.
279
280 2005-09-23 Richard M. Stallman <rms@gnu.org>
281
282 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
283 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
284 Doc fixes.
285
286 * progmodes/cc-mode.el (c-font-lock-init):
287 Specify font-lock-lines-before.
288
289 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
292 whole conflict.
293
294 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
295
296 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
297 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
298 of `remap' feature when available. Additional key bindings for
299 better tty support.
300 (org-mode-restart, org-force-self-insert): New commands.
301 (org-time-stamp-inactive): New command.
302 (org-remap): New function.
303 (org-table-auto-blank-field, org-level-color-stars-only): New options.
304 (org-enable-fixed-width-editor): Move to `org-structure'
305 customization group.
306 (org-self-insert-command, orgtbl-self-insert-command): Modify to
307 blank field after field motion commands.
308
309 2005-09-23 Kenichi Handa <handa@m17n.org>
310
311 * international/mule-cmds.el (set-language-environment):
312 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
313 have to call utf-translate-cjk-load-tables.
314
315 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * mouse.el (mouse-move-drag-overlay): Fix last change.
318
319 2005-09-22 David Ponce <david@dponce.com>
320
321 * tree-widget.el (tree-widget-value-create): Fix previous change.
322
323 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
324
325 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
326
327 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * mouse.el (mouse-move-drag-overlay): New function.
330 (mouse-drag-region-1): Use it.
331 Try to simplify a bit the state handling. Handle clicks on links
332 inside intangible areas.
333 (mouse-save-then-kill): Minor simplification.
334 (mouse-secondary-overlay): Make it always non-nil instead of
335 recreating it each time.
336 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
337 (mouse-kill-secondary, mouse-secondary-save-then-kill):
338 Simplify accordingly.
339
340 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
341
342 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
343
344 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
345
346 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
347 (ediff-file-name-sans-prefix): Treat nil as an empty string.
348 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
349 to patch.
350
351 * ediff-util.el: Use insert-buffer-substring.
352
353 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
354
355 * emulation/viper-cmd.el (viper-change-state): Don't move over the
356 field boundaries in the minibuffer.
357 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
358 (viper-minibuffer-post-command-hook): New hook.
359 (viper-line): Don't move cursor at bolp.
360
361 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
362
363 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
364 avoid compiler warnings.
365
366 * emulation/viper-macs.el (ex-map): Better messages.
367
368 * emulation/viper-utils.el (viper-beginning-of-field): New function.
369
370 * emulation/viper.el: Replace make-variable-buffer-local with
371 viper-make-variable-buffer-local everywhere, to avoid warnings.
372
373 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
376 Delete unused var `old-selected-window'.
377 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
378 (mouse-drag-secondary): Delete unused var `start-frame'.
379
380 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
381
382 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
383
384 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
387 Re-indent within 80 columns. Use inhibit-read-only.
388
389 2005-09-19 Romain Francoise <romain@orebokech.com>
390
391 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
392
393 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * font-lock.el (font-lock-default-fontify-region): Don't add a line
396 unconditionally, since the after-change-function already did it.
397
398 2005-09-19 Miles Bader <miles@gnu.org>
399
400 * net/newsticker.el: Get rid of CVS keyword.
401
402 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
403
404 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
405 The prompt is formatted later.
406
407 2005-09-19 David Ponce <david@dponce.com>
408
409 * tree-widget.el (tree-widget-value-create): Save the converted
410 tree :node widget.
411
412 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
413
414 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
415 variable `message'.
416
417 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
418
419 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
420 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
421 <slawomir.nowaczyk.847@student.lu.se>.
422
423 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
424
425 * image.el (image-load-path): Use symbol `data-directory' instead
426 of its value, for backward compatibility with packages that bind
427 it during `find-image'. Suggested by Katsumi Yamaoka.
428 (image-search-load-path): Handle symbols whose values are strings.
429
430 2005-09-18 Romain Francoise <romain@orebokech.com>
431
432 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
433 with-current-buffer form in save-excursion.
434
435 2005-09-18 D Goel <deego@gnufans.org>
436
437 * apropos.el (apropos-command): Fix `message' call: first arg
438 should be a format spec. In this and all other cases that appear
439 below and elsewhere in the source code, I made a change only when
440 two conditions were satisfied: [1] I can think of a possibility
441 that the arguments would cause an error, for example, the code in
442 question relies on external variables such as filenames. [2] I
443 was sure that the arg to `message' could not have been nil in the code.
444
445 * textmodes/tildify.el (tildify-region): Ditto.
446
447 * textmodes/reftex-index.el (reftex-index-change-entry)
448 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
449 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
450 * textmodes/org.el (org-complete, org-deadline, org-schedule)
451 (org-priority, org-table-sum):
452 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
453 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
454 (flyspell-word, flyspell-display-next-corrections):
455 * textmodes/bibtex.el (bibtex-print-help-message):
456 * textmodes/artist.el (artist-key-set-point-poly):
457 * term/mac-win.el (mac-services-insert-text):
458 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
459 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
460 (vhdl-port-paste-testbench, vhdl-compose-new-component)
461 (vhdl-compose-configuration):
462 * progmodes/sh-script.el (sh-blink, sh-show-indent)
463 (sh-set-indent, sh-learn-line-indent):
464 * progmodes/ps-mode.el (ps-mode-target-column):
465 * progmodes/idlwave.el (idlwave-make-tags)
466 (idlwave-scan-library-catalogs):
467 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
468 * progmodes/gud.el (gud-jdb-analyze-source):
469 * progmodes/flymake.el (flymake-log):
470 * progmodes/ebnf2ps.el (ebnf-generate-region):
471 * progmodes/cmacexp.el (c-macro-expansion):
472 * progmodes/ada-xref.el (ada-treat-cmd-string):
473 * progmodes/ada-mode.el (ada-create-case-exception-substring)
474 (ada-justified-indent-current, ada-batch-reformat):
475 * play/zone.el (zone):
476 * play/landmark.el (lm-move):
477 * play/decipher.el (decipher-show-alphabet):
478 * net/newsticker.el (newsticker--display-jump)
479 (newsticker--display-scroll):
480 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
481 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
482 * mail/feedmail.el (feedmail-dump-message-to-queue):
483 * eshell/esh-proc.el (eshell-remove-process-entry):
484 * emulation/ws-mode.el (ws-last-error):
485 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
486 (viper-record-kbd-macro):
487 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
488 * emacs-lisp/lisp-mnt.el (lm-report-bug):
489 * emacs-lisp/find-func.el (find-function-noselect):
490 * calendar/timeclock.el (timeclock-status-string)
491 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
492 (timeclock-when-to-leave-string):
493 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
494 * calc/calc-units.el (calc-enter-units-table):
495 * calc/calc-mode.el (calc-mode-record-mode):
496 * woman.el (woman-mini-help):
497 * wdired.el (wdired-change-to-wdired-mode):
498 * vc.el (vc-retrieve-snapshot):
499 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
500 * startup.el (display-startup-echo-area-message):
501 * simple.el (set-goal-column):
502 * ses.el (ses-command-hook, ses-recalculate-cell):
503 * server.el (server-process-filter):
504 * printing.el (pr-interface-txt-print, pr-interface-printify)
505 (pr-interface-ps):
506 * pcvs.el (cvs-help):
507 * log-edit.el (log-edit, log-edit-mode-help):
508 * iswitchb.el (iswitchb-possible-new-buffer):
509 * isearch.el (isearch-edit-string):
510 * image-mode.el (image-mode, image-minor-mode):
511 * ibuf-macs.el (define-ibuffer-filter):
512 * hi-lock.el (hi-lock-find-patterns):
513 * files.el (toggle-read-only):
514 * ediff-util.el (ediff-copy-diff)
515 (ediff-write-merge-buffer-and-maybe-kill):
516 * echistory.el (Electric-history-undefined):
517 * dnd.el (dnd-insert-text):
518 * dired-aux.el (dired-query):
519 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
520 * bookmark.el (bookmark-bmenu-locate):
521 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
522 Fix `message' calls to ensure first arg is a format string.
523 The change was made only when these two conditions were satisfied:
524 [1] when there is a possibility that the arguments would cause an error
525 for example, if the code in question relies on external variables
526 such as filenames, and
527 [2] if the arg to `message' could not have been nil in the code.
528
529 * pcomplete.el (pcomplete--help): Fix `message' format spec.
530 Not having a %s would be weird, though not technically wrong.
531
532 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
533
534 * term/mac-win.el (mac-add-charset-info): Doc fix.
535
536 2005-09-17 Romain Francoise <romain@orebokech.com>
537
538 * shell.el (shell-resync-dirs): Handle echoing processes more
539 reliably. Don't insert resync command if `comint-process-echoes'
540 is non-nil.
541
542 2005-09-17 Magnus Henoch <mange@freemail.hu>
543
544 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
545 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
546 aspell versions >= 0.60.
547 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
548 only if ispell-aspell-supports-utf8 is non-nil.
549
550 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
551
552 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
553 buffer-local value to lisp-indent-function.
554
555 2005-09-17 Milan Zamazal <pdm@zamazal.org>
556
557 * progmodes/glasses.el (glasses-make-readable): If
558 glasses-separator differs from underscore, put appropriate
559 overlays over underscore characters.
560 (glasses-convert-to-unreadable): If glasses-separator differs from
561 underscore, try to convert glasses-separator characters to
562 underscores.
563
564 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
567 Use with-syntax-table and dolist.
568
569 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
570
571 * textmodes/reftex-auc.el:
572 * textmodes/reftex-cite.el:
573 * textmodes/reftex-dcr.el:
574 * textmodes/reftex-global.el:
575 * textmodes/reftex-parse.el:
576 * textmodes/reftex-ref.el:
577 * textmodes/reftex-sel.el:
578 * textmodes/reftex-toc.el:
579 * textmodes/reftex-vars.el:
580 * textmodes/reftex.el: Small changes to remove compiler warnings.
581
582 * textmodes/reftex-index.el: Likewise.
583 (reftex-query-index-phrase): More efficient use of markers.
584
585 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
586
587 * image.el (image-load-path): New variable.
588 (image-search-load-path): New function.
589 (find-image): Search for images in `image-load-path'.
590
591 2005-09-15 Richard M. Stallman <rms@gnu.org>
592
593 * follow.el: Change Maintainer field.
594
595 2005-09-15 David Ponce <david@dponce.com>
596
597 * recentf.el (recentf-save-file-modes): New option.
598 (recentf-save-list): Use it.
599
600 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
601
602 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
603 (mode-line-mule-info, mode-line-modified): Move bindings from
604 mouse-3 to mouse-1.
605
606 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
607
608 * simple.el (sendmail-user-agent-compose): Revert last change.
609
610 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
613 Use with-current-buffer.
614 (ange-ftp-gwp-start): Remove unused var `gw-user'.
615 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
616 (ange-ftp-insert-directory): Remove unused var `short'.
617 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
618
619 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
620 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
621
622 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
623 (check-calendar-holidays, diary-list-entries): Autoload.
624 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
625 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
626
627 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
628 which mistakenly removed a call to display-buffer.
629
630 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
631
632 * obsolete/iso-insert.el: Move to obsolete/ from international/.
633
634 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
635
636 * progmodes/hideshow.el
637 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
638 (hs-allow-nesting): New user var.
639 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
640 (hs-hide-block-at-point): When nesting allowed,
641 if there is already an overlay in place, delete it.
642 (hs-safety-is-job-n): Delete func; remove call sites.
643 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
644 (hs-overlay-at): New func.
645 (hs-already-hidden-p, hs-show-block): Use it.
646 (hs-hide-all): Don't pre-clean if nesting allowed.
647 (hs-show-all): Temporarily disallow
648 nesting around call to `hs-discard-overlays'.
649
650 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
651
652 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
653 Delete unused local var.
654
655 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
656
657 * help-fns.el (describe-categories): "?\ " -> "?\s".
658 (help-do-arg-highlight): Recognize also ARG-n, as in
659 `move-to-left-margin' (ARG+n is already recognized). Simplify.
660
661 * international/codepage.el (dos-unsupported-char-glyph):
662 * net/newsticker.el (tool-bar-map, w3-mode-map)
663 (w3m-minor-mode-map):
664 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
665 (ent-alist):
666 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
667
668 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
669
670 * custom.el (custom-push-theme): Handle the case where a symbol is
671 bound but face properties have not yet been assigned.
672
673 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
674 Fix behavior if noerase is `t' and there is no mail buffer.
675
676 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
677 if `continue' is nil, rather than signal an error.
678
679 2005-09-12 Richard M. Stallman <rms@gnu.org>
680
681 * font-lock.el (font-lock-keywords): Add autoload.
682
683 * help-fns.el (describe-variable): Rearrange to put source link
684 in a predictable place.
685
686 * net/newsticker.el: New file.
687
688 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * calendar/calendar.el (calendar-for-loop): Add edebug info.
691 (calendar-basic-setup): Use the new nil arg.
692 (number-of-diary-entries): Move to diary-lib.el.
693
694 * calendar/diary-lib.el: Use with-current-buffer, match-string.
695 (diary-list-entries): Use with-syntax-table and dolist.
696 Rename from list-diary-entries.
697 Use number-of-diary-entries if `number' is nil.
698 (diary, diary-view-entries): Use this new name and new nil arg value.
699 (number-of-diary-entries): Move from calendar.el.
700 (diary-unhide-everything): New function.
701 (include-other-diary-files, fancy-diary-display)
702 (diary-show-all-entries, make-diary-entry): Use it.
703 (diary-mail-entries): Use buffer-string.
704 (mark-diary-entries): Fix long standing paren typo.
705 (diary-sexp-entry): Use count-lines.
706 (make-diary-entry): Avoid `previous-line'.
707 (diary-mode-map): New var.
708 (diary-mode): Redraw cal after saving. Setup header-line.
709 (fancy-diary-display-mode): Use local-set-key.
710
711 * startup.el (command-line): Try calling various terminal-init-foo-bar
712 functions by stripping hyphenated suffixes from $TERM.
713
714 * files.el (normal-mode): Check boundness of font-lock-keywords.
715
716 2005-09-12 Richard M. Stallman <rms@gnu.org>
717
718 * progmodes/compile.el: Don't decide a file's directory
719 until the user actually tries to go there.
720 (compilation-next-error-function):
721 Pass compilation-find-file the directory from the file-struct.
722 (compilation-internal-error-properties): Separate local FILE-STRUCT
723 from FILE. Doc the args better. Rename arg FMT to FMTS.
724 (compilation-find-file): Arg DIR renamed to DIRECTORY.
725 Expand it, and if nil, use default-directory.
726 (compilation-get-file-structure): Don't mix specified directory
727 with default directory. Put specified directory into
728 file-struct. Don't make the file name absolute.
729
730 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
731 (compile-command): Add autoload.
732 (compilation-disable-input): Add autoload.
733
734 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
735
736 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
737 strings of the variables it can override.
738 (time-stamp): New (as yet undocumented) time-stamp-format escapes
739 %Q and %q, for fully-qualified domain name and unqualified host name.
740
741 2005-09-11 Kim F. Storm <storm@cua.dk>
742
743 * emacs-lisp/authors.el (authors-aliases): Update list.
744 (authors-fixed-entries): Update mldrag.el entry.
745
746 2005-09-10 Alan Mackenzie <acm@muc.de>
747
748 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
749 from the region narrowed to.
750
751 2005-09-10 Magnus Henoch <mange@freemail.hu>
752
753 * textmodes/ispell.el (ispell-check-version): Signal an error if
754 aspell version is less than 0.60.
755
756 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
757
758 * progmodes/octave-inf.el (inferior-octave-startup):
759 Resync current dir at the end.
760
761 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
762
763 * woman.el (woman-topic-at-point-default):
764 Rename to woman-use-topic-at-point-default.
765 (woman-topic-at-point): Rename to woman-use-topic-at-point.
766 (woman-file-name): Reflect renames above. Automatically use the
767 word at point as topic if woman-use-topic-at-point is non-nil.
768 Otherwise offer it as default but don't insert it in the
769 minibuffer. Also use `test-completion' instead of `assoc' as
770 suggested by Stefan Monnier.
771
772 2005-09-10 Andre Spiegel <spiegel@gnu.org>
773
774 * vc.el (vc-directory, vc-update-change-log): Throw an error on
775 the attempt to do it over Tramp. This is not yet supported.
776
777 2005-09-10 Eli Zaretskii <eliz@gnu.org>
778
779 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
780 (menu-bar-non-minibuffer-window-p): New functions.
781 ("Split Window", "Save As..."): Use them.
782 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
783 ("Print Buffer", "Truncate Long Lines in this Buffer"):
784 Use menu-bar-menu-frame-live-and-visible-p.
785 ("Save Buffer", "Insert File", "Open Directory...")
786 ("Open File...", "Visit New File..."):
787 Use menu-bar-non-minibuffer-window-p.
788 (kill-this-buffer-enabled-p, dired <menu-enable>):
789 Use menu-bar-non-minibuffer-window-p.
790
791 2005-09-09 Eli Zaretskii <eliz@gnu.org>
792
793 * cus-start.el (all): Don't complain about fringe-related
794 built-ins if fringes are not supported. Ditto about
795 selection-related built-ins. Fix the test for GTK-related built-ins.
796
797 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
798 ("Postscript Print Buffer", "Print Region", "Save As...")
799 ("Save", "Insert File...", "Open Directory...")
800 ("Open File...", "Visit New File..."")
801 ("Truncate Long Lines in this Buffer"): Don't look at
802 menu-updating-frame if this display does not support multiple frames.
803
804 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
805
806 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
807
808 2005-09-09 Emilio Lopes <eclig@gmx.net>
809
810 * woman.el: Format- and whitespace-related changes.
811
812 2005-09-09 Eli Zaretskii <eliz@gnu.org>
813
814 * woman.el: Fix my email address.
815
816 2005-09-08 Richard M. Stallman <rms@gnu.org>
817
818 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
819 (sh-mode): Locally set skeleton-pair-default-alist.
820
821 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
822
823 * progmodes/flymake.el: Require `compile' unconditionally.
824
825 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
826
827 * woman.el (woman-file-name): Provide a default, not initial input.
828
829 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
830
831 * font-lock.el (font-lock-support-mode): Doc fix.
832
833 * descr-text.el (describe-property-list): Handle non-symbol prop names.
834
835 2005-09-08 Richard M. Stallman <rms@gnu.org>
836
837 * simple.el (blink-matching-open): Get rid of text props from
838 the string shown in echo area. Don't permanently set point.
839 Some rearrangements.
840
841 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
842
843 * recentf.el (recentf-filename-handler): Add custom choice
844 `abbreviate-file-name'.
845
846 * msb.el (msb--very-many-menus): Fix typo.
847
848 * disp-table.el (standard-display-european): Don't set
849 enable-multibyte-characters to nil.
850
851 2005-09-08 David Ponce <david@dponce.com>
852
853 * recentf.el (recentf-show-file-shortcuts-flag): New option.
854 (recentf-expand-file-name): Doc fix.
855 (recentf-dialog-mode-map): Define digit shortcuts.
856 (recentf--files-with-key): New variable.
857 (recentf-show-digit-shortcut-filter): New function.
858 (recentf-open-files-items): New function.
859 (recentf-open-files): Use it.
860 (recentf-open-file-with-key): New command.
861
862 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
863
864 * buff-menu.el (Buffer-menu-sort-by-column): New function.
865 Suggested by Kim F. Storm.
866 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
867 (Buffer-menu-make-sort-button): Use global keymap.
868
869 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
870
871 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
872 (Man-getpage-in-background-advice): Remove defadvice; it isn't
873 necessary any longer with the remapped command.
874 (Man-bgproc-sentinel-advice): Remove defadvice which counts
875 formatting time only.
876
877 * net/tramp.el (tramp-action-password)
878 (tramp-multi-action-password): Compile the password prompt from
879 `method', `user' and `host'. Sometimes it isn't obvious which
880 password to enter, for example with remote files offered by
881 recentf.el, or with multiple steps. Suggested by Robert Marshall
882 <robert@chezmarshall.freeserve.co.uk>.
883
884 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
887 Fix regexp for when "s///" is at the beginning of line.
888
889 2005-09-07 Jay Belanger <belanger@truman.edu>
890
891 * calc/calc-poly.el (math-expand-term): Multiply out any powers
892 when in matrix mode.
893
894 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
897 non-anonymous functions.
898
899 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
900
901 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
902 when using a header line. Otherwise, use mouse-1-click-follows-link.
903
904 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
905 can't be moved; don't signal an error.
906
907 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
908
909 * cus-theme.el (custom-theme-write-faces): Save the current face
910 spec, not the defface spec.
911
912 * custom.el (custom-known-themes): Clarify meaning of "standard".
913 (custom-push-theme): Save old values in the standard theme.
914 (disable-theme): Correct typo.
915 (custom-face-theme-value) Deleted unused function.
916 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
917
918 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * progmodes/compile.el (compilation-goto-locus): Take into account
921 iconified frames when determining whether the buffer is
922 already visible.
923 Don't reset window height if the window already existed.
924
925 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
926
927 * custom.el (load-theme): Rename from require-theme.
928 Add interactive spec.
929 (enable-theme): Rename from custom-enable-theme.
930 Add interactive spec.
931 (disable-theme): Rename from custom-disable-theme.
932 Add interactive spec.
933 (custom-make-theme-feature): Doc fix.
934 (custom-theme-directory): Doc fix.
935 (provide-theme): Call enable-theme.
936
937 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * obsolete/lazy-lock.el (lazy-lock-mode):
940 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
941 font-lock-mode if it's off. Print a warning instead.
942
943 * progmodes/compile.el (compilation-start): Ignore errors if the
944 process died before we get to send-eof.
945
946 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
947 Undo last change. Enclosing the result in quotes broke things on Unix
948 since tex-send-command passes it through shell-quote-argument.
949 (tex-send-command): Pass `file' through convert-standard-filename
950 when possible.
951 (tex-uptodate-p): Handle the case where TeX hasn't put additional
952 info in a transcript.
953
954 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
955
956 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
957 fix compilation warning. Reorder the key definitions to group
958 together keys emitted by the current version of xterm.
959
960 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
961 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
962 Reorder predicates to correct min-color usage.
963
964 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
965
966 * longlines.el (longlines-mode): Inhibit read-only when encoding.
967 Kill local variables when longlines-mode is turned off.
968
969 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
970
971 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
972
973 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
974
975 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
976
977 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
978 (font-lock-lines-before): Change default to being inactive.
979 (font-lock-default-fontify-region): Obey font-lock-lines-before.
980 (font-lock-after-change-function): Don't handle f-l-lines-before here.
981
982 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
983
984 * net/tramp.el (tramp-handle-make-auto-save-file-name):
985 Deactivate temporarily advice if active (not needed for Emacs 22,
986 but for backwards compatibility).
987 (tramp-exists-file-name-handler): Rewrite. First implementation
988 was too simple.
989 (tramp-advice-make-auto-save-file-name):
990 Call `tramp-handle-make-auto-save-file-name' (again, just for
991 backwards compatibility).
992
993 2005-08-31 Reto Zimmermann <reto@gnu.org>
994
995 * progmodes/vhdl-mode.el
996 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
997 (vhdl-end-p): Fix indentation bug "else" after "-- when".
998 (vhdl-set-default-project): New function (easier setting of default).
999 (vhdl-port-copy): Handle extended identifiers for generics.
1000 (vhdl-compiler-alist): Better description for error message regexp.
1001 (vhdl-make): Query for target, use previous as default.
1002 (vhdl-port-copy): Fix port copy for port names starting with "signal".
1003 (vhdl-font-lock-keywords-2): Fix fontification for record
1004 el. assign.
1005 (vhdl-speedbar-make-subpack-line): Add package body link.
1006 (vhdl-generate-makefile-1): Not include itself as dependency.
1007 (vhdl-font-lock-init): Highlight c-preprocessor directives.
1008 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1009 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1010 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1011 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1012 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1013 (vhdl-import-project): Add string argument for `error'.
1014 (vhdl-compose-configuration)
1015 (vhdl-compose-configuration-architecture): Add configuration
1016 declaration generation.
1017 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1018 (vhdl-trailer-re): Add "record" keyword (better indentation).
1019 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1020 "[^ \t-\"]+".
1021 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1022 (vhdl-testbench-entity-file-name)
1023 (vhdl-testbench-architecture-file-name): Allow separate
1024 customization of testbench file names.
1025 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1026 (vhdl-get-visible-signals): Allow newline within alias declaration.
1027 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1028 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1029 (member-ignore-case): Alias for missing function in XEmacs.
1030 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1031 (vhdl-update-sensitivity-list): Ignore case on read signals.
1032 (vhdl-replace-string): Adjust case only for file names.
1033 (vhdl-update-sensitivity-list): Fix search for read signals.
1034 (vhdl-update-sensitivity-list): Exclude formal parameters.
1035 (vhdl-get-visible-signals): Include aliases of signals.
1036 (vhdl-get-visible-signals): Fix signal name searching.
1037 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1038 (vhdl-fixup-whitespace-region): Fix for character
1039 literals (e.g. ':').
1040
1041 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
1042
1043 * ansi-color.el (comint-last-output-start):
1044 * bs.el (font-lock-verbose):
1045 * diff-mode.el (add-log-buffer-file-name-function):
1046 * dired-x.el (vm-folder-directory):
1047 * faces.el (help-xref-stack-item):
1048 * files.el (font-lock-keywords):
1049 * find-lisp.el (dired-buffers, dired-subdir-alist):
1050 * ido.el (cua-inhibit-cua-keys):
1051 * log-view.el (cvs-minor-wrap-function):
1052 * outline.el (font-lock-warning-face):
1053 * simple.el (compilation-current-error):
1054 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1055 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1056 * tooltip.el (comint-prompt-regexp):
1057 * w32-fns.el (explicit-shell-file-name):
1058 * term/mac-win.el (mac-charset-info-alist)
1059 (mac-services-selection, mac-system-script-code):
1060 * term/tty-colors.el (msdos-color-values):
1061 * term/w32-win.el (xlfd-regexp-registry-subnum):
1062 * term/x-win.el (x-keysym-table, x-selection-timeout)
1063 (x-session-id, x-session-previous-id):
1064 * textmodes/ispell.el (mail-yank-prefix):
1065 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1066 * textmodes/org.el (calc-embedded-close-formula)
1067 (calc-embedded-open-formula)
1068 (font-lock-unfontify-region-function):
1069 * textmodes/reftex-global.el (isearch-next-buffer-function)
1070 (TeX-master):
1071 * textmodes/reftex.el (font-lock-keywords):
1072 * textmodes/tex-mode.el (font-lock-comment-face)
1073 (font-lock-doc-face):
1074 * textmodes/texinfo.el (outline-heading-alist):
1075 Add defvars.
1076
1077 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1078 (artist-spray-chars, artist-mode-init, artist-replace-string)
1079 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1080 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1081 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1082
1083 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1084 (conf-align-assignments): "?\ " -> "?\s".
1085
1086 * textmodes/reftex-index.el (TeX-master): Add defvar.
1087 (reftex-index-phrases-marker): Move up defvar.
1088
1089 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1090 (reftex-toc-include-labels-indicator)
1091 (reftex-toc-include-index-indicator)
1092 (reftex-toc-max-level-indicator): Move up declarations.
1093
1094 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1095 of args to `tramp-run-real-handler', even if it's empty in this case.
1096
1097 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1098
1099 * dired.el (dired-move-to-filename-regexp): Add date format for
1100 Mac OS X 10.3 in East Asian locales.
1101
1102 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1103
1104 * files.el (make-auto-save-file-name): Add file name handler call
1105 if applicable.
1106
1107 * net/tramp.el (tramp-file-name-handler-alist)
1108 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1109 (tramp-handle-make-auto-save-file-name): Rename from
1110 `tramp-make-auto-save-file-name'.
1111 (tramp-exists-file-name-handler): New defun.
1112 (tramp-advice-make-auto-save-file-name): Make defadvice only when
1113 `make-auto-save-file-name' is not a magic file name operation.
1114
1115 2005-08-30 Richard M. Stallman <rms@gnu.org>
1116
1117 * files.el (risky-local-variable-p):
1118 Match `-predicates' and `-commands.
1119
1120 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1121 (custom-save-all): Visit the file if necessary;
1122 kill the buffer if we created it.
1123 (custom-save-delete): Don't visit file or kill buffer here.
1124
1125 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
1126
1127 * textmodes/org.el (org-special-keyword): New face.
1128 (org-table-copy-down, org-table-eval-formula)
1129 (org-table-recalculate, org-init-section-numbers):
1130 Use `string-to-number' instead of `string-to-int'.
1131 (org-get-location): Use `insert-buffer-substring' instead of
1132 `insert-buffer'.
1133 (org-modify-diary-entry-string): New function.
1134 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1135 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1136 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1137 active region.
1138 (org-export-as-html): Handle QUOTE keyword.
1139 (org-quote-string): New option.
1140 (org-bookmark-jump-unhide): New function, used for
1141 `bookmark-after-jump-hook'.
1142 (org-diary-default-entry): Apply only when not called through
1143 `org-agenda'.
1144
1145 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
1146
1147 * net/eudc.el (mode-popup-menu):
1148 * play/handwrite.el (ps-printer-name, ps-lpr-command):
1149 * progmodes/ada-mode.el (compile-auto-highlight)
1150 (skeleton-further-elements):
1151 * progmodes/autoconf.el (font-lock-syntactic-keywords):
1152 * progmodes/cmacexp.el (msdos-shells):
1153 * progmodes/compile.el (font-lock-extra-managed-props)
1154 (font-lock-keywords, font-lock-maximum-size)
1155 (font-lock-support-mode):
1156 * progmodes/grep.el (font-lock-lines-before):
1157 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1158 * progmodes/mixal-mode.el (compile-command):
1159 * progmodes/perl-mode.el (font-lock-comment-face)
1160 (font-lock-doc-face, font-lock-string-face):
1161 * progmodes/prolog.el (comint-prompt-regexp):
1162 * progmodes/sh-script.el (font-lock-comment-face)
1163 (font-lock-set-defaults, font-lock-string-face):
1164 * progmodes/sql.el (font-lock-keyword-face)
1165 (font-lock-set-defaults, font-lock-string-face):
1166 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1167 (itimer-version, lazy-lock-defer-contextually)
1168 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1169 Add defvars.
1170
1171 * progmodes/cperl-mode.el (cperl-electric-lbrace)
1172 (cperl-electric-keyword, cperl-electric-pod)
1173 (cperl-electric-backspace, cperl-forward-re)
1174 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1175 (vc-rcs-header, vc-sccs-header): Add defvars.
1176
1177 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1178 (font-lock-syntactic-keywords, gud-find-expr-function):
1179 Add defvars.
1180
1181 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1182 (gdb-frame-parameters): Declare before use.
1183
1184 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1185 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1186 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1187 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1188
1189 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1190 (idlwave-help-with-source): Use `insert-buffer-substring', not
1191 `insert-buffer'.
1192
1193 2005-08-29 Juri Linkov <juri@jurta.org>
1194
1195 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1196 Put outline-back-to-heading function call inside save-excursion.
1197
1198 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
1199
1200 * man.el (Man-init-defvars, Man-translate-references)
1201 (Man-support-local-filenames, Man-highlight-references):
1202 * progmodes/sql.el (sql-interactive-mode):
1203 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1204
1205 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1206 (compilation-mode-font-lock-keywords): Add defvars.
1207 (checkdoc-interactive-loop): "?\ " -> "?\s".
1208
1209 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1210 (font-lock-doc-face, font-lock-string-face)
1211 (font-lock-keywords-case-fold-search): Add defvars.
1212 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1213
1214 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1215 Don't pass X and Y (they are ignored anyway).
1216 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1217 (mouse-delete-window): Make arguments optional.
1218
1219 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1220 (caesar-translate-table, minor-modes, news-buffer-save)
1221 (news-group-name, news-minor-modes): Add defvars.
1222
1223 * emacs-lisp/lselect.el (mouse-highlight-priority)
1224 (x-lost-selection-functions, zmacs-regions):
1225 * emacs-lisp/pp.el (font-lock-verbose):
1226 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1227 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1228 (ses-mode-map):
1229 * emacs-lisp/tcover-unsafep.el (safe-functions):
1230 * international/mule-cmds.el (mac-system-coding-system)
1231 (mac-system-locale):
1232 * language/ethio-util.el (rmail-current-message)
1233 (rmail-message-vector):
1234 * language/thai-util.el (thai-auto-composition-mode):
1235 * mail/metamail.el (rmail-current-message, rmail-message-vector):
1236 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1237 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1238 (vm-primary-inbox, vm-spool-files):
1239 * mail/rmail.el (deleted-head, font-lock-fontified)
1240 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1241 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1242 (total-messages):
1243 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1244 (rmail-summary-mode-map):
1245 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1246 (rmail-last-label, rmail-last-multi-labels)
1247 (rmail-summary-vector, rmail-total-messages):
1248 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1249 * mail/rmailsum.el (msgnum):
1250 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1251 (rmail-current-message):
1252 * obsolete/fast-lock.el (font-lock-face-list):
1253 * obsolete/rnewspost.el (mail-reply-buffer):
1254 * obsolete/scribe.el (compile-command):
1255 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1256
1257 2005-08-28 John Paul Wallington <jpw@gnu.org>
1258
1259 * ibuf-ext.el (ibuffer-auto-update-changed):
1260 Use `frame-or-buffer-changed-p' to check whether we need to update.
1261 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1262 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
1263 as a `frame-or-buffer-changed-p' state vector instead.
1264
1265 2005-08-27 Romain Francoise <romain@orebokech.com>
1266
1267 * textmodes/makeinfo.el (makeinfo-compile):
1268 Use `compilation-start'. Set `next-error-function' according to
1269 `disable-errors'.
1270 (makeinfo-next-error): New function.
1271 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1272 (makeinfo-buffer): Likewise.
1273
1274 * progmodes/compile.el (compilation-start): Add autoload cookie.
1275
1276 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1277 * textmodes/sgml-mode.el: Likewise.
1278 * progmodes/python.el: Likewise.
1279
1280 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1281
1282 * simple.el (blink-matching-paren-distance): Document the meaning
1283 of nil value, and allow to customize to nil.
1284
1285 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
1286 command.com, not command.exe.
1287
1288 2005-08-26 John Wiegley <johnw@newartisans.com>
1289
1290 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
1291 code around a bit so that an extraneous nil argument is not added
1292 to a command when no args are given.
1293
1294 * eshell/esh-arg.el (eshell-parse-double-quote): If a
1295 double-quoted argument resolves to nil, return it as an empty
1296 string rather than as nil. This made it impossible to pass "" to
1297 a shell script as a null string argument.
1298
1299 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * outline.el (outline-invent-heading): New fun.
1302 (outline-promote, outline-demote): Use it.
1303 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
1304 (outline-end-of-subtree): Remove unused var `opoint'.
1305
1306 2005-08-26 David Reitter <david.reitter@gmail.com>
1307
1308 * menu-bar.el (truncate-lines, write-file, print-buffer)
1309 (ps-print-buffer-faces, ps-print-buffer, split-window):
1310 Disable menu items when the frame they refer to is invisible, or when
1311 they refer to a buffer and the minibuffer is selected.
1312
1313 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
1314
1315 * progmodes/flymake.el (flymake-highlight-err-lines):
1316 Use save-excursion around flymake-highlight-line to preserve point.
1317
1318 2005-08-26 Eli Zaretskii <eliz@gnu.org>
1319
1320 * progmodes/octave-mod.el: Change Author and Maintainer address.
1321 (octave-maintainer-address): Change Kurt's email address.
1322 * progmodes/octave-inf.el: Change Author and Maintainer address.
1323 * progmodes/octave-hlp.el: Change Author and Maintainer address.
1324
1325 2005-08-26 Kim F. Storm <storm@cua.dk>
1326
1327 * subr.el (version-list-<, version-list-<=, version-list-=):
1328 Renamed from integer-list-*.
1329 (version-list-not-zero): Likewise. Fix while loop.
1330 (version=): Use version-list-= instead of string-equal.
1331
1332 2005-08-26 Richard M. Stallman <rms@gnu.org>
1333
1334 * outline.el (outline-promote): Try shortening the heading.
1335 As last resort, read the heading to use.
1336 (outline-demote): As last resort, read the heading to use.
1337
1338 2005-08-26 Romain Francoise <romain@orebokech.com>
1339
1340 * progmodes/compile.el (compilation-start): Doc fix.
1341
1342 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
1343 (antlr-font-lock-additional-keywords): Fix reference to
1344 `antlr-font-lock-literal-regexp' erroneously changed during the
1345 mass face rename.
1346 (antlr-run-tool): Use `compilation-start'.
1347
1348 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
1349 instead of the obsolete `compile-internal'.
1350
1351 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
1352
1353 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
1354 (number, original-date):
1355 * calendar/cal-china.el (date):
1356 * calendar/cal-coptic.el (date):
1357 * calendar/cal-french.el (date):
1358 * calendar/cal-hebrew.el (date, entry, number, original-date):
1359 * calendar/cal-islam.el (date, number, original-date):
1360 * calendar/cal-iso.el (date):
1361 * calendar/cal-julian.el (date):
1362 * calendar/cal-mayan.el (date):
1363 * calendar/cal-menu.el (date, event):
1364 * calendar/cal-persia.el (date):
1365 * calendar/lunar.el (date):
1366 * calendar/solar.el (date): Add defvars.
1367
1368 * emerge.el:
1369 * ibuffer.el:
1370 * info-xref.el:
1371 * obsolete/bg-mouse.el:
1372 * obsolete/sun-curs.el:
1373 * obsolete/swedish.el: Move the `defvar's to the top level.
1374
1375 * smerge-mode.el (smerge-refined-change): Add :group.
1376
1377 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
1380 (smerge-keep-n): Remove props.
1381 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1382 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
1383 now that it's done in smerge-keep-n.
1384 (smerge-refined-change): New face.
1385 (smerge-refine-chopup-region, smerge-refine-highlight-change)
1386 (smerge-refine): New funs.
1387 (smerge-basic-map): Bind smerge-refine.
1388
1389 2005-08-25 Juri Linkov <juri@jurta.org>
1390
1391 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
1392 compilation-process-setup-function and compilation-disable-input
1393 in grep-mode instead of let-bindings in grep.
1394
1395 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
1396 Delete "Automatic File De/compression" (auto-compression-mode).
1397
1398 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
1399
1400 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
1401 Silence warning about non-existent variable.
1402
1403 2005-08-25 Richard M. Stallman <rms@gnu.org>
1404
1405 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
1406 Rename "Describe Key" to "Describe Key or Mouse Operation".
1407
1408 * mail/mailalias.el (build-mail-aliases): Delete comments
1409 from the contents before processing them.
1410
1411 * isearch.el (isearch-edit-string): Erase the Search prompt
1412 if user enters an empty string and there is no default.
1413
1414 * comint.el (comint-file-name-prefix): Add autoload.
1415
1416 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
1417
1418 * subr.el (play-sound): Rearrange to avoid warning.
1419
1420 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
1421
1422 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
1423 New hook.
1424 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
1425
1426 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1427
1428 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
1429
1430 * custom.el (custom-theme-set-variables): Sort minor modes last.
1431
1432 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1433
1434 * subr.el (version-separator, version-regexp-alist): New vars used by
1435 version comparison funs.
1436 (integer-list-<, integer-list-=, integer-list-<=)
1437 (integer-list-not-zero): New funs for integer list comparison.
1438 (version-to-list, version=, version<, version<=): New funs for version
1439 comparison.
1440
1441 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
1442
1443 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
1444 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
1445 time to silence the byte-compiler.
1446
1447 * ibuffer.el (ibuffer-compile-make-eliding-form)
1448 (ibuffer-check-formats): Use `with-no-warnings' to hide references
1449 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
1450 so it's silly to get warnings for it).
1451 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
1452 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
1453 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
1454 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
1455 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
1456 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
1457 Defvar at compile time.
1458 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
1459 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
1460 Declare them before use.
1461
1462 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
1463 (info-xref-good, info-xref-bad): Defvar at compile time.
1464
1465 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
1466 Use `let*' instead of `let'.
1467
1468 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
1469 (*mouse-y*, menu, char): Defvar at compile time.
1470 (sc::menu): Declare it before use.
1471 (sc::pack-one-line): Use `let', not `let*'.
1472
1473 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
1474 (mail-send-hook): Defvar at compile time.
1475
1476 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
1477 Defvar at compile time.
1478
1479 * term/sun-mouse.el (current-global-mousemap)
1480 (current-local-mousemap): Declare them before use.
1481
1482 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
1483
1484 * bookmark.el (bookmark-after-jump-hook): New hook.
1485 (bookmark-jump): Run `bookmark-after-jump-hook'.
1486
1487 2005-08-23 Juri Linkov <juri@jurta.org>
1488
1489 * faces.el (minibuffer-prompt): Doc fix.
1490
1491 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
1492
1493 * progmodes/xscheme.el: Trivial changes to silence warnings.
1494 (xscheme-previous-mode, xscheme-previous-process-state):
1495 Add defvars.
1496 (xscheme-last-input-end, xscheme-process-command-line)
1497 (xscheme-process-name, xscheme-buffer-name)
1498 (xscheme-expressions-ring-max, xscheme-expressions-ring)
1499 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
1500 (xscheme-control-g-synchronization-p)
1501 (xscheme-control-g-disabled-p, xscheme-string-receiver)
1502 (default-xscheme-runlight, xscheme-runlight)
1503 (xscheme-runlight-string, xscheme-process-filter-state)
1504 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
1505 Move to beginning of file.
1506 (scheme-interaction-mode-commands-alist)
1507 (scheme-interaction-mode-map, scheme-debugger-mode-map):
1508 Declare them before use. Note: the initialization code for the variables
1509 has not been moved because it uses functions that reference the variables.
1510 (xscheme-control-g-message-string, xscheme-process-filter-alist)
1511 (xscheme-prompt-for-expression-map): Declare them before use.
1512 (scheme-debugger-mode-commands): "?\ " -> "?\s".
1513
1514 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
1515
1516 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
1517
1518 2005-08-22 Juri Linkov <juri@jurta.org>
1519
1520 * faces.el (set-face-underline): Delete this duplicate function
1521 and make an obsolete alias to set-face-underline-p.
1522 (set-face-underline-p): Use docstring of set-face-underline.
1523 (describe-face): Create hyperlink to parent face.
1524
1525 * info.el (Info-insert-dir): Use save-excursion around
1526 insert-buffer-substring.
1527 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
1528 (Info-escape-percent): Delete function.
1529 (Info-fontify-node): Replace Info-escape-percent by
1530 replace-regexp-in-string with REP arg set to lambda that
1531 duplicates `%' and preserves text properties.
1532
1533 * progmodes/compile.el (compilation-disable-input): Doc fix.
1534 (define-compilation-mode): Doc fix and refill.
1535 (kill-compilation): Use `mode-name' in the error message.
1536 (compilation-find-file): Use `compilation-error' in the
1537 read-file-name's prompt.
1538
1539 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
1542 (smerge-auto-leave): Make undo re-enable the mode.
1543 (debug-ignored-errors): Add the user-error of impossible resolution.
1544 (smerge-resolve): Move things around a bit, in preparation for later.
1545 (smerge-diff): Don't fail if the buffer has no associated file.
1546 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
1547 (smerge-conflict-overlay): New function.
1548 (smerge-match-conflict): Don't add text properties here.
1549 (smerge-find-conflict): Instead, add an overlay here.
1550 Also check for the case where we're inside a conflict already, so as to
1551 obviate the need for font-lock-multiline, which is unbearably slow with
1552 large conflicts and ciomplex font-lock patterns.
1553 (smerge-remove-props): Remove overlay rather than text-properties.
1554 (smerge-mode): Don't set font-lock-multiline.
1555 Remove overlays when turned off.
1556
1557 2005-08-21 Kim F. Storm <storm@cua.dk>
1558
1559 * ido.el (ido-ignore-item-p): Use save-match-data.
1560 Bind case-fold-search to ido-case-fold locally.
1561
1562 2005-08-20 Richard M. Stallman <rms@gnu.org>
1563
1564 * files.el (normal-mode): If font lock is on, turn it off and on.
1565
1566 * subr.el (replace-regexp-in-string): Doc fix.
1567
1568 * startup.el (command-line-1): Don't suppress startup screen
1569 due to existing processes.
1570
1571 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
1572
1573 * progmodes/compile.el (compilation-disable-input): Default to nil.
1574
1575 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1576
1577 * progmodes/compile.el (compilation-disable-input): New defcustom.
1578 (compilation-start): If compilation-disable-input is non-nil, send
1579 EOF to the compilation process.
1580
1581 2005-08-20 Eli Zaretskii <eliz@gnu.org>
1582
1583 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
1584 Run the argument of tex-shell-cd-command through
1585 convert-standard-filename, to get the correct style of slashes on
1586 Windows, and enclose the result in quotes, in case the file name
1587 includes whitespace or other special characters.
1588
1589 2005-08-19 Andreas Schwab <schwab@suse.de>
1590
1591 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
1592 process.
1593
1594 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
1595
1596 * cus-start.el (minibuffer-prompt-properties): Correct typo.
1597
1598 2005-08-18 Kim F. Storm <storm@cua.dk>
1599
1600 * scroll-lock.el: Fix errors due to incorrect line wrapping.
1601
1602 2005-08-18 Richard M. Stallman <rms@gnu.org>
1603
1604 * scroll-lock.el: New file.
1605
1606 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
1607
1608 * dired.el (dired-move-to-end-of-filename):
1609 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
1610
1611 2005-08-18 Kim F. Storm <storm@cua.dk>
1612
1613 * ido.el (ido-everywhere): Fix defcustom :set function to disable
1614 rather than toggle mode when custom value is nil.
1615 (ido-everywhere): Fix defun doc string.
1616
1617 2005-08-17 Richard M. Stallman <rms@gnu.org>
1618
1619 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
1620 as tag instead of "Inviolable".
1621
1622 2005-08-17 Kim F. Storm <storm@cua.dk>
1623
1624 * windmove.el (windmove-coordinates-of-position): Remove.
1625 (windmove-coordinates-of-window-position): Remove.
1626 (windmove-reference-loc): Use posn-at-point instead.
1627
1628 * subr.el (insert-for-yank-1): Doc fix.
1629
1630 * ido.el (ido-enter-matching-directory): Rename from
1631 ido-enter-single-matching-directory. Change 'slash choice to
1632 'only. Add 'first choice.
1633 (ido-exhibit): Adapt to above changes.
1634
1635 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
1636
1637 * Makefile.in: Expand comment about building loaddefs.el.
1638
1639 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
1640
1641 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
1642 Comment use of defadvice.
1643
1644 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
1645
1646 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
1647
1648 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
1649 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
1650 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
1651 * progmodes/idlw-shell.el, progmodes/ld-script.el,
1652 * progmodes/which-func.el, ruler-mode.el, strokes.el,
1653 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
1654 for backward compatibility for faces that did not appear in the
1655 previous Emacs release.
1656
1657 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
1658
1659 2005-08-15 Kim F. Storm <storm@cua.dk>
1660
1661 * emulation/cua-base.el (cua-delete-region): Return t if
1662 deleted region was non-empty.
1663 (cua-replace-region): Inhibit overwrite-mode for
1664 self-insert-command if replaced region was non-empty.
1665 (cua--explicit-region-start, cua--status-string): Make them
1666 buffer-local at top-level...
1667 (cua-mode): ...rather than when mode is enabled.
1668
1669 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
1670
1671 * progmodes/vhdl-mode.el (vhdl-emacs-21):
1672 Set t for Emacs 21, 22, and so on.
1673
1674 2005-08-15 David Ponce <david@dponce.com>
1675
1676 * tree-widget.el: Update Commentary header.
1677 (tree-widget-theme): Doc fix.
1678 (tree-widget-space-width): New option.
1679 (tree-widget-image-properties): Look up in the default theme too.
1680 (tree-widget--cursors): Only for images with arrow pointer shape.
1681 (tree-widget-lookup-image): Pointer shape is hand by default.
1682 (tree-widget-icon): Rename generic icon widget from
1683 `tree-widget-control'.
1684 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
1685 derive from `tree-widget-icon'.
1686 (tree-widget-handle): Improve default look and feel of the text
1687 representation.
1688 (tree-widget): Rename :*-control properties to :*-icon properties.
1689 Add :action and :help-echo properties.
1690 (tree-widget-after-toggle-functions): Move.
1691 (tree-widget-close-node, tree-widget-open-node): Remove.
1692 (tree-widget-before-create-icon-functions): New hook.
1693 (tree-widget-value-create): Update to allow customization of icons
1694 and nodes at run-time via that new hook.
1695 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
1696 (tree-widget-icon-action, tree-widget-icon-help-echo)
1697 (tree-widget-action, tree-widget-help-echo): New functions.
1698
1699 2005-08-15 Kim F. Storm <storm@cua.dk>
1700
1701 * ido.el (ido-buffer-internal): Use with-no-warnings.
1702 (ido-make-merged-file-list): Use while-no-input.
1703
1704 2005-08-15 Richard M. Stallman <rms@gnu.org>
1705
1706 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
1707 (flyspell-large-region): Fix doc and custom type.
1708
1709 2005-08-14 Richard M. Stallman <rms@gnu.org>
1710
1711 * files.el (interpreter-mode-alist): Doc fix.
1712
1713 * mail/rmail.el (rmail-nonignored-headers): New variable.
1714 (rmail-clear-headers): Use it.
1715 (rmail-reply): Better handling of mail-followup-to header.
1716
1717 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1718 Rename variable from sh-font-lock-keywords. In the `shell' entry,
1719 don't try to refer to executable-font-lock-keywords.
1720 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
1721 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
1722 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
1723 (sh-mode): Set comment-start-skip, local-abbrev-table,
1724 imenu-case-fold-search.
1725 (sh-set-shell): Don't set them here.
1726 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
1727 Don't cache the results in the original alist; don't ever modify
1728 that alist.
1729
1730 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
1731
1732 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
1733 empty.
1734
1735 2005-08-15 Andreas Schwab <schwab@suse.de>
1736
1737 * desktop.el: Put autoload cookie at risky-local-variable declarations.
1738
1739 * dired.el, info.el, mail/rmail.el: Revert last change.
1740
1741 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
1742
1743 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
1744 modification in `eval-after-load' form.
1745 * info.el: Likewise.
1746 * mail/rmail.el: Likewise.
1747
1748 2005-08-14 Juri Linkov <juri@jurta.org>
1749
1750 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1751 Remove highlighting of "Compilation started". Highlight only
1752 the word "finished" in "Compilation finished". Add highlighting
1753 of "interrupt", "killed", "terminated" and the exit code.
1754 (compilation-start): Add newline after header. Use exactly the
1755 same time stamp format as the finishing message.
1756 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
1757
1758 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
1759 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
1760 Add highlighting of "interrupt", "killed", "terminated".
1761
1762 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
1763 enabled and the current command is self-insert-command, call it
1764 explicitly with overwrite-mode bound to nil, to not allow it
1765 to delete the character after the selected region.
1766
1767 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
1768
1769 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
1770 move-end-of-line, end-of-line, and beginning-of-line to the list
1771 of commands after which the echo area is updated.
1772
1773 2005-08-12 Eli Zaretskii <eliz@gnu.org>
1774
1775 * cus-edit.el (custom-save-all, custom-save-delete):
1776 Bind recentf-exclude to exclude custom-file.
1777
1778 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
1779
1780 * mail/rmailsum.el (rmail-summary-end-of-message): New command
1781 to go to the bottom of the mail message. Added to
1782 `rmail-summary-mode-map' with key "/".
1783 (rmail-summary-show-message): New (internal) function for use by
1784 both `rmail-summary-beginning/end-of-message'.
1785 (rmail-summary-beginning-of-message): Change to use
1786 rmail-summary-show-message.
1787
1788 * mail/rmail.el (rmail-end-of-message): New command to go to the
1789 end of the current message. Added to `rmail-mode-map' with key "/".
1790 (rmail-beginning-of-message): Fix to work as documented.
1791 (rmail-mode): Change documentation.
1792
1793 * progmodes/compile.el (compilation-start): Add the line
1794 "Compilation started" with compilation start time.
1795 (compilation-mode-font-lock-keywords): Add `started' to keywords.
1796
1797 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
1798
1799 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
1800 of menu items.
1801
1802 2005-08-11 Richard M. Stallman <rms@gnu.org>
1803
1804 * simple.el (pop-global-mark): Reverse test of widen-automatically.
1805
1806 * battery.el (battery-status-function): Don't use ignore-errors.
1807
1808 2005-08-11 Lute Kamstra <lute@gnu.org>
1809
1810 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
1811 define-obsolete-variable-alias.
1812
1813 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
1816 (ange-ftp-send-cmd): Revert last change, and expand
1817 the comment explaining the problem.
1818
1819 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
1820
1821 * ldefs-boot.el: Update.
1822
1823 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
1824 item to "Time, Load and Mail". Change help echo text.
1825
1826 * time.el (display-time-use-mail-icon, display-time-format)
1827 (display-time-string-forms): Shorten first line of docstrings.
1828
1829 2005-08-10 Lars Hansen <larsh@soem.dk>
1830
1831 * desktop.el (desktop-buffer-mode-handlers):
1832 Make non-customizable. Add autoload cookie. Change initial value to
1833 nil; add elements in respective modules instead. Fix doc string.
1834 (desktop-load-file): New function.
1835 (desktop-minor-mode-handlers): New autoloaded variable.
1836 (desktop-create-buffer): Call minor mode handlers.
1837 Use desktop-load-file to load major and minor mode modules prior to
1838 checking for a handler.
1839 (desktop-save): Don't add nil to desktop-minor-modes for minor
1840 modes with nil function in desktop-minor-mode-table. Don't delete
1841 desktop file before rewriting it.
1842 (desktop-locals-to-save): Add autoload cookie. Don't make
1843 automatically buffer-local. Add variables column-number-mode,
1844 size-indication-mode, indent-tabs-mode,
1845 indicate-buffer-boundaries, indicate-empty-lines and
1846 show-trailing-whitespace.
1847 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
1848 regexps. Don't use desktop-clear-preserve-buffers-regexp.
1849 (desktop-clear-preserve-buffers-regexp): Delete.
1850 (desktop-clear-preserve-buffers): Update initial value and docstring.
1851 (desktop-save-buffer): Fix doc string.
1852
1853 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
1854 (hilit-chg-desktop-restore): New function.
1855 (highlight-changes-mode): Add highlight-changes-mode to
1856 desktop-locals-to-save.
1857
1858 * dired.el: Add handler to desktop-buffer-mode-handlers.
1859 (dired-restore-desktop-buffer): Remove autoload cookie.
1860 (dired-mode): Add autoload cookie.
1861
1862 * info.el: Add handler to desktop-buffer-mode-handlers.
1863 (Info-restore-desktop-buffer): Remove autoload cookie.
1864 (Info-mode): Add autoload cookie.
1865
1866 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
1867 (mh-restore-desktop-buffer): Remove autoload cookie.
1868 (mh-folder-mode): Add autoload cookie.
1869
1870 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
1871 (rmail-restore-desktop-buffer): Remove autoload cookie.
1872
1873 2005-08-11 Masatake YAMATO <jet@gyve.org>
1874
1875 * hexl.el (hexl-address-region):
1876 (hexl-ascii-region, hexl-font-lock-keywords):
1877 (hexl-highlight-line-range): Use the term "region"
1878 instead of "area" for consistency with the other symbols
1879 defined in hexl.el.
1880
1881 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1882
1883 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
1884 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
1885 out by Juri Linkov). Add `display-battery-mode'.
1886
1887 2005-08-09 Juri Linkov <juri@jurta.org>
1888
1889 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1890 Remove `-text' from face variable names.
1891 (compilation-error-file-name, compilation-warning-file-name)
1892 (compilation-info-file-name): Delete faces.
1893 (compilation-line-number, compilation-column-number):
1894 Remove face underlining.
1895 (compilation-message-face): Set to `underline' value by default.
1896 (compilation-error-face, compilation-warning-face)
1897 (compilation-info-face): Remove `-file-name' from face names.
1898 (compilation-error-text-face, compilation-warning-text-face)
1899 (compilation-info-text-face): Delete face variables.
1900 (compilation-text-face): Delete function.
1901
1902 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
1903 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
1904 (grep-error-face): Set to `compilation-error' instead of
1905 `compilation-error-face' (which is redefined to `grep-hit-face' in
1906 grep buffers).
1907 (grep-mode-font-lock-keywords): Remove `-text' from face variable
1908 names. Use `grep-error-face' instead of `compilation-error-text-face'.
1909
1910 * dired-aux.el (dired-do-query-replace-regexp):
1911 Use `query-replace-read-args'.
1912
1913 * replace.el (query-replace-read-from, query-replace-read-to)
1914 (query-replace-read-args): Rename arg `string' to `prompt'.
1915
1916 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
1917
1918 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1919
1920 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
1921 uploading files.
1922 (ange-ftp-canonize-filename): Handle file names beginning with ~
1923 correctly.
1924
1925 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
1926
1927 * textmodes/fill.el (canonically-space-region)
1928 (fill-context-prefix, fill-french-nobreak-p)
1929 (fill-delete-newlines, fill-comment-paragraph)
1930 (justify-current-line): "?\ " -> "?\s".
1931
1932 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
1933
1934 * textmodes/fill.el (fill-nonuniform-paragraphs):
1935 Improve argument/docstring consistency.
1936
1937 2005-08-09 Richard M. Stallman <rms@gnu.org>
1938
1939 * textmodes/ispell.el (ispell-word): More fboundp checks.
1940
1941 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
1942 (find-file-noselect-1): Call it here, only if RAWFILE.
1943 (normal-mode): Always set some major mode.
1944 (save-some-buffers-action-alist): Change some explanation strings.
1945 (file-name-non-special): In the `quote' method, use unwind-protect.
1946
1947 2005-08-09 Magnus Henoch <mange@freemail.hu>
1948
1949 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
1950 (ispell-have-aspell-dictionaries): New variable.
1951 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
1952 (ispell-get-aspell-config-value): New function.
1953 (ispell-aspell-find-dictionary): New function.
1954 (ispell-aspell-add-aliases): New function.
1955 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
1956 appropriate. Don't look for ispell dictionaries if we use aspell.
1957 (ispell-menu-map): Don't build a submenu of dictionaries.
1958
1959 2005-08-09 Richard M. Stallman <rms@gnu.org>
1960
1961 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
1962 (sql-read-passwd): Use read-passwd.
1963
1964 * progmodes/idlw-toolbar.el (idlwave-toolbar)
1965 (idlwave-toolbar-is-possible): Add defvars.
1966
1967 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
1968 Avoid warnings.
1969
1970 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
1971 (idlwave-system-class-info, idlwave-executive-commands-alist):
1972 Use defvar.
1973
1974 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
1975
1976 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
1977 Avoid warnings.
1978
1979 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
1980 and content-type: headers.
1981
1982 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
1983
1984 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
1985 and rename some of them to be more self-explanatory.
1986
1987 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
1988
1989 * startup.el (command-line-1): Implement -scriptload.
1990
1991 * replace.el (occur-engine): Initial *Occur* output not undoable.
1992
1993 * menu-bar.el (menu-bar-file-menu): Rename some menu items
1994 and improve help strings.
1995
1996 * isearch.el (isearch-repeat): When changing direction,
1997 mark search successful.
1998
1999 * ediff-init.el: Use (featurep 'xemacs).
2000
2001 * comint.el (send-invisible): Identify buffer, if not selected.
2002
2003 * align.el: Delete autoload for c-guess-basic-syntax.
2004
2005 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
2006
2007 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2008 Improve argument/docstring consistency. Doc fixes.
2009 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2010 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2011 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2012 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2013 (r2bv-organization, r2bv-pages, r2bv-primary-author)
2014 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2015 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2016 Defvar at compile time.
2017
2018 2005-08-09 Juri Linkov <juri@jurta.org>
2019
2020 * info.el: Replace `info' with upper-case `Info' where appropriate.
2021 (info-title-1, info-title-2, info-title-3, info-title-4)
2022 (info-menu-header): Move up face definitions.
2023 (info-menu-star): Rename from `info-menu-5'.
2024 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2025 (Info-fontify-visited-nodes): Fix docstring.
2026 (Info-hide-note-references): Fix docstring.
2027 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2028 menu items in the same way as on cross-references.
2029 (info-apropos): Fix sorting order and formatting to be like in the
2030 stand-alone Info browser. Display error messages for 1 sec.
2031 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
2032 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2033 from the menu bar.
2034 (Info-insert-dir): Restore point after calling
2035 `insert-buffer-substring'.
2036
2037 2005-08-08 Richard M. Stallman <rms@gnu.org>
2038
2039 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2040 (recompute-lucid-menubar): Add defvars.
2041
2042 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2043
2044 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2045
2046 * net/net-utils.el (run-dig): Rename from `dig'.
2047
2048 * play/gametree.el (gametree-mode): Use make-local-variable,
2049 not make-variable-buffer-local.
2050
2051 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2052
2053 * ansi-color.el (ansi-color-make-extent)
2054 (ansi-color-set-extent-face): Use fboundp, not functionp.
2055
2056 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2057 not make-variable-buffer-local.
2058
2059 * bookmark.el (Info-current-file): Add defvar.
2060 (bookmark-jump-noselect): Use with-no-warnings.
2061
2062 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2063
2064 * ebuff-menu.el (Helper-return-blurb): Add defvar.
2065
2066 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2067
2068 * find-file.el (ada-procedure-start-regexp)
2069 (ada-package-start-regexp): Add defvars.
2070
2071 * info.el (Info-insert-dir): Use insert-buffer-substring.
2072
2073 * xml.el (xml-att-def-re): Add defvar.
2074
2075 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2076 calling convention.
2077
2078 * subr.el (while-no-input): Return t if there is input.
2079
2080 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
2081
2082 * cus-start.el (all): Add `overflow-newline-into-fringe'.
2083
2084 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
2085
2086 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2087 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2088
2089 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
2090
2091 * cmuscheme.el (scheme-start-file): Replace reference to
2092 `user-emacs-directory' by "~/.emacs.d/".
2093
2094 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
2095
2096 * info.el (Info-dir-remove-duplicates): Avoid case folding
2097 in loop; instead, keep downcased strings for comparison.
2098 Suggested by Helmut Eller.
2099
2100 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
2101
2102 Sync with Tramp 2.0.50.
2103
2104 * tramp.el: Remove defvar of `last-coding-system-used' in the
2105 XEmacs case; not necessary anymore.
2106 (tramp-user-regexp): Allow "@" as part of user name.
2107 (tramp-handle-set-visited-file-modtime)
2108 (tramp-handle-insert-file-contents)
2109 (tramp-handle-write-region): No special handling for
2110 `last-coding-system-used, because this is done in
2111 `tramp-accept-process-output' now.
2112 (tramp-accept-process-output): New defun.
2113 (tramp-process-one-action, tramp-process-one-multi-action)
2114 (tramp-wait-for-regexp, tramp-wait-for-output)
2115 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
2116 Howells <dhowells@redhat.com>.
2117 (clear-visited-file-modtime): Defadvice removed. The check for
2118 unset buffer's modtime does not need to be based on
2119 `tramp-buffer-file-attributes'. Suggested by RMS.
2120 (tramp-message): Insert "\n" if not being at beginning of line.
2121 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2122 sequence with same logic.
2123 (tramp-completion-handle-expand-file-name): Discard call of
2124 `tramp-drop-volume-letter'. It is not necessary, and there have
2125 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2126 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2127 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2128 should always be visible.
2129 (tramp-handle-insert-directory, tramp-setup-complete)
2130 (tramp-set-process-query-on-exit-flag)
2131 (tramp-append-tramp-buffers): Pacify byte-compiler.
2132 (tramp-bug): Delete non-existing variables from list.
2133 Apply `tramp-load-report-modules' as pre-hook.
2134 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2135 `shell-prompt-pattern' because of non-7bit characters.
2136 Reported by Sebastian Luque <sluque@mun.ca>.
2137 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2138 (tramp-match-string-list): Remove function.
2139 (tramp-wait-for-regexp): Remove call of that function.
2140 Suggested by Kim F. Storm <storm@cua.dk>.
2141 (tramp-set-auto-save-file-modes): Use octal integer code #o600
2142 instead of octal character code ?\600. The latter resulted in a
2143 syntax error with XEmacs.
2144
2145 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2146 XEmacs case; not necessary anymore.
2147 (tramp-smb-handle-write-region): No special handling for
2148 `last-coding-system-used, because this is done in
2149 `tramp-accept-process-output' now.
2150 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2151
2152 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
2153
2154 * wid-edit.el (widget-choice-value-create):
2155 Unconditionally respect user choice. Set :explicit-choice back to nil
2156 when no longer needed.
2157 (widget-choice-action): Unconditionally respect user choice.
2158 Eliminate :explicit-choice-value.
2159
2160 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2161
2162 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2163 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2164 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2165 running new function `toggle-indicate-empty-lines'.
2166 Rename "Customize" item to "Customize fringe".
2167 Rename "Indicators" item to "Buffer boundaries" and change help echo.
2168 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2169 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2170 Delete "Empty lines only" item.
2171 (menu-bar-showhide-fringe-ind-customize): New function.
2172 (menu-bar-showhide-fringe-ind-mixed)
2173 (menu-bar-showhide-fringe-ind-box)
2174 (menu-bar-showhide-fringe-ind-right)
2175 (menu-bar-showhide-fringe-ind-left)
2176 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2177 instead of `fringe-indicators'.
2178
2179 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2180
2181 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2182 Change the date of last update.
2183
2184 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
2185
2186 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2187 (viper-exec-yank, viper-put-back): Don't display modification msg
2188 if in the minibuffer.
2189
2190 * viper-init.el (viper-replace-overlay-cursor-color)
2191 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2192 Make variables frame local.
2193
2194 * viper-util.el (viper-append-filter-alist): Use append instead of
2195 nconc.
2196
2197 * viper.el (viper-vi-state-mode-list)
2198 (viper-emacs-state-mode-list): Move help-mode and
2199 completion-list-mode from the first list to the second.
2200 (viper-mode): Docstring.
2201 (viper-go-away, viper-non-hook-settings): Don't localize
2202 minor-mode-alist in newer Emacsen. Add advice to
2203 set-cursor-color. Don't bind "\C-c\\".
2204
2205 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
2206
2207 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2208 (scheme-macro-expand-command): New user options.
2209 (scheme-trace-procedure, scheme-expand-current-form): New commands.
2210 (scheme-form-at-point, scheme-start-file)
2211 (scheme-interactively-start-process): New functions.
2212 (scheme-get-process): New function, extracted from `scheme-proc'.
2213 (run-scheme): Call `scheme-start-file' to get start file, and pass
2214 it to `make-comint'.
2215 (switch-to-scheme, scheme-proc):
2216 Call `scheme-interactively-start-process' if no Scheme buffer/process
2217 is available.
2218
2219 2005-08-06 Juri Linkov <juri@jurta.org>
2220
2221 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2222 Use `compilation-text-face', `compilation-info-text-face' and
2223 `compilation-error-text-face' instead of `font-lock-keyword-face'.
2224 (compilation-error): New face.
2225 (compilation-error-file-name): Inherit from
2226 `compilation-error' instead of `font-lock-warning-face'.
2227 (compilation-warning-file-name): Inherit from
2228 `compilation-warning' instead of `font-lock-warning-face'.
2229 (compilation-info, compilation-error-file-name)
2230 (compilation-warning-file-name, compilation-info-file-name)
2231 (compilation-line-number, compilation-column-number): Doc fix.
2232 (compilation-error-text-face, compilation-warning-text-face)
2233 (compilation-info-text-face): New face variables.
2234 (compilation-line-face, compilation-column-face)
2235 (compilation-enter-directory-face)
2236 (compilation-leave-directory-face): Doc fix.
2237 (compilation-text-face): New function.
2238
2239 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2240 instead of 1 to display binary file names as info file links.
2241 (grep-error-face): Use `compilation-error-face' instead of
2242 `font-lock-keyword-face'.
2243 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2244 and `compilation-warning-text-face' instead of
2245 `font-lock-keyword-face'. Use `compilation-error-text-face'
2246 instead of `grep-error-face'.
2247
2248 2005-08-05 Kenichi Handa <handa@m17n.org>
2249
2250 * international/code-pages.el: Add autoload cookies for all coding
2251 systems.
2252
2253 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
2254
2255 * cus-start.el (all): Put undo.c where it alphabetically belongs.
2256
2257 2005-08-04 Juri Linkov <juri@jurta.org>
2258
2259 * progmodes/compile.el (compilation-mode-map):
2260 * progmodes/grep.el (grep-mode-map):
2261 Bind TAB to `compilation-next-error' and [backtab] to
2262 `compilation-previous-error'.
2263
2264 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2265 matching line numbers, column numbers and their ranges with regexp
2266 matching only line numbers.
2267 (grep-context-face): New face variable.
2268 (grep-mode-font-lock-keywords): Use it.
2269
2270 * faces.el (read-face-name): Delete duplicate faces.
2271
2272 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
2273
2274 * thumbs.el (thumbs-find-image): Don't make variables
2275 automatically buffer local.
2276 (thumbs-current-tmp-filename, thumbs-current-image-filename)
2277 (thumbs-image-num): Make automatically buffer local.
2278 (thumbs-show-thumbs-list): Use `make-local-variable', not
2279 `make-variable-buffer-local'.
2280 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2281
2282 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
2283 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
2284 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
2285 (bother, bye, canyou, chatlst, continue, deathlst, describe)
2286 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
2287 (feelings-about, foullst, found, hello, history, howareyoulst)
2288 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
2289 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
2290 (neglst, obj, object, owner, please, problems, qlist)
2291 (random-adjective, relation, remlst, repetitive-shortness)
2292 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
2293 (shortlst, something, sportslst, stallmanlst, states, subj)
2294 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
2295 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
2296 Defvar at compile time.
2297
2298 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
2299 not `make-variable-buffer-local'.
2300
2301 2005-08-02 Kim F. Storm <storm@cua.dk>
2302
2303 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
2304 rectangle overlay in selected window.
2305
2306 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
2307
2308 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
2309 instead of display group. Make `indicate-buffer-boundaries'
2310 customizable through Custom.
2311
2312 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
2313
2314 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
2315 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
2316 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
2317 (gdb-put-string): Fix typos in docstrings.
2318
2319 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
2320
2321 Update copyright notices of files in progmodes directory for
2322 release of Emacs 22.1.
2323
2324 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
2325
2326 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
2327 Don't barf if the GUD buffer has been killed.
2328
2329 2005-08-01 Kim F. Storm <storm@cua.dk>
2330
2331 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
2332
2333 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 * simple.el (next-error-follow-minor-mode):
2336 make-variable-buffer-local -> make-local-variable.
2337
2338 * emacs-lisp/cl-extra.el: Require CL also when compiling.
2339
2340 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
2341 (byte-compile-form-make-variable-buffer-local): New functions to warn
2342 about misuses of make-variable-buffer-local where make-local-variable
2343 was meant.
2344
2345 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
2346
2347 * bs.el (bs-attributes-list): Doc fix.
2348 (bs): Update url-link.
2349
2350 * desktop.el (desktop-save-buffer): Fix typos in docstring.
2351 (desktop-load-default): Simplify.
2352
2353 * ibuffer.el (ibuffer-columnize-and-insert-list)
2354 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
2355 (ibuffer-unmark-all, ibuffer-toggle-marks)
2356 (ibuffer-unmark-forward, ibuffer-unmark-backward)
2357 (ibuffer-compile-make-format-form, ibuffer-format-column)
2358 (ibuffer-current-buffers-with-marks)
2359 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
2360 (ibuffer): Doc fix.
2361 (ibuffer-mode): Fix typo in docstring.
2362 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
2363 with `define-obsolete-variable-alias'.
2364 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
2365
2366 2005-07-29 Kenichi Handa <handa@m17n.org>
2367
2368 * international/mule-cmds.el (select-message-coding-system):
2369 Be sure to use LF for end-of-line. If no coding system is decided,
2370 return iso-8859-1-unix.
2371
2372 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
2375 (ange-ftp-pending-error-line): New vars.
2376 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
2377 to handle the non-fatal no-route-to-host messages.
2378 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
2379
2380 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
2381
2382 * isearch.el (isearch-mode-map, isearch-other-meta-char)
2383 (isearch-quote-char, isearch-printing-char)
2384 (isearch-text-char-description): "?\ " -> "?\s".
2385 (isearch-lazy-highlight-cleanup)
2386 (isearch-lazy-highlight-initial-delay)
2387 (isearch-lazy-highlight-interval)
2388 (isearch-lazy-highlight-max-at-a-time)
2389 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
2390 Declare with define-obsolete-*-alias macros.
2391 (isearch-forward): Fix typo in docstring.
2392 (search-invisible, search-ring-yank-pointer)
2393 (regexp-search-ring-yank-pointer): Doc fixes.
2394
2395 * recentf.el (recentf-menu-append-commands-p): Declare with
2396 `define-obsolete-variable-alias'.
2397 (recentf-max-saved-items, recentf-menu-filter)
2398 (recentf-arrange-by-rule-subfilter): Doc fixes.
2399 (recentf-menu-append-commands-flag)
2400 (recentf-initialize-file-name-history, recentf-expand-file-name)
2401 (recentf-clear-data): Fix typos in docstrings.
2402
2403 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
2404
2405 * progmodes/gdb-ui.el: Smarten comments.
2406 (gdb-info-breakpoints-custom): Use nowarn when finding file.
2407
2408 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2409
2410 * term/apollo.el (terminal-init-apollo): New function containing
2411 all former top level forms in the file.
2412 * term/bobcat.el (terminal-init-bobcat):
2413 * term/cygwin.el (terminal-init-cygwin):
2414 * term/iris-ansi.el (terminal-init-iris-ansi):
2415 * term/linux.el (terminal-init-linux):
2416 * term/news.el (terminal-init-news):
2417 * term/rxvt.el (terminal-init-rxvt):
2418 * term/sun.el (terminal-init-sun):
2419 * term/tvi970.el (terminal-init-tvi970):
2420 * term/vt100.el (terminal-init-vt100):
2421 * term/vt102.el (terminal-init-vt102):
2422 * term/vt125.el (terminal-init-vt125):
2423 * term/vt200.el (terminal-init-vt200):
2424 * term/vt201.el (terminal-init-vt201):
2425 * term/vt220.el (terminal-init-vt220):
2426 * term/vt240.el (terminal-init-vt240):
2427 * term/vt300.el (terminal-init-vt300):
2428 * term/vt320.el (terminal-init-vt320):
2429 * term/vt400.el (terminal-init-vt400):
2430 * term/vt420.el (terminal-init-vt420):
2431 * term/wyse50.el (terminal-init-wyse50):
2432 * term/xterm.el (terminal-init-xterm): Likewise.
2433
2434 * term/README: Describe the terminal-init-* functionality.
2435
2436 * startup.el (command-line): After loading the terminal initialization
2437 file call the corresponding terminal initialization function.
2438
2439 2005-07-27 Kenichi Handa <handa@m17n.org>
2440
2441 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
2442 negative.
2443
2444 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2445 (ps-mule-composition-prologue): Fix for the case that
2446 RelativeCompose is false.
2447
2448 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
2451
2452 * descr-text.el (describe-char): Handle the case where the list of
2453 chars is displayed in a separate frame.
2454 Be a bit more discriminating when looking for the char.
2455
2456 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
2457
2458 * bookmark.el (bookmark-automatically-show-annotations)
2459 (bookmark-read-annotation-text-func): Doc fixes.
2460 (bookmark-save): Improve argument/docstring consistency.
2461 (bookmark-get-bookmark, bookmark-get-bookmark-record)
2462 (bookmark-alist-from-buffer)
2463 (bookmark-upgrade-file-format-from-0)
2464 (bookmark-grok-file-format-version)
2465 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
2466 (bookmark-read-annotation-mode)
2467 (bookmark-insert-current-bookmark, bookmark-jump)
2468 (bookmark-exit-hook): Fix typos in docstrings.
2469 (bookmark-exit-hooks): Define as obsolete alias.
2470 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
2471 not `bookmark-exit-hooks'. Fix docstring.
2472 (bookmark-bmenu-select): "?\ " -> "?\s".
2473
2474 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
2475
2476 * startup.el (command-line): Fix typo.
2477
2478 2005-07-24 Richard M. Stallman <rms@gnu.org>
2479
2480 * tooltip.el (tooltip-mode): Test emacs-basic-display,
2481 not emacs-quick-startup.
2482
2483 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
2486 (reb-next-match, reb-show-subexp): Use `with-selected-window'
2487 instead of `reb-with-current-window'.
2488 (reb-prev-match): Likewise. Also, don't move left if the search
2489 was unsuccessful.
2490 (reb-initialize-buffer): New function.
2491 (re-builder, reb-change-syntax): Use it.
2492
2493 * man.el (Man-goto-page): Make second argument NOERROR optional.
2494
2495 2005-07-23 Richard M. Stallman <rms@gnu.org>
2496
2497 * man.el (Man-bgproc-sentinel): Check here for failure to find
2498 any man page in the output, and report the error here.
2499 (Man-arguments): Make it permanent local.
2500 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
2501 (Man-mode): Pass t for NOERROR.
2502
2503 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
2504 (grep-mode-font-lock-keywords):
2505 Don't use compilation-...-face for messages that are not file names.
2506
2507 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2508 Don't use compilation-...-face for messages that are not file names.
2509
2510 2005-07-22 Juri Linkov <juri@jurta.org>
2511
2512 * startup.el (normal-splash-screen): Update menu name.
2513
2514 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
2515
2516 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2517
2518 * term/xterm.el: Load term/rxvt if the terminal is actually an
2519 rxvt terminal.
2520 (xterm-rxvt-set-background-mode): Remove, not used anymore.
2521
2522 * term/rxvt.el (function-key-map): Use substitute-key-definition
2523 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
2524
2525 * term/cygwin.el: New file.
2526
2527 2005-07-22 Kim F. Storm <storm@cua.dk>
2528
2529 * image-file.el (insert-image-file, image-file-yank-handler):
2530 Fix last change to maintain a (unique) yank-handler on yanked images.
2531
2532 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
2533
2534 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
2535 of the file size (as in "177B" for 177 bytes). This happens with
2536 "ls -lh" on FreeBSD.
2537
2538 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
2539
2540 * hilit-chg.el (highlight-changes-global-initial-state)
2541 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
2542 (hilit-chg-fixup, highlight-changes-mode):
2543 Fix typos in docstrings.
2544 (highlight-changes-global-modes, highlight-changes-rotate-faces):
2545 Doc fixes.
2546
2547 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
2548
2549 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
2550 mode function using `eval-after-load'.
2551
2552 2005-07-21 Kim F. Storm <storm@cua.dk>
2553
2554 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
2555 included when reporting an emacs crash, and tell about the DEBUG file.
2556
2557 * image-file.el (insert-image-file): Add yank-handler.
2558 (image-file-yank-handler): Yank handler to make unique copies of
2559 images when they are yanked into a buffer next to each other.
2560
2561 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
2562
2563 * comint.el (comint-use-prompt-regexp, comint-send-input)
2564 (comint-source-default, comint-extract-string)
2565 (comint-get-source, comint-word, comint-completion)
2566 (comint-source, comint-prompt-read-only, comint-update-fence):
2567 Fix typos in docstrings.
2568 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
2569 Declare with define-obsolete-*-alias macros.
2570 (comint-previous-matching-input-from-input)
2571 (comint-next-matching-input-from-input)
2572 (comint-previous-matching-input, comint-next-matching-input)
2573 (comint-forward-matching-input):
2574 Improve argument/docstring consistency.
2575
2576 * desktop.el (desktop-clear-preserve-buffers-regexp):
2577 Also preserve the *server* buffer.
2578
2579 * simple.el (clone-indirect-buffer): Doc fix.
2580 (fixup-whitespace, just-one-space)
2581 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
2582 (next-error, next-error-highlight)
2583 (next-error-highlight-no-select, next-error-last-buffer)
2584 (next-error-buffer-p, next-error-find-buffer, next-error)
2585 (previous-error, next-error-no-select, previous-error-no-select)
2586 (open-line, split-line, minibuffer-prompt-width, kill-new)
2587 (binary-overwrite-mode): Fix typos in docstrings.
2588 (set-fill-column): Fix typo in message.
2589
2590 * skeleton.el (skeleton-proxy-new): Doc fix.
2591
2592 * strokes.el (strokes-load-hook): Doc fix.
2593 (strokes-grid-resolution, strokes-get-grid-position)
2594 (strokes-renormalize-to-grid, strokes-read-stroke)
2595 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
2596 (strokes-global-map): Fix typos in docstrings.
2597 (strokes-help): Doc fix. Fix help message and pass it through
2598 `substitute-command-keys'.
2599
2600 * tempo.el (tempo-insert-prompt, tempo-interactive)
2601 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
2602 (tempo-insert-string-functions, tempo-local-tags)
2603 (tempo-define-template, tempo-insert-template)
2604 (tempo-insert-prompt-compat, tempo-is-user-element)
2605 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
2606 Fix typos in docstrings.
2607
2608 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
2609 (vcursor-key-bindings, vcursor-use-vcursor-map)
2610 (vcursor-find-window, vcursor-scroll-down)
2611 (vcursor-disable, vcursor-beginning-of-buffer)
2612 (vcursor-end-of-buffer): Fix typos in docstrings.
2613 (vcursor-relative-move, vcursor-get-char-count):
2614 Improve argument/docstring consistency.
2615
2616 * version.el: "?\ " -> "?\s".
2617
2618 * wid-edit.el (widget-default-create, widget-after-change)
2619 (widget-default-format-handler, widget-checklist-add-item)
2620 (widget-radio-add-item, widget-choose, widget-specify-secret)
2621 (widget-field-value-create, widget-field-value-get)
2622 (widget-editable-list-format-handler)
2623 (widget-editable-list-entry-create, widget-group-value-create)
2624 (widget-documentation-link-add)
2625 (widget-documentation-string-value-create): "?\ " -> "?\s".
2626 (widget-convert-text): Doc fix.
2627 (widget-narrow-to-field, widget-field-find)
2628 (widget-url-link-action, widget-emacs-library-link-action)
2629 (widget-color-notify): Fix typos in docstrings.
2630
2631 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
2632 (x-select-text, set-w32-system-coding-system)
2633 (w32-add-charset-info): Fix typos in docstrings.
2634
2635 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
2636 (cua-enable-cua-keys, cua-use-hyper-key)
2637 (cua-virtual-rectangle-edges): Fix typos in docstrings.
2638 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
2639
2640 * net/tramp.el (tramp-handle-load): Fix typo in error message.
2641
2642 * emacs-lisp/re-builder.el (regexp-builder): Declare with
2643 `defalias' instead of faking it.
2644
2645 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
2646 (eshell-ls-missing, eshell-ls-dired-initial-args)
2647 (eshell-ls-use-in-dired): Fix typos in docstrings.
2648
2649 2005-07-20 Kim F. Storm <storm@cua.dk>
2650
2651 * emulation/cua-base.el (cua-mode): Improve doc string.
2652
2653 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
2654
2655 * abbrev.el (expand-region-abbrevs): Doc fix.
2656 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
2657 Improve argument/docstring consistency.
2658
2659 * arc-mode.el (archive-get-descr, archive-alternate-display):
2660 Doc fixes.
2661 (archive-l-e): Improve argument/docstring consistency.
2662 (archive-tmpdir, archive-unixdate, archive-unixtime)
2663 (archive-chmod-entry): Fix typos in docstrings.
2664 (archive-unflag, archive-unflag-backwards)
2665 (archive-unmark-all-files): "?\ " -> "?\s".
2666
2667 * buff-menu.el (Buffer-menu-unmark): Doc fix.
2668 (Buffer-menu-not-modified, Buffer-menu-execute)
2669 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
2670 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
2671
2672 * composite.el (compose-string, encode-composition-rule)
2673 (compose-last-chars): Fix typos in docstrings.
2674
2675 * desktop.el (desktop-enable, desktop-basefilename):
2676 Declare with `define-obsolete-variable-alias'.
2677 (desktop-internal-v2s): Don't quote keywords.
2678 (desktop-clear): "?\ " -> "?\s".
2679
2680 * dired.el (dired-align-file, dired-flag-backup-files)
2681 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
2682 (dired-listing-switches, dired-ls-F-marks-symlinks)
2683 (dired-dwim-target, dired-load-hook, dired-mode-hook)
2684 (dired-directory, dired-faces, dired, dired-revert)
2685 (dired-mode, dired-summary, dired-view-file)
2686 (dired-copy-filename-as-kill, dired-delete-file)
2687 (dired-no-confirm, dired-unmark-all-marks)
2688 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
2689 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
2690 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
2691 Fix typos in message strings.
2692
2693 * dired-x.el (virtual-dired): Declare with `defalias'.
2694 (dired-mark-unmarked-files, dired-local-variables-file)
2695 (dired-omit-here-always): Doc fix.
2696 (dired-omit-mode, dired-find-subdir)
2697 (dired-enable-local-variables, dired-clean-up-buffers-too)
2698 (dired-extra-startup, dired-mark-extension, dired-jump)
2699 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
2700 (dired-smart-shell-command, dired-guess-shell-alist-user)
2701 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
2702 (dired-x-bind-find-file, dired-x-submit-report):
2703 Fix typos in docstrings.
2704 (dired-mark-unmarked-files): "?\ " -> "?\s".
2705
2706 * dirtrack.el (dirtrack-list): Fix typos in docstring.
2707
2708 * faces.el (describe-face): "?\ " -> "?\s".
2709 (read-all-face-attributes, read-face-font, modify-face)
2710 (face-attr-construct, italic): Fix typos in docstrings.
2711 (frame-update-face-colors): Declare with
2712 `define-obsolete-function-alias'.
2713
2714 * files.el (find-file-noselect, recode-file-name): Doc fixes.
2715 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
2716 (magic-mode-alist, buffer-file-numbers-unique)
2717 (write-file-functions, get-free-disk-space):
2718 Fix typos in docstrings.
2719 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
2720 (write-contents-hooks, write-file-hooks):
2721 Declare with `define-obsolete-variable-alias'.
2722
2723 * forms-d2.el (arch-rj): Fix typo in docstrings.
2724 (arch-tocol): Likewise. "?\ " -> "?\s".
2725
2726 * frame.el (set-frame-font, cursor-in-non-selected-windows):
2727 Fix typo in docstring.
2728 (set-screen-width, set-screen-height): Delete redundant info in
2729 doctrings.
2730 (new-frame, screen-height, screen-width): Declare with
2731 `define-obsolete-function-alias'.
2732 (delete-frame-hook, blink-cursor): Declare with
2733 `define-obsolete-variable-alias'.
2734
2735 * paths.el (prune-directory-list): Fix typos in docstring.
2736
2737 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
2738 (cvs-prefix-get): Fix typos in docstrings.
2739
2740 * ps-print.el (ps-extend-face-list, ps-extend-face)
2741 (ps-print-background-image): Fix typos in docstrings.
2742 (ps-default-fg, ps-default-bg): Doc fixes.
2743
2744 * s-region.el (s-region-bind): Doc fix.
2745 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
2746
2747 * textmodes/org.el (org-table-formula-substitute-names)
2748 (org-table-get-vertical-vector): Doc fixes.
2749 (org-table-recalculate): Remove unused argument to `message'.
2750
2751 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
2752
2753 * textmodes/org.el (org-table-column-names)
2754 (org-table-column-name-regexp)
2755 (org-table-named-field-locations): New variables.
2756 (org-archive-subtree): Protect `this-command' when calling
2757 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
2758 the kill buffer.
2759 (org-complete): Remove fixed-formula completion.
2760 (org-edit-formulas-map): New variable.
2761 (org-table-edit-formulas): New command.
2762 (org-finish-edit-formulas, org-abort-edit-formulas)
2763 (org-show-variable, org-table-get-vertical-vector): New functions.
2764 (org-table-maybe-eval-formula): Handle `:=' fields.
2765 (org-table-get-stored-formulas, org-table-store-formulas)
2766 (org-table-get-formula, org-table-modify-formulas)
2767 (org-table-replace-in-formulas): Handle named field formulas.
2768 (org-table-get-specials): Store locations of named fields.
2769
2770 2005-07-19 Juri Linkov <juri@jurta.org>
2771
2772 * progmodes/grep.el (grep-regexp-alist)
2773 (grep-mode-font-lock-keywords, grep-process-setup):
2774 Use default GNU grep match color "01;31m" instead of "01;41m".
2775 (grep-regexp-alist, grep-mode-font-lock-keywords):
2776 Use `\\[[0-9]*m' instead of `\\[00m'.
2777 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
2778 sgr_start where its handling is more important. Use the real
2779 length of sgr_start instead of constant 8.
2780 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
2781 specially. Delete all remaining escape sequences.
2782 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
2783 (grep-regexp-alist): Make hyperlink only for binary file name
2784 instead of the whole line.
2785 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
2786 (grep-mode): Add autoload.
2787
2788 * emacs-lisp/find-func.el (find-function-regexp):
2789 Add `define-compilation-mode'.
2790
2791 2005-07-19 Juri Linkov <juri@jurta.org>
2792
2793 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
2794 (compare-windows-sync-string-size, compare-windows-recenter)
2795 (compare-windows-highlight, compare-windows): Add version 22.1.
2796 (compare-windows) <defface>: Inherit from lazy-highlight instead
2797 of duplicating its default value.
2798
2799 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
2800 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
2801
2802 * descr-text.el (describe-char): Create link buttons for `charset'
2803 and `code point'. Add the current input method name with a link
2804 button to `to input' field. Print face names of display table
2805 characters in `The display table entry is displayed by' section
2806 instead of printing face-id in the `display' field.
2807 Guess hardcoded faces and create a link button for them.
2808 Skip empty fields when calculating max-width.
2809 Treat `widget-create' specially while inserting strings from the
2810 collected field list.
2811 (describe-char-after): Made obsolete in version 22.1, not 21.5.
2812
2813 * diff-mode.el (diff-file-header): Change foreground color from
2814 yellow to green on light backgrounds.
2815 (diff-context): Inherit from `shadow' only for color/grayscale
2816 with more than 88 colors.
2817 (diff-indicator-removed, diff-indicator-added)
2818 (diff-indicator-changed): New faces.
2819 (diff-font-lock-keywords): Use new faces. Regroup rules.
2820 Add "^---$" for `normal' diff format. Fontify `#' lines with
2821 font-lock-comment-delimiter-face and font-lock-comment-face.
2822 Add `#' to ^[^...] in the rule for `diff-context-face'.
2823
2824 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
2825 a button-like box. Inherit from `highlight' on low colors.
2826 (shadow): Use shades of gray only for color/grayscale with
2827 more than 88 colors. Use green for light backgrounds with
2828 8 colors, and yellow for dark backgrounds with 8 colors.
2829
2830 * font-lock.el (font-lock-regexp-grouping-backslash):
2831 Don't inherit from escape-glyph (use bold for all cases).
2832
2833 * info.el (info-xref-visited): Use light foreground color `violet'
2834 for dark backgrounds instead of dark color `magenta3'.
2835 (info-title-1): Use `yellow' color for dark backgrounds.
2836
2837 * isearch.el (isearch): Use not-too-dark magenta3 instead of
2838 too-light magenta2.
2839
2840 * replace.el (match): Use slightly more light RoyalBlue3 instead
2841 of dark RoyalBlue4.
2842
2843 * wid-edit.el (widget-inactive): Inherit from `shadow'.
2844
2845 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
2846
2847 * novice.el (disabled-command-hook): Declare it with
2848 `define-obsolete-variable-alias'.
2849
2850 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
2851 (desktop-buffer-misc-functions, desktop-buffer-handlers)
2852 (desktop-load-default): Add release to obsolescence info.
2853 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
2854 (desktop-append-buffer-args, desktop-read):
2855 Fix typos in docstrings.
2856 (desktop-kill): Fix typo in message.
2857 (desktop-save): Doc fix.
2858
2859 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
2860
2861 * viper-cmd.el (viper-escape-to-state): Bug fix.
2862 (viper-envelop-ESC-key): Change the definition of fast
2863 keysequence so it'll work with keyboard macros.
2864
2865 * ediff.el (ediff-patch-buffer): Change the docstring.
2866
2867 2005-07-19 Kenichi Handa <handa@m17n.org>
2868
2869 * international/mule-cmds.el (select-safe-coding-system): Try to
2870 use an auto-coding (if any) before anything else. If the found
2871 auto-coding is invalid, show a warning message.
2872
2873 * international/mule.el (find-auto-coding): New function created
2874 by modifying the body of set-auto-coding.
2875 (set-auto-coding): Use find-auto-coding to find a coding.
2876
2877 2005-07-18 Richard M. Stallman <rms@gnu.org>
2878
2879 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
2880 not isearch-mode-end-hook-error.
2881 (allout-before-change-protect): Fix error message.
2882
2883 2005-07-18 Juri Linkov <juri@jurta.org>
2884
2885 * allout.el (allout-mode):
2886 * calculator.el (calculator-copy):
2887 * custom.el (custom-known-themes):
2888 * dired.el (dired-desktop-buffer-misc-data)
2889 (dired-restore-desktop-buffer):
2890 * dired-x.el (dired-omit-marker-char):
2891 * files.el (basic-save-buffer):
2892 * font-core.el (font-lock-mode):
2893 * calendar/calendar.el (calendar-goto-hebrew-date)
2894 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
2895 (calendar-goto-persian-date):
2896 * language/ethio-util.el (ethio-sera-to-fidel-region):
2897 * textmodes/picture.el (picture-mode):
2898 Delete duplicate duplicate words.
2899
2900 2005-07-18 Juri Linkov <juri@jurta.org>
2901
2902 * isearch.el (isearch-mode-map): Remove key bindings for regexp
2903 chars * ? } |.
2904 (isearch-fallback): Don't call `isearch-process-search-char'.
2905 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
2906 (isearch-process-search-char): Call `isearch-fallback' for regexp
2907 chars * ? } |.
2908 (isearch-return-char): Make obsolete with `make-obsolete' instead
2909 of simply documenting it as obsolete in the docstring.
2910 (isearch-fallback): Refill docstring.
2911
2912 * international/isearch-x.el
2913 (isearch-process-search-multibyte-characters): Remove unneeded
2914 `concat'. Add intermediate values to `junk-hist' instead of
2915 `minibuffer-history'. Test the length of `str'.
2916
2917 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
2918
2919 * allout.el (allout-resolve-xref): Fix typos in error strings.
2920 (allout-before-change-protect): Remove unneeded `concat'.
2921
2922 * array.el (array-mode, array-reconfigure-rows)
2923 (untabify-backward): Fix typos in docstrings.
2924 (array-reconfigure-rows): Use `insert-buffer-substring', not
2925 `insert-buffer'.
2926
2927 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
2928 * progmodes/ada-mode.el (ada-make-body):
2929 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
2930
2931 * dired.el (dired-log):
2932 * tar-mode.el (tar-subfile-save-buffer):
2933 * play/zone.el (zone-pgm-stress-destress):
2934 Use `insert-buffer-substring', not `insert-buffer'.
2935
2936 2005-07-17 Simon Josefsson <jas@extundo.com>
2937
2938 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
2939
2940 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
2941
2942 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
2943 Add plain auth method.
2944 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
2945
2946 2005-07-17 Kim F. Storm <storm@cua.dk>
2947
2948 * ido.el (dired-other-window): Add ido property.
2949
2950 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2953 Fix typo in docstring.
2954 (byte-compile-interactive-only-functions): Add `insert-buffer' and
2955 `insert-file-literally'.
2956
2957 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
2958 info and delete redundant message. Doc fix.
2959 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
2960 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
2961
2962 2005-07-16 Richard M. Stallman <rms@gnu.org>
2963
2964 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
2965 (byte-compile-and): Use byte-compile-and-recursion.
2966 (byte-compile-or-recursion): New function.
2967 (byte-compile-or): Use that.
2968 (byte-compile-if): Guard the else-clause too.
2969 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
2970
2971 * isearch.el (isearch-mode-end-hook-quit): New variable.
2972 (isearch-done): Bind it.
2973 (isearch-mode-end-hook): Doc fix.
2974
2975 * allout.el (allout-isearch-did-quit): Variable deleted.
2976 (allout-real-isearch-abort): Function name no longer used.
2977 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
2978 (allout-isearch-rectification): isearch-mode always exists.
2979 Don't set allout-isearch-did-quit.
2980 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
2981 allout-isearch-did-quit.
2982 (allout-enwrap-isearch): Just add the hook.
2983 (allout-isearch-abort): Function deleted.
2984 (allout-pre-command-business): Avoid warning.
2985
2986 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
2987 Correctly avoid warnings.
2988 (pascal-outline): Likewise.
2989
2990 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
2991
2992 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
2993
2994 * play/tetris.el (tetris-mode): Avoid warning.
2995
2996 * play/snake.el (snake-mode): Avoid warning.
2997
2998 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
2999 (gamegrid-set-display-table): Avoid warning.
3000 (gamegrid-set-timer): Likewise.
3001 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3002 (gamegrid-add-score-with-update-game-score-1): Take FILE
3003 as argument.
3004 (gamegrid-add-score-with-update-game-score): Pass that argument.
3005 Rename have-shared-game-dir to gamegrid-shared-game-dir.
3006
3007 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3008
3009 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3010 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3011
3012 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3013 and insert-file.
3014
3015 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3016 (sc-ask): Avoid warnings.
3017
3018 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3019 (eshell-hist-initialize): Use that var the natural way.
3020
3021 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3022
3023 * emacs-lisp/re-builder.el (reb-cook-regexp):
3024 Avoid warning calling lre-compile-string.
3025 (reb-color-display-p): Avoid warning.
3026
3027 * calculator.el (calculator-last-input): Guard uses
3028 of event-key and key-press-event-p.
3029 (event-key, key-press-event-p): Delete definitions.
3030
3031 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3032 (find-gc-source-directory, find-gc-subrs-callers)
3033 (find-gc-noreturn-list, find-gc-source-files)
3034 (find-gc-subrs-called): Vars renamed and defvar'd.
3035
3036 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3037 (checkdoc-overlay-put, checkdoc-delete-overlay)
3038 (checkdoc-overlay-start, checkdoc-overlay-end)
3039 (checkdoc-mode-line-update, checkdoc-char=):
3040 Define such that compiler knows they are defined.
3041 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
3042 (checkdoc-read-event): Delete. Use read-event directly.
3043
3044 * whitespace.el (whitespace-make-overlay)
3045 (whitespace-overlay-put, whitespace-delete-overlay)
3046 (whitespace-overlay-start, whitespace-overlay-end):
3047 Define such that compiler knows they are defined.
3048 (whitespace): Move conditional inside.
3049
3050 * tempo.el (tempo-insert-template): Suppress warning.
3051
3052 * ediff-diff.el (longlines-mode): Add defvar.
3053
3054 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
3055
3056 * server.el: Bind "C-x #" in a way that works even if C-x is
3057 redefined to a command key, not a prefix key.
3058
3059 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3060
3061 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3062 cl-make-type-test till execution time.
3063
3064 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
3065
3066 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3067 arg ARG and use it.
3068
3069 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
3070
3071 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3072
3073 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
3074
3075 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3076 a defcustom with two :set or :type keywords.
3077
3078 2005-07-15 Richard M. Stallman <rms@gnu.org>
3079
3080 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3081 Don't give ^M comment-end syntax.
3082
3083 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
3084
3085 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3086 Don't consider gdbmi (gdb-mi.el has its own update functions).
3087 (gdb-var-delete): Make it work for gdbmi as well.
3088 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3089
3090 * progmodes/gud.el (etags, sdb): Only require etags when needed.
3091 (gud-speedbar-menu-items): Correct logic for enabling items.
3092
3093 2005-07-15 Kim F. Storm <storm@cua.dk>
3094
3095 * ido.el: Fix commentary.
3096 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3097 Use with-no-warnings around ffap-guesser.
3098 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3099 Let bind minibuffer-completing-file-name to t.
3100
3101 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
3102
3103 * startup.el (site-run-file, keyboard-type): Doc fixes.
3104 (command-line): Check for "--basic-display" argument; also for
3105 "--quick", not "--bare-bones" (which was renamed).
3106 (fancy-splash-text): Add missing item "Getting New Versions".
3107 (normal-splash-screen): Fix typos and improve consistency with
3108 `fancy-splash-text'. Update copyright year.
3109
3110 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3111 valid binding for `help-char'.
3112
3113 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3114
3115 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
3116
3117 * term.el (term-mode): Disable cua-mode for term buffers.
3118
3119 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * add-log.el (add-log-mailing-address, change-log-merge):
3122 Doc fixes.
3123 (change-log-get-method-definition): Fix typo in docstring.
3124
3125 2005-07-14 Kim F. Storm <storm@cua.dk>
3126
3127 * emulation/cua-base.el:
3128 (cua--pre-command-handler-1, cua--pre-command-handler)
3129 (cua--post-command-handler-1, cua--post-command-handler):
3130 Split in two. Check (buffer local) value of cua-mode.
3131 (cua-selection-mode): New command.
3132
3133 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3134
3135 * custom.el (custom-initialize-safe-set)
3136 (custom-initialize-safe-default): Doc fixes.
3137
3138 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3139 and simplify :init-value again.
3140
3141 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3142 and simplify :init-value again. Delete autoload.
3143
3144 * startup.el (command-line): Use `custom-reevaluate-setting' again
3145 for tooltip-mode.
3146
3147 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3148 a defcustom with two :initialize keywords.
3149
3150 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * allout.el (my-mark-marker, allout-isearch-prior-pos)
3153 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3154 (allout-post-command-business, allout-flag-region)
3155 (isearch-reenable-font-lock, allout-yank)
3156 (allout-insert-latex-header, allout-insert-latex-trailer)
3157 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3158 (allout-latex-verb-quote): Fix typos in docstrings.
3159 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3160 (allout-unprotected, allout-prefix-data):
3161 Improve argument/docstring consistency.
3162 (allout-chart-subtree): Fix argument spec.
3163 (allout-open-topic): Rename `use_sib_bullet' argument to
3164 `use-sib-bullet'. Doc fix.
3165
3166 * whitespace.el (whitespace-check-buffer-leading)
3167 (whitespace-check-buffer-trailing)
3168 (whitespace-check-buffer-indent)
3169 (whitespace-check-buffer-spacetab)
3170 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3171 (whitespace-check-leading-whitespace)
3172 (whitespace-check-trailing-whitespace)
3173 (whitespace-check-spacetab-whitespace)
3174 (whitespace-check-indent-whitespace)
3175 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3176 (whitespace-modes): Fix typos in docstrings.
3177 (defgroup, defcustom): Doc fixes.
3178
3179 * winner.el (winner-mode, winner-boring-buffers)
3180 (winner-pending-undo-ring): Doc fixes.
3181 (winner-ring): Remove unneeded `progn'.
3182 (winner-equal): `defsubst' it.
3183 (winner-redo): Fix message.
3184
3185 2005-07-13 Kim F. Storm <storm@cua.dk>
3186
3187 * simple.el (line-move-1): Always use vertical-motion to
3188 do the last (or only) line move to ensure some movement.
3189 Undo 2005-06-23 change--don't check for overlays.
3190
3191 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3192
3193 * term/mac-win.el (ccl-encode-mac-roman-font)
3194 (ccl-encode-mac-centraleurroman-font)
3195 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3196 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3197 Change charset-id boundary of dimension to ?\xef.
3198 (mac-char-fontspec-list): New constant.
3199 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
3200 argument. Nil uses itself as family in font-spec. Previous
3201 behavior for nil is now provided by non-nil non-string argument.
3202 All callers changed. Add font-specs for Mac fonts to
3203 "fontset-default" unless iso8859-1 fonts are installed.
3204
3205 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * progmodes/sh-script.el (sh-get-indent-info): Only indent
3208 a continuation line if the \ is preceded by SPC or TAB.
3209 (sh-get-indent-info): Simplify.
3210 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3211 Use with-current-buffer.
3212
3213 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3214 when the matched text is empty.
3215
3216 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
3217
3218 * startup.el (command-line): Revert to previous handling of
3219 tooltip-mode. Explain in comment why the complexity is needed.
3220
3221 * tooltip.el (tooltip-mode): Revert to previous implementation of
3222 its defcustom.
3223
3224 * frame.el (blink-cursor-mode): Revert to previous implementation
3225 of its defcustom. Update comment.
3226
3227 2005-07-12 Lars Hansen <larsh@soem.dk>
3228
3229 * desktop.el: Update e-mail address.
3230
3231 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3232
3233 * term/mac-win.el (mac-services-mail-selection)
3234 (mac-services-mail-to): New functions.
3235 (mac-application-menu-map): Bind them.
3236
3237 2005-07-12 wulei <milton@wulei.net> (tiny change)
3238
3239 * progmodes/gdb-ui.el: Add note about buffering with Windows.
3240
3241 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
3242
3243 * custom.el (custom-reevaluate-setting): Doc fix.
3244
3245 2005-07-11 Jay Belanger <belanger@truman.edu>
3246
3247 * calc/calc.el (calc-embedded-announce-formula-alist)
3248 (calc-embedded-open-close-plain-alist)
3249 (calc-embedded-open-close-mode-alist): Add checks for additional
3250 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3251
3252 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
3253
3254 * custom.el (custom-enable-theme): Don't add theme to
3255 `custom-enabled-themes' with `push' because there is no
3256 setf-method for `delq'.
3257
3258 2005-07-11 Richard M. Stallman <rms@gnu.org>
3259
3260 * custom.el (custom-declare-variable): Doc fix.
3261
3262 * dired-aux.el (dired-compare-directories): Remove "." and ".."
3263 from the alists.
3264
3265 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3266 Do nothing if edebug-active.
3267
3268 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3269 (edebug-display): Do it here instead.
3270
3271 2005-07-10 Richard M. Stallman <rms@gnu.org>
3272
3273 * cus-face.el (custom-theme-set-faces): Make it work.
3274 (custom-reset-faces): Doc fix.
3275 (custom-theme-reset-internal-face, custom-theme-face-value):
3276 Functions deleted.
3277
3278 * custom.el (custom-push-theme): Maintain list of the settings
3279 of a given theme in its theme-settings property.
3280 Maintain position of old settings in the theme-value
3281 or theme-face property.
3282 (custom-enabled-themes): New variable.
3283 (custom-theme-enabled-p): New function.
3284 (provide-theme): Update custom-enabled-themes.
3285 Disable and reenable the `user' theme.
3286 (require-theme): Doc fix.
3287 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
3288 (custom-theme-value, custom-theme-variable-value): Likewise.
3289 (custom-theme-reset-internal): Likewise.
3290 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
3291 (custom-enable-theme, custom-disable-theme): New functions.
3292 (custom-variable-theme-value, custom-face-theme-value): Likewise.
3293 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
3294 (custom-theme-reset-variables): Simplify.
3295 (deftheme, custom-declare-theme, custom-make-theme-feature):
3296 Definitions moved.
3297
3298 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
3299
3300 * longlines.el (longlines-show-region)
3301 (longlines-unshow-hard-newlines): Recognize hard newlines by
3302 non-nil hard property, instead of t.
3303
3304 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
3305
3306 * viper-cmd.el (viper--key-maps): New variable.
3307 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
3308 emulation-mode-map-alists.
3309 (viper-envelop-ESC-key): Use viper-subseq.
3310 (viper-search-forward/backward/next): Disable debug-on-error.
3311
3312 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3313 (viper-ESC-key): New defcustoms.
3314
3315 * viper-macs.el (ex-map-read-args): Use viper-subseq.
3316
3317 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
3318 (viper-subseq): Copy of subseq from cl.el.
3319
3320 * viper.el (viper-go-away, viper-set-hooks): Use
3321 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
3322
3323 * viper-mous.el (viper-current-frame-saved): Use defvar.
3324
3325 * viper-init.el: Get rid of -face in face names.
3326
3327 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3328 Make it work with longlines mode
3329
3330 * ediff-mult.el (ediff-meta-mode-hook): New variable.
3331
3332 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
3333
3334 * ediff-init.el: Get rid of -face in face names.
3335
3336 2005-07-10 Richard M. Stallman <rms@gnu.org>
3337
3338 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
3339 and with-timeout-unsuspend.
3340
3341 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
3342 and with-timeout-unsuspend.
3343
3344 * emacs-lisp/timer.el (with-timeout-timers): New variable.
3345 (with-timeout): Bind that variable to record timers.
3346 (with-timeout-suspend, with-timeout-unsuspend): New functions.
3347
3348 * emacs-lisp/debug.el (debug-help-follow): New function.
3349 (debugger-mode-map): Use that instead of help-follow.
3350 (debugger-setup-buffer): Use eval-buffer-list
3351 to handle eval-buffer frames.
3352
3353 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
3354
3355 * timezone.el (timezone-parse-date): Change first regexp
3356 so it will not mistakenly match dates with no time zone.
3357
3358 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
3359
3360 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
3361
3362 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
3363
3364 * custom.el (custom-initialize-safe-set)
3365 (custom-initialize-safe-default): New functions.
3366
3367 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3368 and simplify :init-value.
3369
3370 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3371 and simplify :init-value. Delete obsolete comment.
3372
3373 * startup.el (command-line): Use `custom-reevaluate-setting' to
3374 handle `tooltip-mode'. Delete obsolete comment.
3375
3376 * files.el (set-visited-file-name): Avoid calling
3377 `file-name-nondirectory' with a nil argument.
3378
3379 2005-07-09 Richard M. Stallman <rms@gnu.org>
3380
3381 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
3382 was called with nil for the buffer, handle the read position right.
3383 Handle read position for eval-region, too.
3384
3385 2005-07-09 Juri Linkov <juri@jurta.org>
3386
3387 * fringe.el (fringe-mode): Add period in docstring.
3388 (fringe-query-style): Build prompt depending on `all-frames' arg.
3389
3390 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
3391 to not create links to unrelated functions in the Help buffer.
3392
3393 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
3394 Doc fix.
3395
3396 * simple.el (next-error-hook): New variable.
3397 (next-error): Use it. Doc fix.
3398
3399 * textmodes/ispell.el (ispell-command-loop): Add current
3400 dictionary name and program name to mode-line-format.
3401 (ispell-region, ispell-process-line): Add current dictionary name
3402 and program name to messages.
3403
3404 2005-07-08 Jay Belanger <belanger@truman.edu>
3405
3406 * calc/calc.el (calc-embedded-announce-formula-alist)
3407 (calc-embedded-open-close-formula-alist)
3408 (calc-embedded-open-close-word-alist)
3409 (calc-embedded-open-close-plain-alist)
3410 (calc-embedded-open-close-new-formula-alist)
3411 (calc-embedded-open-close-mode-alist)
3412 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
3413 (calc-embedded-mode-hook): New variables.
3414
3415 * calc/calc-embed.el (calc-embedded-firsttime)
3416 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
3417 New variables.
3418 (calc-do-embedded): Use calc-embedded-firsttime,
3419 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
3420 determine whether or not to run hooks.
3421 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
3422 calc-embedded-firsttime-formula appropriately.
3423 Set calc-embedded delimiter variables according to mode.
3424
3425 2005-07-08 Richard M. Stallman <rms@gnu.org>
3426
3427 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
3428 Check for "emacs", etc., as entire symbol, not just as word.
3429 (checkdoc-file-comments-engine): Use regexp-quote on FN.
3430
3431 * files.el (set-visited-file-name): Report the error
3432 for "empty filename" earlier.
3433 (kill-some-buffers): Ignore buffers already dead.
3434
3435 * fringe.el (fringe-mode): Doc fix.
3436
3437 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3438 Check for (featurep 'xemacs) and turn off warnings in what it guards.
3439 Use unwind-protect to ensure byte-compile-unresolved-functions
3440 is updated.
3441
3442 * whitespace.el (whitespace-buffer-leading-cleanup):
3443 Simplify w/ skip-chars-forward.
3444 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
3445
3446 * mail/rmail.el (rmail-only-expunge): Fix paren error.
3447 Unconditionally try to leave point at the same old place.
3448
3449 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
3450
3451 * comint.el (comint-postoutput-scroll-to-bottom)
3452 (comint-show-maximum-output): Take scroll-margin into consideration.
3453
3454 2005-07-08 Kim F. Storm <storm@cua.dk>
3455
3456 * ido.el (ido-use-filename-at-point): New choice `guess'.
3457 (ido-file-internal): Try ffap-guesser if selected.
3458
3459 * ido.el (ido-before-fallback-functions): New hook.
3460 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
3461 (ido-read-file-name): Run it.
3462
3463 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
3466 strings rather than a list of symbols to the completion function.
3467
3468 2005-07-07 Jay Belanger <belanger@truman.edu>
3469
3470 * calc/calc-units.el (math-apply-units): Change the places in
3471 which units are simplified.
3472
3473 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
3474
3475 * cus-edit.el (customize-option, customize-option-other-window):
3476 Make them handle aliases.
3477
3478 * custom.el (custom-variable-p): Make it recursively follow
3479 aliases. Mention that in the docstring.
3480
3481 2005-07-07 Richard M. Stallman <rms@gnu.org>
3482
3483 * cus-start.el (exec-path): Use `directory' instead of `file'.
3484 Fix tag for nil.
3485
3486 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
3489 when called non-interactively. Doc fix.
3490
3491 2005-07-07 Lute Kamstra <lute@gnu.org>
3492
3493 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
3494 new address as well.
3495
3496 2005-07-07 Kenichi Handa <handa@m17n.org>
3497
3498 * international/mule.el (make-coding-system):
3499 Describe `ascii-incompatible' property in the docstring.
3500 (set-file-name-coding-system): Signal an error if coding-system is
3501 ascii-incompatible.
3502 (set-keyboard-coding-system): Likewise.
3503
3504 * international/mule-cmds.el (set-default-coding-systems):
3505 Don't set default-file-name-coding-system and
3506 default-keyboard-coding-system if coding-system is ASCII-incompatible.
3507
3508 * international/utf-16.el: Declare that all UTF-16-based coding
3509 systems are ASCII-incompatible.
3510
3511 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
3512
3513 * progmodes/gud.el: Require font-lock for displaying errors.
3514 Used by gdb-ui.el.
3515
3516 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
3517
3518 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
3519 values for the pattern lists which are `read'able but not
3520 `append'able (like symbols).
3521
3522 2005-07-06 Richard M. Stallman <rms@gnu.org>
3523
3524 * progmodes/flymake.el (flymake-float-time): Instead of
3525 with-no-warnings, test for xemacs.
3526 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
3527 to avoid warning.
3528
3529 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
3530
3531 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
3532
3533 2005-07-05 Lute Kamstra <lute@gnu.org>
3534
3535 * battery.el: Add support for Darwin (with much debugging help
3536 from Samuel Lauber <sam124@operamail.com>).
3537 (battery-status-function, battery-echo-area-format)
3538 (battery-mode-line-format): Add support for pmset on Darwin.
3539 (battery-load-low, battery-load-critical): New user options.
3540 (battery-pmset): New function.
3541
3542 2005-07-05 Lute Kamstra <lute@gnu.org>
3543
3544 Update FSF's address in GPL notices.
3545
3546 * textmodes/page-ext.el: Update FSF's address.
3547
3548 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
3551 filling from using prefix when filling a single-line docstring.
3552
3553 * progmodes/flymake.el: Remove useless eval-when-compile.
3554
3555 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
3556
3557 2005-07-04 Richard M. Stallman <rms@gnu.org>
3558
3559 * textmodes/org.el (org-file-apps-defaults-gnu):
3560 Rename from org-file-apps-defaults-linux.
3561 (org-default-apps): Don't test system-type for `linux'.
3562 (org-file-apps): Doc fix.
3563
3564 2005-07-04 David Ponce <david@dponce.com>
3565
3566 * tree-widget.el: Improve header Commentary section.
3567 (tree-widget) [defgroup]
3568 (tree-widget-image-enable, tree-widget-themes-directory)
3569 (tree-widget-theme, tree-widget-image-properties-emacs)
3570 (tree-widget-image-properties-xemacs, tree-widget-create-image)
3571 (tree-widget-image-formats, tree-widget-control)
3572 (tree-widget-empty-control, tree-widget-leaf-control
3573 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
3574 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
3575 (tree-widget-keep, tree-widget-after-toggle-functions)
3576 (tree-widget-open-node, tree-widget-close-node): Doc fix.
3577 (tree-widget-open-control, tree-widget-close-control): Fix doc and
3578 :help-echo message.
3579 (tree-widget-set-theme): Doc fix. Use `string-equal'.
3580 (tree-widget-image-properties): Doc fix. Clearer implementation.
3581 (tree-widget--cursors): New constant.
3582 (tree-widget-lookup-image): New function split from
3583 `tree-widget-find-image'. Clearer implementation.
3584 (tree-widget-find-image): Use it.
3585 (tree-widget-button-keymap): Use `set-keymap-parent'.
3586 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
3587 Define the sub-widgets here.
3588 (tree-widget-node): Check that :node is not a tree-widget.
3589 (tree-widget-get-super, tree-widget-open-control)
3590 (tree-widget-close-control, tree-widget-empty-control)
3591 (tree-widget-leaf-control, tree-widget-guide)
3592 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
3593 (tree-widget-no-handle, tree-widget-value-delete)
3594 (tree-widget-map): Remove.
3595 (tree-widget-children-value-save): Doc fix. Simplified.
3596 (tree-widget-value-create): Update according to previous changes.
3597
3598 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
3599
3600 * textmodes/org.el: Leading space replaced by TABS.
3601 (org-recalc-marks, org-table-rotate-recalc-marks)
3602 (org-table-get-specials): Treat "^" and "_" marks.
3603 (org-table-justify-field-maybe): Optional argument NEW.
3604 (org-table-eval-formula): Parsing of the format simplified.
3605 New modes C,I. Honor the %= parameter in the current table.
3606 Avoid unnecessary re-align by using the NEW argument to
3607 `org-table-justify-field-maybe'.
3608 (org-calc-default-modes): Default for date-format mimicks org-mode.
3609 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
3610
3611 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
3612
3613 * cus-face.el (custom-theme-set-faces): Make it handle face
3614 aliases whose alias declarations are pre- or autoloaded.
3615
3616 2005-07-04 Juri Linkov <juri@jurta.org>
3617
3618 * faces.el (read-face-name): Put the code for getting a face name
3619 from the buffer before adding the faces from the `face' property.
3620 Use `completing-read-multiple' instead of `completing-read'.
3621 Require `crm'. Add default value and post-process the returned
3622 list of faces.
3623
3624 * emacs-lisp/crm.el (crm-find-current-element)
3625 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
3626
3627 * emacs-lisp/lisp-mode.el (eval-defun-1):
3628 * emacs-lisp/edebug.el (edebug-eval-defun):
3629 Remove unnecessary quotes.
3630
3631 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
3634 (prolog-indent-level): Fix typo in docstring.
3635
3636 * info.el (Info-history, Info-history-forward)
3637 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
3638
3639 * add-log.el (add-change-log-entry):
3640 * comint.el (comint-dynamic-list-input-ring)
3641 (comint-dynamic-list-completions):
3642 * dabbrev.el (dabbrev-expand):
3643 * delim-col.el (delimit-columns-rectangle-line):
3644 * diff-mode.el (diff-context->unified, diff-reverse-direction)
3645 (diff-unified->context):
3646 * ediff-init.el (ediff-abbrev-jobname):
3647 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
3648 (ediff-replace-session-activity-marker-in-meta-buffer):
3649 * info.el (Info-summary):
3650 * lpr.el (printify-region):
3651 * printing.el (pr-create-interface):
3652 * ps-print.el (ps-print-quote):
3653 * ses.el (ses-column-widths, ses-print-cell)
3654 (ses-adjust-print-width, ses-center):
3655 * shell.el (shell-file-name-quote-list):
3656 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
3657 (strokes-fill-current-buffer-with-whitespace)
3658 (strokes-xpm-for-stroke, strokes-list-strokes)
3659 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
3660 * term.el (term-dynamic-list-input-ring)
3661 (term-dynamic-list-completions):
3662 * calc/calc.el (math-format-stack-value):
3663 * emacs-lisp/edebug.el (edebug-display-freq-count):
3664 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
3665 (delphi-new-comment-line):
3666 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
3667 * progmodes/executable.el (executable-set-magic):
3668 * progmodes/python.el (inferior-python-mode):
3669 * progmodes/scheme.el (scheme-mode-syntax-table):
3670 * progmodes/sh-script.el (sh-maybe-here-document):
3671 * progmodes/sql.el (sql-copy-column):
3672 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
3673 * textmodes/bibtex.el (bibtex-mode):
3674 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
3675 (sgml-auto-attributes):
3676 * textmodes/table.el (table-insert, table-shorten-cell)
3677 (table--generate-source-scan-lines, table-delete-row)
3678 (*table--cell-delete-char, table--spacify-frame)
3679 (table--horizontally-shift-above-and-below)
3680 (table--cell-insert-char, table--cell-blank-str)
3681 (table--fill-region-strictly):
3682 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
3683 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
3684
3685 * add-log.el (change-log):
3686 * apropos.el (apropos):
3687 * comint.el (comint-completion, comint-source):
3688 * dabbrev.el (dabbrev):
3689 * delim-col.el (columns):
3690 * diff-mode.el (diff-mode):
3691 * ediff.el (ediff):
3692 * ediff-diff.el (ediff-diff):
3693 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
3694 * ediff-mult.el (ediff-mult):
3695 * ediff-ptch.el (ediff-ptch):
3696 * ediff-wind.el (ediff-window):
3697 * facemenu.el (facemenu):
3698 * indent.el (indent):
3699 * info.el (info):
3700 * jka-cmpr-hook.el (compression, jka-compr):
3701 * lpr.el (lpr):
3702 * outline.el (outlines):
3703 * pcmpl-cvs.el (pcmpl-cvs):
3704 * pcmpl-rpm.el (pcmpl-rpm):
3705 * printing.el (printing):
3706 * ps-print.el (postscript, ps-print, ps-print-horizontal)
3707 (ps-print-vertical, ps-print-headers, ps-print-font)
3708 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
3709 (ps-print-background, ps-print-printer, ps-print-page)
3710 (ps-print-miscellany):
3711 * ses.el (ses):
3712 * shell.el (shell, shell-directories, shell-faces):
3713 * startup.el (initialization):
3714 * strokes.el (strokes):
3715 * term.el (term):
3716 * uniquify.el (uniquify):
3717 * w32-vars.el (w32):
3718 * calc/calc.el (calc):
3719 * emacs-lisp/bytecomp.el (bytecomp):
3720 * emacs-lisp/cl-indent.el (lisp-indent):
3721 * emacs-lisp/edebug.el (edebug):
3722 * emacs-lisp/elp.el (elp):
3723 * emacs-lisp/testcover.el (testcover):
3724 * emacs-lisp/trace.el (trace):
3725 * emulation/viper-ex.el (viper-ex):
3726 * emulation/viper-mous.el (viper-mouse):
3727 * mail/mailalias.el (mailalias):
3728 * mail/supercite.el (supercite, supercite-frames)
3729 (supercite-attr, supercite-cite, supercite-hooks):
3730 * net/rcompile.el (remote-compile):
3731 * net/rlogin.el (rlogin):
3732 * obsolete/ooutline.el (outlines):
3733 * progmodes/delphi.el (delphi):
3734 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
3735 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
3736 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
3737 (ebnf-optimization):
3738 * progmodes/etags.el (etags):
3739 * progmodes/executable.el (executable):
3740 * progmodes/idlwave.el (idlwave):
3741 * progmodes/pascal.el (pascal):
3742 * progmodes/prolog.el (prolog):
3743 * progmodes/python.el (python):
3744 * progmodes/scheme.el (scheme):
3745 * progmodes/sh-script.el (sh, sh-script):
3746 * progmodes/sql.el (SQL):
3747 * progmodes/tcl.el (tcl):
3748 * textmodes/bibtex.el (bibtex, bibtex-autokey):
3749 * textmodes/enriched.el (enriched):
3750 * textmodes/makeinfo.el (makeinfo):
3751 * textmodes/sgml-mode.el (sgml):
3752 * textmodes/table.el (table-hooks):
3753 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
3754 * textmodes/texinfo.el (texinfo):
3755 * textmodes/two-column.el (two-column):
3756 Finish `defgroup' description with period.
3757
3758 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
3759 * eshell/esh-var.el (eshell-var):
3760 * progmodes/vhdl-mode.el (vhdl-testbench):
3761 * textmodes/org.el (org): Fix typos in docstrings.
3762
3763 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
3764 consistency.
3765
3766 * progmodes/flymake.el (flymake-find-file): Remove.
3767 (flymake-float-time): Use `with-no-warnings'.
3768 (flymake-check-start-time, flymake-check-was-interrupted)
3769 (flymake-err-info, flymake-is-running, flymake-last-change-time)
3770 (flymake-new-err-info): `defvar' at compile time.
3771
3772 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
3773
3774 * replace.el (occur-hook): Doc fix.
3775 (occur-1): Don't call `occur-hook' if there are no matches.
3776
3777 2005-07-03 Richard M. Stallman <rms@gnu.org>
3778
3779 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
3780 global-map, save the same map.
3781 (global-map): Don't alter it at top level.
3782 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
3783 Then alter it here instead.
3784 (tpu-edt-off): Set global-map to the saved one.
3785
3786 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
3787 All references simplified.
3788 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
3789 (zmacs-regions): Add defvar.
3790 (repeat-complex-command-map): Everything about that deleted.
3791
3792 * textmodes/artist.el (artist-key-is-drawing)
3793 (artist-key-endpoint1, artist-key-poly-point-list)
3794 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
3795 (artist-key-compl-table, artist-rb-save-data)
3796 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
3797 Don't put them in eval-when-compile.
3798 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
3799
3800 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
3801 Use with-no-warnings.
3802
3803 * net/browse-url.el (dos-windows-version): Add defvar.
3804
3805 * mail/supercite.el (filladapt-prefix-table): Add defvar.
3806
3807 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
3808 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
3809 (rmail-new-summary-line-count): Rename from new-summary-line-count.
3810 Add defvar.
3811 (rmail-summary-beginning-of-message): Use with-no-warnings.
3812 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
3813
3814 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
3815 Use with-no-warnings.
3816
3817 * emulation/vi.el (vi-mark-region): Use c-mark-function.
3818 (c-mark-function): Add point-moving-unit property.
3819 (vi-goto-line): Use with-no-warnings.
3820
3821 * emulation/edt.el (edt-last-copied-word): Add defvar.
3822 (zmacs-region-stays): Likewise.
3823 (edt-mark-section-wisely): Use c-mark-function for C.
3824 Use makr-defun for Fortran.
3825 (time-string): defvar deleted.
3826 (edt-display-the-time): Don't set time-string.
3827
3828 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
3829
3830 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3831 Don't warn when name is not constant
3832 or for defining the group `emacs'.
3833
3834 * tooltip.el (gud-tooltip-mode): Add defvar.
3835
3836 * startup.el (default-frame-background-mode): Add defvar.
3837
3838 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
3839
3840 * info.el (tool-bar-map): Add defvar.
3841
3842 * dired.el (dnd-protocol-alist): Add defvar.
3843
3844 * dired-aux.el (dired-query): Display question with answer, when
3845 the user answers.
3846
3847 * custom.el (custom-add-option): Doc fix.
3848
3849 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
3850
3851 2005-07-03 Eli Zaretskii <eliz@gnu.org>
3852
3853 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
3854 bogus name from the last change.
3855
3856 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
3857
3858 * custom.el (custom-declare-variable): Fix typos in comment.
3859 (custom-known-themes): Doc fix.
3860 (custom-theme-directory): New defcustom.
3861 (require-theme): Make it check `custom-theme-directory'.
3862
3863 * cus-theme.el (custom-new-theme-mode): New function.
3864 (custom-theme-name, custom-theme-variables, custom-theme-faces)
3865 (custom-theme-description): Add compiler defvars.
3866 (customize-create-theme): Add doc to the "*New Custom Theme*"
3867 buffer. Use `custom-new-theme-mode'.
3868 (custom-theme-write): Put the created buffer in emacs-lisp-mode
3869 and save it to the `custom-theme-directory'. Make this the
3870 default directory of the buffer.
3871
3872 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
3873
3874 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
3875 Fix unbalanced parentheses.
3876
3877 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
3880 into flymake-mode and delegate to flymake-mode.
3881
3882 * find-file.el (ff-which-function-are-we-in): Clean up.
3883
3884 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
3885
3886 * replace.el (occur-rename-buffer): Fix docstring.
3887
3888 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
3889 (edt-last-copied-word, edt-learn-macro-count)
3890 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
3891 (edt-rect-start-point, edt-user-global-map, rect-start-point)
3892 (time-string, zmacs-region-stays):
3893 * emulation/edt-mapper.el (edt-save-function-key-map)
3894 (EDT-key-name): `defvar' to silence the byte-compiler.
3895
3896 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
3897
3898 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
3899 font-lock-regexp-backslash. Doc fix.
3900 (font-lock-regexp-backslash-grouping-construct): Rename from
3901 font-lock-regexp-backslash-construct. Doc fix.
3902 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
3903 grouping constructs.
3904
3905 2005-07-02 Eli Zaretskii <eliz@gnu.org>
3906
3907 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
3908 updating all the prerequisites.
3909
3910 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * textmodes/org.el (org-agenda-start-on-weekday)
3913 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
3914 (org-agenda-use-time-grid, org-archive-location)
3915 (org-allow-space-in-links, org-usenet-links-prefer-google)
3916 (org-enable-table-editor, org-export-default-language)
3917 (org-export-html-show-new-buffer, org-fill-paragraph)
3918 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
3919 (org-goto-quit, org-occur, org-eval-in-calendar)
3920 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
3921 (org-agenda-diary-entry, org-remember-help)
3922 (org-table-convert-region, org-at-table-p)
3923 (org-table-move-row-down, org-table-move-row-up)
3924 (org-table-copy-region, org-table-toggle-vline-visibility)
3925 (org-table-get-stored-formulas, org-table-get-specials)
3926 (org-recalc-commands, org-table-eval-formula)
3927 (org-table-formula-substitute-names, orgtbl-make-binding)
3928 (org-format-org-table-html, org-format-table-table-html)
3929 (org-format-table-table-html-using-table-generate-source)
3930 (org-customize): Fix typos in docstrings.
3931 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
3932 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
3933 (org-back-to-heading): Doc fixes.
3934 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
3935 (org-agenda-change-all-lines, org-get-header):
3936 Improve argument/docstring consistency.
3937 (orgtbl-error): Fix error message.
3938
3939 * progmodes/flymake.el (flymake-find-possible-master-files)
3940 (flymake-master-file-compare, flymake-get-line-err-count)
3941 (flymake-highlight-line, flymake-gui-warnings-enabled):
3942 Fix typos in docstrings.
3943 (flymake-parse-line, flymake-get-project-include-dirs-function)
3944 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
3945 Doc fixes.
3946 (flymake-get-project-include-dirs-function)
3947 (flymake-make-err-menu-data):
3948 Improve argument/docstring consistency.
3949
3950 2005-07-01 Lute Kamstra <lute@gnu.org>
3951
3952 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
3953 Catch errors with ignore-errors. Use temporary buffer.
3954 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
3955
3956 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
3957 background color faces.
3958 (facemenu-set-foreground, facemenu-set-background):
3959 Use facemenu-set-face-from-menu.
3960 (facemenu-set-face-from-menu): Treat face names that start with
3961 "fg:" or "bg:" as special.
3962 (facemenu-add-new-color): Don't create faces. Simplify.
3963
3964 2005-06-30 Richard M. Stallman <rms@gnu.org>
3965
3966 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
3967 (crm-find-current-element): Likewise.
3968
3969 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
3970
3971 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
3972
3973 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * arc-mode.el (archive-extract): Make it work as a mouse binding.
3976 (archive-mouse-extract): Make it an obsolete alias.
3977 (archive-mode-map): Don't use archive-mouse-extract any more.
3978 (archive-mode, archive-extract): write-contents-hooks ->
3979 write-contents-functions.
3980 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
3981 first arg.
3982 (archive-rename-entry): Update the call.
3983 (archive-zip-summarize): Remove unused var `method'.
3984 (archive-lzh-summarize): Remove unused var `creator'.
3985
3986 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
3987 dedicated frame upon exit.
3988
3989 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
3990 (archive-zip-extract, archive-zip-expunge)
3991 (archive-zip-update, archive-zip-update-case): Use executable-find.
3992 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
3993 Use restore-buffer-modified-p.
3994 (archive-extract, archive-add-new-member, archive-write-file-member):
3995 Use with-current-buffer.
3996 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
3997
3998 2005-06-30 Andreas Schwab <schwab@suse.de>
3999
4000 * progmodes/gud.el (gud-filter): Remove unneeded progn.
4001
4002 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4003
4004 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4005
4006 2005-06-30 Juri Linkov <juri@jurta.org>
4007
4008 * faces.el (vertical-border): Inherit from mode-line-inactive
4009 only on tty.
4010
4011 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
4012
4013 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4014 example, -NLINES in the `occur' docstring).
4015
4016 * replace.el (occur-1): When no matches are found, do not set the
4017 `buffer-read-only' and modified flags for the occur buffer,
4018 because it is deleted.
4019
4020 * emulation/cua-base.el (cua-check-pending-input)
4021 (cua-repeat-replace-region, cua-mode, cua-debug)
4022 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4023 Fix typos in docstrings.
4024
4025 * emulation/cua-gmrk.el (cua-toggle-global-mark)
4026 (cua-cut-region-to-global-mark)
4027 (cua--cut-rectangle-to-global-mark):
4028 Remove period from end of messages.
4029
4030 * emulation/cua-rect.el (cua-do-rectangle-padding):
4031 Remove period from end of messages.
4032 (cua--rectangle-seq-format): Fix typo in docstring.
4033 (cua-sequence-rectangle, cua-fill-char-rectangle):
4034 Improve argument/docstring consistency.
4035
4036 2005-06-29 Juri Linkov <juri@jurta.org>
4037
4038 * faces.el (default-frame-background-mode): New internal variable.
4039 (frame-set-background-mode): Use it.
4040
4041 * startup.el (normal-top-level): Set default-frame-background-mode
4042 instead of frame-background-mode. Before setting it, test for its
4043 nil value. Remove tests for frame-background-mode and frame
4044 parameter `reverse'. Add test for "unspecified-fg".
4045
4046 * term/xterm.el (xterm-rxvt-set-background-mode):
4047 * term/rxvt.el (rxvt-set-background-mode):
4048 Set default-frame-background-mode instead of frame-background-mode.
4049
4050 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4051
4052 * simple.el (set-variable): Warn about obsolete user variables.
4053
4054 * imenu.el (imenu--completion-buffer):
4055 * mouse.el (mouse-buffer-menu-alist):
4056 * msb.el (msb-invisible-buffer-p):
4057 * calendar/diary-lib.el (diary-header-line-format):
4058 * emacs-lisp/pp.el (pp-buffer):
4059 * progmodes/cperl-mode.el (cperl-do-auto-fill):
4060 * textmodes/picture.el (picture-replace-match):
4061 Change space constants followed by a sexp to "?\s ".
4062
4063 * play/decipher.el (decipher-loop-with-breaks):
4064 * textmodes/texinfo.el (texinfo-insert-@item): Change space
4065 constants "protected" from end of line by a comment to "?\s".
4066
4067 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4068
4069 * font-lock.el (save-buffer-state): Use `declare'.
4070
4071 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4072 reset the syntax-table to cperl-mode-syntax-table.
4073 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4074 "foo_print_bar" is not matched as a reserved keyword.
4075
4076 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
4077
4078 * textmodes/org.el (orgtbl-setup): New function, for delayed
4079 setup for the orgtbl commands.
4080 (org-calc-default-modes): New option.
4081 (orgtbl-make-binding): Use `defun' to get better help display.
4082 (org-diary): Call `org-compile-prefix-format'.
4083 (org-table-formula-substitute-names): New function.
4084 (org-agenda-day-view, org-agenda-week-view): New commands.
4085 (org-agenda-toggle-week-view): Command removed.
4086 (org-tbl-menu): Split off from org-org-menu.
4087 (org-mode): Move removal of outline-mode menus to here.
4088 (org-table-formula-debug): New option.
4089 (org-table-insert-row): Keep first field if just "#" or "*".
4090 (org-mode): Paragraph regexps fixed.
4091 (org-table-recalculate-regexp): New constant.
4092 (org-table-justify-field-maybe): Avoid replace if not necessary.
4093 (org-copy-special, org-cut-special): Use `call-interactively'.
4094 (org-table-copy-region): Take region from `interactive' call.
4095 (org-trim): Return string even if no match.
4096 (org-formula): New face.
4097 (org-set-font-lock-defaults): No longer highlight "FIXME".
4098 But highlight formula-related fields in table.
4099 (org-table-p): Use regexp, not fontification.
4100 (org-table-align): Handle white space at end of line.
4101 (org-table-formula-evaluate-inline): New option.
4102 (org-mode): Auto-wrapping in comment lines turned off.
4103 (org-table-copy-down): Evaluate only in copied field, not in
4104 destination.
4105 (org-table-current-formula): Variable removed.
4106 (org-table-store-formulas, org-table-get-stored-formulas)
4107 (org-table-modify-formulas, org-table-replace-in-formulas)
4108 (org-table-maybe-eval-formula): New functions.
4109 (org-table-get-formula): Modify to use stored formulas.
4110 (org-table-insert-column, org-table-delete-column)
4111 (org-table-move-column): Call `org-table-modify-formulas'.
4112 (org-complete): Add completion for keyword formulas.
4113 (orgtbl-mode): Pull orgtbl-mode-map to start of
4114 minor-mode-map-alist.
4115
4116 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * progmodes/python.el (python-check): Require `compile' before
4119 modifying its variables.
4120
4121 * newcomment.el (comment-indent-default): Don't get fooled by an early
4122 end of buffer.
4123
4124 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4125
4126 * ps-print.el (ps-print-version): Fix version number.
4127
4128 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
4129
4130 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4131
4132 2005-06-28 Richard M. Stallman <rms@gnu.org>
4133
4134 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4135 (flyspell-local-mouse-map): Declaration deleted.
4136 (flyspell-mouse-map): Bind only mouse-2.
4137 (flyspell-mode-map): Don't test flyspell-use-local-map.
4138 (flyspell-overlay-keymap-property-name): Var deleted.
4139 (flyspell-mode-on): Don't make local bindings for
4140 flyspell-mouse-map and flyspell-mode-map.
4141 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4142
4143 * textmodes/ispell.el (ispell-word): Do not ignore short words.
4144
4145 * progmodes/compile.el (compilation-next-error-function):
4146 Don't switch buffers; operate on the current buffer.
4147
4148 * progmodes/compile.el (compilation-error-file-name)
4149 (compilation-warning-file-name, compilation-info-file-name)
4150 (compilation-line-number, compilation-column-number): New faces.
4151 (compilation-error-face, compilation-warning-face)
4152 (compilation-info-face, compilation-line-face)
4153 (compilation-column-face): Use them.
4154
4155 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4156
4157 * comint.el (comint-password-prompt-regexp): Accept ", try again".
4158
4159 * bindings.el (global-map): Bind insertchar and its variants.
4160
4161 2005-06-27 Richard M. Stallman <rms@gnu.org>
4162
4163 * textmodes/artist.el (artist-text-overwrite)
4164 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4165
4166 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4167
4168 * ps-print.el: It was not working the page selection for printing.
4169 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4170 (ps-print-version): New version 6.6.7.
4171 (ps-end-sheet): New fun.
4172 (ps-header-sheet, ps-end-job): Call it.
4173
4174 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4175
4176 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4177
4178 2005-06-27 Lute Kamstra <lute@gnu.org>
4179
4180 * facemenu.el (facemenu-unlisted-faces): Add foreground and
4181 background color faces.
4182 (facemenu-get-face): Delete function.
4183 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4184 (facemenu-add-new-color): Make second argument mandatory.
4185 Create the appropriate face and return it. Simplify.
4186 (facemenu-set-foreground, facemenu-set-background): Don't check if
4187 color is defined. Use return value of facemenu-add-new-color.
4188
4189 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
4190
4191 * progmodes/gud.el (gud-filter): Add missing argument to
4192 with-selected-window.
4193
4194 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4197 a :require to the defcustom.
4198
4199 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4200 defcustoms corresponding to minor modes.
4201
4202 2005-06-26 David Ponce <david@dponce.com>
4203
4204 * recentf.el: Require tree-widget instead of wid-edit.
4205 (recentf-filename-handler): Fix widget :type.
4206 (recentf-cancel-dialog, recentf-open-more-files)
4207 (recentf-open-files-action): Doc fix.
4208 (recentf-dialog-goto-first): New function.
4209 (recentf-dialog-mode-map): Set parent keymap first.
4210 (recentf-dialog-mode): Define with define-derived-mode.
4211 Don't display continuation lines in dialogs.
4212 (recentf-edit-list): Rename from recentf-edit-selected-items.
4213 (recentf-edit-list-select): Rename from recentf-edit-list-action.
4214 Simplify.
4215 (recentf-edit-list-validate): New function.
4216 (recentf-edit-list): Update accordingly.
4217 (recentf-open-files-item-shift): Remove.
4218 (recentf-open-files-item): Convert menu elements into tree and
4219 link widgets. Don't create the widgets.
4220 (recentf-open-files): Update accordingly.
4221 (recentf-save-list): Untabify.
4222
4223 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4224
4225 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4226 (keep-lines): Add INTERACTIVE arg. Never delete lines only
4227 partially contained in the active region. Do not take active
4228 region into account when called from Lisp, unless INTERACTIVE arg
4229 is non-nil. Use `forward-line' instead of `beginning-of-line' to
4230 avoid trouble with fields. Make marker point nowhere when no
4231 longer used. Always return nil. Doc fix.
4232 (flush-lines): Add INTERACTIVE arg. Do not take active region
4233 into account when called from Lisp, unless INTERACTIVE arg is
4234 non-nil. Use `forward-line' instead of `beginning-of-line' to
4235 avoid trouble with fields. Make marker point nowhere when no
4236 longer used. Always return nil. Doc fix.
4237 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
4238 interchangeable. Do not take active region into account when
4239 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
4240 message in echo area when called from Lisp, unless INTERACTIVE arg
4241 is non-nil. Avoid saying "1 occurrences". Do not use markers.
4242 Return the number of matches. Doc fix.
4243 (occur): Doc fix.
4244 (perform-replace): Make comment follow double space convention for
4245 the sake of `outline-minor-mode'.
4246
4247 * faces.el (facep): Doc fix.
4248
4249 2005-06-25 Richard M. Stallman <rms@gnu.org>
4250
4251 * facemenu.el (facemenu-enable-faces-p): New function.
4252 (facemenu-background-menu, facemenu-foreground-menu)
4253 (facemenu-face-menu): Add menu-enable property.
4254
4255 * jka-compr.el (jka-compr-insert-file-contents):
4256 Special handling if cannot find the uncompression program.
4257
4258 * cus-face.el (custom-face-attributes): Add autoload.
4259
4260 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4261 Bind comment-indent-function locally.
4262
4263 * window.el (save-selected-window): Use save-current-buffer.
4264
4265 * subr.el (with-selected-window): Use save-current-buffer.
4266
4267 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4268 and with-current-buffer.
4269
4270 2005-06-24 Richard M. Stallman <rms@gnu.org>
4271
4272 * simple.el (line-move-1): Fix previous change.
4273
4274 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
4275
4276 * replace.el (occur-1): Set `buffer-read-only' and the
4277 buffer-modified flag before running `occur-hook' to protect
4278 against unintentional buffer switches that can lead to data loss.
4279
4280 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
4281
4282 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
4283 (gud-gdb-marker-filter): Use font-lock-warning-face for any
4284 initial error.
4285
4286 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
4287 after fresh input.
4288 (gdb-var-create-handler): Put name of expression in quotes.
4289
4290 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4291
4292 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
4293 elements of RING in order, and without bogus nil elements.
4294
4295 2005-06-23 Richard M. Stallman <rms@gnu.org>
4296
4297 * simple.el (set-variable): Args renamed; doc fix.
4298 (line-move-1): When there are overlays around, use vertical-motion.
4299
4300 * faces.el (escape-glyph): Use brown against light background.
4301 (nobreak-space): Rename from no-break-space.
4302 Fix previous change.
4303
4304 * dired-aux.el (dired-do-copy): Fix arg prompt.
4305
4306 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
4307
4308 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4309
4310 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
4311 rather than "Distributor".
4312
4313 2005-06-23 Lute Kamstra <lute@gnu.org>
4314
4315 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
4316 (debug-on-entry): Use it. New interactive declaration that uses
4317 function-called-at-point.
4318
4319 2005-06-23 Kim F. Storm <storm@cua.dk>
4320
4321 * subr.el (save-match-data): Add comment about using evaporate arg
4322 to set-match-data.
4323
4324 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4325
4326 * cus-edit.el (customize-face)
4327 (customize-face-other-window): Handle face aliases.
4328
4329 * faces.el (face-documentation, set-face-attribute)
4330 (face-spec-set): Handle face aliases.
4331
4332 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
4333
4334 * help-mode.el (help-make-xrefs): If a symbol representing a face
4335 name is not followed by the word "face", it could still be a
4336 function or variable name, so don't bypass other checks.
4337
4338 2005-06-22 Juri Linkov <juri@jurta.org>
4339
4340 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
4341 Replace aliased functions with calls where second arg `inherit' is t.
4342
4343 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
4344
4345 * progmodes/gdb-ui.el (gdb-error): New variable.
4346 (gdb-error): New function.
4347 (gdb-annotation-rules): Act on error-begin and error annotations.
4348 (gdb-concat-output): Use font-lock-warning-face for errors.
4349
4350 2005-06-22 Miles Bader <miles@gnu.org>
4351
4352 * bindings.el (propertized-buffer-identification): Use renamed
4353 `Buffer-menu-buffer' face.
4354
4355 * faces.el (vertical-border): Rename from `vertical-divider'.
4356 (escape-glyph): Change dark-background color back to `cyan'.
4357
4358 2005-06-21 Juri Linkov <juri@jurta.org>
4359
4360 * faces.el (face-user-default-spec): Try getting `customized-face'
4361 prior to `saved-face'.
4362 (frame-background-mode): Refill docstring.
4363
4364 * emacs-lisp/lisp-mode.el (eval-defun-1):
4365 * emacs-lisp/edebug.el (edebug-eval-defun):
4366 Set `saved-face' temporarily to nil before calling form.
4367 Set `customized-face' to the new spec after that.
4368
4369 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
4370
4371 * subr.el (1value, lambda, key-substitution-in-progress):
4372 Doc fixes.
4373
4374 * autoinsert.el (auto-insert-alist):
4375 * ses.el (ses-call-printer):
4376 * subr.el (noreturn):
4377 * emacs-lisp/lisp.el (check-parens):
4378 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
4379 * net/browse-url.el (browse-url-mosaic):
4380 * progmodes/cc-defs.el (c-safe-scan-lists):
4381 * progmodes/ebnf-abn.el (ebnf-abn-lex):
4382 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
4383 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
4384 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
4385 * progmodes/ebnf-iso.el (ebnf-iso-lex):
4386 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
4387
4388 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4389
4390 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
4391
4392 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
4393
4394 * calendar/appt.el (appt-make-list): Activate the package, if
4395 not already active (for backwards compatibility).
4396
4397 2005-06-20 Kim F. Storm <storm@cua.dk>
4398
4399 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
4400
4401 2005-06-20 Miles Bader <miles@gnu.org>
4402
4403 * faces.el (vertical-divider): New face.
4404
4405 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
4406
4407 * simple.el (kill-whole-line): Doc fix.
4408 (next-error-buffer-p, next-error-find-buffer)
4409 (clone-indirect-buffer): Fix typos in docstrings.
4410 (comment-line-break-function): Doc fix: don't say variable
4411 is automatically buffer-local (it isn't).
4412
4413 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
4414
4415 * net/tramp-ftp.el (top):
4416 * net/tramp-smb.el (top):
4417 * net/tramp-util.el (top):
4418 * net/tramp-uu.el (top):
4419 * net/tramp-vc.el (top):
4420 * net/tramp.el (top): Revert copyright years back to original
4421 ones. Tramp has a life outside GNU Emacs.
4422
4423 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
4424
4425 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
4426
4427 2005-06-18 Juri Linkov <juri@jurta.org>
4428
4429 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
4430 end of first regexp to limit the match to the position between
4431 line number and source line with same separator character as used
4432 between file name and line number. In the second regexp limit
4433 mouse-face area to file name and line number by adding new group
4434 for them and referring it in HYPERLINK arg.
4435 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
4436 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
4437 previous line where grep markers may be already removed.
4438
4439 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
4440
4441 * progmodes/ps-mode.el: Update version and maintainer's email address.
4442
4443 2005-06-18 Steve Youngs <steve@xemacs.org>
4444
4445 * net/browse-url.el (browse-url-browser-function)
4446 (browse-url-default-browser): Add firefox.
4447 (browse-url-firefox-program, browse-url-firefox-arguments)
4448 (browse-url-firefox-startup-arguments)
4449 (browse-url-firefox-new-window-is-tab): New defcustoms.
4450 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
4451
4452 2005-06-17 Richard M. Stallman <rms@gnu.org>
4453
4454 * startup.el (command-line): Warn if specified user name has
4455 no home directory.
4456
4457 * term.el (term-get-old-input, term-input-filter, term-input-sender)
4458 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
4459
4460 * longlines.el (longlines-mode, longlines-show-hard-newlines):
4461 Doc fixes.
4462
4463 * faces.el (underline): Try bold if terminal doesn't support underline.
4464
4465 * mail/sendmail.el (mail-setup-with-from): New variable.
4466 (mail-insert-from-field): New function.
4467 (sendmail-send-it): Call it.
4468 (mail-setup): Optionally call it here.
4469
4470 * term/linux.el: Call tty-no-underline.
4471
4472 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
4473
4474 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
4475
4476 2005-06-17 Miles Bader <miles@gnu.org>
4477
4478 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
4479 (ediff-current-diff-C, ediff-current-diff-Ancestor)
4480 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
4481 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
4482 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
4483 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
4484 Remove "-face" suffix from face names.
4485 (ediff-current-diff-face-A, ediff-current-diff-face-B)
4486 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
4487 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4488 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4489 (ediff-even-diff-face-A, ediff-even-diff-face-B)
4490 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4491 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4492 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4493 New backward-compatibility aliases for renamed faces.
4494 (ediff-current-diff-face-A, ediff-current-diff-face-B)
4495 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
4496 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4497 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4498 (ediff-even-diff-face-A, ediff-even-diff-face-B)
4499 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4500 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4501 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4502 Use renamed ediff faces.
4503
4504 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
4505 Remove "-face" suffix from face names.
4506 (eshell-test-ok-face, eshell-test-failed-face):
4507 New backward-compatibility aliases for renamed faces.
4508 (eshell-run-test): Use renamed eshell-test faces.
4509
4510 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
4511 face name.
4512 (eshell-prompt-face): New backward-compatibility alias for renamed
4513 face.
4514 (eshell-emit-prompt): Use renamed eshell-prompt face.
4515
4516 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
4517 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
4518 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
4519 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
4520 Remove "-face" suffix from face names.
4521 (eshell-ls-directory-face, eshell-ls-symlink-face)
4522 (eshell-ls-executable-face, eshell-ls-readonly-face)
4523 (eshell-ls-unreadable-face, eshell-ls-special-face)
4524 (eshell-ls-missing-face, eshell-ls-archive-face)
4525 (eshell-ls-backup-face, eshell-ls-product-face)
4526 (eshell-ls-clutter-face):
4527 New backward-compatibility aliases for renamed faces.
4528 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
4529
4530 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
4531 Remove "-face" suffix from face name.
4532 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
4533 instead of literal face.
4534
4535 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
4536
4537 * emacs-lisp/warnings.el (display-warning, lwarn)
4538 (warning-minimum-log-level): Doc fixes.
4539 (warning-minimum-level, warning-minimum-log-level):
4540 Add :debug to :type choices.
4541
4542 * progmodes/ada-mode.el (ada-format-paramlist)
4543 (ada-get-indent-case, ada-check-matching-start)
4544 (ada-check-defun-name, ada-goto-matching-decl-start)
4545 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
4546 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
4547 (ada-make-subprogram-body): Follow error conventions.
4548 (ada-case-exception-file, ada-indent-comment-as-code)
4549 (ada-indent-handle-comment-special, ada-indent-renames)
4550 (ada-indent-return, ada-search-directories-internal)
4551 (ada-tab-policy, ada-case-exception-substring)
4552 (ada-other-file-alist, ada-matching-start-re)
4553 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
4554 (ada-imenu-generic-expression, ada-compile-goto-error)
4555 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
4556 (ada-popup-menu, ada-add-extensions, ada-mode)
4557 (ada-region-selected, ada-create-case-exception)
4558 (ada-create-case-exception-substring, ada-after-keyword-p)
4559 (ada-activate-keys-for-case, ada-adjust-case-region)
4560 (ada-adjust-case-buffer, ada-format-paramlist)
4561 (ada-scan-paramlist, ada-insert-paramlist)
4562 (ada-indent-newline-indent)
4563 (ada-indent-newline-indent-conditional)
4564 (ada-justified-indent-current, ada-goto-previous-word)
4565 (ada-indent-current, ada-get-indent-open-paren)
4566 (ada-get-indent-paramlist, ada-get-indent-end)
4567 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
4568 (ada-get-indent-block-start, ada-get-indent-subprog)
4569 (ada-get-indent-noindent, ada-get-indent-label)
4570 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
4571 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
4572 (ada-goto-stmt-end, ada-goto-next-word)
4573 (ada-check-matching-start, ada-check-defun-name)
4574 (ada-goto-matching-decl-start, ada-goto-matching-start)
4575 (ada-goto-matching-end, ada-search-ignore-string-comment)
4576 (ada-in-decl-p, ada-looking-at-semi-or)
4577 (ada-looking-at-semi-private, ada-in-paramlist-p)
4578 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
4579 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
4580 (ada-next-procedure, ada-previous-procedure, ada-next-package)
4581 (ada-previous-package, ada-create-menu)
4582 (ada-fill-comment-paragraph-justify)
4583 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
4584 (ada-other-file-name, ada-last-which-function-line)
4585 (ada-last-which-function-subprog, ada-which-function)
4586 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
4587 (ada-gen-treat-proc, ada-check-emacs-version)
4588 (ada-continuation-indent, ada-align-region-separate):
4589 Fix typos in docstrings.
4590 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
4591
4592 2005-06-16 Lute Kamstra <lute@gnu.org>
4593
4594 * simple.el (fundamental-mode): Run after-change-major-mode-hook
4595 conditionally.
4596
4597 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
4598
4599 * comint.el (comint-replace-by-expanded-filename)
4600 (comint-prompt-regexp, comint-delimiter-argument-list)
4601 (comint-preinput-scroll-to-bottom):
4602 * info.el (Info-hide-cookies-node):
4603 * ls-lisp.el (ls-lisp-classify):
4604 * find-file.el (ff-search-directories, ff-special-constructs)
4605 (ff-find-other-file):
4606 * font-lock.el (font-lock-keywords):
4607 * shell.el (shell-prompt-pattern)
4608 (shell-dynamic-complete-functions, shell-mode)
4609 (shell-delimiter-argument-list):
4610 * term.el (term-replace-by-expanded-filename)
4611 (term-prompt-regexp, term-delimiter-argument-list):
4612 * woman.el (woman-ignore, woman0-if):
4613 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
4614 * emacs-lisp/elint.el (elint-init-env):
4615 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
4616 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
4617 * language/ethio-util.el (ethio-tilde-escape)
4618 (ethio-use-three-dot-question):
4619 * net/zone-mode.el (zone-mode-load-time-setup):
4620 * progmodes/cc-align.el (c-lineup-argcont):
4621 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
4622 * progmodes/cperl-mode.el (cperl-set-style-back):
4623 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4624 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
4625 Fix spellings in docstrings.
4626
4627 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
4628 * progmodes/modula2.el (m2-for): Fix spellings.
4629
4630 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
4631
4632 * simple.el (undo-more): Don't use `format' on `error' arguments.
4633 Improve argument/docstring consistency.
4634 (pending-undo-list): Doc fix.
4635
4636 * smerge-mode.el (smerge-ensure-match):
4637 * emulation/vip.el (vip-ex):
4638 * net/zone-mode.el (zone-mode-update-serial):
4639 * progmodes/idlwave.el (idlwave-complete):
4640 * progmodes/vhdl-mode.el (vhdl-visit-file)
4641 (vhdl-compose-wire-components):
4642 Don't use `format' on `error' arguments.
4643
4644 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
4645 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
4646 (tooltip-help-tips): Fix typos in docstrings.
4647
4648 2005-06-16 David Ponce <david@dponce.com>
4649
4650 * tree-widget.el (tree-widget-value-create): Simplify last change.
4651
4652 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
4653
4654 * ido.el (ido-incomplete-regexp): New variable.
4655 (ido-set-matches-1): Handle invalid-regexp error and set
4656 ido-incomplete-regexp.
4657 (ido-incomplete-regexp): New face.
4658 (ido-completions): Use it.
4659 (ido-complete, ido-exit-minibuffer, ido-completions):
4660 Handle incomplete regexps.
4661 (ido-completions): Add check for complete match when entering a regexp.
4662
4663 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
4666
4667 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4668
4669 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
4670 by field delimiters.
4671
4672 2005-06-15 David Ponce <david@dponce.com>
4673
4674 * tree-widget.el: eval-and-compile inlined functions so they will
4675 be available at run-time too.
4676 (tree-widget-super-format-handler)
4677 (tree-widget-format-handler): Remove.
4678 (tree-widget-value-create): Handle the :indent property.
4679
4680 2005-06-15 Miles Bader <miles@gnu.org>
4681
4682 * progmodes/which-func.el (which-func): Only inherit
4683 `font-lock-function-name-face' when that makes sense against the
4684 default mode-line face, otherwise set the face color explicitly.
4685
4686 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
4687 faces instead of (non-existent) variables.
4688
4689 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
4692 (iswitchb-get-matched-buffers): Likewise. Simplify.
4693
4694 2005-06-14 Miles Bader <miles@gnu.org>
4695
4696 * progmodes/ld-script.el (ld-script-location-counter):
4697 Remove "-face" suffix from face name.
4698 (ld-script-location-counter-face):
4699 New backward-compatibility alias for renamed face.
4700 (ld-script-location-counter-face): Use renamed face.
4701
4702 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
4703 (cperl-hash): Remove "-face" suffix from face names.
4704 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
4705 New backward-compatibility aliases for renamed faces.
4706 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
4707 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
4708
4709 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
4710 name.
4711 (which-func-face): New backward-compatibility alias for renamed face.
4712 (which-func-format): Use renamed which-func face.
4713
4714 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
4715 (vhdl-function, vhdl-directive, vhdl-reserved-word)
4716 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
4717 names.
4718 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
4719 (vhdl-speedbar-configuration, vhdl-speedbar-package)
4720 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
4721 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
4722 (vhdl-speedbar-architecture-selected)
4723 (vhdl-speedbar-configuration-selected)
4724 (vhdl-speedbar-package-selected)
4725 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
4726 names.
4727 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
4728 Use renamed faces.
4729 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
4730 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
4731 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
4732 Use renamed faces.
4733 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
4734 names.
4735 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
4736 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
4737 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
4738 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
4739 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
4740 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
4741
4742 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
4743 face name.
4744 (sh-heredoc-face): New backward-compatibility alias for renamed face.
4745 (sh-heredoc-face): Use renamed sh-heredoc face.
4746
4747 * progmodes/idlw-help.el (idlwave-help-link):
4748 Remove "-face" suffix from face name.
4749 (idlwave-help-link-face):
4750 New backward-compatibility alias for renamed face.
4751 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
4752
4753 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
4754 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
4755 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
4756 New backward-compatibility aliases for renamed faces.
4757 (idlwave-shell-disabled-breakpoint-face)
4758 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
4759
4760 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4761 Remove "-face" suffix from face names.
4762 (flymake-errline-face, flymake-warnline-face):
4763 New backward-compatibility aliases for renamed faces.
4764 (flymake-highlight-line): Use renamed flymake faces.
4765
4766 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4767 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
4768 (ebrowse-member-class, ebrowse-progress):
4769 Remove "-face" suffix from face names.
4770 (ebrowse-tree-mark-face, ebrowse-root-class-face)
4771 (ebrowse-file-name-face, ebrowse-default-face)
4772 (ebrowse-member-attribute-face, ebrowse-member-class-face)
4773 (ebrowse-progress-face):
4774 New backward-compatibility aliases for renamed faces.
4775 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
4776 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
4777 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
4778 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
4779
4780 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
4781 antlr-syntax)
4782 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
4783 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
4784 names.
4785 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
4786 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
4787 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
4788 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
4789 backward-compatibility aliases for renamed faces.
4790 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
4791 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
4792 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
4793 remove "font-lock-". Use renamed antlr-mode faces.
4794 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
4795 literal face-names with face variable references.
4796
4797 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
4798 face name.
4799 (Buffer-menu-buffer-face): New backward-compatibility alias for
4800 renamed face.
4801 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
4802
4803 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
4804
4805 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
4806 Eliminate "-face" suffix.
4807 (makefile-targets): Inherit from font-lock-function-name-face and
4808 eliminate "-face" suffix.
4809 (makefile-shell): Remove attributes and eliminate "-face" suffix.
4810 (makefile-*-font-lock-keywords): Append makefile-targets in rule
4811 actions, instead of prepending, to make it less visible.
4812 (makefile-previous-dependency, makefile-match-dependency):
4813 Don't match a target on a continuation line.
4814
4815 * files.el (auto-mode-alist): Put Makefile in gmake mode.
4816
4817 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
4818
4819 * progmodes/gdb-ui.el (menu): Re-order menu items.
4820 (gdb-tooltip-print): Respect tooltip-use-echo-area.
4821
4822 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
4823 Define in tooltip.el.
4824 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
4825 (gud-tooltip-tips): Respect tooltip-use-echo-area and
4826 gud-tooltip-echo-area.
4827
4828 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
4829 backward compatibility and make obsolete.
4830 (tooltip-help-tips): Use tooltip-use-echo-area.
4831 (tooltip-show-help-function): Rename to...
4832 (tooltip-show-help): ...this, because it is a function.
4833 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
4834
4835 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
4836
4837 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
4838 (edebug-print-length, edebug-print-level, edebug-print-circle)
4839 (edebug-modify-breakpoint, edebug-eval-last-sexp)
4840 (edebug-eval-print-last-sexp): Doc fixes.
4841
4842 2005-06-14 Kim F. Storm <storm@cua.dk>
4843
4844 * ido.el (ido-mode): Make a new keymap every time we enable ido,
4845 as the coverage buffer/file/both may change.
4846
4847 2005-06-14 Lute Kamstra <lute@gnu.org>
4848
4849 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
4850 and run-mode-hooks. Simplify.
4851
4852 * mail/rmailedit.el (rmail-edit-mode):
4853 * progmodes/octave-inf.el (inferior-octave-mode):
4854 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
4855
4856 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
4857 and run-mode-hooks.
4858 (recentf-edit-list, recentf-open-files): Don't call
4859 kill-all-local-variables directly.
4860
4861 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
4862
4863 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
4864
4865 * emacs-lisp/byte-run.el (make-obsolete)
4866 (define-obsolete-function-alias): Rename arguments FUNCTION and
4867 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
4868 (make-obsolete-variable, define-obsolete-variable-alias):
4869 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
4870 respectively.
4871
4872 * isearchb.el (isearchb-activate):
4873 * pcvs.el (cvs-mode):
4874 * ses.el (ses-load):
4875 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
4876 * net/tramp.el (tramp-find-file-exists-command)
4877 (tramp-find-shell):
4878 * progmodes/ada-mode.el (ada-create-case-exception)
4879 (ada-create-case-exception-substring, ada-make-subprogram-body):
4880 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4881 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
4882 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
4883 * textmodes/org.el (org-promote, org-evaluate-time-range)
4884 (org-agenda-next-date-line, org-agenda-previous-date-line)
4885 (org-agenda-error, org-open-at-point, org-table-move-row)
4886 (org-format-table-table-html-using-table-generate-source)
4887 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
4888 * textmodes/reftex.el (reftex-access-scan-info):
4889 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
4890 (reftex-toc-promote-prepare): Follow error conventions.
4891
4892 * diff-mode.el (diff-mode): Fix typo in docstring.
4893
4894 * forms.el (forms--intuit-from-file): Fix reference to
4895 `forms-number-of-fields' in error message.
4896 (forms-print): Fix quoting in error message.
4897
4898 * forms.el (forms-mode):
4899 * emulation/vi.el (vi-goto-insert-state):
4900 * progmodes/flymake.el (flymake-new-err-info)
4901 (flymake-start-syntax-check-for-current-buffer)
4902 (flymake-simple-cleanup):
4903 * eshell/esh-var.el (eshell/export):
4904 * progmodes/gud.el (xdb):
4905 * textmodes/flyspell.el (flyspell-incorrect-hook)
4906 (flyspell-maybe-correct-transposition)
4907 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
4908
4909 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
4910
4911 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
4912 minibuffer prompt.
4913
4914 2005-06-13 Kim F. Storm <storm@cua.dk>
4915
4916 * subr.el (add-to-ordered-list): New defun.
4917
4918 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
4919 add cua--keymap-alist to emulation-mode-map-alists.
4920
4921 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4922
4923 * subr.el (complete-in-turn): New macro.
4924 (dynamic-completion-table, lazy-completion-table): Add debug info.
4925
4926 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
4927 in preference to face aliases.
4928
4929 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
4930 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
4931 Remove unused vars `start' and `firstline'.
4932 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
4933 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
4934
4935 2005-06-13 Eli Zaretskii <eliz@gnu.org>
4936
4937 * cus-start.el (all): Don't complain about missing GTK-related
4938 variables, unless either `gtk' is boundp or this isn't a
4939 `windows-nt' build.
4940
4941 2005-06-13 Lute Kamstra <lute@gnu.org>
4942
4943 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
4944 run-mode-hooks.
4945
4946 * ediff-mult.el (ediff-meta-mode):
4947 * ediff-util.el (ediff-mode): Use run-mode-hooks.
4948
4949 * ledit.el (ledit-mode): Use delay-mode-hooks.
4950
4951 * woman.el (woman-mode-line-format): Delete constant.
4952 (woman-mode-map): Initialize it properly.
4953 (woman-mode): Set mode-class property to special.
4954 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
4955 Set major-mode and mode-name. Don't set mode-line-format directly.
4956 (Man-getpage-in-background): Don't reference woman-mode-line-format.
4957
4958 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
4959 string argument obsolete.
4960
4961 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
4962
4963 * textmodes/org.el (org-CUA-compatible): New option.
4964 (org-disputed-keys): New variable.
4965 (org-key): New function.
4966 (orgtbl-make-binding): Add docstring to the created function.
4967 (org-mode): Set paragraph start/separate regexps.
4968 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
4969 (org-archive-location, org-archive-mark-done)
4970 (org-archive-stamp-time): New options.
4971 (org-archive-subtree): New command.
4972 (org-fill-paragraph): New function.
4973 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
4974 (org-fake-empty-table-line): Function removed.
4975 (org-format-org-table-html): Do not create empty table lines at
4976 separator lines. Improved table header treatment.
4977 (org-link-format): New option.
4978 (org-make-link): New function.
4979 (org-insert-link, org-store-link): Use org-make-link.
4980 (org-open-file): Quote file name for shell command, to allow
4981 spaces in file names.
4982 (org-link-regexp): Fix bug with mailto link.
4983 (org-link-maybe-angles-regexp, org-protected-link-regexp):
4984 New constants.
4985 (org-export-as-html): Deal with the optional angles around a link.
4986 Better treatment of file: links.
4987 (org-open-at-point): Replace @{ and @} with < and >.
4988 (org-run-mode-hooks): Function removed.
4989 (org-agenda-mode): No longer use `org-run-mode-hooks'.
4990
4991 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
4992
4993 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
4994 MI command -data-list-register-values.
4995 (gdb-post-prompt): Indent properly.
4996
4997 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
4998
4999 * hilit-chg.el (highlight-changes-colors): Rename from
5000 `highlight-changes-colours'.
5001 (highlight-changes-colours): Keep as obsolete alias.
5002 (highlight-changes-face-list): Doc fix.
5003 (hilit-chg-make-list): Use `highlight-changes-colors'.
5004
5005 2005-06-12 Mark A. Hershberger <mah@everybody.org>
5006
5007 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5008 defun-prompt-regexp.
5009
5010 2005-06-12 Eli Zaretskii <eliz@gnu.org>
5011
5012 * loadup.el: Don't say we are dumping under 2 names on windows-nt
5013 and cygwin.
5014
5015 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5016 Don't use an old loaddefs.el, as in Makefile.in.
5017
5018 2005-06-12 Lute Kamstra <lute@gnu.org>
5019
5020 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5021
5022 * man.el (Man-mode-map): Initialize it properly.
5023 (Man-mode): Set mode-class property to special.
5024
5025 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5026
5027 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5028
5029 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5030 A newline is needed in the docstring there.
5031
5032 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5033 Doc fixes.
5034
5035 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5036
5037 * printing.el: Doc fix. The menubar is no more changed when printing
5038 is loaded, it only changes when pr-menu-bind or pr-update-menus is
5039 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
5040 (pr-version): New version number (6.8.4).
5041 (pr-menu-bind): New command.
5042 (pr-update-menus): Docstring and code fix.
5043 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5044 Docstring fix.
5045 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5046 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5047
5048 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
5049
5050 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5051 "Returns" to "return", document useful return values, etc.
5052
5053 2005-06-11 Alan Mackenzie <acm@muc.de>
5054
5055 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5056 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5057 (adaptive-file-function): Minor amendment to doc-string.
5058
5059 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5060
5061 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5062 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5063 Fix :type--it is `integer', not `string'.
5064
5065 * faces.el (modeline-highlight): Rename from (the erroneous)
5066 `modeline-higilight'.
5067
5068 2005-06-11 Lute Kamstra <lute@gnu.org>
5069
5070 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5071 lisp-interaction-mode-map but make it the parent.
5072 (edebug-eval-mode): Use define-derived-mode.
5073
5074 2005-06-11 Andreas Schwab <schwab@suse.de>
5075
5076 * bindings.el: Add binding of `ESC functionkey' for every
5077 `M-functionkey'.
5078 * hexl.el (hexl-mode-map): Likewise.
5079
5080 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
5081
5082 * progmodes/compile.el (compilation-error-regexp-alist-alist)
5083 [msft]: update regexp for newer msft compilers.
5084
5085 2005-06-10 Mark A. Hershberger <mah@everybody.org>
5086
5087 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5088 ATTLIST portions of included DTDs.
5089 (xml-parse-dtd): Eliminate use of inefficient match-data.
5090
5091 2005-06-10 Miles Bader <miles@gnu.org>
5092
5093 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5094 (mpuz-text): Remove "-face" suffix from face names.
5095 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5096 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5097 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5098
5099 * play/gomoku.el (gomoku-O, gomoku-X):
5100 Remove "-face" suffix from face names.
5101 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5102 New backward-compatibility aliases for renamed faces.
5103 (gomoku-font-lock-keywords): Use renamed gomoku faces.
5104
5105 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5106
5107 * thumbs.el: Fixes for changes of 2005-06-09.
5108 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5109 as a directory.
5110 (thumbs-thumbname): Remove directory separator from format string;
5111 `thumbs-thumbsdir' now returns a valid directory name.
5112 (thumbs-temp-dir): New defsubst.
5113 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5114 Use it.
5115
5116 * cus-edit.el (minibuffer):
5117 * files.el (make-backup-file-name-function):
5118 * filesets.el (filesets-external-viewers):
5119 * hilit-chg.el (highlight-changes-colours)
5120 (highlight-changes-face-list, highlight-changes-rotate-faces):
5121 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5122 * kmacro.el (kmacro-call-macro):
5123 * log-edit.el (log-edit-changelog-full-paragraphs):
5124 * mouse.el (mouse-1-click-follows-link):
5125 * skeleton.el (skeleton-autowrap):
5126 * subr.el (insert-for-yank-1):
5127 * tempo.el (tempo-insert-region):
5128 * terminal.el (terminal-emulator):
5129 * time.el (display-time-mail-face):
5130 * vc.el (vc-annotate):
5131 * vcursor.el (vcursor-copy-line):
5132 * woman.el (woman-bold-headings, woman-ignore)
5133 (woman-default-faces, woman-monochrome-faces):
5134 * calendar/todo-mode.el (todo-insert-threshold):
5135 * emulation/pc-select.el (pc-select-selection-keys-only)
5136 (pc-selection-mode):
5137 * emulation/vip.el (vip-find-char-forward):
5138 * emulation/viper-cmd.el (viper-find-char-forward):
5139 * international/mule-cmds.el
5140 (select-safe-coding-system-accept-default-p)
5141 (input-method-exit-on-invalid-key):
5142 * international/mule-diag.el (describe-coding-system):
5143 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5144 * net/browse-url.el (browse-url-xterm-program):
5145 * obsolete/lazy-lock.el (lazy-lock-mode):
5146 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5147 (cperl-mode):
5148 * progmodes/cpp.el (cpp-face-light-name-list)
5149 (cpp-face-dark-name-list):
5150 * progmodes/delphi.el (delphi-newline-always-indents):
5151 Fix spellings in docstrings.
5152
5153 * ido.el (ido-mode, ido-file-extensions-order)
5154 (ido-default-file-method, ido-default-buffer-method)
5155 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5156 (ido-decorations, ido-read-file-name-as-directory-commands)
5157 (ido-read-file-name-non-ido, ido-work-directory-list)
5158 (ido-ignore-item-temp-list, ido-current-directory)
5159 (ido-magic-forward-char, ido-enter-find-file)
5160 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5161 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5162
5163 2005-06-10 Lute Kamstra <lute@gnu.org>
5164
5165 * play/dunnet.el (dun-mode): Use define-derived-mode.
5166 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
5167 obsolete alias.
5168
5169 * play/doctor.el (doctor-mode-map): Remove defvar.
5170 (doctor-mode): Use define-derived-mode.
5171
5172 * mail/mspools.el (mspools-mode):
5173 * net/eudc-hotlist.el (eudc-hotlist-mode):
5174 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5175
5176 2005-06-10 Miles Bader <miles@gnu.org>
5177
5178 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5179 Remove "-face" suffix from face names.
5180 (flyspell-incorrect-face, flyspell-duplicate-face):
5181 New backward-compatibility aliases for renamed faces.
5182 (flyspell-mode-on, make-flyspell-overlay)
5183 (flyspell-highlight-incorrect-region)
5184 (flyspell-highlight-duplicate-region)
5185 (flyspell-display-next-corrections)
5186 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5187
5188 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5189 from face name.
5190 (texinfo-heading-face): New backward-compatibility alias for
5191 renamed face.
5192 (texinfo-heading-face): Use renamed texinfo-heading face.
5193
5194 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5195 suffix from face names.
5196 (tex-math-face, tex-verbatim-face):
5197 New backward-compatibility aliases for renamed faces.
5198 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5199 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5200 literal face name.
5201
5202 * textmodes/table.el (table-cell): Remove "-face" suffix from face
5203 name.
5204 (table-cell-face): New backward-compatibility alias for renamed face.
5205 (table--put-cell-face-property, table--update-cell-face):
5206 Use renamed table-cell face.
5207
5208 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5209 from face name.
5210 (sgml-namespace-face): New backward-compatibility alias for
5211 renamed face.
5212 (sgml-namespace-face): Use renamed sgml-namespace face.
5213
5214 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5215 (org-level-4, org-level-5, org-level-6, org-level-7)
5216 (org-level-8, org-warning, org-headline-done)
5217 (org-deadline-announce, org-scheduled-today)
5218 (org-scheduled-previously, org-link, org-done, org-table)
5219 (org-time-grid): Remove "-face" suffix from face names.
5220 (org-level-1-face, org-level-2-face, org-level-3-face)
5221 (org-level-4-face, org-level-5-face, org-level-6-face)
5222 (org-level-7-face, org-level-8-face, org-warning-face)
5223 (org-headline-done-face, org-deadline-announce-face)
5224 (org-scheduled-today-face, org-scheduled-previously-face)
5225 (org-link-face, org-done-face, org-table-face)
5226 (org-time-grid-face):
5227 New backward-compatibility aliases for renamed faces.
5228 (org-level-faces, org-set-font-lock-defaults, org-timeline)
5229 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5230 (org-agenda-get-timestamps, org-agenda-get-scheduled)
5231 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5232
5233 * emulation/viper-init.el (viper-search, viper-replace-overlay)
5234 (viper-minibuffer-emacs, viper-minibuffer-insert)
5235 (viper-minibuffer-vi): Remove "-face" suffix from face names.
5236 (viper-search-face, viper-replace-overlay-face)
5237 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5238 (viper-minibuffer-vi-face):
5239 New backward-compatibility aliases for renamed faces.
5240 (viper-search-face, viper-replace-overlay-face)
5241 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5242 (viper-minibuffer-vi-face): Use renamed viper faces.
5243
5244 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5245 Remove "-face" suffix from face names.
5246 (testcover-nohits-face, testcover-1value-face):
5247 New backward-compatibility aliases for renamed faces.
5248 (testcover-mark): Use renamed testcover faces.
5249
5250 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5251 face name.
5252 (diary-button-face): New backward-compatibility alias for renamed face.
5253 (diary-entry): Use renamed diary-button face.
5254
5255 * calendar/calendar.el (diary, calendar-today, holiday)
5256 (mark-visible-calendar-date): Remove "-face" suffix from face names.
5257 (diary-face, calendar-today-face, holiday-face):
5258 New backward-compatibility aliases for renamed faces.
5259 (eval-after-load "facemenu", diary-entry-marker)
5260 (calendar-today-marker, calendar-holiday-marker, diary-face):
5261 Use renamed calendar faces.
5262
5263 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5264 (compare-windows-face): New backward-compatibility alias for
5265 renamed face.
5266 (compare-windows-highlight): Use renamed compare-windows face.
5267
5268 * strokes.el (strokes-char): Remove "-face" suffix from face name.
5269 (strokes-char-face): New backward-compatibility alias for renamed face.
5270 (strokes-encode-buffer): Use renamed strokes-char face.
5271
5272 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5273 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5274 Remove "-face" suffix from face names.
5275 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5276 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5277 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5278 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5279 Use renamed pcvs faces.
5280 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5281 * pcvs-defs.el (cvs-mode-map): Likewise.
5282 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
5283
5284 * info.el (info-title-1, info-title-2, info-title-3)
5285 (info-title-4): Remove "-face" suffix from and downcase face names.
5286 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5287 (Info-title-4-face):
5288 New backward-compatibility aliases for renamed faces.
5289 (Info-fontify-node): Use renamed info faces.
5290
5291 * hilit-chg.el (highlight-changes, highlight-changes-delete):
5292 Remove "-face" suffix from face names.
5293 (highlight-changes-face, highlight-changes-delete-face):
5294 New backward-compatibility aliases for renamed faces.
5295 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
5296 (hilit-chg-make-list): Use renamed highlight-changes faces.
5297
5298 * generic-x.el (show-tabs-tab, show-tabs-space):
5299 Remove "-face" suffix from face names.
5300 (show-tabs-tab-face, show-tabs-space-face):
5301 New backward-compatibility aliases for renamed faces.
5302 (show-tabs-generic-mode-font-lock-defaults-1)
5303 (show-tabs-generic-mode-font-lock-defaults-2):
5304 Use renamed show-tabs faces.
5305
5306 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
5307 (smerge-markers): Remove "-face" suffix from face names.
5308 (smerge-mine-face, smerge-other-face, smerge-base-face)
5309 (smerge-markers-face):
5310 New backward-compatibility aliases for renamed faces.
5311 (smerge-mine-face, smerge-other-face, smerge-base-face)
5312 (smerge-markers-face): Use renamed smerge faces.
5313
5314 * log-view.el (log-view-file, log-view-message): Remove "-face"
5315 suffix from face names.
5316 (log-view-file-face, log-view-message-face): New
5317 backward-compatibility aliases for renamed faces.
5318 (log-view-file-face, log-view-message-face): Use renamed log-view
5319 faces.
5320
5321 * paren.el (show-paren-match, show-paren-mismatch):
5322 Remove "-face" suffix from face names.
5323 (show-paren-match-face, show-paren-mismatch-face):
5324 New backward-compatibility aliases for renamed faces.
5325 (show-paren-function): Use renamed show-paren faces.
5326
5327 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
5328 (ruler-mode-margins, ruler-mode-fringes)
5329 (ruler-mode-column-number, ruler-mode-fill-column)
5330 (ruler-mode-comment-column, ruler-mode-goal-column)
5331 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
5332 suffix from face names.
5333 (ruler-mode-default-face, ruler-mode-pad-face)
5334 (ruler-mode-margins-face, ruler-mode-fringes-face)
5335 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
5336 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
5337 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
5338 backward-compatibility aliases for renamed faces.
5339 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
5340 (ruler-mode-column-number, ruler-mode-fill-column)
5341 (ruler-mode-comment-column, ruler-mode-goal-column)
5342 (ruler-mode-tab-stop, ruler-mode-current-column)
5343 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
5344 faces.
5345
5346 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
5347 face name.
5348 (whitespace-highlight-the-space): Use renamed face.
5349 (whitespace-highlight-face): New backward-compatibility alias for
5350 renamed face.
5351
5352 * woman.el (woman-italic, woman-bold, woman-unknown)
5353 (woman-addition, woman-symbol-face):
5354 Remove "-face" suffix from face names.
5355 (woman-italic-face, woman-bold-face, woman-unknown-face)
5356 (woman-addition-face):
5357 New backward-compatibility aliases for renamed faces.
5358 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
5359 (woman-decode-region, woman-replace-match)
5360 (woman-display-extended-fonts, woman-special-characters)
5361 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
5362 Use renamed woman faces.
5363
5364 * longlines.el (longlines-visible-face): Face removed.
5365
5366 * diff-mode.el (diff-header, diff-file-header, diff-index)
5367 (diff-hunk-header, diff-removed, diff-added, diff-changed)
5368 (diff-function, diff-context, diff-nonexistent): Remove "-face"
5369 suffix from face names.
5370 (diff-header-face, diff-file-header-face, diff-index-face)
5371 (diff-hunk-header-face, diff-removed-face, diff-added-face)
5372 (diff-changed-face, diff-function-face, diff-context-face)
5373 (diff-nonexistent-face): New backward-compatibility aliases for
5374 renamed faces.
5375 (diff-header-face, diff-file-header-face)
5376 (diff-index, diff-index-face, diff-hunk-header)
5377 (diff-hunk-header-face, diff-removed, diff-removed-face)
5378 (diff-added, diff-added-face, diff-changed-face, diff-function)
5379 (diff-function-face, diff-context-face, diff-nonexistent)
5380 (diff-nonexistent-face): Use renamed diff-mode faces.
5381
5382 * progmodes/compile.el (compilation-warning-face)
5383 (compilation-info-face): Remove "-face" suffix from face names.
5384 (compilation-warning-face, compilation-info-face):
5385 New backward-compatibility aliases for renamed faces.
5386 (compilation-warning-face, compilation-info-face):
5387 Use renamed compilation faces.
5388
5389 * add-log.el (change-log-date, change-log-name)
5390 (change-log-email, change-log-file, change-log-list)
5391 (change-log-conditionals, change-log-function)
5392 (change-log-acknowledgement): Remove "-face" suffix from face names.
5393 (change-log-date-face, change-log-name-face)
5394 (change-log-email-face, change-log-file-face)
5395 (change-log-list-face, change-log-conditionals-face)
5396 (change-log-function-face, change-log-acknowledgement-face):
5397 New backward-compatibility aliases for renamed faces.
5398 (change-log-font-lock-keywords): Use renamed change-log faces.
5399
5400 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
5401 (custom-set, custom-changed, custom-saved, custom-button)
5402 (custom-button-pressed, custom-documentation, custom-state)
5403 (custom-comment, custom-comment-tag, custom-variable-tag)
5404 (custom-variable-button, custom-face-tag, custom-group-tag-1)
5405 (custom-group-tag): Remove "-face" suffix from face names.
5406 (custom-magic-alist, custom-magic-value-create)
5407 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
5408 (custom-invalid-face, custom-rogue-face, custom-modified-face)
5409 (custom-set-face, custom-changed-face, custom-saved-face)
5410 (custom-button-face, custom-button-pressed-face)
5411 (custom-documentation-face, custom-state-face)
5412 (custom-comment-face, custom-comment-tag-face)
5413 (custom-variable-tag-face, custom-variable-button-face)
5414 (custom-face-tag-face, custom-group-tag-face-1)
5415 (custom-group-tag-face):
5416 New backward-compatibility aliases for renamed faces.
5417
5418 * wid-edit.el (widget-documentation, widget-button)
5419 (widget-field, widget-single-line-field, widget-inactive)
5420 (widget-button-pressed): "-face" suffix removed from face names.
5421 (widget-documentation-face, widget-button-face)
5422 (widget-field-face, widget-single-line-field-face)
5423 (widget-inactive-face, widget-button-pressed-face):
5424 New backward-compatibility aliases for renamed faces.
5425 (widget-documentation-face, widget-button-face)
5426 (widget-button-pressed-face, widget-specify-field)
5427 (widget-specify-inactive): Use renamed widget faces.
5428
5429 2005-06-10 Kenichi Handa <handa@m17n.org>
5430
5431 * term/x-win.el (x-clipboard-yank): Remove condition-case
5432 wrapping.
5433
5434 2005-06-11 Kenichi Handa <handa@m17n.org>
5435
5436 * add-log.el (change-log-font-lock-keywords): Make the regexp for
5437 date lines stricter.
5438
5439 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
5440
5441 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
5442 of x-get-selection.
5443
5444 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
5445
5446 * comint.el (comint-mode, comint-snapshot-last-prompt):
5447 * frame.el (frame-current-scroll-bars):
5448 * term.el (term-mode, term-check-proc, term-input-sender)
5449 (term-simple-send, term-extract-string, term-word)
5450 (term-match-partial-filename):
5451 * window.el (window-current-scroll-bars):
5452 * emulation/cua-base.el (cua-normal-cursor-color)
5453 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
5454 (cua-global-mark-cursor-color):
5455 * mail/undigest.el (rmail-forward-separator-regex):
5456 Fix typos in docstrings.
5457
5458 * comint.el (comint-check-proc, make-comint-in-buffer)
5459 (comint-source-default): Doc fixes.
5460
5461 * term.el (term-send-string): Improve argument/docstring
5462 consistency.
5463
5464 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
5465
5466 * comint.el (comint-send-input): Bind `inhibit-read-only' around
5467 call to `delete-region'.
5468 (comint-mode-hook): Do not enable Font Lock by default.
5469
5470 2005-06-09 Lute Kamstra <lute@gnu.org>
5471
5472 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
5473 could be void.
5474
5475 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * emacs-lisp/debug.el (debugger-will-be-back): New var.
5478 (debug): Use it.
5479 (debugger-step-through, debugger-continue, debugger-jump)
5480 (debugger-return-value): Set it when needed.
5481 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
5482 Use inhibit-read-only.
5483
5484 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
5485
5486 * window.el (shrink-window-if-larger-than-buffer)
5487 (window-size-fixed): Fix typo in docstring.
5488
5489 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
5490 thumbnails directory on loading.
5491 (thumbs-conversion-program): Use `eq' to check the system type,
5492 not `equal'.
5493 (thumbs-temp-dir): Initialize to `temporary-file-directory',
5494 not "/tmp". Fix docstring.
5495 (thumbs-thumbsdir): New function to return the thumbnails
5496 directory, creating it if needed.
5497 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
5498 (thumbs-temp-file): Delete variable and make it into a function.
5499 (thumbs-resize-image, thumbs-modify-image): Use it.
5500 (thumbs-kill-buffer): Simplify.
5501 (thumbs-gensym): Defalias or duplicate CL `gensym'.
5502 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
5503 docstrings.
5504
5505 2005-06-09 Kim F. Storm <storm@cua.dk>
5506
5507 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
5508 set-match-data to free markers in match-data.
5509
5510 * replace.el (replace-match-data): Pass RESEAT arg `t' to
5511 match-data to unchain markers in match-data.
5512
5513 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
5516 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
5517 unnecessary now.
5518
5519 2005-06-08 Richard M. Stallman <rms@gnu.org>
5520
5521 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
5522 give the variable a doc string that doesn't say don't set it directly.
5523
5524 * textmodes/ispell.el (ispell-check-version):
5525 Use match-string-no-properties.
5526 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
5527 (ispell-buffer-local-words): Likewise.
5528
5529 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
5530 except on terminals with enough colors to really display it.
5531 (makefile-dependency-regex): Delete spurious `bb'.
5532
5533 * faces.el (escape-glyph): Use blue once again in last case.
5534 (no-break-space): Redefine so that it isn't invisible on a tty.
5535
5536 2005-06-08 Kim F. Storm <storm@cua.dk>
5537
5538 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
5539 also when reading directory name.
5540
5541 2005-06-08 Lute Kamstra <lute@gnu.org>
5542
5543 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
5544 (flyspell-mode-line-string): Remove autoload cookie.
5545 (flyspell-mode): Remove defvar.
5546
5547 2005-06-07 Lute Kamstra <lute@gnu.org>
5548
5549 * textmodes/org.el (org-run-mode-hooks): New function.
5550 (org-agenda-mode): Use it.
5551
5552 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
5553
5554 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
5555
5556 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
5559
5560 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
5561
5562 * font-lock.el (font-lock-add-keywords): Doc fix.
5563
5564 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
5567 (tex-compile-default): In the absence of any history, use the order in
5568 tex-compile-alist to choose the preferred command.
5569 (tex-compile-commands): Reorder a bit.
5570
5571 * textmodes/flyspell.el (flyspell-auto-correct-binding)
5572 (flyspell-incorrect-face, flyspell-duplicate-face):
5573 Use (X)Emacs-agnostic code.
5574 (flyspell-mode-map): Don't overwrite at each load. Remove code
5575 redundant with the subsequent add-minor-mode. Merge Emacs and
5576 XEmacs code.
5577 (flyspell-word): Minor simplification.
5578 (flyspell-math-tex-command-p): Quieten the byte-compiler.
5579 (flyspell-external-point-words): Remove unused vars `size' and
5580 `start'.
5581 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
5582 the corresponding Emacs code.
5583 (flyspell-correct-word, flyspell-xemacs-popup): Use
5584 flyspell-do-correct.
5585
5586 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
5587 a dedicated window.
5588
5589 * international/latexenc.el (latexenc-find-file-coding-system):
5590 Undo part of last patch, to turn off a compiler warning.
5591
5592 2005-06-06 Juri Linkov <juri@jurta.org>
5593
5594 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
5595 Rename `tmm-inactive-face' to `tmm-inactive'.
5596
5597 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
5598
5599 * iswitchb.el: Rename faces.
5600
5601 2005-06-06 Kim F. Storm <storm@cua.dk>
5602
5603 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
5604 (cua-global-mark): Remove -face suffix from face names.
5605
5606 * emulation/cua-gmrk.el (cua--init-global-mark):
5607 Remove cua-global-mark face setup.
5608
5609 2005-06-06 Richard M. Stallman <rms@gnu.org>
5610
5611 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
5612 just like other allowed characters.
5613 (makefile-match-dependency): Exclude leading and training whitespace
5614 from the range of regexp subexp 1.
5615 (makefile-macroassign-regex): Don't try to match the body,
5616 just the name of the macro being defined.
5617
5618 * info.el (Info-read-node-name-2): New function.
5619 (Info-read-node-name-1): Use that.
5620 Add a completion-base-size-function property.
5621
5622 * simple.el (completion-setup-function): Look for
5623 completion-base-size-function property of
5624 minibuffer-completion-table.
5625
5626 * files.el (locate-file-completion): Doc fix.
5627
5628 * printing.el: Don't call pr-update-menus; user must do that.
5629
5630 * emacs-lisp/debug.el (debugger-window): New variable.
5631 (debug): Use debugger-window if it is set and still alive.
5632 Record debugger-window for next entry.
5633
5634 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
5635
5636 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
5637
5638 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
5639 (hack-one-local-variable, hack-local-variables)
5640 (hack-local-variables-prop-line): Pass that arg.
5641
5642 2005-06-06 Kim F. Storm <storm@cua.dk>
5643
5644 * ido.el (ido-first-match, ido-only-match, ido-subdir)
5645 (ido-indicator): Remove -face suffix from face names.
5646
5647 2005-06-06 Juri Linkov <juri@jurta.org>
5648
5649 * font-lock.el (font-lock-regexp-backslash)
5650 (font-lock-regexp-backslash-construct): New faces.
5651 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
5652 after `('. Add `while-no-input' to control structures.
5653
5654 * faces.el (no-break-space, shadow): New faces.
5655 (escape-glyph): Use less loud colors pink2 and red4.
5656
5657 * diff-mode.el (diff-context-face)
5658 * dired.el (dired-ignored)
5659 * rfn-eshadow.el (file-name-shadow)
5660 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
5661
5662 * info.el (Info-title-1-face): Use green instead of yellow because
5663 bold yellow is not readable on light backgrounds.
5664
5665 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
5666 before selecting the desired mode to not spend time fontifying
5667 old contents.
5668
5669 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
5670
5671 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
5672 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
5673
5674 * ps-print.el (ps-default-fg, ps-default-bg):
5675 Fix typos in docstrings.
5676
5677 * isearchb.el (isearchb): Don't pass a spurious second argument to
5678 `iswitchb-completions'.
5679
5680 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
5681
5682 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
5683 to preserve point.
5684 (gdb-find-file-hook): Add doc string.
5685
5686 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
5687 C dereferenced pointer expression.
5688 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
5689
5690 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
5691
5692 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
5693 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
5694 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
5695 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
5696 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
5697 Make background transparent.
5698
5699 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
5700
5701 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
5702 (font-lock-remove-keywords): Doc fix.
5703 (font-lock-mode-major-mode): Compiler defvar.
5704 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
5705
5706 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
5707 (font-lock-mode): Update `font-lock-mode-major-mode'.
5708 (font-lock-set-defaults): Compiler defvar.
5709 (font-lock-default-function): Take `font-lock-mode-major-mode'
5710 into account.
5711
5712 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
5713 keep track of which major mode it enabled the minor mode for.
5714 Use find-file-hook again. Update docstring.
5715
5716 * simple.el (eval-expression-print-level)
5717 (eval-expression-print-length, eval-expression-debug-on-error):
5718 Doc fixes.
5719
5720 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
5721
5722 * iswitchb.el (iswitchb-single-match-face)
5723 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
5724 (iswitchb-invalid-regexp-face): New faces.
5725 (iswitchb-completions): Use them.
5726 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
5727 now marked as an obsolete alias.
5728 (iswitchb-read-buffer): Remove check for bound font variables.
5729 (iswitchb-invalid-regexp): New free variable.
5730 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
5731 set iswitchb-invalid-regexp.
5732 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
5733 invalid regexps.
5734 (iswitchb-completions): Add check for complete match when entering
5735 a regexp.
5736 (iswitchb-completions): Remove require-match argument.
5737 (iswitchb-exhibit): Fix caller.
5738 (iswitchb-common-match-inserted): New variable.
5739 (iswitchb-complete, iswitchb-completion-help): Use it.
5740
5741 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
5742
5743 * url-http.el (url-http-chunked-encoding-after-change-function):
5744 Use `url-http-debug' instead of `message'.
5745
5746 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
5747
5748 * url-http.el (url-http-parse-headers): Pass redirected URL as a
5749 callback argument.
5750
5751 2005-06-04 Kim F. Storm <storm@cua.dk>
5752
5753 * simple.el (line-move): Only call sit-for when moving backwards.
5754
5755 * ido.el (ido-make-merged-file-list-1): New defun split from
5756 ido-make-merged-file-list.
5757 (ido-make-merged-file-list): Bind throw-on-input around call to
5758 ido-make-merged-file-list-1. Return input-pending-p if
5759 interrupted by more input available.
5760 (ido-read-internal): Handle input-pending-p return value from
5761 ido-make-merged-file-list.
5762
5763 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
5766 compatibility code.
5767
5768 * international/latexenc.el (latexenc-find-file-coding-system):
5769 Don't inherit the EOL part of the coding-system from the
5770 tex-main buffer. Fit within 80 columns.
5771
5772 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
5773
5774 * tmm.el (tmm-inactive-face): New face.
5775 (tmm-remove-inactive-mouse-face): New function.
5776 (tmm-prompt, tmm-add-one-shortcut)
5777 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
5778 but not selectable.
5779
5780 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * faces.el (face-equal): Improve argument/docstring consistency.
5783
5784 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
5785
5786 * progmodes/make-mode.el (makefile-targets-face)
5787 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
5788 (makefile-bsdmake-dependency-regex)
5789 (makefile-makepp-rule-action-regex)
5790 (makefile-bsdmake-rule-action-regex): New constants.
5791 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
5792
5793 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5794 Allow (...) within `...' for makepp messages.
5795
5796 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
5797
5798 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
5799
5800 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
5801 "." files are deleted from all file lists before comparison.
5802
5803 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
5804 (viper-ESC-key): Made them customizable.
5805
5806 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
5807
5808 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
5809
5810 * autorevert.el (auto-revert-buffers): Use save-match-data.
5811
5812 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
5815 menu items with a nil command binding.
5816
5817 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
5818
5819 * emacs-lisp/cl-macs.el (defsetf):
5820 Improve argument/docstring consistency.
5821
5822 * faces.el (list-faces-display): Improve the formatting by
5823 computing the maximum length required for any face-name (reworked
5824 patch of 1999-01-11, accidentally deleted on 1999-07-21).
5825 (internal-find-face): Remove redundant info in docstring.
5826
5827 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
5828
5829 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
5830 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
5831 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
5832 (gdb-assembler-custom): Improve regexps.
5833 (def-gdb-auto-update-handler): Use window point to preserve point.
5834
5835 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
5838
5839 2005-05-31 Jay Belanger <belanger@truman.edu>
5840
5841 * calc/calc-embed.el (calc-embedded-word): Change argument passed
5842 to calc-embedded.
5843 (calc-embedded-make-info): Have plain prefix argument select
5844 entire line.
5845
5846 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
5847
5848 * faces.el (list-faces-display): Signal error if passed a regexp
5849 that matches no face name.
5850
5851 * simple.el (filter-buffer-substring): Fix typo in docstring.
5852
5853 2005-05-31 Richard M. Stallman <rms@gnu.org>
5854
5855 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
5856 (vhdl-emacs-21): Doc fix.
5857 (vhdl-mode): Unconditionally set comment-padding.
5858 (vhdl-fixup-whitespace-region): Insert spaces only where
5859 there are none.
5860 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
5861
5862 2005-05-30 John Wiegley <johnw@newartisans.com>
5863
5864 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
5865 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
5866 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
5867 `directory-sep-char' to ?/, and all uses of `string-to-int' to
5868 `string-to-number'.
5869
5870 2005-05-30 Jay Belanger <belanger@truman.edu>
5871
5872 * calc/calc.el (calc-bug-address): Fix docstring.
5873 (calc-window-hook, calc-trail-window-hook): New variables.
5874 (calc-trail-display): Restore use of calc-trail-window-hook.
5875 (calc): Restore use of calc-window-hook.
5876
5877 2005-05-31 Masatake YAMATO <jet@gyve.org>
5878
5879 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
5880
5881 * help-fns.el (help-C-file-name): Add autoload mark for
5882 `find-function-noselect'.
5883
5884 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5885
5886 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
5887 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
5888
5889 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5890
5891 * calendar/diary-lib.el (mark-included-diary-files): Only kill
5892 included diary buffer if it was not already being visited.
5893 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
5894
5895 * calendar/icalendar.el (top-level): Do not require 'appt.
5896
5897 * mail/supercite.el (sc-select-attribution): Only use a list
5898 element from sc-attrib-selection-list if it returns a string.
5899 Reported by Davide G. M. Salvetti <salve@debian.org>.
5900
5901 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
5902
5903 * thumbs.el (thumbs-thumbname): The resulting thumbname now
5904 includes a hash value to improve its uniqueness, and has a ".jpg"
5905 extension. Also, it is now a valid filename on all systems.
5906 (thumbs-make-thumb): Use `let', not `let*'.
5907 (thumbs-show-thumbs-list): Check for JPEG availability.
5908
5909 2005-05-30 Richard M. Stallman <rms@gnu.org>
5910
5911 * filesets.el (filesets-menu-ensure-use-cached):
5912 Prevent warning when emacs-version>= is undefined.
5913
5914 * printing.el (pr-interactive-n-up): Use string-to-number.
5915
5916 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
5917
5918 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5919 Warn only when name to be defined is quoted.
5920
5921 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
5922
5923 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
5924 Make regexp more robust.
5925 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
5926 Force regeneration of disassembly.
5927
5928 2005-05-29 Jay Belanger <belanger@truman.edu>
5929
5930 * calc/calc.el (calc-user-invocation): Check if
5931 calc-invocation-macro is non-nil.
5932
5933 2005-05-29 Juri Linkov <juri@jurta.org>
5934
5935 * add-log.el (change-log-font-lock-keywords):
5936 Add `+' to e-mail regexp to accept mail address with keywords.
5937
5938 * man.el (Man-name-regexp): Add `:' to accept qualified names.
5939
5940 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5941
5942 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
5943
5944 * ielm.el (inferior-emacs-lisp-mode): Ditto.
5945
5946 2005-05-29 Richard M. Stallman <rms@gnu.org>
5947
5948 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
5949 Undo the change that moves to end of the current word.
5950
5951 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
5952
5953 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
5954 Throw error when count <= 0 to ensure input is a number.
5955 (gdb-read-memory-custom): Pick up address from buffer.
5956 (gdb-memory-mode): Allow user to increment and decrement
5957 memory address from header line.
5958
5959 2005-05-29 Richard M. Stallman <rms@gnu.org>
5960
5961 * flyspell.el (flyspell-version): Function deleted.
5962 (flyspell-auto-correct-previous-hook): Doc fix.
5963
5964 * jit-lock.el (jit-lock-function, jit-lock-after-change):
5965 Do nothing if memory is full.
5966
5967 * font-lock.el (font-lock-fontify-syntactically-region):
5968 Pass t for GREEDY to looking-back.
5969
5970 * saveplace.el (save-place-alist-to-file): Write the file
5971 using write-region.
5972
5973 * subr.el (looking-back): New argument GREEDY.
5974
5975 * progmodes/compile.el (compilation-start): Set the mode
5976 before inserting the initial text.
5977
5978 * progmodes/which-func.el (which-func-update-1): Turn the mode
5979 off in case of error by setting which-func-mode.
5980
5981 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
5982
5983 * flyspell.el (flyspell-auto-correct-previous-word):
5984 Narrow down to what's on the screen, and recenter overlays
5985 at the end of the next word.
5986
5987 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
5988
5989 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
5990 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
5991 (flyspell-abbrev-p): Default to nil.
5992 (flyspell-use-global-abbrev-table-p): Doc fix.
5993 (flyspell-large-region): Allow nil as value.
5994 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
5995
5996 (mail-mode-flyspell-verify): More robust handling
5997 of `mail-header-separator'. More efficient signature detection.
5998 Allow for regexp metacharacters in message-header-separator.
5999 Adding `To' not to be checked in mail-mode-flyspell-verify.
6000
6001 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6002 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6003 Bind flyspell-auto-correct-binding.
6004 Bind C-. and C-, .
6005 (flyspell-mode-map): Likewise.
6006 (flyspell-mode): Doc fix.
6007 (flyspell-accept-buffer-local-defs): Preserve current buffer.
6008 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6009 (flyspell-word-cache-result): New var, always local.
6010 (flyspell-check-pre-word-p): Doc fix.
6011 (flyspell-check-changed-word-p): Handle spc like newline.
6012 (flyspell-post-command-hook): Set flyspell-word-cache-result.
6013 (flyspell-word-search-backward, flyspell-word-search-forward):
6014 New functions.
6015 (flyspell-word): Return t if nothing to check.
6016 When parsing TeX code, check for after } or \.
6017 Use flyspell-word-search-backward to find previous word.
6018 Return nil if duplicated word.
6019 For word already checked, return same value as last time.
6020 Set flyspell-word-cache-result after checking.
6021 Don't clobber the return value.
6022 (flyspell-get-word): Major rewrite.
6023 (flyspell-external-point-words): New locals pword, pcount.
6024 Fix size used in progress message.
6025 Find the proper corresponding word in flyspell-large-region-buffer.
6026 (flyspell-region): Check for flyspell-large-region = nil.
6027 (flyspell-highlight-incorrect-region): Clean up overlays in region.
6028 (flyspell-auto-correct-word): Check that WORD is a cons.
6029 (flyspell-correct-word): Likewise.
6030
6031 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
6032
6033 * progmodes/make-mode.el (makefile-rule-action-regex)
6034 (makefile-macroassign-regex, makefile-makepp-mode)
6035 (makefile-bsdmake-mode): Continuation lines may be empty.
6036 Reported by Joshua Varner.
6037 (makefile-makepp-font-lock-keywords): Add $(stem).
6038
6039 2005-05-28 Karl Berry <karl@gnu.org>
6040
6041 * textmodes/tex-mode.el: Now that tex-send-command calls
6042 shell-quote-argument (2005-03-31 change), remove all calls to
6043 shell-quote-argument; they all end up invoking tex-send-command.
6044 The double quoting loses on filenames with non-safe characters,
6045 such as "@". Reported by Frederik Fouvry.
6046
6047 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
6048
6049 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6050 about preserving point.
6051
6052 2005-05-27 Jay Belanger <belanger@truman.edu>
6053
6054 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6055 Info-goto-node.
6056
6057 * calc/calc-embed.el (calc-embed-arg): New variable.
6058 (calc-do-embedded-activate, calc-embedded-activate-formula)
6059 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6060 variable by new variable.
6061 (calc-embedded-make-info): Replace undeclared variable by new
6062 variable. When selecting region with positive prefix
6063 argument, use end of previous line instead of beginning of line.
6064
6065 * calc/calc-aent.el (calc-arg-values): Declare it.
6066
6067 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6068 Declare them.
6069
6070 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6071
6072 * calc/calc.el (calc-alg-map): Declare it.
6073
6074 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6075
6076 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
6077
6078 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6079 (gdb-registers-buffer, toggle-gdb-all-registers):
6080 Toggle display of floating point registers.
6081 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6082
6083 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
6084 (toggle-gud-tooltip-dereference):
6085 Rename from gud-toggle-tooltip-dereference.
6086
6087 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6090
6091 2005-05-27 Jay Belanger <belanger@truman.edu>
6092
6093 * calc/calc-prog.el (calc-kbd-report): Remove.
6094 (calc-kbd-query): Rewrite.
6095
6096 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
6097
6098 * image.el (image-library-alist): Move to image.c.
6099 (image-type-available-p): Doc fix.
6100
6101 2005-05-27 Lute Kamstra <lute@gnu.org>
6102
6103 * calc/calc.el (calc):
6104 * outline.el (outline-1, outline-2, outline-3, outline-4)
6105 (outline-5, outline-6, outline-7, outline-8):
6106 * textmodes/dns-mode.el (dns-mode):
6107 * textmodes/sgml-mode.el (sgml-namespace-face):
6108 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6109 (tex-verbatim-face, tex-use-reftex):
6110 * textmodes/texinfo.el (texinfo-heading-face):
6111 Specify customization group.
6112
6113 * longlines.el: Don't require easy-mmode.
6114 (longlines-visible-face): Specify customization group.
6115
6116 2005-05-27 Kenichi Handa <handa@m17n.org>
6117
6118 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6119 encoding table of windows-1251.
6120
6121 * international/ucs-tables.el (ucs-set-table-for-input):
6122 If translation-table-for-input of a coding system is a symbol, get
6123 its translation-table property.
6124
6125 * international/code-pages.el: Don't register a coding system into
6126 non-iso-charset-alist more than once.
6127 (cp-make-coding-system): Likewise.
6128
6129 2005-05-26 John Wiegley <johnw@newartisans.com>
6130
6131 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6132 `eshell-resume-eval' is wrapped in a list, it indicates that the
6133 command was run asynchronously. In that case, unwrap the value
6134 before checking the delimiter value.
6135
6136 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6137 character before a space at the end of a line is \, assume the space
6138 is part of the last argument rather than a final argument separator.
6139
6140 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6141 is in use, and the target is `t' or `nil' (which are the most common
6142 values), don't assume that the symbol target is a buffer.
6143
6144 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6145
6146 * calendar/calendar.el (calendar-mode-line-format):
6147 Use mode-line-highlight as mouse-face.
6148
6149 * time.el (display-time-string-forms, display-time-update):
6150 Use mode-line-highlight as mouse-face.
6151
6152 2005-05-26 Jay Belanger <belanger@truman.edu>
6153
6154 * calc/calc.el (calc-language-alist): Remove extra defvar.
6155
6156 2005-05-26 Lute Kamstra <lute@gnu.org>
6157
6158 * arc-mode.el (archive-mode):
6159 * bookmark.el (bookmark-read-annotation-mode)
6160 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6161 * bs.el (bs-mode):
6162 * calc/calc-yank.el (calc-edit-mode):
6163 * calc/calc.el (calc-mode, calc-trail-mode):
6164 * calculator.el (calculator-mode):
6165 * chistory.el (command-history-mode):
6166 * comint.el:
6167 * cus-edit.el (custom-mode):
6168 * descr-text.el (describe-text-mode):
6169 * ebuff-menu.el (Electric-buffer-menu-mode):
6170 * ediff-util.el (ediff-mode):
6171 * emacs-lisp/re-builder.el (reb-mode):
6172 * emulation/vi.el (vi-mode-setup):
6173 * emulation/ws-mode.el (wordstar-mode):
6174 * eshell/esh-mode.el (eshell-mode):
6175 * forms.el (forms-mode):
6176 * help-mode.el (help-mode):
6177 * hexl.el (hexl-mode):
6178 * ibuffer.el (ibuffer-mode):
6179 * ielm.el (inferior-emacs-lisp-mode):
6180 * info.el (Info-mode, Info-edit-mode):
6181 * international/swedish.el:
6182 * ledit.el (ledit-from-lisp-mode):
6183 * locate.el (locate-mode):
6184 * mail/rmail.el (rmail-mode):
6185 * mail/rmailedit.el (rmail-edit-mode):
6186 * mail/rmailsum.el (rmail-summary-mode):
6187 * mail/supercite.el (sc-electric-mode):
6188 * net/eudc.el (eudc-mode):
6189 * net/quickurl.el (quickurl-list-mode):
6190 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6191 * obsolete/ooutline.el (outline-mode):
6192 * obsolete/options.el (Edit-options-mode):
6193 * obsolete/rnews.el (news-mode):
6194 * obsolete/rnewspost.el (news-reply-mode):
6195 * play/5x5.el (5x5-mode):
6196 * play/decipher.el (decipher-mode, decipher-stats-mode):
6197 * play/gomoku.el (gomoku-mode):
6198 * play/snake.el (snake-mode):
6199 * play/solitaire.el (solitaire-mode):
6200 * play/tetris.el (tetris-mode):
6201 * progmodes/ada-mode.el (ada-mode):
6202 * progmodes/antlr-mode.el (antlr-mode):
6203 * progmodes/autoconf.el (autoconf-mode):
6204 * progmodes/dcl-mode.el (dcl-mode):
6205 * progmodes/delphi.el (delphi-mode):
6206 * progmodes/ebrowse.el (ebrowse-tree-mode)
6207 (ebrowse-electric-list-mode, ebrowse-member-mode)
6208 (ebrowse-electric-position-mode):
6209 * progmodes/f90.el (f90-mode):
6210 * progmodes/fortran.el (fortran-mode):
6211 * progmodes/icon.el (icon-mode):
6212 * progmodes/idlw-help.el (idlwave-help-mode):
6213 * progmodes/idlw-shell.el (idlwave-shell-mode):
6214 * progmodes/idlwave.el (idlwave-mode):
6215 * progmodes/inf-lisp.el (inferior-lisp-mode):
6216 * progmodes/m4-mode.el (m4-mode):
6217 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6218 * progmodes/modula2.el (modula-2-mode):
6219 * progmodes/octave-inf.el (inferior-octave-mode):
6220 * progmodes/octave-mod.el (octave-mode):
6221 * progmodes/pascal.el (pascal-mode):
6222 * progmodes/sh-script.el (sh-mode):
6223 * progmodes/sql.el (sql-mode, sql-interactive-mode):
6224 * progmodes/vhdl-mode.el (vhdl-mode):
6225 * progmodes/xscheme.el (scheme-interaction-mode):
6226 * replace.el (occur-mode):
6227 * ses.el (ses-mode):
6228 * simple.el (completion-list-mode):
6229 * skeleton.el:
6230 * speedbar.el (speedbar-mode):
6231 * term.el (term-mode):
6232 * terminal.el (terminal-edit-mode):
6233 * textmodes/reftex-index.el (reftex-index-mode)
6234 (reftex-index-phrases-mode):
6235 * textmodes/reftex-sel.el (reftex-select-label-mode)
6236 (reftex-select-bib-mode):
6237 * textmodes/reftex-toc.el (reftex-toc-mode):
6238 * wdired.el (wdired-change-to-wdired-mode):
6239 * wid-browse.el (widget-browse-mode):
6240 Use run-mode-hooks.
6241
6242 * array.el (array-mode):
6243 * calendar/todo-mode.el (todo-mode):
6244 * man.el (Man-mode):
6245 * play/landmark.el (lm-mode):
6246 * play/mpuz.el (mpuz-mode):
6247 Use kill-all-local-variables and run-mode-hooks.
6248
6249 * subr.el (delay-mode-hooks): Specify indentation.
6250
6251 2005-05-26 Mark A. Hershberger <mah@everybody.org>
6252
6253 * xml.el (xml-substitute-special): Don't die for undefined xml
6254 entities.
6255
6256 2005-05-26 Jay Belanger <belanger@truman.edu>
6257
6258 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6259 of nil.
6260
6261 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
6262
6263 * progmodes/gdb-ui.el (gdb-frame-address):
6264 Rename from gdb-current-address.
6265 (gdb-previous-frame-address): Rename from gdb-previous-address.
6266 (gdb-selected-frame): Rename from gdb-current-frame.
6267 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6268 (gdb-frame-number): Rename from gdb-current-stack-level.
6269 (gdb-ann3): Match new mode-name for disassembly buffer.
6270 Extend initialization of variables.
6271 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6272 (gdb-memory-mode): Use mouse-face in header line.
6273 (gdb-assembler-buffer-name): Call it disassembly and give frame
6274 in mode line.
6275 (gdb-source-spec-regexp, gdb-assembler-custom)
6276 (gdb-invalidate-assembler, gdb-frame-handler):
6277 Make robust to leading zeroes in address format.
6278
6279 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
6280
6281 * textmodes/org.el (org-mode): Use `define-derived-mode' to
6282 define `org-mode'.
6283 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6284
6285 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 * log-edit.el (log-edit-changelog-entries): Distinguish between
6288 filenames like xfns.c and fns.c.
6289
6290 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
6291
6292 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
6293 point after reverting.
6294 (Buffer-menu-make-sort-button): Handle the case where
6295 `Buffer-menu-use-header-line' is nil.
6296
6297 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6298
6299 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
6300 New funcs. In minibuffer-local-completion-map bind `]', `/'
6301 and `:' to them.
6302
6303 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * startup.el (normal-top-level): Allow modification of load-path while
6306 we're iterating over it.
6307
6308 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
6309
6310 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
6311 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
6312 (thumbs-resize-interactive, thumbs-insert-image)
6313 (thumbs-insert-thumb, thumbs-dired-show-marked)
6314 (thumbs-find-image-at-point, thumbs-delete-images)
6315 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
6316 (thumbs-increment-image-size, thumbs-decrement-image-size):
6317 Fix typos in docstrings.
6318
6319 2005-05-24 Andre Spiegel <spiegel@gnu.org>
6320
6321 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
6322 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
6323 (cperl-mode): Use them.
6324
6325 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
6326
6327 * window.el (quit-window, shrink-window-if-larger-than-buffer):
6328 Doc fixes.
6329
6330 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6331
6332 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
6333 Bind C-d to gdb-inferior-io-eof.
6334
6335 * dired.el (dired-dnd-popup-notice): Use message-box.
6336
6337 2005-05-23 Masatake YAMATO <jet@gyve.org>
6338
6339 * bindings.el (mode-line-major-mode-keymap):
6340 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
6341
6342 * faces.el (mode-line-highlight): New face.
6343
6344 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
6345 as mouse-face.
6346
6347 * bindings.el (top-level, help-echo, mode-line-modified)
6348 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
6349 as mouse-face.
6350
6351 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
6352
6353 * progmodes/cc-engine.el (c-guess-basic-syntax):
6354 Remove spurious call to `zerop'.
6355
6356 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
6357
6358 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
6359
6360 CC Mode update to 5.30.10:
6361
6362 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
6363 could go past the limit in decoration level 2, thereby causing
6364 errors during interactive fontification.
6365
6366 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
6367 the file is evaluated interactively.
6368
6369 * cc-engine.el (c-guess-basic-syntax): Handle operator
6370 declarations somewhat better in C++.
6371
6372 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
6373 make use of `run-mode-hooks' which has been added in Emacs 21.1.
6374 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6375 (awk-mode): Use it.
6376 (make-local-hook): Suppress warning about obsoleteness.
6377
6378 * cc-engine.el, cc-align.el, cc-cmds.el
6379 (c-append-backslashes-forward, c-delete-backslashes-forward)
6380 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
6381 Compensate for return value from `forward-line' when it has moved
6382 but not to a different line due to eob.
6383
6384 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
6385 `objc-method-intro' and `objc-method-args-cont'.
6386
6387 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
6388
6389 CC Mode update to 5.30.10:
6390
6391 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
6392 in the copyright statement. Incidentally, change "along with GNU
6393 Emacs" to "along with this program" where it occurs.
6394
6395 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
6396 so that it is interactive, hence can be found by M-x awk-mode
6397 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
6398 <gmorris+emacs@ast.cam.ac.uk>.
6399
6400 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
6401 Mode's regexps.
6402
6403 2005-05-23 Kevin Ryde <user42@zip.com.au>
6404
6405 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
6406 c-parse-state, to avoid a lisp error (on bad code).
6407
6408 2005-05-23 Lute Kamstra <lute@gnu.org>
6409
6410 * subr.el (font-lock-defaults): Remove defvar as it's already
6411 defined in font-core.el.
6412
6413 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
6414
6415 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
6416
6417 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
6418 more general and work when GDB variable "print pretty" is on,
6419 as with Emacs, for example.
6420
6421 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
6422
6423 * font-core.el: Update comment.
6424
6425 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6426 Use `after-change-major-mode-hook' instead of `find-file-hook'.
6427
6428 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
6429
6430 2005-05-22 Eli Zaretskii <eliz@gnu.org>
6431
6432 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
6433 and `yank-handler' in the doc strings.
6434
6435 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
6438
6439 2005-05-22 Richard M. Stallman <rms@gnu.org>
6440
6441 * help.el (describe-key): Move print-help-return-message call
6442 out of conditional.
6443
6444 * progmodes/etags.el (list-tags): Use with-no-warnings.
6445
6446 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
6447 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
6448 (starttls-extra-args, starttls-extra-arguments): Add defvars.
6449
6450 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
6451
6452 * language/viet-util.el (viet-viscii-nonascii-translation-table):
6453 Add defvar.
6454
6455 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
6456 Use defvar, not defconst.
6457
6458 * hexl.el (hexl-follow-line): Use with-no-warnings.
6459
6460 * emulation/tpu-extras.el: Use write-file-functions instead of
6461 write-file-hooks.
6462
6463 * dired.el (dired-font-lock-keywords): Fontify files with junk
6464 extensions even if marked by -F.
6465
6466 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
6467
6468 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
6469 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
6470 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
6471 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
6472 (concatenate, list-length, get*, getf, cl-remprop):
6473 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
6474 (etypecase, progv, lexical-let, lexical-let*)
6475 (multiple-value-bind, multiple-value-setq, shiftf):
6476 Improve argument/docstring consistency.
6477
6478 * subr.el (focus-frame, unfocus-frame):
6479 Revert deletion on 2005-05-01.
6480
6481 2005-05-22 Andre Spiegel <spiegel@gnu.org>
6482
6483 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
6484 doesn't exist.
6485
6486 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
6487 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
6488
6489 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
6490
6491 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
6492 already deleted variables: auto-fill-hook, blink-paren-hook,
6493 lisp-indent-hook, inhibit-local-variables, unread-command-event,
6494 suspend-hooks, comment-indent-hook, meta-flag,
6495 before-change-function, after-change-function,
6496 font-lock-doc-string-face.
6497
6498 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6499
6500 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6501
6502 2005-05-21 Eli Zaretskii <eliz@gnu.org>
6503
6504 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
6505 rmail-dont-reply-to.
6506
6507 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6508
6509 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
6510 literal blank when splitting new-header-values.
6511
6512 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
6513
6514 * calendar/cal-menu.el (cal-menu-update): Add separator as a
6515 string so that tmm doesn't create a completion entry for it.
6516
6517 * textmodes/table.el (table-disable-menu): Ditto.
6518
6519 2005-05-21 Richard M. Stallman <rms@gnu.org>
6520
6521 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
6522
6523 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
6524
6525 * net/rcompile.el (remote-compile): Use compilation-start.
6526
6527 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
6528
6529 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
6530
6531 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
6532 Default to makefile-bsdmake-mode on BSD systems.
6533
6534 * imenu.el (imenu-generic-expression, imenu--generic-function'):
6535 REGEXP may also be a search function now. The part of doc-string
6536 for describing the structure was 95% identical to that of
6537 `imenu--generic-function'. Unify it there.
6538
6539 * progmodes/make-mode.el (makefile-imenu-generic-expression):
6540 Use function to find dependencies, because regexp alone is so complex,
6541 it easily goes into an endless loop.
6542 (makefile-makepp-mode): Also add submenu for Perl functions
6543 defined in the makefile.
6544 (makefile-bsdmake-mode): Special imenu-generic-expression no
6545 longer needed, due to function call.
6546 (makefile-match-dependency): Take BOUND into account when checking
6547 if we're through.
6548
6549 2005-05-20 Jay Belanger <belanger@truman.edu>
6550
6551 * calc/calc-units.el (calc-invalidate-units-table):
6552 Use inhibit-read-only.
6553 (math-build-units-table-buffer): Use view-mode.
6554
6555 2005-05-20 David Kastrup <dak@gnu.org>
6556
6557 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
6558 easy-menu-add is not a nop on Emacs; and clarify when to call it.
6559
6560 2005-05-20 Lute Kamstra <lute@gnu.org>
6561
6562 * diff-mode.el (diff-header-face, diff-file-header-face)
6563 (diff-index-face, diff-hunk-header-face, diff-removed-face)
6564 (diff-added-face, diff-changed-face, diff-function-face)
6565 (diff-context-face, diff-nonexistent-face): Put them in the
6566 diff-mode customization group.
6567
6568 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
6571
6572 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
6573
6574 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
6575 Minor regexp-optimization.
6576
6577 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
6578
6579 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
6580 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
6581 (org-agenda-add-time-grid-maybe): New function.
6582 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
6583 (org-table-create): `dotimes' instead of `mapcar'.
6584 (org-xor): Simplify implementation.
6585 (org-agenda): `inhibit-redisplay' turned on.
6586 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
6587 a consistent line after a state change.
6588 (org-agenda-remove-times-when-in-prefix): New option.
6589 (org-prefix-has-time): New variable.
6590 (org-parse-time-string): Optional argument NODEFAULT.
6591 (org-format-agenda-item): Parse items for time-of-day
6592 specifications and move these into the prefix if possible.
6593 (org-agenda-priority): Get current heading, not previous heading
6594 during agenda remote editing.
6595
6596 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
6597
6598 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
6599 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
6600 (remove-duplicates, delete-duplicates, substitute)
6601 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
6602 (nsubstitute-if-not, find, find-if, find-if-not, position)
6603 (position-if, position-if-not, count, count-if, count-if-not)
6604 (mismatch, search, sort*, stable-sort, merge, member*)
6605 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
6606 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
6607 (intersection, nintersection, set-difference, nset-difference)
6608 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
6609 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
6610 (nsublis, tree-equal): Improve argument/docstring consistency.
6611
6612 * subr.el (send-string, send-region):
6613 Remove obsolescence declaration.
6614 (window-dot, set-window-dot, read-input, show-buffer)
6615 (eval-current-buffer, string-to-int):
6616 Add release number to obsolescence declarations.
6617
6618 2005-05-19 Kim F. Storm <storm@cua.dk>
6619
6620 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
6621 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
6622
6623 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
6624
6625 * faces.el (list-faces-display): Make back button respect optional
6626 regexp arg.
6627
6628 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
6629
6630 * calculator.el (calculator-radix-grouping-mode)
6631 (calculator-radix-grouping-digits, calculator-displayer)
6632 (calculator-radix-grouping-separator, calculator-copy-displayer):
6633 * dabbrev.el (dabbrev-search-these-buffers-only):
6634 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
6635 (diff-advance-after-apply-hunk, diff-mode-hook)
6636 (diff-minor-mode-prefix):
6637 * imenu.el (imenu-use-popup-menu):
6638 * jit-lock.el (jit-lock-context-time):
6639 * newcomment.el (comment-fill-column, comment-column)
6640 (comment-style, comment-padding, comment-multi-line)
6641 (comment-empty-lines, comment-auto-fill-only-comments):
6642 * reveal.el (reveal-around-mark):
6643 * uniquify.el (uniquify-buffer-name-style)
6644 (uniquify-after-kill-buffer-p)
6645 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
6646 (uniquify-min-dir-content, uniquify-separator)
6647 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
6648 * w32-vars.el (w32-fixed-font-alist):
6649 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
6650 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
6651 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
6652 * progmodes/perl-mode.el (perl-indent-level)
6653 (perl-continued-statement-offset, perl-continued-brace-offset)
6654 (perl-brace-offset, perl-brace-imaginary-offset)
6655 (perl-label-offset, perl-indent-continued-arguments)
6656 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
6657 * progmodes/tcl.el (tcl-indent-level)
6658 (tcl-continued-indent-level, tcl-auto-newline)
6659 (tcl-tab-always-indent, tcl-electric-hash-style)
6660 (tcl-help-directory-list, tcl-use-smart-word-finder)
6661 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
6662 (inferior-tcl-source-command):
6663 * textmodes/fill.el (enable-kinsoku):
6664 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
6665 * textmodes/table.el (table-yank-handler):
6666 Specify missing group (and type, if simple) in defcustom.
6667
6668 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6669
6670 * progmodes/compile.el (compilation-finish-function): Fix defvar.
6671
6672 2005-05-19 Richard M. Stallman <rms@gnu.org>
6673
6674 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
6675
6676 * subr.el (event-basic-type): Don't get an error.
6677 (left-fringe-p): Function deleted.
6678
6679 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
6680 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
6681
6682 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
6683 in recursive copy.
6684
6685 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
6686
6687 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
6688
6689 * emacs-lisp/bytecomp.el
6690 (byte-compile-file-form-custom-declare-variable): Call
6691 byte-compile-nogroup-warn if appropriate.
6692
6693 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
6694 (compilation-set-window): Don't call left-fringe-p; do it directly.
6695
6696 2005-05-19 Jay Belanger <belanger@truman.edu>
6697
6698 * calc/calc-graph.el (calc-graph-format-data): Make sure
6699 var-PlotRejects is bound before trying to check its value.
6700
6701 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
6702
6703 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
6704 definition of this variable from reftex-global.el to reftex.el,
6705 because it is needed in the menu.
6706
6707 2005-05-19 Lute Kamstra <lute@gnu.org>
6708
6709 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
6710 years are fixed. Don't insert a space after a dash.
6711
6712 2005-05-19 Kim F. Storm <storm@cua.dk>
6713
6714 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
6715
6716 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
6717
6718 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
6719 strings, because (eq ... ?\\) is fairly frequent.
6720
6721 * progmodes/make-mode.el (makefile-add-this-line-targets):
6722 Simplify and integrate into `makefile-pickup-targets'.
6723 (makefile-add-this-line-macro): Simplify and integrate into
6724 `makefile-pickup-macros.
6725 (makefile-pickup-filenames-as-targets): Simplify.
6726 (makefile-previous-dependency, makefile-match-dependency):
6727 Don't stumble over `::'.
6728
6729 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
6730
6731 * subr.el (post-command-idle-hook, post-command-idle-delay):
6732 Remove obsoletion of post-command-idle-hook and
6733 post-command-idle-delay.
6734
6735 * faces.el (list-faces-display): Provide button when describe-face
6736 is called to take user back to the list of faces.
6737
6738 * help-fns.el (describe-variable): Remove hyperlinks in a
6739 variable's value as these are quite frequently inappropriate.
6740
6741 * follow.el (follow-submit-feedback, follow-mode):
6742 Remove references to post-command-idle-hook.
6743
6744 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
6745
6746 * progmodes/make-mode.el (makefile-previous-dependency)
6747 (makefile-match-dependency): Check for := (and in bsd mode also
6748 !=) to give a better result, even when font-lock is not on.
6749
6750 2005-05-18 Jay Belanger <belanger@truman.edu>
6751
6752 * calc/calc-help.el (calc-s-prefix-help):
6753 Add `calc-copy-special-constant' to help string.
6754
6755 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6756
6757 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6758
6759 2005-05-18 Jay Belanger <belanger@truman.edu>
6760
6761 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
6762 in linear factors are in proper order.
6763
6764 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
6765
6766 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6767 Support for jurabib.
6768
6769 * textmodes/reftex.el (featurep): Define aliases for overlay
6770 commands, for XEmacs compatibility, and use these aliases in
6771 overlay initializations.
6772 (reftex-highlight): Use `reftex-move-overlay'.
6773 (reftex-unhighlight): Use `reftex-delete-overlay'.
6774 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
6775 (reftex-access-search-path): Use `reftex-uniquify' instead of
6776 `reftex-uniq'
6777
6778 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
6779 `before-string' property modification enables for Emacs as well.
6780 (reftex-select-item): Use `reftex-delete-overlay'.
6781 (reftex-select-mark): Use `reftex-make-overlay' and
6782 `reftex-overlay-put'.
6783 (reftex-select-unmark): Use `reftex-delete-overlay' and
6784 `reftex-overlay-put'.
6785
6786 2005-05-18 Lute Kamstra <lute@gnu.org>
6787
6788 * emacs-lisp/lisp.el (check-parens): Fix docstring.
6789
6790 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
6791
6792 * add-log.el (add-change-log-entry):
6793 * array.el (array-make-template, array-reconfigure-rows)
6794 (array-init-max-row, array-init-max-column)
6795 (array-init-columns-per-line, array-init-field-width):
6796 * replace.el (replace-match-maybe-edit, perform-replace):
6797 * textmodes/spell.el (spell-region):
6798 Replace `read-input' by `read-string'.
6799
6800 * forms.el (forms-mode):
6801 * finder.el (finder-compile-keywords):
6802 * shadowfile.el (shadow-read-files):
6803 Replace `eval-current-buffer' by `eval-buffer'.
6804
6805 * terminal.el (te-pass-through):
6806 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
6807 (ange-ftp-raw-send-cmd):
6808 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
6809 (send-process-next-char, telnet-initial-filter, telnet):
6810 Replace `send-string' by `process-send-string'.
6811
6812 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
6813 (prolog-consult-region): Replace `send-string' by
6814 `process-send-string'; replace `send-region' by `process-send-region'.
6815
6816 * progmodes/delphi.el (delphi-log-msg):
6817 Replace `set-window-dot' by `set-window-point'.
6818
6819 * subr.el (window-dot, set-window-dot, read-input, send-string)
6820 (send-region, show-buffer, eval-current-buffer):
6821 Make really obsolete, as the comment says.
6822
6823 2005-05-17 Kim F. Storm <storm@cua.dk>
6824
6825 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
6826 (cua--init-keymaps): Bind C-return instead of S-return to set
6827 rectangle mark.
6828
6829 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
6830 instead of S-return to toggle/clear rectangle mark.
6831
6832 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
6833
6834 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
6835 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
6836 Also fontify plain strings assigned to variables, mostly so that a
6837 colon has a face and is thus not taken as a dependency separator.
6838 (makefile-previous-dependency): Inline the new matcher, because it
6839 is too complex to work in both directions.
6840 (makefile-match-dependency): Eliminate `backward' arg (see above).
6841 Completely reimplemented so as to not sometimes go into an endless
6842 loop. It should also be more efficient, because first it only
6843 searches for `:', instead of applying the very complex regexp.
6844 (makefile-mode): Cancel `font-lock-support-mode', because blocks
6845 to be fontified in one piece can be too long for JIT.
6846 Makefiles are never *that* big.
6847
6848 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
6849
6850 * dired.el (dired-mode): Simplify.
6851
6852 2005-05-17 Lute Kamstra <lute@gnu.org>
6853
6854 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
6855 defcustom for the mode hook variable.
6856
6857 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
6858 Emacs Lisp Reference Manual.
6859
6860 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
6861
6862 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
6863 (evenp, list*):
6864 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
6865 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
6866
6867 * net/tramp-smb.el (tramp-smb-open-connection):
6868 Pass `tramp-chunksize' as fifth (required) argument.
6869
6870 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
6871
6872 * font-lock.el (lisp-font-lock-keywords-1):
6873 Set `font-lock-negation-char-face' for [^...] char group.
6874 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
6875
6876 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
6877 a var, and refine it to mask one more level of nested vars.
6878 (makefile-rule-action-regex): Turn it into a var, and refine it so
6879 it recognizes backslashed continuation lines as belonging to the
6880 same command.
6881 (makefile-macroassign-regex): Refine it so it recognizes
6882 backslashed continuation lines as belonging to the same command.
6883 (makefile-var-use-regex): Don't look at the next char, because it
6884 might be the same one to be skipped by the initial [^$], leading
6885 to an overlooked variable use.
6886 (makefile-make-font-lock-keywords): Remove two parameters, which
6887 are now variables that some of the modes set locally.
6888 Handle dependency and rule action matching through functions, because
6889 regexps alone match too often. Dependency matching now comes
6890 last, so it can check, whether a colon already matched something else.
6891 (makefile-mode): Inform that font-lock improves makefile parsing
6892 capabilities.
6893 (makefile-match-dependency, makefile-match-action): New functions.
6894
6895 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
6896
6897 * emacs-lisp/cl-extra.el (equalp): Doc fix.
6898
6899 * align.el (align-regexp):
6900 * ansi-color.el (ansi-color-get-face):
6901 * array.el (array-reconfigure-rows, array-init-max-row)
6902 (array-init-max-column, array-init-columns-per-line)
6903 (array-init-field-width):
6904 * dired-aux.el (dired-trample-file-versions):
6905 * dired-x.el (dired-mark-sexp):
6906 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
6907 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
6908 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
6909 * faces.el (face-read-integer):
6910 * files.el (backup-extract-version, insert-directory):
6911 * hexl.el (hexl-insert-decimal-char):
6912 * server.el (server-process-filter):
6913 * shell.el (shell-extract-num):
6914 * startup.el (command-line-1):
6915 * term.el (term-command-hook):
6916 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
6917 (time-stamp-do-number):
6918 * time.el (display-time-update):
6919 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
6920 (timezone-fix-time):
6921 * vms-patch.el (vms-suspend-resume-hook):
6922 * calendar/appt.el (appt-convert-time):
6923 * calendar/cal-bahai.el (mark-bahai-diary-entries):
6924 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6925 * calendar/cal-islam.el (mark-islamic-diary-entries):
6926 * calendar/calendar.el (calendar-cursor-to-date)
6927 (calendar-star-date):
6928 * calendar/diary-lib.el (diary-attrtype-convert)
6929 (mark-diary-entries, diary-entry-time):
6930 * calendar/solar.el (solar-get-number):
6931 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
6932 * emacs-lisp/re-builder.el (reb-display-subexp):
6933 * emulation/edt.el (edt-set-scroll-margins):
6934 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6935 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
6936 (vip-get-ex-count):
6937 * emulation/viper-ex.el (viper-get-ex-token)
6938 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
6939 * international/fontset.el (fontset-plain-name):
6940 * mail/feedmail.el (feedmail-look-at-queue-directory):
6941 * mail/mailalias.el (mail-get-names):
6942 * mail/rmail.el (rmail-convert-to-babyl-format):
6943 * mail/rmailsum.el (rmail-make-basic-summary-line)
6944 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
6945 (rmail-summary-goto-msg):
6946 * mail/smtpmail.el (smtpmail-read-response):
6947 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
6948 (ange-ftp-vms-add-file-entry):
6949 * play/gametree.el (gametree-looking-at-ply)
6950 (gametree-current-branch-score):
6951 * progmodes/ada-xref.el (ada-prj-find-prj-file)
6952 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
6953 * progmodes/cperl-mode.el (condition-case):
6954 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
6955 (ebrowse-set-member-buffer-column-width)
6956 (ebrowse-select-1st-to-9nth):
6957 * progmodes/etags.el (etags-snarf-tag):
6958 * progmodes/flymake.el (flymake-parse-line):
6959 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
6960 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
6961 (idlwave-shell-menu-def):
6962 * progmodes/ps-mode.el (ps-run-goto-error):
6963 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
6964 (vhdl-speedbar-contract-level):
6965 * term/mac-win.el (x-handle-numeric-switch):
6966 * term/sun-mouse.el (sun-get-frame-data):
6967 * term/w32-win.el (x-handle-numeric-switch):
6968 * term/x-win.el (x-handle-numeric-switch):
6969 * textmodes/ispell.el (ispell-parse-output):
6970 * textmodes/nroff-mode.el (nroff-outline-level):
6971 * textmodes/reftex-cite.el (reftex-bib-sort-year)
6972 (reftex-bib-sort-year-reverse, reftex-format-citation):
6973 * textmodes/reftex-parse.el (reftex-init-section-numbers)
6974 (reftex-section-number):
6975 * textmodes/texinfmt.el (texinfo-paragraphindent):
6976 Replace `string-to-int' by `string-to-number'.
6977
6978 * international/latexenc.el: Add page marker to force the "Local
6979 Variables:" string out of the last page.
6980
6981 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
6982
6983 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
6984 tooltip-change-major-mode.
6985 (gud-tooltip-print-command): Remove case where gud-minor-mode
6986 is gdb ("--fullname").
6987 (gud-tooltip-tips): Turn GUD tooltips off for this case and
6988 explain to user.
6989
6990 2005-05-16 Jay Belanger <belanger@truman.edu>
6991
6992 * calc/calc-store.el (calc-copy-special-constant): New function.
6993
6994 * calc/calc-ext.el (calc-init-extensions): Add binding for
6995 `calc-copy-special-constant'.
6996
6997 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
6998 for the `calc-copy-special-constant' command.
6999
7000 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7001
7002 * subr.el (left-fringe-p): New function.
7003
7004 * progmodes/compile.el (compilation-setup): Set local value of
7005 overlay-arrow-string to "" always.
7006 (compilation-set-window): Left fringe then don't scroll.
7007 No left fringe then no arrow and scroll message to top.
7008 (compilation-context-lines): Adjust doc string accordingly.
7009
7010 2005-05-16 Kim F. Storm <storm@cua.dk>
7011
7012 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7013 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7014 (ido-wide-find-dir-or-delete-dir): New command for M-d.
7015 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
7016 (ido-read-file-name): Handle commands with ido property value
7017 equal to find-file as reading a file name, to allow C-d to enter dired.
7018 (ibuffer-find-file): Add ido property with value find-file.
7019
7020 2005-05-15 Kim F. Storm <storm@cua.dk>
7021
7022 * subr.el (open-network-stream-nowait): Remove.
7023 (open-network-stream-server): Remove.
7024
7025 2005-05-15 Richard M. Stallman <rms@gnu.org>
7026
7027 * faces.el (describe-face): Output a definition link button.
7028
7029 * help-mode.el (help-face-def): New button type.
7030
7031 * emacs-lisp/copyright.el (copyright-fix-years):
7032 Match properly if the first year is 2-digit.
7033 Don't mess up the whitespace after the years by filling.
7034
7035 * dired-aux.el (dired-mark-confirm):
7036 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7037
7038 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7039 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7040 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7041
7042 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7043 Set font-lock-comment-start-skip.
7044
7045 * font-lock.el (font-lock-comment-start-skip): New variable.
7046 (font-lock-comment-end-skip): New variable.
7047 (font-lock-fontify-syntactically-region): Use them if non-nil.
7048
7049 2005-05-15 Jay Belanger <belanger@truman.edu>
7050
7051 * calc/calc-store.el (calc-store-value): Return a string rather
7052 than display it as a message.
7053 Use calc-var-name for variable name.
7054 (calc-store-into): Add the result of calc-store-value to message.
7055 (calc-copy-variable): Add a message.
7056 (calc-store-exchange): Improve error messages.
7057 (calc-store-binary, calc-store-map): Don't reset the values of
7058 special constants.
7059
7060 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7061
7062 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7063 manual to docstring.
7064
7065 * files.el (hack-local-variables-confirm): Add STRING argument.
7066 Make the function handle non file visiting buffers correctly.
7067 (hack-local-variables-prop-line, hack-local-variables)
7068 (hack-one-local-variable): Use STRING arg of
7069 `hack-local-variables-confirm'.
7070
7071 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
7072
7073 Sync with Tramp 2.0.49.
7074
7075 * tramp.el (tramp-handle-dired-call-process)
7076 (tramp-handle-insert-directory):`insert-buffer' cannot be used
7077 because the contents of the Tramp buffer is changed before
7078 insertion (`expand-file' and alike).
7079 (tramp-handle-insert-directory): If `localname' has an empty
7080 nondirectory name, it must not be quoted.
7081 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
7082 variable `tramp-chunksize'. Change callees.
7083 (tramp-open-connection-setup-interactive-shell): Check remote host
7084 for buggy `send-process-string' implementation.
7085 Set `tramp-chunksize' if found. Reported by Michael Kifer
7086 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7087 (tramp-handle-shell-command): `insert-buffer' cannot be used
7088 because the contents of the Tramp buffer is changed before
7089 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7090 <frederic.bothamy@free.fr>.
7091 (tramp-set-auto-save): Actions should be done for Tramp file name
7092 handler only. Ange-FTP has its own auto-save mechanism.
7093 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7094 (tramp-set-auto-save-file-modes): Set file modes of
7095 `buffer-auto-save-file-name' to ?\600 as fallback solution.
7096 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7097 (tramp-bug): Remove obsolete variable.
7098 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
7099 for presence of `mml-mode'. Make it running for older Emacsen as well.
7100
7101 2005-05-14 John Paul Wallington <jpw@pobox.com>
7102
7103 * ibuf-ext.el (define-ibuffer-filter filename):
7104 If `dired-directory' is a list, use its car.
7105
7106 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
7107
7108 * ibuffer.el (define-ibuffer-column filename):
7109 If `dired-directory' is a list, use its car.
7110
7111 2005-05-14 Richard M. Stallman <rms@gnu.org>
7112
7113 * subr.el (symbol-file): Doc fix.
7114
7115 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7116 (byte-compile-form): Call byte-compile-nogroup-warn.
7117 (byte-compile-warning-types): Doc fix.
7118
7119 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7120
7121 * progmodes/cc-engine.el (c-literal-faces):
7122 Add font-lock-comment-delimiter-face.
7123
7124 * net/net-utils.el (dig): Use with-no-warnings.
7125
7126 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7127 (sc-recite-frame-alist, sc-default-cite-frame)
7128 (sc-default-uncite-frame, sc-default-recite-frame)
7129 (sc-attrib-selection-list, sc-rewrite-header-list):
7130 Mark as risky-local-variable.
7131
7132 * international/ogonek.el (ogonek-jak, ogonek-how):
7133 Don't use beginning-of-buffer.
7134
7135 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7136
7137 * calendar/solar.el (solar-data-list): Move definition up.
7138
7139 * dnd.el (dnd-protocol-alist): Add autoload.
7140
7141 * progmodes/sh-script.el: Many doc usage fixes.
7142 (sh-indent-after-do): Change default to match common styles.
7143
7144 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
7145
7146 * files.el (interpreter-mode-alist)
7147 (auto-mode-interpreter-regexp): Doc fixes.
7148
7149 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
7150
7151 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7152
7153 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7154
7155 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7156
7157 * dired.el (dired-mode): make-variable-buffer-local =>
7158 make-local-variable.
7159
7160 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7161
7162 * term/mac-win.el (mac-select-convert-to-string): Try coding
7163 systems in mac-script-code-coding-systems if specified one cannot
7164 encode string for `com.apple.traditional-mac-plain-text'.
7165
7166 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
7167
7168 * progmodes/make-mode.el (makefile-targets-face)
7169 (makefile-shell-face, makefile-makepp-perl-face): New faces.
7170 (makefile-dependency-regex): Fix it to not make the colon in
7171 $(var:a=b) special.
7172 (makefile-rule-action-regex): New regexp for highlighting embedded
7173 Shell strings.
7174 (makefile-macroassign-regex): Handle != for highlighting as
7175 embedded Shell strings.
7176 (makefile-var-use-regex): New const.
7177 (makefile-statements, makefile-automake-statements)
7178 (makefile-gmake-statements, makefile-makepp-statements)
7179 (makefile-bsdmake-statements): New consts.
7180 (makefile-make-font-lock-keywords): New function.
7181 (makefile-automake-font-lock-keywords)
7182 (makefile-gmake-font-lock-keywords)
7183 (makefile-makepp-font-lock-keywords)
7184 (makefile-bsdmake-font-lock-keywords): New consts.
7185 (makefile-mode-map): Add switchers between the various submodes.
7186 (makefile-mode): Document the availability of the variants.
7187 (makefile-automake-mode, makefile-gmake-mode)
7188 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7189
7190 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7191 new variants of makefile-mode.
7192
7193 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * font-lock.el (font-lock-comment-delimiter-face): Fix up
7196 the inheritance.
7197
7198 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
7199
7200 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7201 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7202
7203 * files.el (normal-mode): Extend the scope of the
7204 `enable-local-variables' binding to include the `set-auto-mode' call.
7205 (magic-mode-alist): Doc fix.
7206
7207 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7208
7209 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7210 font-lock-comment-face rather than copying its setting.
7211
7212 2005-05-12 Andreas Schwab <schwab@suse.de>
7213
7214 * eshell/esh-mode.el (eshell-send-input): Doc fix.
7215
7216 2005-05-12 Lute Kamstra <lute@gnu.org>
7217
7218 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7219 defcustom for the mode hook variable. Delete the last argument.
7220 * generic-x.el: Fix callers of define-generic-mode.
7221 (generic-x-modes): Delete group.
7222 (show-tabs-tab-face, show-tabs-space-face): Put them in the
7223 generic-x customization group.
7224
7225 2005-05-12 Kim F. Storm <storm@cua.dk>
7226
7227 * font-lock.el (font-lock-negation-char-face): Default to "off".
7228
7229 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7230 font-lock-negation-char-face to ! in !=.
7231
7232 2005-05-12 Masatake YAMATO <jet@gyve.org>
7233
7234 * add-log.el (find-change-log): Fix typos in the docstring
7235 of function.
7236
7237 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7238
7239 * international/latexenc.el (latexenc-find-file-coding-system):
7240 Avoid `re-search-forward' when looking for input encoding because
7241 of speed and safety. Better regular expressions for recognizing
7242 input encoding. Limit a search for TeX-master/tex-main-file to
7243 the local variable section.
7244
7245 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
7246
7247 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7248 syntax of $ to "'" (quote).
7249
7250 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7251
7252 * dnd.el (dnd-protocol-alist): Improve custom type.
7253
7254 * dired.el (dired-dnd-protocol-alist): New variable.
7255 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
7256 `dired-mode-hook' to the end.
7257
7258 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7261 comment-end if comment-start-skip is not set.
7262 Obey the font-lock-comment-delimiter-face variables.
7263
7264 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * files.el (executable-find): Move from executable.el. Use
7267 locate-file.
7268 * progmodes/executable.el (executable-find): Move to files.el.
7269
7270 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7271 when trying to ensure forward progress.
7272
7273 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
7274
7275 * mouse-sel.el (mouse-sel-follow-link-p): New function.
7276 (mouse-select, mouse-select-internal, mouse-extend-internal):
7277 Use it to implement mouse-1-click-follows-link functionality.
7278
7279 2005-05-11 Richard M. Stallman <rms@gnu.org>
7280
7281 * font-lock.el (font-lock-fontify-syntactically-region):
7282 Use font-lock-comment-delimiter-face for comment delimiters.
7283
7284 2005-05-10 Jay Belanger <belanger@truman.edu>
7285
7286 * calc/calc-help.el (calc-m-prefix-help): Add mention of
7287 preserving embedded modes.
7288
7289 2005-05-10 Richard M. Stallman <rms@gnu.org>
7290
7291 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
7292
7293 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
7294 Move from ada-stmt.el.
7295 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
7296
7297 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
7298 Move to ada-mode.el.
7299 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
7300
7301 * cus-edit.el (custom-file): Call file-chase-links.
7302
7303 * files.el (read-directory-name): Fix previous change.
7304 (hack-local-variables-confirm): New function.
7305 (hack-local-variables-prop-line, hack-local-variables)
7306 (hack-one-local-variable): Use it.
7307
7308 2005-05-10 Lute Kamstra <lute@gnu.org>
7309
7310 * font-lock.el (font-lock-keywords-alist)
7311 (font-lock-removed-keywords-alist): Clarify docstrings.
7312
7313 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
7314
7315 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
7316 (gdb-source-info): Check for preprocessor info.
7317 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
7318 a macro for a function.
7319 (gdb-info-breakpoints-custom): Try to find file again if not already
7320 found (user might have used GDB dir command).
7321 (gdb-get-location): Update gdb-location-alist correctly for change
7322 to gdb-info-breakpoints-custom.
7323
7324 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
7325 (gud-tooltip-print-command): Add gdbmi case.
7326 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
7327 preprocessor info.
7328
7329 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
7330
7331 * startup.el (fancy-splash-insert): Fix typo in doc string.
7332
7333 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
7334
7335 * obsolete/float.el (string-to-float):
7336 * obsolete/hilit19.el (hilit-add-pattern):
7337 * obsolete/rnews.el (news-parse-range, news-select-message)
7338 (news-get-pruned-list-of-files): Replace `string-to-int' by
7339 `string-to-number'.
7340
7341 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
7342 `find-file-not-found-hooks'; use `add-hook'.
7343 (uncompress-while-visiting): Set `write-file-functions', not
7344 `write-file-hooks'; use `add-hook'.
7345
7346 2005-05-09 Kim F. Storm <storm@cua.dk>
7347
7348 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
7349 (cua-paste): Handle clipboard action.
7350 (cua--init-keymaps): Remap clipboard-kill-region and
7351 clipboard-kill-ring-save.
7352
7353 2005-05-08 Eli Zaretskii <eliz@gnu.org>
7354
7355 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7356 Improve commentary.
7357
7358 * simple.el (next-error-overlay-arrow-position): Revert the change
7359 made on 2005-04-30.
7360
7361 2005-05-07 Jay Belanger <belanger@truman.edu>
7362
7363 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
7364 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
7365 `calc-sel-reselect'.
7366
7367 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
7368 Calc is in embedded mode.
7369
7370 2005-05-07 Eli Zaretskii <eliz@gnu.org>
7371
7372 * progmodes/compile.el (compilation-setup):
7373 Set overlay-arrow-string to an empty string on text terminals.
7374
7375 * textmodes/ispell.el (ispell-program-name): Try looking for
7376 "aspell" along exec-path, and if found, use it as the default
7377 speller program.
7378
7379 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
7380
7381 * international/mule.el (sgml-xml-auto-coding-function):
7382 Recognize encoding='FOO' in single quotes as well as in double quotes.
7383
7384 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7385
7386 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
7387 as well as `interactive', so that defmacro* would recognize
7388 `declare' forms.
7389
7390 2005-05-07 Eli Zaretskii <eliz@gnu.org>
7391
7392 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7393 Explain more about the LIGHTER arg's usage in the doc string.
7394 Add commentary to clarify what the code does. Fix the regexp that
7395 strips whitespace from LIGHTER. Quote LIGHTER before using it,
7396 since it could have characters special to regular expressions.
7397
7398 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
7399
7400 * replace.el (occur-1): Bind inhibit-read-only so that
7401 erase-buffer doesn't barf on read-only text properties (likewise
7402 for add-text-properties in occur-engine). Mark buffer as unmodified.
7403 (occur-engine): Don't set buffer-read-only here.
7404
7405 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
7408 list-buffers-directory. This caused the *cvs-commit* buffer to be
7409 sometimes mistakenly reused as a *cvs* buffer.
7410
7411 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
7412
7413 * tooltip.el: Move code for GUD tooltips into gud.el.
7414 (require): CL no longer needed to compile case.
7415 (tooltip-mode): Do not toggle functions for GUD tooltips.
7416 (tooltip-gud-tips-p): Remove. Replace with minor mode
7417 gud-tooltip-mode in gud.el.
7418 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
7419 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
7420 tooltip-gud prefix with gud-tooltip and obsolete.
7421 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
7422 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
7423 (tooltip-mouse-motion): Mouse movement functions/variable.
7424 Rename in gud.el by adding gud prefix.
7425 (tooltip-gud-original-filter, tooltip-gud-dereference)
7426 (tooltip-gud-event, tooltip-toggle-gud-tips)
7427 (tooltip-gud-process-output, tooltip-gud-print-command)
7428 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
7429 gud.el by replacing tooltip-gud prefix with gud-tooltip.
7430 (gdb-tooltip-print): Move to gdb-ui.el.
7431
7432 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
7433 (require): CL needed to compile case.
7434 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
7435 tooltip-gud-tips-p. Make it a minor-mode.
7436 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
7437 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
7438 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
7439 (gud-tooltip-change-major-mode)
7440 (gud-tooltip-activate-mouse-motions-if-enabled)
7441 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
7442 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
7443 (gud-tooltip-original-filter, gud-tooltip-dereference)
7444 (gud-tooltip-event, tooltip-toggle-gud-tips)
7445 (gud-tooltip-process-output, gud-tooltip-print-command)
7446 (gud-tooltip-tips): Move from tooltip.el.
7447
7448 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
7449 (gdb-cpp-define-alist-flags): Doc fix.
7450 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
7451 gud-tooltip-mode is t.
7452
7453 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
7456 evaporate if their text is deleted.
7457 (goto-address-at-point): Make it work as a mouse binding as well.
7458 (goto-address-at-mouse): Obsolete it. Update users.
7459
7460 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
7461
7462 * calendar/appt.el (top-level): No longer activate on load.
7463
7464 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
7465
7466 * calendar/cal-bahai.el (mark-bahai-diary-entries):
7467 * net/webjump.el (webjump):
7468 * progmodes/idlw-help.el (idlwave-do-context-help1)
7469 (idlwave-highlight-linked-completions):
7470 * textmodes/po.el (po-find-file-coding-system-guts):
7471 Replace `assoc-ignore-case' by `assoc-string'.
7472
7473 2005-05-06 Eli Zaretskii <eliz@gnu.org>
7474
7475 * files.el (locate-file): Doc fix.
7476
7477 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
7478 Remove the redundant test for ms-dos.
7479
7480 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
7481 look for the preprocessor with exec-suffixes. If not found in
7482 standard places, look in exec-path. Remove most of the tests that
7483 used system-type.
7484
7485 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
7486
7487 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
7488
7489 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
7490 file-name clash with jka-compr.el on 8+3 filesystems.
7491
7492 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7493
7494 * term/mac-win.el: Don't define or bind scroll bar functions if
7495 x-toolkit-scroll-bars is t.
7496 (x-select-text, x-get-selection-value): Clear
7497 x-last-selected-text-clipboard if x-select-enable-clipboard is
7498 nil.
7499 (PRIMARY): Put mac-scrap-name property.
7500 (mac-select-convert-to-file-url): New function.
7501 (public.file-url): New selection target type. Add to
7502 selection-converter-alist.
7503 (x-get-selection, x-selection-value): Handle it.
7504 (x-cut-buffer-or-selection-value): New alias.
7505
7506 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7507
7508 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
7509 entry to avoid calling bibtex-find-entry with arg global
7510 being t. Remove arg key.
7511 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
7512 (bibtex-copy-summary-as-kill): Change accordingly.
7513
7514 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
7517 (org-agenda-date-later): Use with-current-buffer.
7518
7519 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7520
7521 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
7522 (define-obsolete-variable-alias): Doc Fixes.
7523
7524 2005-05-06 Kim F. Storm <storm@cua.dk>
7525
7526 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
7527 vertical-motion when selective-display is active.
7528
7529 * ido.el (ido-setup-hook): New hook.
7530 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
7531 (ido-input-stack): New var.
7532 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
7533 ido-next-work-file binding to M-O.
7534 Bind M-f to ido-wide-find-file-or-pop-dir.
7535 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
7536 (ido-read-internal): Run ido-setup-hook.
7537 Catch quit in read-file-name and read-string to cancel edit.
7538 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
7539 Automatically pop-all when completing a directory name (RET).
7540 (ido-file-internal): Add with-no-warnings around ffap and dired code.
7541 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
7542 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
7543 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
7544 New functions for M-b/M-f to move among the directory components.
7545 (ido-make-merged-file-list): Catch quit to cancel merge.
7546 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
7547 (ido-completion-help): No warnings for ido-completion-buffer-full.
7548
7549 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
7550
7551 * font-lock.el (font-lock-negation-char-face): New face and variable.
7552 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
7553 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
7554 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
7555 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
7556
7557 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
7558
7559 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
7560 Fix typo in docstring.
7561
7562 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
7563 (ebrowse-print-statistics-line)
7564 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
7565
7566 * term/w32-win.el (image-library-alist): Add additional name for
7567 Xpm library.
7568
7569 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
7570
7571 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
7572 use gcc instead of cpp.
7573
7574 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
7575 (gdb-create-define-alist): Use it.
7576 (gdb-cpp-define-alist-program): Update for MS-DOS.
7577
7578 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
7579
7580 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
7581
7582 2005-05-04 Richard M. Stallman <rms@gnu.org>
7583
7584 * help.el (describe-key): No error when UNTRANSLATED is nil.
7585
7586 * simple.el (line-move-1): Fix previous change to signal errors
7587 appropriately.
7588
7589 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
7590
7591 * calendar/icalendar.el (icalendar-version): Now at 0.12.
7592 (icalendar-duration-correction): Remove.
7593 (icalendar--get-event-properties): Split result at commas.
7594 (icalendar--decode-isoduration): New optional argument
7595 DURATION-CORRECTION.
7596 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
7597 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
7598 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
7599 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
7600 (icalendar--convert-anniversary-to-ical): New functions, extracted
7601 from icalendar-export-region, with bug fixes.
7602 (icalendar-export-region): Use the above functions.
7603 (icalendar-import-buffer): Check before saving diary file.
7604 (icalendar--convert-recurring-to-diary)
7605 (icalendar--convert-non-recurring-all-day-to-diary)
7606 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
7607 extracted from icalendar--convert-ical-to-diary, with bug fixes.
7608 (icalendar--convert-ical-to-diary): Use the above functions.
7609
7610 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
7611
7612 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
7613 Remove these recent additions.
7614 (c-mode): Restore to before 2005-04-28.
7615
7616 * progmodes/cc-vars.el (cc-define-list-program): Remove this
7617 recent addition.
7618
7619 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
7620 (gdb-define-alist): New variables.
7621 (gdb-create-define-alist): New function.
7622 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
7623 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
7624 with string-to-number.
7625 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
7626
7627 * progmodes/gud.el: Replace string-to-int with string-to-number.
7628 (gud-find-file): Handle gdb-define-alist.
7629
7630 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
7631
7632 2005-05-02 Jay Belanger <belanger@truman.edu>
7633
7634 * calc/calc-aent.el (math-read-token):
7635 * calc/calc-bin.el (calc-word-size):
7636 * calc/calc-ext.el (calc-read-number-fancy):
7637 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
7638 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
7639 * calc/calc-frac.el (calc-over-notation):
7640 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
7641 (calc-graph-num-points, calc-graph-init):
7642 * calc/calc-prog.el (calc-read-parse-table-part)
7643 (calc-edit-macro-repeats):
7644 * calc/calc-yank.el (calc-do-grab-rectangle):
7645 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
7646 Replace `string-to-int' by `string-to-number'.
7647
7648 2005-05-02 Kim F. Storm <storm@cua.dk>
7649
7650 * kmacro.el: Use executing-kbd-macro-index variable.
7651
7652 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
7653
7654 * net/rlogin.el (rlogin-parse-words): Delete func.
7655 (rlogin): Use split-string, not rlogin-parse-words.
7656 Also, if there are option-like elements in the parsed args,
7657 take the host to be the first arg immediately following them.
7658 Suggested by Michael Mauger.
7659
7660 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7661
7662 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
7663
7664 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
7665
7666 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
7667 (cc-mode-cpp-program): Rename to cc-define-list-program and
7668 move to cc-vars.el.
7669
7670 * progmodes/cc-vars.el (cc-define-list-program):
7671 Change to "gcc -E -dM -". Make customizable.
7672
7673 2005-05-02 Kim F. Storm <storm@cua.dk>
7674
7675 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
7676
7677 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
7678
7679 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
7680
7681 * international/mule-util.el (truncate-string): Remove alias and
7682 obsolete declaration.
7683
7684 * international/mule-cmds.el (update-iso-coding-systems):
7685 Remove alias and obsolete declaration.
7686
7687 * international/mule.el (coding-system-parent): Remove alias and
7688 obsolete declaration.
7689
7690 * subr.el (define-function, sref): Remove aliases and obsolete
7691 declarations.
7692 (chars-in-region): Remove obsolete declaration.
7693
7694 2005-05-01 Richard M. Stallman <rms@gnu.org>
7695
7696 * info.el (Info-mode): Set widen-automatically to nil, locally.
7697
7698 * simple.el (widen-automatically): New variable.
7699 (pop-global-mark): Obey widen-automatically.
7700
7701 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
7702
7703 * term/xterm.el (function-key-map): Call substitute-key-definition
7704 before the keymap size is increased by a lot of define-key calls.
7705
7706 2005-05-01 Richard M. Stallman <rms@gnu.org>
7707
7708 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
7709 Rename ARG to ELEMENT. Doc fix.
7710
7711 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
7712
7713 * allout.el (allout-exposure): Remove macro and obsolete declaration.
7714 Remove references to allout-exposure/change to allout-new-exposure.
7715
7716 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
7717 bytecode symbols.
7718
7719 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
7720 (compiled-function-p, focus-frame, unfocus-frame):
7721 Remove aliases and obsolete declarations.
7722 Back out inadvertent changes from previous commit.
7723
7724 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7725
7726 * files.el (require-final-newline): Make Custom tags consistent
7727 with mode-require-final-newline.
7728 (mode-require-final-newline): Doc fix.
7729
7730 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7731
7732 * international/latexenc.el (latexenc-find-file-coding-system):
7733 Fix regular expressions.
7734
7735 2005-05-01 David Kastrup <dak@gnu.org>
7736
7737 * international/latexenc.el (latexenc-find-file-coding-system):
7738 Fix regular expressions.
7739
7740 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
7741
7742 * subr.el (string-to-int): Make obsolete.
7743
7744 2005-04-30 Richard M. Stallman <rms@gnu.org>
7745
7746 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
7747
7748 * loadup.el: load jka-comp-hook.
7749
7750 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
7751 (jka-compr-handler): Add autoload. `put' calls moved
7752 to jka-comp-hook.el.
7753 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
7754 (jka-compr-inhibit): Autoload.
7755
7756 * jka-comp-hook.el: New file.
7757 Enable the mode by default.
7758
7759 * files.el (backup-buffer-copy): Use copy-file instead
7760 of write-region, and put back the 'excl.
7761
7762 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
7763
7764 * progmodes/flymake.el (flymake-split-string)
7765 (flymake-split-string, flymake-log, flymake-pid-to-names)
7766 (flymake-reg-names, flymake-get-source-buffer-name)
7767 (flymake-unreg-names, flymake-add-line-err-info)
7768 (flymake-add-err-info): Clarify docstrings.
7769 (flymake-popup-menu, flymake-make-emacs-menu)
7770 (flymake-make-xemacs-menu): Add docstrings.
7771 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
7772 Set variables directly throughout.
7773
7774 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
7775
7776 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
7777 exists. Initialize cc-define-alist.
7778 (c-mode): Add cc-create-define-alist locally to after-save-hook.
7779 If there is no file (Macroexpansion) don't create an alist.
7780
7781 2005-04-29 Sam Steingold <sds@gnu.org>
7782
7783 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
7784 (cc-create-define-alist): Use it instead of the hard-coded string.
7785
7786 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * international/mule-conf.el (file-coding-system-alist): Fix regexp
7789 for latexenc.
7790
7791 2005-04-29 Lute Kamstra <lute@gnu.org>
7792
7793 * emacs-lisp/generic.el: Improve commentary section.
7794 (define-generic-mode): Improve docstring.
7795
7796 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
7797
7798 * textmodes/org.el (many places): Change to quiet the byte compiler.
7799 (org-prefix-format-compiled): New variable.
7800 (org-compile-prefix-format): New function.
7801 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
7802 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
7803 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
7804 (org-get-entries-from-diary): Use `org-get-time-of-day' for
7805 consistency with entries from `org-mode' files.
7806 (org-get-time-of-day): Fix bug with partial matches early in a line.
7807 (org-non-link-chars): New constant.
7808 (org-link-regexp): Respect `org-non-link-chars'.
7809 (org-agenda-day-view): Remove command.
7810 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
7811 (org-follow-bbdb-link, org-store-link): Search also company field.
7812 (org-highlight-overlay): New variable.
7813 (org-highlight, org-unhighlight): New functions.
7814 (org-agenda-mode): Add pre-command-hook to remove highlight.
7815 (org-evaluate-time-range): Behavior depends upon whether time stamp
7816 contains a time or not.
7817 (org-show-subtree, org-show-entry): New functions.
7818 (org-agenda-cleanup-fancy-diary): Remove empty lines.
7819
7820 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
7821
7822 * comint.el (comint-output-filter-functions): Add autoload cookie.
7823
7824 2005-04-28 Kim F. Storm <storm@cua.dk>
7825
7826 * ido.el (ido-everywhere): Fix last change.
7827
7828 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7829
7830 * international/latexenc.el: New file.
7831 * international/mule-conf.el (file-coding-system-alist): For .tex,
7832 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
7833
7834 2005-04-28 Lute Kamstra <lute@gnu.org>
7835
7836 * font-lock.el (font-lock-add-keywords)
7837 (font-lock-remove-keywords): Clarify docstring.
7838 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
7839 Don't start docstrings with a `*'.
7840 (font-lock-update-removed-keyword-alist): Give it a docstring.
7841
7842 * generic-x.el: Update commentary section.
7843 Only require font-lock when compiling.
7844 Define all modes conditionally.
7845 Place all generic modes in the generic-x-modes customization group.
7846 (generic-x-modes): New customization group.
7847 (generic-default-modes, generic-mswindows-modes)
7848 (generic-unix-modes, generic-other-modes): New constants.
7849 (generic-define-mswindows-modes, generic-define-unix-modes):
7850 Update docstrings. Make them obsolete.
7851 (generic-extras-enable-list): New default value. Update docstring.
7852 Improve :type. Change :set function.
7853 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
7854 Fix docstring.
7855
7856 * emacs-lisp/generic.el (generic-mode-internal):
7857 Simplify font-lock-defaults.
7858 (define-generic-mode): Fix docstring.
7859
7860 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
7863 font-lock-face property to highlight matches.
7864
7865 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
7866
7867 * progmodes/cc-mode.el (cc-create-define-alist): New function.
7868 (cc-define-alist): New variable.
7869 (c-mode): Make it local and initialize it.
7870
7871 * progmodes/gdb-ui.el (gdb-active-process): New variable.
7872 (gdb-exited): New function.
7873 (gdb-annotation-rules): Use it.
7874 (gdb-starting): Set gdb-active-process to t.
7875 (gdb-stopping): Amend doc string.
7876 (gdb-reset): Set gdb-active-process to nil.
7877
7878 * tooltip.el (tooltip-gud-tips): Show the associated #define
7879 directives when a C program under GDB is not executing.
7880
7881 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7882
7883 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
7884 font-lock-fontify-syntactic-keywords.
7885
7886 * font-lock.el (font-lock-default-fontify-region): Don't force
7887 parse-sexp-lookup-properties to nil.
7888
7889 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7890
7891 * man.el (man-mode-syntax-table): Set up `:' to have
7892 word-constituent syntax.
7893
7894 2005-04-27 Lute Kamstra <lute@gnu.org>
7895
7896 * novice.el (disable-command): Don't add spurious newlines to the
7897 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
7898
7899 2005-04-26 Jay Belanger <belanger@truman.edu>
7900
7901 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
7902 than one window before deleting window.
7903
7904 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7905
7906 * shell.el (shell-prompt-pattern): Doc fix.
7907 (shell-mode): Set paragraph-separate buffer locally to "\\'".
7908
7909 * comint.el (comint-prompt-regexp, comint-get-old-input)
7910 (comint-use-prompt-regexp)
7911 (comint-use-prompt-regexp-instead-of-fields)
7912 (comint-replace-by-expanded-history, comint-send-input)
7913 (comint-output-filter, comint-get-old-input-default)
7914 (comint-line-beginning-position, comint-bol, comint-show-output)
7915 (comint-backward-matching-input, comint-forward-matching-input)
7916 (comint-next-prompt, comint-previous-prompt):
7917 Rename `comint-use-prompt-regexp-instead-of-fields' to
7918 `comint-use-prompt-regexp'. Keep old name as alias and declare
7919 obsolete.
7920 (comint-use-prompt-regexp): Shorten first line of doc string.
7921
7922 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
7923 Set paragraph-separate buffer locally to "\\'".
7924
7925 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
7926 Adapt to above name change.
7927
7928 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7929 (smbclient-prompt-regexp): Ditto.
7930
7931 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
7932
7933 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
7934
7935 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
7936 gdb-location-list.
7937 Break lines that are over 80 characters wide.
7938
7939 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
7942 New fun and var, to preserve compatibility.
7943
7944 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
7945
7946 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
7947
7948 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
7949 name to file-newer-than-file-p.
7950
7951 2005-04-26 Richard M. Stallman <rms@gnu.org>
7952
7953 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
7954
7955 * progmodes/python.el (python-mode):
7956 Use new name eldoc-documentation-function.
7957
7958 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
7959
7960 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7961 (eldoc-documentation-function):
7962 Rename from eldoc-print-current-symbol-info-function. Calls changed.
7963
7964 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
7965
7966 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
7967
7968 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
7969
7970 * term/xterm.el (function-key-map): Fix strings for
7971 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
7972 {C,S,A,C-S}-{f1-f12}.
7973
7974 2005-04-26 Kenichi Handa <handa@m17n.org>
7975
7976 * international/mule-cmds.el (select-safe-coding-system):
7977 Fix previous change.
7978
7979 2005-04-26 Lute Kamstra <lute@gnu.org>
7980
7981 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
7982
7983 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
7984 (font-lock-comment-delimiter-face): Ditto.
7985
7986 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
7987
7988 2005-04-25 Jay Belanger <belanger@truman.edu>
7989
7990 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
7991 to t while inserting information; use help-mode.
7992
7993 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
7994
7995 * term.el (ansi-term-color-vector): Use the xterm colors.
7996 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
7997
7998 2005-04-25 Lute Kamstra <lute@gnu.org>
7999
8000 * font-core.el (font-lock-defaults): Fix docstring.
8001
8002 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8003
8004 2005-04-25 Kenichi Handa <handa@m17n.org>
8005
8006 * international/mule-cmds.el (select-safe-coding-system):
8007 Don't check consistency with coding: spec, etc if raw-text or
8008 no-conversion was found to be safe.
8009
8010 2005-04-24 Richard M. Stallman <rms@gnu.org>
8011
8012 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8013 citation markers at start of each line.
8014
8015 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8016 citation markers at start of each line.
8017
8018 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8019
8020 * files.el (mode-require-final-newline): Fix previous change.
8021 (require-final-newline): Fix type label.
8022
8023 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8024
8025 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8026 statement in buffer (broken by 2004-11-24 change).
8027
8028 2005-04-24 Kim F. Storm <storm@cua.dk>
8029
8030 * ido.el (ido-everywhere): Save and restore old read-buffer-function
8031 and read-file-name-function values. Don't overwrite existing
8032 non-nil values if ido-mode is enabled without ido-everywhere.
8033
8034 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
8035
8036 * files.el (mode-require-final-newline): Minor doc fix.
8037
8038 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8039
8040 * subr.el (syntax-after): Doc fix.
8041 (syntax-class): If argument is nil, return nil. Mask off upper 16
8042 bits, not 8 bits.
8043
8044 * files.el (mode-require-final-newline): Doc fix.
8045 (backup-buffer-copy): Fix last change.
8046
8047 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8048
8049 * term/mac-win.el: Require select. Set selection-coding-system to
8050 mac-system-coding-system. Call menu-bar-enable-clipboard.
8051 (x-last-selected-text-clipboard, x-last-selected-text-primary)
8052 (x-select-enable-clipboard): New variables.
8053 (x-select-text, x-get-selection, x-selection-value)
8054 (x-get-selection-value, mac-select-convert-to-string)
8055 (mac-services-open-file, mac-services-open-selection)
8056 (mac-services-insert-text): New functions.
8057 (CLIPBOARD, FIND): Put mac-scrap-name property.
8058 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8059 (public.tiff): Put mac-ostype property.
8060 (selection-converter-alist): Add entries for them.
8061 (mac-application-menu-map): New keymap.
8062 (interprogram-cut-function, interprogram-paste-function): Set to
8063 x-select-text and x-get-selection-value, respectively.
8064 (split-window-keep-point): Set to t.
8065
8066 2005-04-23 Richard M. Stallman <rms@gnu.org>
8067
8068 * files.el (read-directory-name): Always pass non-nil
8069 DEFAULT-FILENAME arg to read-file-name.
8070 (backup-buffer-copy, basic-save-buffer-2): Take care against
8071 writing thru an unexpected existing symlink.
8072 (revert-buffer): In indirect buffer, revert the base buffer.
8073 (magic-mode-alist): Doc fix.
8074 (buffer-stale-function): Doc fix.
8075 (minibuffer-with-setup-hook): Avoid warning.
8076 (mode-require-final-newline): Doc and custom fix.
8077
8078 * follow.el (follow-end-of-buffer): Use with-no-warnings.
8079
8080 * font-lock.el (font-lock-comment-face): On terminals with few colors,
8081 use the default appearance.
8082 (font-lock-comment-delimiter-face): New face, new variable.
8083
8084 * imenu.el (imenu--generic-function): The official position of a
8085 definition is the start of the line that BEG is in.
8086
8087 * midnight.el (midnight-timer): Move defvar up.
8088
8089 * mouse.el (mouse-drag-region-1): Delete some debugging code.
8090
8091 * saveplace.el (save-place-to-alist): Use with-no-warnings.
8092
8093 * startup.el (command-line): Use with-no-warnings.
8094
8095 * window.el (window-size-fixed): New defvar.
8096
8097 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8098
8099 * mail/rmail.el (rmail-font-lock-keywords):
8100 Use font-lock-comment-delimiter-face.
8101
8102 * mail/sendmail.el (mail-font-lock-keywords):
8103 Use font-lock-comment-delimiter-face.
8104
8105 * progmodes/compile.el (next-error-highlight-timer): New defvar.
8106
8107 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8108
8109 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8110 Specify t for LAXMATCH when matching directories.
8111 Save match data around compilation-compat-error-properties form.
8112
8113 2005-04-23 David Kastrup <dak@gnu.org>
8114
8115 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8116 Mention that the autoloaded aliases should be kept for AUCTeX.
8117
8118 2005-04-23 Andreas Schwab <schwab@suse.de>
8119
8120 * isearch.el (isearch-forward): Doc fix.
8121
8122 2005-04-23 Eli Zaretskii <eliz@gnu.org>
8123
8124 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8125 (jit-lock-stealth-nice): Change default value to 0.5.
8126
8127 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
8128
8129 * abbrev.el (write-abbrev-file): Write table entries in
8130 alphabetical order by table name.
8131
8132 2005-04-22 Kim F. Storm <storm@cua.dk>
8133
8134 * ido.el (ido-read-internal): Fix `list' completion.
8135
8136 2005-04-22 Kenichi Handa <handa@m17n.org>
8137
8138 * recentf.el (recentf-save-file-coding-system): New variable.
8139 (recentf-save-list): Encode the file by
8140 recentf-save-file-coding-system and add coding: tag.
8141
8142 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8143
8144 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8145
8146 2005-04-21 Lute Kamstra <lute@gnu.org>
8147
8148 * loadhist.el (unload-feature): Don't remove a function from hooks
8149 if it is about to be restored to an autoload . Remove functions
8150 that will become unbound from auto-mode-alist. Simplify the code.
8151
8152 * subr.el (assq-delete-all): New implementation that is linear,
8153 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
8154 (rassq-delete-all): New function.
8155
8156 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8157 Add size-indication-mode.
8158
8159 2005-04-21 Kenichi Handa <handa@m17n.org>
8160
8161 * international/mule-cmds.el: Add autoload for widget-value in
8162 eval-when-compile.
8163
8164 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
8165
8166 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8167 Add tooltip-mode.
8168
8169 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8170
8171 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
8172
8173 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8174 (inferior-lisp-filter-regexp, inferior-lisp-program)
8175 (inferior-lisp-load-command, inferior-lisp-prompt)
8176 (inferior-lisp-mode-hook, lisp-source-modes)
8177 (inferior-lisp-load-hook): defvar->defcustom.
8178 (inferior-lisp-program, inferior-lisp-prompt)
8179 (inferior-lisp-load-hook): Doc fixes.
8180 (inferior-lisp-install-letter-bindings): Small change in
8181 introductory comment.
8182
8183 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8184
8185 * vc.el (vc-annotate-color-map): Change some colors so that text
8186 using them as foreground is readable on both white and black
8187 backgrounds.
8188
8189 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * international/mule-conf.el (translation-table-for-input):
8192 Remove redundant declaration.
8193
8194 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8195
8196 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8197
8198 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8199 (tooltip-toggle-gud-tips): New function.
8200
8201 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8202
8203 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8204 right angle brackets.
8205
8206 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
8207
8208 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8209
8210 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8211
8212 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8213 Remove. Update callers to use expand-file-name instead.
8214
8215 * subr.el (syntax-class): New function.
8216
8217 * simple.el (blink-matching-open): Use it.
8218
8219 * paren.el (show-paren-function): Use it to recognize parens that are
8220 also used in 2-char comment markers.
8221
8222 2005-04-19 Lute Kamstra <lute@gnu.org>
8223
8224 * loadhist.el (unload-feature): Update for new format of
8225 load-history. Simplify the code.
8226
8227 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8228
8229 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8230 (mac-add-charset-info): New function. Initialize variable
8231 mac-charset-info-alist using it.
8232 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8233 for translation.
8234 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8235 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8236 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8237 New CCL programs.
8238
8239 2005-04-19 Kim F. Storm <storm@cua.dk>
8240
8241 * simple.el (next-buffer, prev-buffer, next-error)
8242 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8243 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8244
8245 * bindings.el (next-buffer, prev-buffer, next-error)
8246 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8247 (clone-indirect-buffer-other-window): Move bindings from simple.el.
8248 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8249 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8250
8251 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * isearch.el (isearch-edit-string): Make the search-ring available for
8254 minibuffer history commands.
8255 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8256 the default history commands now work just as well.
8257 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8258
8259 2005-04-18 Kim F. Storm <storm@cua.dk>
8260
8261 * emulation/cua-base.el (cua--pre-command-handler): Add more
8262 elaborate check for shift modifier on non-window systems.
8263
8264 2005-04-18 Lars Hansen <larsh@math.ku.dk>
8265
8266 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8267
8268 2005-04-18 Kim F. Storm <storm@cua.dk>
8269
8270 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8271 and make it optional. Don't test tooltip-gud-echo-area here.
8272 (tooltip-gud-process-output, gdb-tooltip-print):
8273 Pass tooltip-gud-echo-area to tooltip-show.
8274 (tooltip-help-tips): Remove second optional arg to tooltip-show.
8275
8276 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8277
8278 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8279 `display-graphic-p' may not be bound yet.
8280
8281 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
8282
8283 * startup.el (command-line): No longer enable Xterm Mouse mode by
8284 default in terminals compatible with xterm.
8285
8286 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
8287
8288 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8289
8290 * tooltip.el (tooltip-gud-echo-area): Rename from
8291 tooltip-use-echo-area.
8292 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
8293 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
8294 area independently of where help tooltips are displayed.
8295
8296 2005-04-17 David Kastrup <dak@gnu.org>
8297
8298 * cus-theme.el (custom-theme-write-variables): Quote variables
8299 where necessary.
8300
8301 2005-04-17 Richard M. Stallman <rms@gnu.org>
8302
8303 * simple.el (yank-excluded-properties): Add follow-link to value.
8304
8305 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
8306
8307 * startup.el (fancy-splash-max-time): Just 30 seconds.
8308 (fancy-splash-delay): Just 7.
8309 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
8310
8311 * loadhist.el (unload-feature): Update for new format of load-history.
8312 Simplify the code.
8313
8314 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
8315 (rmail-font-lock-keywords): Don't fontify the text of a citation.
8316
8317 * mail/sendmail.el (mail-font-lock-keywords):
8318 Don't fontify subject text.
8319 Don't fontify the text of a citation.
8320
8321 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
8322
8323 * comint.el (comint-output-filter): Run comint-output-filter-functions
8324 with point where the user had it.
8325
8326 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * international/ucs-tables.el (ucs-set-table-for-input):
8329 Disable when using unify-on-decoding.
8330
8331 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
8332
8333 * emulation/cua-base.el (cua-global-mark-face): Add special case
8334 for displays supporting a high number of colors.
8335
8336 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8337
8338 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
8339
8340 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
8341
8342 * filesets.el (filesets-add-buffer): If user supplies a name of a
8343 non-existing fileset, create a new fileset.
8344
8345 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
8346
8347 * textmodes/org.el (org-up-heading-all): Fix bug with
8348 `outline-up-heading-all'.
8349
8350 2005-04-16 Andreas Schwab <schwab@suse.de>
8351
8352 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
8353 /etc/permissions.d/* and /etc/aliases.d/*.
8354
8355 2005-04-16 Kenichi Handa <handa@m17n.org>
8356
8357 * international/code-pages.el (cp-make-coding-system):
8358 Set `translation-table-for-input' property value to the symbol
8359 ucs-mule-to-mule-unicode, not to that value.
8360 (pt154): Escape guillemet by `\'.
8361
8362 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
8363
8364 * loadup.el: Load tooltip if x-show-tip is fboundp.
8365
8366 * startup.el (command-line): Add comment.
8367
8368 * tooltip.el (tooltip-mode): Specify correct standard value for
8369 Custom in init-value.
8370
8371 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
8372
8373 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
8374 possible.
8375
8376 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
8377
8378 * textmodes/org.el (org-agenda-date-prompt): Rename from
8379 `org-agenda-date-today'.
8380 (org-evaluate-time-range): Insert at point instead of directly
8381 after time range.
8382 (org-first-headline-recenter, org-subtree-end-visible-p)
8383 (org-optimize-window-after-visibility-change): New functions
8384 (org-agenda-post-command-hook): Don't allow point at end of line,
8385 to make sure it always hits the text properties.
8386 (org-agenda-next-date-line, org-agenda-previous-date-line):
8387 New commands.
8388 (org-set-regexps-and-options): Category may contain white space.
8389 (org-agenda-get-deadlines, org-agenda-get-scheduled):
8390 Improve marker positions.
8391 (org-agenda-new-marker): Argument POS made optional.
8392 (org-agenda-get-timestamps): Deadlines which are done are listed
8393 in org-done-face now.
8394 (org-agenda-get-todos, org-agenda-get-timestamps)
8395 (org-agenda-get-deadlines, org-agenda-get-scheduled):
8396 Set `undone-face' and `done-face' properties.
8397 (org-last-todo-state-is-todo): New variable.
8398 (org-todo): Set `org-last-todo-state-is-todo'.
8399 (org-agenda-todo): Change face according to
8400 `org-last-todo-state-is-todo'. And change other lines referring to
8401 the same entry.
8402 (org-calendar-goto-agenda): New command.
8403 (org-calendar-to-agenda-key): New option.
8404 (org-startup-folded): New allowed value `content'.
8405 (org-set-regexps-and-options): Accept new value `content' for
8406 `org-startup-folded'.
8407 (org-get-current-options): Handle new value `content' for
8408 `org-startup-folded'.
8409 (org-insert-todo-heading): New command.
8410 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
8411 interactively in empty file and option
8412 `org-insert-mode-line-in-empty-file' has been set.
8413 (org-agenda-todo,org-agenda-priority): Modify to use
8414 `org-agenda-change-all-lines'.
8415 (org-warning-face): Change color on dark background
8416
8417 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8418
8419 * international/mule-cmds.el (set-locale-environment): On Mac OS,
8420 use preferences AppleLocale and AppleLanguages, and variable
8421 mac-system-locale for default locale. On Mac OS Classic, use
8422 mac-system-coding-system for default coding systems.
8423
8424 * term/mac-win.el: Don't set file-name-coding-system.
8425 Decode variables system-name, emacs-build-system, user-login-name, and
8426 user-full-name by mac-system-coding-system on Mac OS Classic.
8427 (mac-system-coding-system): New variable.
8428
8429 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
8430
8431 * startup.el (command-line): Handle `xterm-mouse-mode' before
8432 reading init file.
8433
8434 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
8435
8436 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
8437
8438 * progmodes/sh-script.el (sh-here-document-word): Make it a
8439 defcustom. Doc fix.
8440 (sh-add): Bash uses $(( )) for arithmetic.
8441 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
8442 (sh-maybe-here-document): Remove quotes and leading whitespace
8443 from heredoc word when closing. Indent heredoc with tabs if word
8444 starts with "-".
8445
8446 2005-04-13 Richard M. Stallman <rms@gnu.org>
8447
8448 * simple.el (undo): Fix previous change.
8449
8450 * custom.el (defface): Doc fix.
8451
8452 2005-04-13 Lute Kamstra <lute@gnu.org>
8453
8454 * Makefile.in (DONTCOMPILE): Remove list.
8455 (compile, compile-always): Don't use DONTCOMPILE.
8456 (update-authors): Load the library in which batch-update-authors
8457 is defined.
8458 * makefile.w32-in (DONTCOMPILE): Remove list.
8459 (compile, compile-always): Fix comments.
8460 (update-authors): Load the library in which batch-update-authors
8461 is defined.
8462
8463 * generic-x.el (generic-mode-ini-file-find-file-hook):
8464 Rename to ini-generic-mode-find-file-hook.
8465 Keep generic-mode-ini-file-find-file-hook as an alias.
8466 (ini-generic-mode-find-file-hook): Rename from
8467 generic-mode-ini-file-find-file-hook. Fix docstring.
8468 (ini-generic-mode): Docstring change.
8469 (bat-generic-mode-run-as-comint): Silence the byte compiler.
8470
8471 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
8472 called from lisp.
8473
8474 * generic.el: Move to the emacs-lisp subdir.
8475
8476 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
8477
8478 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
8479 and C-S- function and cursor motion keys.
8480
8481 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
8482
8483 * startup.el (command-line): Enable Xterm Mouse mode by default.
8484 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
8485 for Custom. No longer show "Mouse" in mode line when enabled.
8486 Doc fix.
8487
8488 2005-04-12 Kim F. Storm <storm@cua.dk>
8489
8490 * emulation/cua-base.el (cua-rectangle-face)
8491 (cua-rectangle-noselect-face): Define face attributes here.
8492
8493 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
8494
8495 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8496
8497 * startup.el (command-line): Turn off blinking cursor if
8498 cursorBlink in resources is off or false.
8499
8500 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8501
8502 * term/mac-win.el (dnd): Require dnd.
8503 (mac-drag-n-drop): Call dnd-handle-one-url.
8504 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
8505 (kTextEncodingISOLatin2): Remove constants.
8506 (mac-script-code-coding-systems): New constant.
8507 (mac-handle-language-change): New function.
8508 (special-event-map): Bind it to `language-change' event.
8509 (mac-centraleurroman, mac-cyrillic): New coding systems.
8510 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
8511 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
8512 and mac-cyrillic-encoder to encode-mac-centraleurroman and
8513 encode-mac-cyrillic, respectively.
8514
8515 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
8516
8517 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
8518 Don't set overlay-arrow-string to "=>" as this is done
8519 globally in C now.
8520
8521 2005-04-12 Lute Kamstra <lute@gnu.org>
8522
8523 * generic-x.el (rc-generic-mode, rul-generic-mode):
8524 Fix auto-mode-alist entries.
8525 (etc-fstab-generic-mode): Tweak fontification.
8526
8527 * generic.el (generic-make-keywords-list): Fix docstring.
8528 (generic-mode-internal): Simplify generic-font-lock-keywords.
8529
8530 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
8531
8532 * whitespace.el (whitespace-buffer-leading)
8533 (whitespace-buffer-trailing): Revert the incorrect test inversion.
8534 However, fix the highlight area for the leading and
8535 trailing whitespaces to show space.
8536
8537 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
8538
8539 * whitespace.el (whitespace-version): Bump to 3.5
8540
8541 (whitespace-buffer-leading, whitespace-buffer-trailing):
8542 Invert sense of the test to highlight the whitespace.
8543
8544 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
8545
8546 * progmodes/gud.el (gud-display-line): GUD uses its own
8547 overlay arrow now so don't set overlay-arrow-string.
8548 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
8549
8550 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
8551
8552 * term.el (term-ansi-current-bold, term-ansi-current-underline)
8553 (term-ansi-current-reverse, term-ansi-current-invisible)
8554 (term-ansi-face-already-done): Change to boolean.
8555 (term-reset-terminal, term-handle-colors-array): Handle the above
8556 vars accordingly.
8557 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
8558 (term-emulate-terminal): Use the new name.
8559
8560 * faces.el (secondary-selection): Use yellow1, not yellow.
8561 (trailing-whitespace): Use red1, not red.
8562
8563 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8564
8565 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
8566 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
8567 (dired-dnd-handle-file): Call dnd-get-local-file-uri
8568
8569 * cus-edit.el (dnd): New group.
8570
8571 * term/w32-win.el (dnd): Require dnd
8572 (w32-drag-n-drop): Call dnd-handle-one-url.
8573
8574 * x-dnd.el: Require dnd.
8575 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
8576 Call dnd-handle-one-url.
8577 (x-dnd-types-alist, x-dnd-insert-utf8-text)
8578 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
8579 to dnd-insert-text.
8580 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
8581 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
8582 (x-dnd-get-local-file-name, x-dnd-open-local-file)
8583 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
8584
8585 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
8586
8587 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8588
8589 * wdired.el: Doc fixes.
8590 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
8591 (wdired-use-dired-vertical-movement): Rename from
8592 wdired-always-move-to-filename-beginning.
8593 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
8594 (wdired-change-to-wdired-mode): Change mode name.
8595 (wdired-newline): Delete.
8596
8597 2005-04-11 Richard M. Stallman <rms@gnu.org>
8598
8599 * whitespace.el (whitespace-highlight-the-space):
8600 Don't call whitespace-unhighlight-the-space here.
8601
8602 * simple.el (undo): Record t in undo-equiv-table
8603 for the redo record made by an undo-in-region.
8604
8605 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
8606
8607 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
8608 (gdb-frame-inferior-io-buffer): New Functions to control
8609 display of separate IO buffer.
8610 (menu): Add them to menu-bar.
8611 (gdb-display-buffer): Check for buffer another frame.
8612 Protect GUD buffer.
8613 (gdb-setup-windows): Create IO buffer if not already there.
8614 (gdb-memory-mode): Remove purecopy noops.
8615
8616 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8617
8618 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
8619 and pass to self-insert-command.
8620
8621 2005-04-11 Lute Kamstra <lute@gnu.org>
8622
8623 * generic.el: Commentary section cleanup.
8624 (generic): Delete.
8625 (generic-use-find-file-hook, generic-lines-to-scan)
8626 (generic-find-file-regexp, generic-ignore-files-regexp)
8627 (default-generic-mode, generic-mode-find-file-hook)
8628 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
8629 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
8630 (generic-use-find-file-hook, generic-lines-to-scan)
8631 (generic-find-file-regexp, generic-ignore-files-regexp)
8632 (default-generic-mode, generic-mode-find-file-hook)
8633 (generic-mode-ini-file-find-file-hook): Move from generic.el.
8634
8635 2005-04-10 Karl Fogel <kfogel@red-bean.com>
8636
8637 * bookmark.el (bookmark-write-file): Catch errors writing file.
8638 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
8639
8640 2005-04-10 Richard M. Stallman <rms@gnu.org>
8641
8642 * startup.el (fancy-splash-tail): Update copyright year.
8643 (command-line): Split part of -Q into -D.
8644 (emacs-basic-display): New defvar.
8645 (fancy-splash-text): Correct name of menu item.
8646
8647 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
8648
8649 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
8650 lines in one node.
8651
8652 * comint.el (comint-send-input): New arg ARTIFICIAL.
8653 Callers in this file changed.
8654
8655 * abbrev.el (define-abbrevs): Read system abbrevs properly.
8656
8657 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
8658
8659 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
8660
8661 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
8662 `ldap-search-internal'.
8663
8664 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * files.el (set-auto-mode-1): Use line-end-position.
8667
8668 * international/latin-1.el:
8669 * international/latin-2.el:
8670 * international/latin-3.el:
8671 * international/latin-4.el:
8672 * international/latin-5.el:
8673 * international/latin-8.el:
8674 * international/latin-9.el: Give punctuation syntax to NBSP.
8675
8676 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
8677 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
8678 Use char-classes to accept non-ascii letters, accepted in some recent
8679 bibtex implementations.
8680
8681 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
8682
8683 * custom.el (custom-set-minor-mode): Any non-nil value for the
8684 variable should enable the mode when set through Custom.
8685
8686 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
8689 TAB binding so tab-always-indent is obeyed.
8690 (vhdl-minibuffer-local-map): Move initialization into declaration.
8691 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
8692 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
8693 (vhdl-hooked-abbrev): Avoid test for XEmacs.
8694 (vhdl-current-line): Use line-beginning-position.
8695 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
8696 with-output-to-temp-buffer, so the current position can be recorded.
8697
8698 2005-04-10 Masatake YAMATO <jet@gyve.org>
8699
8700 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8701 Add regexp for gcov.
8702
8703 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8704
8705 * calendar/time-date.el (time-to-seconds, seconds-to-time)
8706 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
8707 syntax which Emacs 20 doesn't support.
8708
8709 2005-04-09 Richard M. Stallman <rms@gnu.org>
8710
8711 * help.el (describe-key-briefly, describe-key):
8712 Replace strings as event types with "(any string)".
8713
8714 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8715
8716 * arc-mode.el (archive-mode-map): Move initialization into
8717 the declaration. Override *all* bindings of `undo'.
8718 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
8719
8720 2005-04-09 Jay Belanger <belanger@truman.edu>
8721
8722 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
8723
8724 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
8725
8726 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
8727 (xterm-register-default-colors): Update color values computation
8728 to match xterm-200.
8729
8730 2005-04-09 Kenichi Handa <handa@m17n.org>
8731
8732 * international/code-pages.el (iso-latin-7): Fix the map.
8733
8734 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
8735
8736 * emacs-lisp/lisp.el (defun-prompt-regexp)
8737 (parens-require-spaces, buffer-end, end-of-defun)
8738 (insert-parentheses): Doc fixes.
8739
8740 2005-04-08 Kim F. Storm <storm@cua.dk>
8741
8742 * comint.el (comint-highlight-prompt): Fix face spec.
8743 * hi-lock.el (hi-green): Likewise.
8744
8745 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
8746
8747 * cus-edit.el (custom-modified-face):
8748 * comint.el (comint-highlight-input): Fix previous changes.
8749 * term.el (term-handle-ansi-escape): Add a comment.
8750
8751 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
8754 in the buffer and in whitespace-highlighted-space.
8755 (whitespace-unhighlight-the-space): Simplify.
8756 (whitespace-buffer): Simplify.
8757
8758 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
8759
8760 * textmodes/table.el (table-cell-face): Add special case for
8761 displays supporting a high number of colors.
8762 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8763 (vhdl-font-lock-reserved-words-face)
8764 (vhdl-speedbar-architecture-face)
8765 (vhdl-speedbar-instantiation-face)
8766 (vhdl-speedbar-architecture-selected-face)
8767 (vhdl-speedbar-instantiation-selected-face): Likewise.
8768 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
8769 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
8770 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8771 (ebrowse-root-class-face, ebrowse-member-attribute-face)
8772 (ebrowse-progress-face): Likewise.
8773 * progmodes/compile.el (compilation-info-face): Likewise.
8774 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
8775 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
8776 * calendar/calendar.el (diary-face): Likewise.
8777 * woman.el (woman-italic-face, woman-bold-face)
8778 (woman-unknown-face): Likewise.
8779 * wid-edit.el (widget-button-pressed-face): Likewise.
8780 * whitespace.el (whitespace-highlight-face): Likewise.
8781 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
8782 * pcvs-info.el (cvs-marked-face): Likewise.
8783 * info.el (info-xref): Likewise.
8784 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
8785 * hilit-chg.el (highlight-changes-face)
8786 (highlight-changes-delete-face): Likewise.
8787 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
8788 (hi-red-b): Likewise.
8789 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
8790 * font-lock.el (font-lock-keyword-face)
8791 (font-lock-function-name-face, font-lock-warning-face): Likewise.
8792 * cus-edit.el (custom-invalid-face, custom-modified-face)
8793 (custom-set-face, custom-changed-face, custom-variable-tag-face)
8794 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
8795 * comint.el (comint-highlight-prompt): Likewise.
8796
8797 2005-04-08 Lute Kamstra <lute@gnu.org>
8798
8799 * font-lock.el (font-lock-keywords): Docstring fixes.
8800
8801 2005-04-08 Kenichi Handa <handa@m17n.org>
8802
8803 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
8804 chars are more than a limit, print " and more..." at the tail.
8805
8806 2005-04-08 Kim F. Storm <storm@cua.dk>
8807
8808 * emacs-lisp/authors.el (authors-aliases): Update list.
8809 (authors-ignored-files): New list.
8810 (authors-fixed-entries): Fix typo.
8811 (authors-renamed-files-alist): Update list.
8812 (authors-add): Check authors-ignored-files.
8813
8814 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
8815
8816 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
8817 optional, to ensure backward compatibility.
8818
8819 2005-04-08 Stephen Eglen <stephen@gnu.org>
8820
8821 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
8822
8823 2005-04-08 Kim F. Storm <storm@cua.dk>
8824
8825 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
8826
8827 * mouse.el (mouse-on-link-p): Doc fix.
8828
8829 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
8830
8831 * ielm.el (ielm-prompt-read-only): Doc fix.
8832
8833 * comint.el (comint-prompt-read-only): Doc fix.
8834
8835 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
8836
8837 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
8838 ensure dired always handles wildcards passed to ffap.
8839 (find-file-at-point): Use it.
8840 (ffap-dired-wildcards): Doc fix.
8841
8842 2005-04-07 Juri Linkov <juri@jurta.org>
8843
8844 * simple.el (next-error-overlay-arrow-position): New defvar.
8845 Put "=>" on its property `overlay-arrow-string'. Add it to
8846 `overlay-arrow-variable-list'.
8847
8848 * progmodes/compile.el (compilation-setup):
8849 Set `next-error-overlay-arrow-position' to nil. Also set it to
8850 nil in the local hook `kill-buffer-hook'. Make local variable
8851 `overlay-arrow-string' and set it to "=>".
8852 (compilation-goto-locus): Set BOL position to
8853 `next-error-overlay-arrow-position' instead of
8854 `overlay-arrow-position'.
8855
8856 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
8857 locally instead of adding it to the global hook.
8858 (Info-kill-buffer): Move up.
8859
8860 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
8861
8862 * term/xterm.el (xterm-standard-colors): Update color values from
8863 xterm-200.
8864
8865 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
8868
8869 * fast-lock.el:
8870 * lazy-lock.el: Move them to the obsolete subdir.
8871
8872 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8873
8874 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
8875 (wdired-add-replace-advice): Remove.
8876 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
8877
8878 2005-04-06 Kim F. Storm <storm@cua.dk>
8879
8880 * startup.el (command-line): Add --bare-bones alias for -Q.
8881
8882 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8883
8884 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
8885 create the startup fontset if a font specification ends with
8886 `mac-roman'.
8887
8888 2005-04-06 Lute Kamstra <lute@gnu.org>
8889
8890 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
8891 change.
8892
8893 * emacs-lisp/copyright.el (copyright-update-year): Replace the
8894 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
8895
8896 2005-04-05 Lute Kamstra <lute@gnu.org>
8897
8898 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
8899 (define-generic-mode): Ditto. Fix debug declaration.
8900
8901 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8902 Put them in the generic-x group.
8903
8904 * calendar/timeclock.el (timeclock): Doc fix.
8905
8906 * generic.el (define-generic-mode): Don't use custom-current-group.
8907 Document default :group value.
8908 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
8909 (define-global-minor-mode): Don't use custom-current-group.
8910
8911 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
8912
8913 * startup.el (command-line-1): Display startup-echo-area-message
8914 when fancy splash screen is in use.
8915
8916 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
8917 (sh-escaped-newline): New face.
8918 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
8919 newline, and use sh-escaped-newline face.
8920
8921 * progmodes/tcl.el (tcl-escaped-newline): New face.
8922 (tcl-builtin-list): New variable.
8923 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
8924 newlines. Fix keywords subexpression number.
8925
8926 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
8927
8928 * textmodes/org.el (org-diary-default-entry): Fix call to
8929 `add-to-diary-entry'.
8930
8931 2005-04-05 Kim F. Storm <storm@cua.dk>
8932
8933 * ediff-init.el: Use (featurep 'xemacs).
8934
8935 2005-04-05 David Ponce <david@dponce.com>
8936
8937 * cus-edit.el (face): Derive from symbol widget. Display sample
8938 of the current face on the fly.
8939 (widget-face-sample-face-get, widget-face-notify): New functions.
8940 (widget-face-value-create): Remove.
8941
8942 * wid-edit.el (widget-field-end): Temporarily remove field
8943 narrowing before to call `get-char-property'.
8944
8945 2005-04-04 Jay Belanger <belanger@truman.edu>
8946
8947 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
8948 (math-read-subscripts): New variable.
8949 (math-read-preprocess-string): Process subscripts.
8950
8951 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
8952
8953 * comint.el (comint-prompt-read-only): Doc fix.
8954
8955 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
8956 `-1'. Doc fix.
8957
8958 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
8959
8960 * textmodes/org.el (org-insert-mode-line-in-empty-file):
8961 Change default value to nil.
8962
8963 2005-04-04 Lute Kamstra <lute@gnu.org>
8964
8965 * autorevert.el (auto-revert-mode): Specify :group.
8966 * battery.el (display-battery-mode): Specify :group.
8967 * diff-mode.el (diff-minor-mode): Specify :group.
8968 * font-core.el (font-lock-mode): Specify :group.
8969 * hl-line.el (hl-line-mode): Specify :group.
8970 * iimage.el (iimage): New customization group.
8971 (iimage-mode): Specify :group.
8972 * longlines.el (longlines-mode): Specify :group.
8973 * master.el: Don't require easy-mmode.
8974 (master): New customization group.
8975 (master-mode): Specify :group.
8976 * msb.el (msb-mode): Specify :group.
8977 * reveal.el (reveal-mode): Specify :group.
8978 * simple.el (next-error-follow-minor-mode): Specify :group.
8979 * smerge-mode.el (smerge-mode): Specify :group.
8980 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
8981 * emulation/cua-base.el (cua-mode): Specify :group.
8982 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
8983 * language/thai-util.el (thai-auto-composition-mode)
8984 (thai-word-mode): Specify :group.
8985 * mail/supercite.el (sc-minor-mode): Specify :group.
8986 * progmodes/cwarn.el (cwarn-mode): Specify :group.
8987 * progmodes/flymake.el (flymake-mode): Specify :group.
8988 * progmodes/glasses.el (glasses-mode): Specify :group.
8989 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
8990 * textmodes/enriched.el (enriched-mode): Specify :group.
8991 * textmodes/refill.el (refill-mode): Specify :group.
8992
8993 * add-log.el (change-log-font-lock-keywords): Names in
8994 parenthesized lists can contain spaces.
8995
8996 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
8997
8998 * startup.el (fancy-splash-text): Shorten default text of
8999 "Emacs Tutorial" line. Also, if the current language env
9000 indicates an available tutorial file other than TUTORIAL,
9001 extract its title and append it to the line in parentheses.
9002 (fancy-splash-insert): If arg is a thunk, funcall it.
9003
9004 2005-04-04 Jay Belanger <belanger@truman.edu>
9005
9006 * calc.el (calc-language-alist): Add tags to customization type.
9007
9008 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
9009
9010 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9011 Doc fix.
9012
9013 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
9014
9015 * add-log.el (change-log-font-lock-keywords): The manual
9016 describing a Change Log entry, says: (...) "Aside from these
9017 header lines, every line in the change log starts with a space or
9018 a tab.". The font-lock was not highlighting lines started with
9019 spaces, added support for it.
9020
9021 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9022
9023 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9024 (bibtex-generate-url-list): Update docstring accordingly. Put the
9025 complex example in the docstring.
9026 (bibtex-font-lock-url): Use pop.
9027
9028 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9029
9030 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9031
9032 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9033
9034 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9035
9036 * filesets.el (filesets-set-default): Doc fix.
9037
9038 2005-04-03 Lute Kamstra <lute@gnu.org>
9039
9040 * generic.el (define-generic-mode): Add argument to specify
9041 keywords for defcustom.
9042 (default-generic-mode): Specify :group.
9043
9044 * generic-x.el: Specify :group for all generic modes.
9045
9046 * desktop.el (desktop-no-desktop-file-hook)
9047 (desktop-after-read-hook): Doc fix.
9048
9049 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
9050
9051 * simple.el (visible-mode): Use explicit :group keyword.
9052 This changes the group of `visible-mode-hook' from paren-blinking
9053 to editing-basics.
9054
9055 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9056
9057 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
9058 mailbox specifications as well as URLs.
9059 (rmail-insert-inbox-text): Remove unused conditional branches.
9060
9061 2005-04-01 Jay Belanger <belanger@truman.edu>
9062
9063 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9064 (calc-gnuplot-print-command): Move definitions to calc.el.
9065
9066 * calc/calc-embed.el (calc-embedded-announce-formula)
9067 (calc-embedded-open-formula, calc-embedded-close-formula)
9068 (calc-embedded-open-word, calc-embedded-close-word)
9069 (calc-embedded-open-plain, calc-embedded-close-plain)
9070 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9071 (calc-embedded-open-mode, calc-embedded-close-mode):
9072 Move definitions to calc.el.
9073
9074 * calc/calc.el (calc-settings-file, calc-language-alist):
9075 Make customizable.
9076 (calc-embedded-announce-formula, calc-embedded-open-formula)
9077 (calc-embedded-close-formula, calc-embedded-open-word)
9078 (calc-embedded-close-word, calc-embedded-open-plain)
9079 (calc-embedded-close-plain, calc-embedded-open-new-formula)
9080 (calc-embedded-close-new-formula, calc-embedded-open-mode)
9081 (calc-embedded-close-mode, calc-gnuplot-name)
9082 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9083 from other files and make customizable.
9084
9085 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9086
9087 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9088 Use buffer-live-p.
9089 (cvs-mode-run): Don't call cvs-update-header here.
9090 (cvs-run-process): Call cvs-update-header.
9091 Use process properties for cvs-postprocess and cvs-buffer so that
9092 the sentinel can behave better if the temp buffer is killed.
9093 Use a pipe rather than a tty, to better handle unexpected prompts.
9094 (cvs-sentinel): Rewrite. Call cvs-update-header.
9095
9096 2005-04-01 Andre Spiegel <spiegel@gnu.org>
9097
9098 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9099 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
9100
9101 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * generic.el (define-generic-mode): Add indentation rule.
9104
9105 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
9106
9107 * files.el (mode-require-final-newline): Make Custom correctly
9108 report a nil value and allow to set it to nil via Custom.
9109 Doc fix.
9110
9111 2005-04-01 Kenichi Handa <handa@m17n.org>
9112
9113 * international/characters.el: Enable the correct case setting for
9114 dotless-i and dotted-I.
9115
9116 2005-04-01 Kim F. Storm <storm@cua.dk>
9117
9118 * ido.el (ido-file-internal): Fall back to non-ido command if
9119 initial directory is on slow ftp (or tramp) host.
9120
9121 2005-03-31 Richard M. Stallman <rms@gnu.org>
9122
9123 * emacs-lisp/autoload.el (make-autoload):
9124 Handle define-global-minor-mode.
9125
9126 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9127 Rename from easy-mmode-define-global-mode.
9128 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9129
9130 * progmodes/scheme.el (scheme-mode-syntax-table):
9131 Update syntax of | and # for two-character comment syntax.
9132
9133 2005-03-31 Lute Kamstra <lute@gnu.org>
9134
9135 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9136 (define-minor-mode): Call custom-current-group at load-time.
9137
9138 * generic.el (define-generic-mode): Add debug declaration.
9139 Add defcustom for the mode hook.
9140 (generic-mode-internal): Use run-mode-hooks.
9141
9142 2005-03-31 Kim F. Storm <storm@cua.dk>
9143
9144 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9145 (mouse-fixup-help-message): New defun called by show_help_echo
9146 to fixup mouse-2 prefix in help messages when applicable.
9147
9148 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9149
9150 2005-03-31 Kenichi Handa <handa@m17n.org>
9151
9152 * language/thai-word.el (thai-find-word-ends): Pay attention to
9153 the case that we reach the end of buffer.
9154
9155 * textmodes/fill.el (fill-text-properties-at): New function.
9156 (fill-newline): Use fill-text-properties-at instead of
9157 text-properties-at.
9158
9159 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9160
9161 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9162 not comint-quote-filename.
9163
9164 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
9165
9166 * help-fns.el (help-with-tutorial): Revert last change.
9167
9168 2005-03-31 Kim F. Storm <storm@cua.dk>
9169
9170 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9171
9172 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
9173
9174 * calendar/cal-china.el: Update reference to "Calendrical
9175 Calculations" book; there's a new edition.
9176 * calendar/cal-coptic.el: Likewise.
9177 * calendar/cal-french.el: Likewise.
9178 * calendar/cal-hebrew.el: Likewise.
9179 * calendar/cal-islam.el: Likewise.
9180 * calendar/cal-iso.el: Likewise.
9181 * calendar/cal-julian.el: Likewise.
9182 * calendar/cal-mayan.el: Likewise.
9183 * calendar/cal-persia.el: Likewise.
9184 * calendar/calendar.el: Likewise.
9185 * calendar/holidays.el: Likewise.
9186 * calendar/lunar.el: Likewise.
9187 * calendar/solar.el: Likewise.
9188
9189 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9190 white space from doc string.
9191
9192 2005-03-30 Jay Belanger <belanger@truman.edu>
9193
9194 * calc/calc-help.el (calc-full-help): Remove email address.
9195
9196 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
9197
9198 * help-fns.el (help-with-tutorial): Delete title line.
9199
9200 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9201
9202 * calendar/cal-x.el (calendar-one-frame-setup)
9203 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9204 rather than 'symbol for set-window-dedicated-p.
9205
9206 * calendar/appt.el (appt-buffer-name): Make it a constant.
9207 (appt-add): Doc fix.
9208
9209 * filesets.el (filesets-menu-path, filesets-menu-before)
9210 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
9211 (filesets-menu-cache-file): Use directory ~/.emacs.d.
9212 (filesets-add-submenu): Delete and use add-submenu instead.
9213
9214 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
9215
9216 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9217 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9218 (org-diary-default-entry): New function.
9219 (org-get-entries-from-diary): Better parsing of diary entries.
9220 (org-agenda-check-no-diary): New function.
9221 ("diary-lib"): Advice to function `add-to-diary-list', to allow
9222 linking to diary entries.
9223 (org-agenda-execute-calendar-command): New function.
9224 (org-agenda): Improve visible section in window.
9225 Use `org-fit-agenda-window'.
9226 (org-fit-agenda-window): New option.
9227 (org-move-subtree-down): Better handling of empty lines
9228 at end of subtree.
9229 (org-cycle): Numeric prefix is interpreted now as show-subtree N
9230 levels up.
9231 (org-fontify-done-headline): New option.
9232 (org-headline-done-face): New face.
9233 (org-set-font-lock-defaults): Use `org-headline-done-face'.
9234 (org-table-copy-down): Rename from `org-table-copy-from-above'.
9235 When current field is non-empty, it is copied to next row.
9236 (org-table-copy-from-above): Fix bug which made it
9237 impossible to copy fields containing only a single non-white character.
9238
9239 2005-03-30 Kim F. Storm <storm@cua.dk>
9240
9241 * kmacro.el (kmacro-end-macro): Isearch may store this command
9242 into the macro -- so ignore it when executing keyboard macro.
9243
9244 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9245
9246 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9247
9248 2005-03-29 Kenichi Handa <handa@m17n.org>
9249
9250 * language/thai.el ("Thai"): Set setup-function and exit-function
9251 for Thai language environment.
9252
9253 * language/thai-util.el: Require thai-word.
9254 (thai-word-mode-map): New variable.
9255 (thai-word-mode): New minor mode.
9256 (setup-thai-language-environment-internal): New function.
9257 (exit-thai-language-environment-internal): New function.
9258
9259 * language/thai-word.el (thai-word-table): Declare it by defvar,
9260 use dolist to initialize it.
9261 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9262 (thai-fill-find-break-point): New functions.
9263
9264 2005-03-29 Richard M. Stallman <rms@gnu.org>
9265
9266 * simple.el (idle-update-delay): Move definition up.
9267 (set-mark): Doc fix.
9268
9269 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
9270
9271 * longlines.el: New file.
9272
9273 * simple.el (buffer-substring-filters): New variable.
9274 (filter-buffer-substring): New function.
9275 (kill-region, copy-region-as-kill): Use it.
9276
9277 * register.el (copy-to-register, append-to-register)
9278 (prepend-to-register): Use filter-buffer-substring.
9279
9280 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
9281
9282 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9283 (gud-filter-pending-text): Move in front of gdb.
9284 (gud-overlay-arrow-position): New variable.
9285 (gud-sentinel, gud-display-line): Use it in place of
9286 overlay-arrow-position.
9287
9288 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9289
9290 * progmodes/fortran.el (fortran-if-indent): Doc fix.
9291 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
9292 (fortran-font-lock-keywords-4): New variable.
9293 (fortran-blocks-re, fortran-end-block-re)
9294 (fortran-start-block-re): New constants, for hideshow.
9295 (hs-special-modes-alist): Add a Fortran entry.
9296 (fortran-mode-map): Bind fortran-end-of-block,
9297 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
9298 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
9299 (fortran-looking-at-if-then, fortran-end-of-block)
9300 (fortran-beginning-of-block): New functions, for hideshow.
9301
9302 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9303 Doc fix. Tweak regexp.
9304 (f90-beginning-of-block): Push mark first.
9305
9306 2005-03-29 Jay Belanger <belanger@truman.edu>
9307
9308 * calc/calc.el: Update copyright date.
9309 (calc-version): Increase to 2.1.
9310 (calc-version-date): Remove.
9311
9312 * calc/calc-help.el: Update copyright date.
9313 (calc-full-help): Remove reference to calc-version-date.
9314 Update copyright date.
9315
9316 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * vc.el (vc-do-command): Use a pipe for async processes, so password
9319 prompts don't show up at places where the user can't reply.
9320
9321 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
9322
9323 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
9324 on the file name we pass to the inferior shell.
9325
9326 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9327
9328 * progmodes/which-func.el (which-function): Be robust in the face of an
9329 imenu--make-index-alist failure.
9330
9331 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
9334
9335 * progmodes/python.el (python-preoutput-filter): Fix last change.
9336
9337 2005-03-29 Lute Kamstra <lute@gnu.org>
9338
9339 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
9340 functions and compiled macros.
9341 (debug-convert-byte-code): Handle macros too.
9342 (debug-on-entry-1): Don't signal an error when trying to clear a
9343 function that is not set to debug on entry.
9344
9345 2005-03-29 Jay Belanger <belanger@truman.edu>
9346
9347 * calc/calc-lang.el: Add functions to math-function-table
9348 properties of tex and math.
9349
9350 2005-03-29 Kenichi Handa <handa@m17n.org>
9351
9352 * ps-mule.el (ps-mule-plot-string): Translate characters by
9353 ps-print-translation-table.
9354 (ps-mule-begin-job): Call find-charset-region/string with
9355 ps-print-translation-table.
9356 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
9357
9358 * ps-print.el (ps-print-translation-table): New variable.
9359 (ps-plot-region): Translate characters by ps-print-translation-table.
9360
9361 2005-03-29 Juri Linkov <juri@jurta.org>
9362
9363 * simple.el (next-error-highlight-timer): New variable.
9364
9365 * progmodes/compile.el (compilation-goto-locus):
9366 Use `next-error-highlight-timer' instead of `sit-for'.
9367
9368 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9369
9370 * mail/supercite.el (sc-mail-field): Use assoc-string.
9371 (sc-get-address): Simplify regexps.
9372
9373 * files.el (minibuffer-with-setup-hook): New macro.
9374 (find-file-read-args): Use it to avoid let-binding
9375 minibuffer-with-setup-hook (which breaks turning on/off
9376 file-name-shadow-mode while in the prompt).
9377
9378 * complete.el (PC-read-include-file-name-internal): Use
9379 test-completion.
9380
9381 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
9382
9383 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
9384
9385 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * window.el (window-buffer-height): Use count-screen-lines.
9388
9389 * progmodes/python.el (python-preoutput-leftover): New var.
9390 (python-preoutput-filter): Use it.
9391 (python-send-receive): Loop until all the result has been received.
9392
9393 2005-03-28 Juri Linkov <juri@jurta.org>
9394
9395 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
9396
9397 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
9398 "Recover Crashed Session".
9399 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
9400 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
9401 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
9402 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
9403 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
9404 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
9405 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
9406 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
9407
9408 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
9409 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
9410 Ediff Sessions", "Toggle use of separate control buffer frame",
9411 "Use separate frame for Ediff control buffer".
9412
9413 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
9414 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
9415 "Rename Bookmark", "Delete Bookmark".
9416
9417 * info.el (Info-mode-menu): Remove ellipsis from "Index".
9418 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
9419 Add `:active Info-index-alternatives' to "Next Matching Item".
9420
9421 * wdired.el (wdired-change-to-wdired-mode):
9422 Mention `wdired-abort-changes' key in the initial message.
9423
9424 * international/mule.el (auto-coding-alist): Associate non-ascii
9425 image filename extensions with `no-conversion'.
9426
9427 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * international/iso-acc.el:
9430 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
9431
9432 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
9433
9434 * textmodes/sgml-mode.el (html-mode): Doc update.
9435
9436 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
9437
9438 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
9439
9440 * term.el (term-move-columns): Fix face after extending a line.
9441 (term-insert-spaces): Likewise.
9442 (term-reset-terminal): Fix off by one error.
9443
9444 2005-03-26 Eli Zaretskii <eliz@gnu.org>
9445
9446 * international/mule.el (auto-coding-alist): Add .xpi files.
9447
9448 * files.el (auto-mode-alist): Add .xpi files.
9449
9450 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
9451
9452 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
9453
9454 2005-03-26 Eli Zaretskii <eliz@gnu.org>
9455
9456 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
9457
9458 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9459
9460 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
9461 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
9462
9463 * calendar/cal-move.el (calendar-beginning-of-year): Move the
9464 cursor to Jan 1 when needed.
9465 (calendar-end-of-year): Fix -/+ typo.
9466 Reported by Chong Yidong <cyd@stupidchicken.com>.
9467
9468 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
9471
9472 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
9473 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
9474
9475 2005-03-25 Richard M. Stallman <rms@gnu.org>
9476
9477 * filesets.el (filesets-init): Add autoload.
9478
9479 * mail/mailalias.el (mail-directory): Doc fix.
9480
9481 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9482
9483 * mail/mailalias.el (mail-directory-process): Do nothing if
9484 mail-directory-process is an atom.
9485 (mail-get-names): Ignore mail-directory-names if it is an atom.
9486 (mail-directory-process defvar): Doc fix.
9487 (mail-names): Doc fix.
9488
9489 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
9490
9491 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
9492
9493 2005-03-26 Kenichi Handa <handa@m17n.org>
9494
9495 * international/mule-util.el (detect-coding-with-priority):
9496 Call update-coding-systems-internal before detect-coding-region.
9497
9498 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
9499
9500 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9501 (gdb-frames-mode-map): Add follow-link property.
9502
9503 2005-03-25 Jay Belanger <belanger@truman.edu>
9504
9505 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
9506 for variables.
9507
9508 2005-03-25 Juri Linkov <juri@jurta.org>
9509
9510 * image-mode.el: Optimize image filename extension regexps in
9511 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
9512 in `auto-mode-alist'.
9513 (image-mode): Add `image-toggle-display-text' to local hook
9514 `change-major-mode-hook'. Display the image as an image by
9515 default. Set `cursor-type' and `truncate-lines' if the image
9516 is already displayed. Take into account the current mode (image
9517 or text) in message.
9518 (image-minor-mode): New minor mode.
9519 (image-mode-maybe, image-toggle-display-text): New functions.
9520 (image-toggle-display): Use called-interactively-p.
9521 Let-bind `inhibit-read-only' to t.
9522
9523 * image-mode.el (image-minor-mode): Set `cursor-type' and
9524 `truncate-lines' if the image is already displayed. Add turning
9525 image-minor-mode off to `change-major-mode-hook'. Add message.
9526 Call `image-toggle-display-text' after turning image-minor-mode off.
9527
9528 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9529
9530 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
9531 Terminal.app, use utf-8.
9532 (set-display-table-and-terminal-coding-system): Add coding-system arg.
9533 (set-locale-environment): Use it.
9534
9535 * term/xterm.el: Undo last change, better done in mule-cmds.el.
9536
9537 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
9538
9539 * progmodes/python.el (python-close-block-statement-p)
9540 (python-outdent-p, python-current-defun): Use symbol-end.
9541
9542 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9543
9544 * files.el (save-some-buffers): Doc fix.
9545
9546 2005-03-25 Werner Lemberg <wl@gnu.org>
9547
9548 * complete.el, thumbs.el: Replace `legal' with `valid'.
9549 * calendar/calendar.el: Replace `legal' with `valid'.
9550 * emacs-lisp/advice.el: Replace `legal' with `valid'.
9551 * mail/supercite.el: Replace `legal' with `valid'.
9552 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
9553 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
9554 Replace `legal' with `valid'.
9555 * textmodes/reftex-vars.el, textmodes/reftex.el:
9556 Replace `legal' with `valid'.
9557
9558 2005-03-25 Werner Lemberg <wl@gnu.org>
9559
9560 * calc/calc-forms.el, calc/calc-sel.el:
9561 * midnight.el, vc-cvs.el:
9562 * emacs-lisp/cl-macs.el:
9563 * emulation/vip.el:
9564 * eshell/esh-io.el, eshell/esh-var.el:
9565 * mail/supercite.el:
9566 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
9567 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
9568 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
9569 * progmodes/sh-script.el, progmodes/xscheme.el:
9570 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
9571 * textmodes/reftex-index.el, textmodes/reftex-parse.el
9572 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
9573 * textmodes/reftex.el, textmodes/org.el:
9574 Replace `illegal' with `invalid'.
9575
9576 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
9579 (flymake-find-buildfile, flymake-find-possible-master-files)
9580 (flymake-check-include, flymake-parse-line): Replace loops over the
9581 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
9582
9583 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
9584 Substitute file-name-as-directory in the rest of the file.
9585 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
9586 (flymake-replace-region): Remove unused arg `buffer'.
9587 (flymake-check-patch-master-file-buffer): Update calls to it.
9588 (flymake-add-err-info): Remove unused var `count'.
9589 (flymake-mode): Use define-minor-mode.
9590
9591 * progmodes/flymake.el: Use with-current-buffer.
9592 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
9593 flymake-replace-regexp-in-string, flymake-line-beginning-position)
9594 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
9595 Avoid testing for `xemacs'.
9596 (flymake-nop): Move.
9597 (flymake-region-has-flymake-overlays): Return the computed value.
9598 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
9599 Remove unused var `endline'.
9600 (flymake-get-line-count): Remove unused function.
9601 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
9602
9603 * emulation/vi.el:
9604 * generic.el:
9605 * hilit-chg.el (global-highlight-changes):
9606 * hi-lock.el (hi-lock-mode):
9607 * follow.el: find-file-hooks -> find-file-hook.
9608
9609 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
9610
9611 2005-03-24 Juri Linkov <juri@jurta.org>
9612
9613 * dired.el (dired-mode-map): Add menu item "Compare directories"
9614 for dired-compare-directories.
9615
9616 * dired-aux.el (dired-compare-directories): Add autoload cookie.
9617 Doc fix. Replace `read-file-name' with `read-directory-name'.
9618
9619 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
9622
9623 2005-03-24 Jay Belanger <belanger@truman.edu>
9624
9625 * calc/calc-embed.el (calc-embedded-mode-change): Save all
9626 relevant mode settings in calc-embedded-original-modes when modes
9627 are permanently changed.
9628
9629 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * autoinsert.el: find-file-hooks -> find-file-hook.
9632
9633 2005-03-24 Lute Kamstra <lute@gnu.org>
9634
9635 * generic.el (generic-font-lock-defaults): Make it obsolete.
9636 (generic-font-lock-keywords): New variable to replace
9637 generic-font-lock-defaults.
9638 (generic-mode-set-font-lock): Delete it.
9639 (generic-mode-internal): Don't call generic-mode-set-font-lock.
9640 (generic-bracket-support): Add docstring.
9641
9642 * generic-x.el: Rename generic-font-lock-defaults to
9643 generic-font-lock-keywords throughout.
9644 (mailagent-rules-setup-function): Delete it.
9645 (mailagent-rules-generic-mode): Use anonymous function instead.
9646 (show-tabs-generic-mode-font-lock-defaults-1)
9647 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
9648 Quote faces.
9649 (show-tabs-tab-face, show-tabs-space-face): Specify background,
9650 not foreground.
9651
9652 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9653 Recognize define-generic-mode.
9654
9655 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
9658 if there's no completion table.
9659
9660 2005-03-23 Miles Bader <miles@gnu.org>
9661
9662 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9663 Remove tty-specific variants, as they're no longer needed.
9664
9665 2005-03-23 Lute Kamstra <lute@gnu.org>
9666
9667 * generic-x.el: Code cleanup: make args constant whenever possible.
9668 (installshield-statement-keyword-list)
9669 (installshield-system-functions-list)
9670 (installshield-system-variables-list, installshield-types-list)
9671 (installshield-funarg-constants-list): Make them constants.
9672
9673 * generic.el (generic-make-keywords-list): Add autoload cookie.
9674
9675 * calendar/time-date.el: Add comment on time value formats.
9676 Don't require parse-time.
9677 (with-decoded-time-value): New macro.
9678 (encode-time-value): New function.
9679 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9680 (days-to-time): Return a valid time value when arg is huge.
9681 (time-since): Use time-subtract.
9682 (time-to-number-of-days): Use time-to-seconds.
9683
9684 2005-03-23 David Ponce <david@dponce.com>
9685
9686 * recentf.el: (recentf-keep): New option.
9687 (recentf-menu-action): Default to `find-file'.
9688 (recentf-keep-non-readable-files-flag)
9689 (recentf-keep-non-readable-files-p)
9690 (recentf-file-readable-p, recentf-find-file)
9691 (recentf-cleanup-remote): Remove.
9692 (recentf-include-p): More robust.
9693 (recentf-keep-p): New function.
9694 (recentf-remove-if-non-kept): Rename from
9695 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
9696 All callers updated.
9697 (recentf-menu-items-for-commands): Fix help string.
9698 (recentf-track-closed-file): Update. Doc fix.
9699 (recentf-cleanup): Update. Count removed files. Doc fix.
9700
9701 2005-03-23 Kim F. Storm <storm@cua.dk>
9702
9703 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9704 Don't inherit from fringe face (now happens automatically).
9705
9706 2005-03-22 Kim F. Storm <storm@cua.dk>
9707
9708 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
9709 position values.
9710
9711 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * menu-bar.el (showhide-date-time): Remove.
9714 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
9715 (menu-bar-make-mm-toggle): Simplify.
9716
9717 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9718
9719 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
9720 Accept qualified variable and function names.
9721
9722 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
9723
9724 * bindings.el (completion-ignored-extensions):
9725 Remove ".lis" for `vax-vms'.
9726
9727 2005-03-22 Andreas Schwab <schwab@suse.de>
9728
9729 * generic-x.el: Revert last change.
9730 * ldefs-boot.el: Update.
9731
9732 2005-03-22 Jay Belanger <belanger@truman.edu>
9733
9734 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
9735 (calc-embedded-save-original-modes)
9736 (calc-embedded-restore-original-modes): New functions.
9737 (calc-do-embedded): Save original modes when entering embedded mode
9738 and restore when leaving embedded mode.
9739 (calc-embedded-modes-change): Change the value of
9740 calc-embedded-original-modes to reflect permanent changes.
9741
9742 2005-03-22 Lute Kamstra <lute@gnu.org>
9743
9744 * generic-x.el: Require generic again.
9745
9746 2005-03-22 Miles Bader <miles@gnu.org>
9747
9748 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9749 Tweak details to look good on both ttys and bitmap displays, light
9750 or dark background, etc.
9751
9752 2005-03-21 Kim F. Storm <storm@cua.dk>
9753
9754 * tooltip.el (tooltip-show-help-function): Check car and cdr of
9755 mouse position.
9756
9757 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9758
9759 * icomplete.el: Don't forcibly turn on the mode upon load.
9760 (icomplete-mode): Use define-minor-mode.
9761 (icomplete-eoinput): Default to nil.
9762 (icomplete-minibuffer-setup): Remove autoload.
9763 (icomplete-tidy): Simplify.
9764 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
9765 in the initial state or if the user has modified the field.
9766 Fix handling of icomplete-max-delay-chars.
9767 Remove code that handles the oddball case where
9768 minibuffer-completion-table is an integer.
9769 Wrap icomplete-completions in while-no-input in case building
9770 completions takes more time than expected.
9771 (icomplete-completions): Simplify.
9772
9773 2005-03-21 Richard M. Stallman <rms@gnu.org>
9774
9775 * jka-compr.el (jka-compr-really-do-compress):
9776 Make variable buffer-local.
9777
9778 * image-mode.el: Handle .xpm files too.
9779 (image-toggle-display): Preserve modification flag.
9780
9781 * help.el (where-is): Don't mention aliases with no key bindings.
9782
9783 2005-03-21 Lute Kamstra <lute@gnu.org>
9784
9785 * generic.el: Fix commentary section. Don't require cl for
9786 compilation.
9787 (generic-mode-list): Add autoload cookie.
9788 (generic-use-find-file-hook, generic-lines-to-scan)
9789 (generic-find-file-regexp, generic-ignore-files-regexp)
9790 (generic-mode, generic-mode-find-file-hook)
9791 (generic-mode-ini-file-find-file-hook): Fix docstrings.
9792 (define-generic-mode): Make it a defmacro. Fix docstring.
9793 (generic-mode-internal): Code cleanup. Add autoload cookie.
9794 (generic-mode-set-comments): Code cleanup.
9795 * generic-x.el: Don't prevent compilation. Don't require generic.
9796 Follow coding conventions. Minor code cleanup.
9797 (etc-fstab-generic-mode): Add some keywords.
9798 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
9799 define-generic-mode like a function declaration.
9800
9801 2005-03-21 Jay Belanger <belanger@truman.edu>
9802
9803 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
9804 changing modes.
9805
9806 2005-03-21 Sam Steingold <sds@gnu.org>
9807
9808 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
9809
9810 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
9811
9812 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
9813 Add underscore to "f$ lexicals" regexp.
9814
9815 2005-03-20 Juri Linkov <juri@jurta.org>
9816
9817 * subr.el (progress-reporter-do-update): When `min-value' is equal
9818 to `max-value', set `percentage' to 0 and prevent division by zero.
9819
9820 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
9821
9822 Sync with Tramp 2.0.48.
9823
9824 * tramp.el (all): Change all addresses to .gnu.org.
9825 (tramp-append-tramp-buffers): New defun.
9826 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
9827 Catch `dont-send' signal.
9828 (tramp-set-auto-save-file-modes): Set always permissions, because
9829 there might be an old auto-saved file belonging to another
9830 original file. This could be a security threat. Reported by
9831 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
9832 Check for Emacs 21.3.50 removed.
9833
9834 * tramp-smb.el (all): Remove debug construct for
9835 `with-parsed-tramp-file-name'.
9836 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
9837 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
9838 No error message if DIRECTORY or FILENAME doesn't exist.
9839 (tramp-smb-open-connection): Check existence of
9840 `tramp-smb-program'.
9841
9842 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
9845 Properly handle the case where the `m' or `s' command's argument is not
9846 yet terminated.
9847 (perl-indent-new-calculate): New function.
9848 (perl-indent-line): Use it.
9849
9850 2005-03-20 Miles Bader <miles@gnu.org>
9851
9852 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
9853 in text-mode too. Change to new face names.
9854 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
9855 Add `:weight bold' attribute.
9856 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
9857
9858 2005-03-19 Juri Linkov <juri@jurta.org>
9859
9860 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
9861
9862 * international/mule.el (auto-coding-alist): Sync with
9863 `auto-mode-alist' by adding upper case archive file extensions
9864 and adding ear/war to jar extension.
9865
9866 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
9867
9868 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
9869 running, restart it.
9870
9871 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
9872
9873 * finder.el (finder-current-item): Throw an error on an empty line.
9874
9875 * man.el (Man-follow-manual-reference): If current-word returns
9876 nil, use "".
9877
9878 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
9879
9880 * simple.el (goto-line): Doc fix.
9881
9882 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
9883
9884 * files.el (save-buffer): Doc fix.
9885
9886 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
9887
9888 * recentf.el (recentf-cleanup-remote): New variable.
9889 (recentf-cleanup): Use it to conditionally check availability of
9890 remote files.
9891
9892 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
9893
9894 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
9895 function names.
9896
9897 2005-03-19 Eli Zaretskii <eliz@gnu.org>
9898
9899 * language/thai-word.el: New file.
9900
9901 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9902
9903 * files.el (backup-buffer): If the file's directory is not
9904 writable, use copy instead of move to backup the file.
9905
9906 2005-03-19 Eli Zaretskii <eliz@gnu.org>
9907
9908 * obsolete/keyswap.el: Moved to obsolete/ from term/.
9909
9910 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9911
9912 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
9913 Use functionp instead of symbolp and fboundp. Reported by Drkm
9914 <darkman_spam@yahoo.fr>.
9915 (ps-print-version): New version 6.6.6.
9916
9917 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
9918
9919 * textmodes/table.el (table--line-column-position): New idiom.
9920 (table--row-column-insertion-point-p): New function to test
9921 validity of row and column insertion operation at a location.
9922 (table-global-menu, table-cell-menu): Use above functions for
9923 deterministic test operation.
9924 (table--editable-cell-p): Behave in deterministic fashion.
9925
9926 2005-03-18 Juri Linkov <juri@jurta.org>
9927
9928 * isearch.el (isearch-lazy-highlight-new-loop):
9929 Make arguments beg and end optional.
9930 (isearch-update): Remove optional arguments nil from
9931 isearch-lazy-highlight-new-loop.
9932 (isearch-lazy-highlight-search): Let-bind case-fold-search to
9933 isearch-lazy-highlight-case-fold-search instead of
9934 isearch-case-fold-search, and let-bind isearch-regexp to
9935 isearch-lazy-highlight-regexp.
9936 Use isearch-lazy-highlight-last-string instead of isearch-string.
9937
9938 * replace.el (perform-replace): Remove bindings of global
9939 variables isearch-string, isearch-regexp, isearch-case-fold-search.
9940 Add three new arguments to `replace-highlight'.
9941 (replace-highlight): Add arguments string, regexp, case-fold.
9942 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
9943 to allow isearch-lazy-highlight-new-loop to use these values
9944 to set corresponding isearch-lazy-highlight-* internal
9945 variables whose values lazy highlighting will use regardless of
9946 changes to global variables isearch-string, isearch-regexp,
9947 isearch-case-fold-search during lazy highlighting loop.
9948 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
9949 to `lazy-highlight-cleanup'.
9950
9951 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
9952 (ispell-highlight-face): Set default face to `isearch' when
9953 lazy highlighting is enabled.
9954 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
9955 priority to 1. Add lazy highlighting.
9956 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
9957 from `isearch-dehighlight'.
9958
9959 2005-03-18 David Ponce <david@dponce.com>
9960
9961 * files.el (hack-local-variables): Do a case-insensitive search
9962 for End.
9963
9964 2005-03-18 Juri Linkov <juri@jurta.org>
9965
9966 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
9967 `isearch-lazy-highlight-cleanup', add alias to old name and
9968 declare obsolete. Add release numbers to other obsolete vars.
9969 (isearch-done, isearch-lazy-highlight-new-loop):
9970 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
9971 (lazy-highlight-cleanup) <variable>: Doc fix.
9972 (isearch-lazy-highlight-update): Rename obsolete
9973 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
9974
9975 2005-03-18 Kenichi Handa <handa@m17n.org>
9976
9977 * language/thai-util.el: Fix categorization of Thai characters in
9978 thai-category-table.
9979 (thai-composition-pattern): Adjust it for the above change.
9980 (thai-self-insert-command, thai-compose-syllable): New functions.
9981 (thai-compose-region): Use thai-compose-syllable.
9982 (thai-compose-string): Likewise.
9983 (thai-composition-function): Likewise.
9984 (thai-auto-composition): New function.
9985 (thai-auto-composition-mode): New minor mode.
9986
9987 * language/thai.el: Fix patterns to be registered in
9988 composition-function-table.
9989
9990 * international/quail.el (quail-input-method): Locally bind
9991 inhibit-modification-hooks to t.
9992
9993 2005-03-17 Richard M. Stallman <rms@gnu.org>
9994
9995 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
9996 (perl-mode): Use run-mode-hooks.
9997
9998 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
9999 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10000 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10001
10002 * mail/sendmail.el (sendmail-send-it): Reenable the code
10003 to compute resend-to-address and use it.
10004
10005 * tar-mode.el (tar-mode): Turn off undo unconditionally.
10006
10007 * image-mode.el: New file.
10008
10009 * image.el (insert-sliced-image): Add autoload cookie.
10010
10011 * font-lock.el (font-lock-lines-before): New user option.
10012 (font-lock-after-change-function): Obey it.
10013
10014 * bindings.el (esc-map): Make M-g a prefix.
10015 Bind M-g g and M-g M-g to goto-line.
10016
10017 * faces.el (face-id): Doc fix.
10018
10019 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10020
10021 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10022 (rmail-show-message): Use rmail-unknown-mail-followup-to.
10023 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10024
10025 * mail/sendmail.el (mail-yank-ignored-headers)
10026 (mail-font-lock-keywords, mail-mode-fill-paragraph):
10027 Add Mail-Followup-To and Mail-Reply-To headers.
10028 (mail-citation-hook): Add autoload cookie.
10029 (mail-mode): Doc fix.
10030 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10031 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10032 (mail-mode-fill-paragraph): Handle those headers.
10033 (mail-mailing-lists): New variable.
10034 (mail-mail-reply-to, mail-mail-followup-to): New functions.
10035
10036 2005-03-17 Juri Linkov <juri@jurta.org>
10037
10038 * isearch.el (isearch-fallback): Check for `(car previous)'
10039 before calling `isearch-other-end-state'.
10040
10041 2005-03-17 Kim F. Storm <storm@cua.dk>
10042
10043 * simple.el (move-beginning-of-line): Move to beginning of buffer
10044 line, as well as beginning of screen line.
10045
10046 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
10047
10048 * calendar/diary-lib.el (mark-diary-entries): Use new optional
10049 argument REDRAW rather than calendar-redrawing variable.
10050 * calendar/calendar.el (calendar-redrawing): Delete.
10051 (redraw-calendar): Do not bind calendar-redrawing.
10052
10053 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
10054
10055 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10056 diary-file buffer.
10057
10058 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * help.el (describe-mode): Allow a :minor-mode-function property to
10061 specify a different minor mode toggle function than the variable.
10062 * simple.el (auto-fill-function):
10063 * subr.el (add-minor-mode): Use it.
10064
10065 2005-03-16 Kenichi Handa <handa@m17n.org>
10066
10067 * language/ethio-util.el (sera-being-called-by-w3): New variable.
10068 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10069 (ethio-fidel-to-sera-buffer): Likewise.
10070
10071 2005-03-16 Juri Linkov <juri@jurta.org>
10072
10073 * emacs-lisp/find-func.el (find-function-regexp):
10074 Add defun-emitting macro `menu-bar-make-toggle'.
10075
10076 * isearch.el: Put `isearch-scroll' property to
10077 `split-window-horizontally'.
10078
10079 * info.el: Update error messages for `debug-ignored-errors'.
10080 (Info-isearch-search): Doc fix.
10081 (Info-find-node): Move up code to go into info buffer before
10082 recording the node to the history.
10083 (Info-fontify-node): Fontify titles only if the next line
10084 has two or more `*', `=', `-', `.'.
10085 Display "go to this node" for empty (match-string 3).
10086
10087 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10088
10089 * term/mac-win.el: Add mouse pointer shape constants.
10090
10091 2005-03-15 Kim F. Storm <storm@cua.dk>
10092
10093 * simple.el (move-beginning-of-line): Use vertical-motion.
10094
10095 2005-03-15 Juri Linkov <juri@jurta.org>
10096
10097 * isearch.el (isearch-error): New variable.
10098 (isearch-invalid-regexp, isearch-within-brackets): Remove.
10099 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10100 (isearch-within-brackets-state): Remove.
10101 (isearch-case-fold-search-state, isearch-pop-fun-state):
10102 Decrease frame index.
10103 (isearch-mode, isearch-top-state, isearch-push-state)
10104 (isearch-edit-string, isearch-abort, isearch-search-and-update)
10105 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10106 (isearch-search, isearch-lazy-highlight-new-loop):
10107 Replace `isearch-invalid-regexp' with `isearch-error'.
10108 Remove `isearch-within-brackets'.
10109 (isearch-search): Add `search-failed' handler to `condition-case'.
10110 (isearch-lazy-highlight-search): Add `condition-case' to catch
10111 errors and allow `isearch-lazy-highlight-update' to try
10112 highlighting from the beginning of the window.
10113 (isearch-repeat): Move up code to set isearch-wrapped to t
10114 before calling isearch-wrap-function.
10115
10116 * info.el (Info-isearch-initial-node): New internal variable.
10117 (Info-search): Signal an error in isearch mode when search leaves
10118 the initial node. Signal an error when `bound' is non-nil and
10119 nothing was found in the current subfile.
10120 (Info-isearch-search): Remove `condition-case'.
10121 (Info-isearch-wrap): Don't wrap when search failed during leaving
10122 the initial node. If `Info-isearch-search' is nil, wrap around
10123 the current node.
10124 (Info-isearch-start): New fun.
10125 (Info-mode): Add buffer-local hook `Info-isearch-start' to
10126 `isearch-mode-hook'.
10127
10128 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10129
10130 * simple.el (normal-erase-is-backspace): Set default to t if
10131 running on Mac.
10132
10133 * term/mac-win.el (function-key-map): Sync with x-win.el.
10134
10135 2005-03-15 Kenichi Handa <handa@m17n.org>
10136
10137 * international/mule-cmds.el (locale-language-names): Modify the
10138 format of elements and add more entries.
10139 (locale-preferred-coding-systems): Add more entries.
10140 (set-locale-environment): Adjust for the change of
10141 locale-language-names.
10142
10143 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 * pcvs.el (smerge-ediff): Remove bogus autoload.
10146
10147 2005-03-14 Lute Kamstra <lute@gnu.org>
10148
10149 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10150 Ignore a `*' at the beginning of a line.
10151
10152 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10153 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10154 subr.el.
10155 (dont-compile, eval-when-compile, eval-and-compile): Use declare
10156 to specify indentation.
10157
10158 * generic.el (define-generic-mode): Let generic-mode-list be a
10159 list of strings; test membership with equal.
10160
10161 2005-03-14 Kim F. Storm <storm@cua.dk>
10162
10163 * simple.el (next-line, previous-line): Add optional try-vscroll
10164 arg to recognize interactive use. Pass it on to line-move.
10165 (line-move): Don't perform auto-window-vscroll when defining or
10166 executing keyboard macro to ensure consistent behavior.
10167
10168 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10169
10170 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10171
10172 2005-03-13 Lute Kamstra <lute@gnu.org>
10173
10174 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10175 debugger-setup-buffer so that backtrace marks the frames set to
10176 debug-on-exit and we don't have to do it manually. Set an extra
10177 debug-on-exit for macro's.
10178 (debugger-setup-buffer): Don't mark the top frame manually.
10179
10180 2005-03-12 Lute Kamstra <lute@gnu.org>
10181
10182 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10183 lisp-indent-function throughout.
10184 (with-no-warnings): Set lisp-indent-function property.
10185
10186 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
10187
10188 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10189 Add entry for backslash.
10190
10191 2005-03-12 Juri Linkov <juri@jurta.org>
10192
10193 * info.el (Info-search): Four fixes for backward search.
10194
10195 2005-03-11 Jay Belanger <belanger@truman.edu>
10196
10197 * calc/calc.el (calc-language-alist): New variable.
10198 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10199 (calc-embedded-find-modes): Use calc-language-alist instead of
10200 calc-embedded-language-alist.
10201
10202 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10203
10204 * calendar/calendar.el (calendar-redrawing): New internal
10205 variable.
10206 (redraw-calendar): Remove bogus save-excursion from previous
10207 change. Bind calendar-redrawing to t for mark-diary-entries.
10208 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10209 calendar if that is why we were called.
10210
10211 2005-03-11 Kenichi Handa <handa@m17n.org>
10212
10213 * international/mule.el (make-coding-system): Set property
10214 coding-system-define-form to nil.
10215 (define-coding-system-alias): Likewise.
10216
10217 2005-03-11 Kenichi Handa <handa@m17n.org>
10218
10219 These changes are suggested by Dave Love <fx@gnu.org>.
10220
10221 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10222 coding: tag.
10223 (adaptive-fill-regexp): Add more bullets.
10224 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10225 regexps.
10226
10227 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10228
10229 * help.el (describe-mode): Properly handle non-trivial lighters.
10230 Don't ignore minor modes that are not listed in minor-mode-list.
10231
10232 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10233 feature ON when the user requests to turn it OFF.
10234
10235 2005-03-10 Lute Kamstra <lute@gnu.org>
10236
10237 * emacs-lisp/debug.el (debug-entry-code): Delete it.
10238 (implement-debug-on-entry): New function to replace debug-entry-code.
10239 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
10240 second argument as the 2005-03-07 change makes it obsolete.
10241 (debug-on-entry, cancel-debug-on-entry): Update call to
10242 debug-on-entry-1.
10243 (debug, debugger-setup-buffer): Comment update.
10244 (debugger-frame-number): Update to work with implement-debug-on-entry.
10245
10246 2005-03-10 Jay Belanger <belanger@truman.edu>
10247
10248 * calc/calc-embed.el (math-ms-args): Declare it.
10249 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10250 math-ms-args.
10251 (calc-embedded-subst): Use math-multi-subst-rec to substitute
10252 variables.
10253
10254 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
10255
10256 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10257 Use message-box.
10258
10259 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10260 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10261 (tooltip-gud-tips): Simplify.
10262 (tooltip-gud-tips-p): Remove superfluous :set.
10263 (tooltip-gud-modes): Add fortran-mode.
10264 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10265
10266 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10267
10268 2005-03-09 Kim F. Storm <storm@cua.dk>
10269
10270 * play/animate.el (animate-place-char): Use forward-line instead
10271 of next-line to improve performance.
10272
10273 2005-03-09 Simon Josefsson <jas@extundo.com>
10274
10275 * net/browse-url.el (browse-url-default-browser): Doc fix.
10276
10277 2005-03-09 Miles Bader <miles@gnu.org>
10278
10279 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10280 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10281
10282 2005-03-09 Kenichi Handa <handa@m17n.org>
10283
10284 * international/latin-1.el: Set case and syntax for 255 only if
10285 set-case-syntax-set-multibyte is nil.
10286
10287 * textmodes/ispell.el (ispell-insert-word): New function.
10288 (ispell-word): Use ispell-insert-word to insert a new word.
10289 (ispell-process-line): Likewise.
10290 (ispell-complete-word): Likewise.
10291
10292 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10293
10294 * calendar/calendar.el (redraw-calendar): Preserve point.
10295 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10296 (calendar-week-start-day): Move after definition of
10297 redraw-calendar. Delete buffer test, since redraw-calendar has
10298 that now.
10299
10300 * calendar/diary-lib.el (mark-diary-entries): Only call
10301 redraw-calendar in the first of any recursive calls.
10302 Reported by Alan Shutko <ats@acm.org>.
10303
10304 2005-03-08 Juri Linkov <juri@jurta.org>
10305
10306 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
10307 (html-horizontal-rule, html-line, html-image, html-checkboxes)
10308 (html-radio-buttons): Add a space before the trailing `/>' where
10309 sgml-xml-mode is non-nil.
10310 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
10311 the subsequent tag of the empty XML tag.
10312 (html-href-anchor): Don't set initial input to "http:".
10313 (html-image): Ask for the image URL and set point inside alt="".
10314 (html-name-anchor): Duplicate the name in the `id' attribute when
10315 sgml-xml-mode is non-nil.
10316 (html-paragraph): Remove \n before <p>.
10317 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
10318 instead of `checked' when sgml-xml-mode is non-nil.
10319
10320 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
10321 Remove 1 space before #RRGGBB to not truncate it on terminal
10322 windows w/o fringes. Remove 1 space between bg and fg examples
10323 to get more space.
10324 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
10325 avoid byte-compile warnings.
10326
10327 * image-file.el (image-file-handler): Put `safe-magic' property to
10328 `image-file-handler'.
10329
10330 * info.el (Info-isearch-search): Emulate word search in
10331 isearching through multiple Info nodes with Info-search.
10332 (Info-isearch-wrap): Allow isearch-word.
10333
10334 2005-03-08 Lute Kamstra <lute@gnu.org>
10335
10336 * emacs-lisp/debug.el (debugger-step-through): Make sure that
10337 stepping into the debugger's code is not possible.
10338 (debugger-jumping-flag): Docstring update.
10339
10340 2005-03-08 Jay Belanger <belanger@truman.edu>
10341
10342 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
10343 embedded mode begins.
10344 (calc-embedded-language-alist): New variable.
10345 (calc-embedded-find-modes): Use calc-embedded-language-alist to
10346 set default language mode.
10347
10348 2005-03-08 Kenichi Handa <handa@m17n.org>
10349
10350 * international/ccl.el (define-ccl-program): Fix docstring about
10351 extra 256 bytes assured for the output buffer.
10352
10353 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10354 Fix BUFFER_MAGNIFICATION to 2.
10355 (ccl-encode-mule-utf-16be-with-signature): Likewise.
10356
10357 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
10358
10359 * align.el (align-rules-list): Added an alignment rule for CSS
10360 declarations (applies to css-mode and html-mode buffers).
10361
10362 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
10365
10366 2005-03-07 Kim F. Storm <storm@cua.dk>
10367
10368 * simple.el (move-beginning-of-line): New command.
10369
10370 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
10371
10372 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
10373
10374 * emulation/cua-base.el: Put CUA move property on move-end-of-line
10375 and move-beginning-of-line.
10376
10377 * apropos.el (apropos-print): Omit command from M-x ... RET.
10378
10379 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
10380
10381 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
10382 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
10383
10384 2005-03-06 Richard M. Stallman <rms@gnu.org>
10385
10386 * bindings.el (esc-map): Bind M-g to goto-line.
10387
10388 * facemenu.el (global-map): Bind M-o, not M-g.
10389
10390 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10391
10392 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
10393 "Open Directory" as for "Open File".
10394
10395 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
10396
10397 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
10398 (push-mark-command): Run activate-mark-hook.
10399
10400 2005-03-06 Richard M. Stallman <rms@gnu.org>
10401
10402 * help-mode.el (help-mode-finish): Don't alter the element
10403 in view-return-to-alist if there already is one.
10404
10405 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
10406 make sure the current buffer is the expected one.
10407
10408 * novice.el (disabled-command-function): Output in *Disabled Command*.
10409 Explicitly ignore non-keyboard events, and explicitly handle C-g.
10410
10411 * textmodes/flyspell.el (flyspell-large-region):
10412 Pass args differently for aspell.
10413
10414 * files.el (mode-require-final-newline): Doc fix.
10415
10416 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10417
10418 * progmodes/which-func.el (which-function):
10419 Specify NOERROR when calling imenu--make-index-alist.
10420
10421 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * simple.el (normal-erase-is-backspace): Define default value.
10424
10425 * custom.el (custom-theme-set-variables): Remove unused var
10426 `immediate'.
10427 (custom-reevaluate-setting): Simple function to handle variables
10428 that are defined before their default value can really be
10429 computed.
10430
10431 * startup.el (command-line): Use it for temporary-file-directory,
10432 small-emporary-file-directory, auto-save-file-name-transforms,
10433 blink-cursor-mode, and normal-erase-is-backspace.
10434
10435 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
10436 progress, even with buggy anchored keywords.
10437
10438 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
10439
10440 * simple.el (goto-line): Remove unbalanced final parenthesis.
10441
10442 2005-03-05 Richard M. Stallman <rms@gnu.org>
10443
10444 * simple.el (goto-line): Use a number at point as the default.
10445 With C-u as arg, switch buffers.
10446
10447 2005-03-05 Juri Linkov <juri@jurta.org>
10448
10449 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
10450 with `no-blinking-cursor'.
10451
10452 * startup.el (no-blinking-cursor): New defvar.
10453 (command-line): Add `--no-blinking-cursor' to longopts.
10454 Set `no-blinking-cursor' to t for command line arguments
10455 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
10456 with `no-blinking-cursor' in the condition for calling
10457 `blink-cursor-mode'.
10458
10459 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
10460
10461 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
10462 (menu-bar-options-save): Add blink-cursor-mode.
10463 (menu-bar-options-menu): Add blink-cursor-mode.
10464
10465 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
10466
10467 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
10468 (icalendar-export-file, icalendar-export-region)
10469 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
10470 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
10471
10472 2005-03-04 Lute Kamstra <lute@gnu.org>
10473
10474 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
10475 (debug-function-list): Ditto.
10476
10477 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
10478
10479 * textmodes/texinfmt.el (texinfo-append-refill):
10480 Redefine the types of line to which @refill
10481 is not appended by replacing a search for `@refill\\|@bye' with
10482 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
10483 itemize@refill' bug and the unfilled long lines bug.
10484 (texinfmt-version): Update number and date.
10485
10486 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
10487
10488 * international/code-pages.el (windows-1250, windows-125[2-8])
10489 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
10490
10491 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
10494 bound yet.
10495
10496 2005-03-02 Romain Francoise <romain@orebokech.com>
10497
10498 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
10499 buffer after removing limits.
10500 (ibuffer-pop-filter): Ditto.
10501 Update copyright.
10502
10503 2005-03-02 Miles Bader <miles@gnu.org>
10504
10505 * button.el (make-text-button): If the user doesn't specify a
10506 type, use the default. Rewrite to use `add-text-properties' and
10507 plist functions.
10508
10509 2005-03-01 Lute Kamstra <lute@gnu.org>
10510
10511 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
10512 (debugger-jumping-flag): New var.
10513 (debug-entry-code): Use it.
10514 (debugger-jump): Use debugger-jumping-flag and add
10515 debugger-reenable to post-command-hook.
10516 (debugger-reenable): Use debugger-jumping-flag and remove itself
10517 from post-command-hook.
10518 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
10519 debugger-reenable.
10520
10521 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
10522
10523 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
10524 inclusion of "itemize\\|", which may be unnecessary, is certainly
10525 inelegant, and stops refilling in itemize lists when formatting
10526 Japanese Texinfo files to Info.
10527 Update copyright to 2005.
10528
10529 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
10530
10531 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
10532 of an error if GDB can't find the source file.
10533
10534 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
10535
10536 * calendar/calendar.el (redraw-calendar): Work from any buffer,
10537 not just the calendar.
10538
10539 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
10540 first.
10541 (diary-redraw-calendar): New function.
10542 (make-diary-entry): Add diary-redraw-calendar to local
10543 write-contents-functions. Turn off selective display before
10544 inserting in diary.
10545
10546 2005-03-01 Kim F. Storm <storm@cua.dk>
10547
10548 * emacs-lisp/copyright.el (copyright-fix-years): New command.
10549
10550 2005-03-01 Lute Kamstra <lute@gnu.org>
10551
10552 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
10553 that debug-entry-code can be safely removed from a function while
10554 this code is being evaluated. Revert the 2005-02-27 change as the
10555 new implementation no longer requires it. Make sure that a
10556 function body containing just a string is not mistaken for a docstring.
10557 (debug): Skip one more frame in case of debug on entry.
10558 (debugger-setup-buffer): Delete one more frame line in case of
10559 debug on entry.
10560 (debugger-frame-number): Update to use the new text introduced by
10561 the 1999-11-03 change. Skip one more frame in case of debug on entry.
10562
10563 2005-02-28 Kim F. Storm <storm@cua.dk>
10564
10565 * double.el (double-translate-key): Call force-window-update after
10566 read-event to avoid crash in redisplay.
10567
10568 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
10571 (debug): Use it. Move the inhibit-trace earlier.
10572 (debug-entry-code): New const.
10573 (debug-on-entry-1): Use it.
10574
10575 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
10576
10577 * international/utf-16.el (ccl-encode-mule-utf-16le):
10578 Fix BUFFER_MAGNIFICATION to 2.
10579 (ccl-encode-mule-utf-16be): Likewise.
10580
10581 2005-02-28 Kenichi Handa <handa@m17n.org>
10582
10583 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10584 Fix BUFFER_MAGNIFICATION to 4.
10585 (ccl-encode-mule-utf-16be-with-signature): Likewise.
10586
10587 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
10588
10589 * speedbar.el (speedbar-update-flag): Doc fix.
10590 (speedbar-show-info-under-mouse): Give set-mouse-position the right
10591 argument.
10592
10593 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
10594
10595 * reveal.el (reveal-post-command): Don't try to reveal overlays which
10596 have a non-nil `invisible' property but are actually visible.
10597
10598 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
10599 for perldoc sections.
10600 (perl-outline-regexp, perl-outline-level): New var and function.
10601 (perl-mode): Use them.
10602
10603 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
10604
10605 * calendar/diary-lib.el (diary-remind): Discard any mark portion
10606 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
10607
10608 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
10609
10610 * cus-edit.el: Comment change.
10611 (custom-buffer-create-internal): Slightly reword text at top of
10612 Custom buffers. Mention there that saving an option edits the
10613 init file. Add link to Emacs manual node on `custom-file'.
10614 (custom-magic-alist): Rewrite individual State messages to use
10615 capitalized keywords. Doc fix.
10616
10617 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
10618
10619 * calendar/calendar.el (calendar-buffer): Move above
10620 calendar-week-start-day.
10621 (calendar-week-start-day): Doc fix. Add :set function.
10622 (calendar-minimum-window-height): New variable.
10623 (generate-calendar-window): Only resize window if selected-window
10624 is displaying the calendar buffer. Use new variable
10625 calendar-minimum-window-height.
10626 (generate-calendar): Reword error message.
10627 (calendar-mode-map): Bind DEL to scroll-other-window-down.
10628
10629 2005-02-27 Andreas Schwab <schwab@suse.de>
10630
10631 * vc.el (vc-do-command): Don't run command asynchronously when
10632 operating in a remote directory.
10633
10634 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
10635 change from sync with Tramp 2.0.47.
10636
10637 2005-02-27 Richard M. Stallman <rms@gnu.org>
10638
10639 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
10640
10641 * textmodes/flyspell.el (flyspell-mode-on):
10642 Call ispell-change-dictionary only if necessary.
10643
10644 * emacs-lisp/re-builder.el (regexp-builder): New function.
10645
10646 * register.el (describe-register-1): Explicitly handle
10647 yank-excluded-properties = t.
10648
10649 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
10650 (custom-magic-alist): Change the status descriptions again.
10651 (face widget-type): Total rewrite based on `restricted-sexp'
10652 to eliminate the confusing double hiding levels.
10653
10654 * emacs-lisp/debug.el (debug-on-entry-1):
10655 If function body is empty, add nil as body form.
10656
10657 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * emacs-lisp/trace.el (inhibit-trace): New var.
10660 (trace-make-advice): Use it.
10661
10662 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
10663
10664 2005-02-26 Kim F. Storm <storm@cua.dk>
10665
10666 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
10667 (mouse-on-link-p, mouse-drag-region-1): Use it.
10668
10669 2005-02-25 Lute Kamstra <lute@gnu.org>
10670
10671 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
10672
10673 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
10674
10675 * frame.el (blink-cursor-mode): Add :group keyword.
10676
10677 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
10678
10679 * calendar/icalendar.el (icalendar--decode-isodatetime):
10680 New optional argument DAY-SHIFT.
10681 (icalendar-export-region): Fix coding-system-for-write.
10682 (icalendar--convert-ical-to-diary): Shift end-day of all-day
10683 events by one.
10684
10685 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
10688
10689 2005-02-24 Kim F. Storm <storm@cua.dk>
10690
10691 * international/iso-acc.el (iso-accents-compose): Fix crash
10692 during redisplay. Call force-window-update after read-event
10693 and delete-region to signal that window is not accurate.
10694
10695 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10696
10697 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
10698 Remove unused and inexistent var `inhibit-trace'.
10699 (debugger-mode): Use run-mode-hooks.
10700 (debugger-list-functions): Add buttons; setup xref stack.
10701
10702 2005-02-23 Richard M. Stallman <rms@gnu.org>
10703
10704 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
10705 appointment says it was explicitly made.
10706 (appt-add): Set the 3rd element.
10707 (appt-make-list): Preserve explicit appointments.
10708
10709 * subr.el (find-tag-default): Catch errors in forward-sexp.
10710
10711 2005-02-23 Juri Linkov <juri@jurta.org>
10712
10713 * info.el (Info-isearch-search): New defcustom.
10714 (Info-isearch-search): Call the default isearch function
10715 when Info-isearch-search is nil.
10716 (Info-isearch-wrap): Use variable Info-isearch-search.
10717
10718 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
10719
10720 * cus-edit.el: Comment change.
10721
10722 2005-02-22 Kim F. Storm <storm@cua.dk>
10723
10724 * progmodes/hideif.el (hide-ifdef-use-define-alist):
10725 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
10726
10727 2005-02-22 Simon Josefsson <jas@extundo.com>
10728
10729 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
10730 New variable.
10731 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
10732 Oskarsson" <myrkraverk@users.sourceforget.net>.
10733
10734 2005-02-22 Kim F. Storm <storm@cua.dk>
10735
10736 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
10737 check that window of that event is the selected window.
10738 (mouse-drag-region-1): Compare mouse event window to selected
10739 window before setting point.
10740
10741 * tooltip.el (tooltip-show-help-function): Pass event to
10742 mouse-on-link-p so it can check selected window.
10743
10744 2005-02-22 Kenichi Handa <handa@m17n.org>
10745
10746 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
10747 (ps-mule-show-warning): New function.
10748 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
10749 characters are found.
10750
10751 * ps-print.el (ps-header-footer-string): Return a list of header
10752 and footer strings.
10753
10754 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10755
10756 * pcvs.el (cvs-retrieve-revision): Fix thinko.
10757
10758 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
10759
10760 * frame.el (blink-cursor-mode): Use define-minor-mode.
10761
10762 * term/mac-win.el (function-key-map): Use char-names more consistently.
10763 (file-name-coding-system): Only set it for MacOS-9. The other case is
10764 already handled in mule-cmds.el (where it also works when mac-win.el
10765 is not used).
10766
10767 2005-02-21 Kenichi Handa <handa@m17n.org>
10768
10769 * international/mule.el (ctext-pre-write-conversion): Always use
10770 " *code-converting-work*" buffer for work.
10771
10772 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
10773
10774 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
10775
10776 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
10777
10778 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
10779
10780 * ses.el (undo-more): Restore defadvice, but only the part that
10781 allows changes outside the restricted area of the buffer.
10782
10783 2005-02-20 Kim F. Storm <storm@cua.dk>
10784
10785 * simple.el (line-move): Add fourth optional arg try-vscroll which
10786 must be set to perform auto-window-vscroll.
10787 When moving backwards and doing auto-window-vscroll, automatically
10788 vscroll to the last part of lines which are taller than the window.
10789 (next-line, previous-line): Set try-vscroll arg on line-move.
10790
10791 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
10792
10793 * replace.el (query-replace, query-replace-regexp)
10794 (replace-string, replace-regexp): When operating on region, make
10795 the minibuffer prompt say so.
10796
10797 * isearch.el (isearch-forward): Document isearch-query-replace and
10798 isearch-query-replace-regexp keybindings.
10799
10800 2005-02-19 Jay Belanger <belanger@truman.edu>
10801
10802 * calc/calc-aent.el (math-read-token): Add local variable.
10803
10804 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
10805 (calc-edit-top): Move declaration to earlier in file.
10806 (calc-edit-macro-repeats): Add local variables.
10807
10808 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
10809 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
10810 calcFunc-tanh.
10811 Adjust integration rule for calcFunc-tan.
10812
10813 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10814
10815 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
10816 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
10817 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
10818 (viper-skip-separators): Bug fix.
10819 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
10820 particular major mode.
10821 (viper-del-backward-char-in-replace): Don't put deleted char on the
10822 kill ring.
10823
10824 * viper-ex.el (viper-color-display-p): New function.
10825 (viper-has-face-support-p): Use viper-color-display-p.
10826
10827 * viper-keym.el (viper-gnus-modifier-map): New keymap.
10828
10829 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
10830
10831 * viper-util.el (viper-glob-unix-files): Fix shell status check.
10832 (viper-file-remote-p): Make equivalent to file-remote-p.
10833
10834 * viper.el (viper-major-mode-modifier-list):
10835 Use viper-gnus-modifier-map.
10836
10837 2005-02-19 David Kastrup <dak@gnu.org>
10838
10839 * subr.el (subregexp-context-p): Fix garbled doc string by adding
10840 quoting.
10841
10842 2005-02-19 Jay Belanger <belanger@truman.edu>
10843
10844 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
10845 Remove extra definitions.
10846 (calc-coth): New function.
10847 (calcFunc-cot): Fix `let'.
10848
10849 2005-02-19 Eli Zaretskii <eliz@gnu.org>
10850
10851 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
10852 the reasons we use "type pc" in these faces.
10853
10854 * button.el (button): Ditto.
10855
10856 2005-02-19 Michael Mauger <mmaug@yahoo.com>
10857
10858 * replace.el (query-replace-read-from): Set the value of
10859 query-replace-from-history-variable to handle the case of an empty
10860 string entered to accept the suggested default.
10861
10862 * net/tramp.el (tramp-file-name-for-operation):
10863 Use dired-call-process instead of dired-call-process-command.
10864
10865 2005-02-19 Jay Belanger <belanger@truman.edu>
10866
10867 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
10868 (math-div-non-trig): New variables.
10869 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
10870 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
10871 (math-combine-prod, math-div-symb-fancy): Add simplifications for
10872 trig expressions.
10873
10874 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
10875
10876 * progmodes/gdb-ui.el (gdb-var-update-handler)
10877 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
10878 for watch expressions,
10879 (gdb-var-create-handler): Don't set speedbar-update-flag.
10880 (gdb-post-prompt): Simplify test for speedbar.
10881
10882 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10883
10884 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
10885 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
10886 we use the syntax table of the correct buffer.
10887 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
10888 Felix Gatzemeier.
10889
10890 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
10891 (ediff-file-remote-p): Make synonymous with file-remote-p.
10892 In all deffaces ediff-*-face-*, use min-colors.
10893
10894 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
10895 ediff-recurse-to-subdirectories.
10896 (ediff-mark-if-equal): Check that the arguments are strings, use
10897 ediff-same-contents (after to Felix Gatzemeier).
10898
10899 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
10900 nil.
10901
10902 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * log-view.el (log-view-message-re): Fix up Subversion regexp.
10905
10906 2005-02-18 David Kastrup <dak@gnu.org>
10907
10908 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
10909 use `mark-active' when defined.
10910
10911 2005-02-18 Kenichi Handa <handa@m17n.org>
10912
10913 * ps-print.el (ps-font-info-database): New entry
10914 ZapfChancery-MediumItalic with correct font name. Fix font name
10915 of the entry Zapf-Chancery-MediumItalic.
10916
10917 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
10918
10919 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
10920
10921 2005-02-16 Kim F. Storm <storm@cua.dk>
10922
10923 * ido.el (ido-fallback-command): Pass user input to fallback command.
10924
10925 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
10926
10927 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10928 (gdb-find-file-hook): Add server prefix.
10929
10930 2005-02-16 Richard M. Stallman <rms@gnu.org>
10931
10932 * replace.el (perform-replace): Pass new args to replace-highlight.
10933 (replace-highlight): Take region args,
10934 and pass them to isearch-lazy-highlight-new-loop.
10935
10936 * novice.el (disabled-command-hook): Autoload the defalias
10937 and the make-obsolete-variable call.
10938
10939 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
10940
10941 * isearch.el (isearch-lazy-highlight-start-limit)
10942 (isearch-lazy-highlight-end-limit): New variables limit
10943 the region for highlighting.
10944 (isearch-lazy-highlight-new-loop): New args BEG and END.
10945 (isearch-lazy-highlight-search): Use the new vars.
10946 (isearch-lazy-highlight-update): Likewise.
10947
10948 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
10949
10950 * cus-start.el (all): Use default-boundp.
10951
10952 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
10953
10954 * menu-bar.el (menu-bar-select-frame): Handle current frame.
10955
10956 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
10957
10958 * autorevert.el (auto-revert-stop-on-user-input)
10959 (auto-revert-verbose): Doc fixes.
10960
10961 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
10962
10963 * international/mule-cmds.el (set-locale-environment): Remove call
10964 to set-selection-coding-system on Windows.
10965
10966 2005-02-15 Jay Belanger <belanger@truman.edu>
10967
10968 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
10969 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
10970 calcFunc-coth.
10971 (math-simplify-sqrt): Add simplifications.
10972
10973 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
10974 to list.
10975
10976 * calc/calc-ext.el: Add functions to autoloads.
10977
10978 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
10979 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
10980 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
10981 (math-csc-raw, math-cot-raw): New functions.
10982
10983 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
10984
10985 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
10986 the variable name in a message.
10987
10988 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
10989 calcFunc-csc, calcFunc-cot.
10990
10991 * calc/calcalg2.el: Add derivative and integration rules for
10992 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
10993 calcFunc-csch, calcFunc-coth.
10994 (math-do-integral-methods): Add to checks for when to use
10995 substitutions.
10996
10997 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
10998
10999 2005-02-15 Lute Kamstra <lute@gnu.org>
11000
11001 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11002 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
11003 <monnier@iro.umontreal.ca>
11004 (lisp-outline-level): Improve efficiency. Suggested by David
11005 Kastrup <dak@gnu.org>.
11006
11007 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
11008
11009 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11010 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11011 (gdb-set-gud-minor-mode-existing-buffers): New functions.
11012 (gdb-find-file-hook): New hook. Add it to find-file-hook.
11013 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11014
11015 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
11016
11017 * cus-start.el (all): Comment change.
11018
11019 2005-02-14 Lute Kamstra <lute@gnu.org>
11020
11021 * cus-start.el (all): Check if symbol is void.
11022
11023 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
11024
11025 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11026 optional argument to \cite.
11027
11028 2005-02-14 Richard M. Stallman <rms@gnu.org>
11029
11030 * cus-edit.el (custom-buffer-create-internal): Update help message.
11031 (custom-magic-alist): Update help messages.
11032
11033 * cus-start.el (all): Allow a var to specify a standard value.
11034
11035 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
11036
11037 * custom.el (custom-theme-set-variables): Handle variable aliases.
11038
11039 * frame.el (blink-cursor-timer): Doc fix.
11040 (blink-cursor): Make it an alias for `blink-cursor-mode' and
11041 declare obsolete.
11042 (blink-cursor-mode): Define with defcustom and use correct
11043 standard expression in that defcustom.
11044 * startup.el (command-line): Adapt to above changes in frame.el.
11045
11046 2005-02-11 Lute Kamstra <lute@gnu.org>
11047
11048 * apropos.el (apropos-score-doc): Prevent division by zero.
11049
11050 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
11051
11052 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11053 (icalendar--get-event-property-attributes)
11054 (icalendar--get-event-properties)
11055 (icalendar--datetime-to-diary-date): New functions.
11056 (icalendar--split-value): Doc fix.
11057 (icalendar--datetime-to-noneuropean-date)
11058 (icalendar--datetime-to-european-date): New optional argument
11059 SEPARATOR. Return result as a string instead of a list.
11060 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11061 (icalendar--convert-string-for-export): Rename arg S to STRING.
11062 (icalendar-export-region): Doc fix. Change name of error buffer.
11063 Save output buffer.
11064 (icalendar-import-file): Add blank at end of prompt.
11065 (icalendar-import-buffer): Doc fix. Do not switch to error
11066 buffer. Indicate status in return value.
11067 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
11068 buffer. Save output buffer. Handle exception from recurrence
11069 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
11070 events. Fix problems with weekly all-day events.
11071
11072 2005-02-10 Richard M. Stallman <rms@gnu.org>
11073
11074 * simple.el (eval-expression-print-format):
11075 Avoid warning about edebug-active.
11076
11077 * help.el (help-for-help-internal): Rename from help-for-help.
11078 (help-for-help): Define with defalias.
11079
11080 * font-core.el (font-lock-default-function): Use with-no-warnings.
11081
11082 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11083
11084 * custom.el (defface): Doc fix.
11085
11086 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
11087
11088 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11089 width 0" to prevent word wrapping problems.
11090
11091 2005-02-09 Kim F. Storm <storm@cua.dk>
11092
11093 * ido.el (ido-file-extensions-order): New defcustom.
11094 (ido-file-extension-lessp, ido-file-extension-aux)
11095 (ido-file-extension-order): New advanced file ordering.
11096 (ido-file-lessp): New simple file ordering.
11097 (ido-sort-list): Remove.
11098 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11099 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11100
11101 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
11102
11103 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11104 that some versions of grep produce.
11105 (grep-mode-font-lock-keywords): Likewise.
11106
11107 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
11108
11109 * progmodes/gdb-ui.el (gdb-location-list): New variable.
11110 (gdb-cdir): Delete.
11111 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11112 (gdb-source-info): Treat case when source file is in another
11113 directory properly.
11114 (gdb-get-location): New function.
11115
11116 2005-02-07 Jay Belanger <belanger@truman.edu>
11117
11118 * calc/calc-prog.el (calc-write-parse-table-part)
11119 (calc-fix-token-name): Fix a check for language type.
11120
11121 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11122
11123 2005-02-07 Andre Spiegel <spiegel@gnu.org>
11124
11125 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11126 as directory not writable.
11127
11128 2005-02-07 Kim F. Storm <storm@cua.dk>
11129
11130 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11131 (cua--standard-movement-commands): Remove list.
11132 Instead, set CUA property value to move for movement commands.
11133 (cua-movement-commands): Remove. Users must set CUA prop instead.
11134 (cua--pre-command-handler): Check CUA property.
11135 (cua--init-keymaps): Don't remap undo commands.
11136 (cua-mode): Don't call cua--rectangle-on-off.
11137
11138 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11139 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11140 (cua--rect-undo-set-point): New var.
11141 (cua--rectangle-undo-boundary): Setup undo apply entry.
11142 (cua--rect-undo-handler): New function for rectangle undo.
11143 (cua--rect-start-position, cua--rect-end-position): Add.
11144 (cua--rectangle-post-command): Call cua--rectangle-set-corners
11145 for restored rectangle. Set point if cua--rect-undo-set-point.
11146
11147 2005-02-06 Jay Belanger <belanger@truman.edu>
11148
11149 * calc/calc-lang.el (calc-tex-language): Display more information
11150 in messages.
11151
11152 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11153 in TeX mode.
11154
11155 2005-02-06 Richard M. Stallman <rms@gnu.org>
11156
11157 * emacs-lisp/lisp.el (buffer-end): Doc fix.
11158
11159 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11160
11161 * net/ldap.el (ldap-search-internal): Support attributes with
11162 optional descriptions separated by a semi-colon, as in
11163 "userCertificate;binary".
11164
11165 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11166
11167 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11168 isn't a cons (i.e. the version is 0).
11169
11170 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11171
11172 * help.el (help-for-help): Doc fix.
11173
11174 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
11175
11176 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
11177 GDB-Windows on the menu-bar as this works better.
11178
11179 2005-02-04 Jay Belanger <belanger@truman.edu>
11180
11181 * calc/calc-embed.el (calc-embedded-update): Don't put in
11182 unnecessary newlines. Adjust the end of formula marker.
11183
11184 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11185 (math-latex-parse-two-args): New function.
11186
11187 2005-02-03 Lute Kamstra <lute@gnu.org>
11188
11189 * help-fns.el (help-with-tutorial): Make sure that users cannot
11190 remove the entire text of the tutorial by means of `undo'.
11191
11192 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
11193
11194 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11195 in recent changes, where the ispell process was repeatedly
11196 killed & restarted.
11197
11198 * international/mule-cmds.el (set-locale-environment): Set file-name
11199 coding system to utf-8 on Darwin systems.
11200 (set-default-coding-systems): Don't set default-file-name-coding-system
11201 on Darwin systems.
11202
11203 2005-02-03 Richard M. Stallman <rms@gnu.org>
11204
11205 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11206
11207 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
11208
11209 * faces.el (list-faces-display): Add optional argument.
11210
11211 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11212
11213 * font-core.el (font-lock-default-function): Handle the rare case where
11214 only font-lock-keywords is set.
11215
11216 2005-02-02 Kenichi Handa <handa@m17n.org>
11217
11218 * international/characters.el: Cancel previous change for
11219 I-WITH-DOT-ABOVE and DOTLESS-i.
11220
11221 * international/latin-5.el: Cancel previous change.
11222
11223 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11224
11225 * progmodes/gud.el: Correction to syntax in gud-menu-map.
11226
11227 2005-02-02 Kenichi Handa <handa@m17n.org>
11228
11229 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11230 DOTLESS-i.
11231
11232 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11233 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11234
11235 * case-table.el (get-upcase-table): New function.
11236 (copy-case-table): Copy upcaes table too if non-nil.
11237 (set-case-syntax-delims): Maintain upcase table too.
11238 (set-case-syntax-pair): Likewise.
11239 (set-upcase-syntax, set-downcase-syntax): New functions.
11240 (set-case-syntax): Maintain upcase table too.
11241
11242 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
11243
11244 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11245
11246 * progmodes/gud.el (gud-goto-info): New function.
11247 (gud-tool-bar-map): Use correct icon.
11248
11249 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11250
11251 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11252 When delegating, order args in the funcall correctly.
11253
11254 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
11255
11256 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11257
11258 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
11259
11260 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11261 buffer not visiting a file.
11262
11263 2005-01-31 Jay Belanger <belanger@truman.edu>
11264
11265 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11266 bound on the line with the formula.
11267
11268 2005-01-31 Kim F. Storm <storm@cua.dk>
11269
11270 * ses.el (ses-create-cell-variable-range)
11271 (ses-destroy-cell-variable-range, ses-reset-header-string)
11272 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11273 (ses-insert-row): Fix format of apply undo entries.
11274
11275 2005-01-31 Jay Belanger <belanger@truman.edu>
11276
11277 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11278 parts.
11279
11280 * calc/calc-embed.el (calc-embedded-open-formula)
11281 (calc-embedded-close-formula): Ignore matrix environments.
11282
11283 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11284 TeX mode.
11285
11286 * calc/calc-lang.el (math-function-table, math-oper-table)
11287 (math-variable-table): Adjust the LaTeX portions.
11288
11289 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
11290 (math-latex-ignore-words): New constant.
11291
11292 2005-01-31 Richard M. Stallman <rms@gnu.org>
11293
11294 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
11295 (ispell-local-dictionary): Doc fix.
11296 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
11297 Don't reinitialize at run time. Don't defcustom.
11298 All uses changed to append ispell-local-dictionary-alist,
11299 or check it first.
11300 (ispell-current-dictionary): New variable for dictionary in use.
11301 (ispell-dictionary): Now used only for global default.
11302 (ispell-start-process): Set ispell-current-dictionary,
11303 not ispell-dictionary.
11304 (ispell-change-dictionary): Use this only for setting
11305 user preferences.
11306 (ispell-internal-change-dictionary): New function
11307 to change the current dictionary in use.
11308 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
11309 Use ispell-current-dictionary.
11310 Handle ispell-local-dictionary-overridden.
11311 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
11312
11313 2005-01-31 Jay Belanger <belanger@truman.edu>
11314
11315 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
11316
11317 * calc/calc-ext.el: Add calc-latex-language to autoloads.
11318 (calc-mode-map): Add calc-latex-language.
11319
11320 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
11321 (math-latex-print-frac): New functions.
11322 (math-oper-table, math-function-table, math-variable-table)
11323 (math-complex-format, math-input-filter): Add latex properties.
11324 (calc-set-language): Set math-expr-special-function-mapping.
11325
11326 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
11327 (calc-write-parse-table-part): Add LaTeX support.
11328
11329 * calc/calc.el (calc-language): Adjust docstring.
11330 (calc-set-mode-line): Add LaTeX support.
11331 (math-expr-special-function-mapping): New variable.
11332 (math-tex-ignore-words): Add to list.
11333
11334 * calc/calccomp.el (math-compose-expr, math-compose-rows):
11335 Add LaTeX support.
11336 (math-compose-expr): Add support for special functions.
11337
11338 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
11339
11340 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
11341
11342 * progmodes/gdb-ui.el (gdb-memory-address)
11343 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
11344 (gdb-memory-mode-map, gdb-memory-format-keymap)
11345 (gdb-memory-format-menu, gdb-memory-unit-keymap)
11346 (gdb-memory-unit-menu): New variables for a buffer
11347 that lets the user examine program memory.
11348 (gdb-memory-set-address, gdb-memory-set-repeat-count)
11349 (gdb-memory-format-binary, gdb-memory-format-octal)
11350 (gdb-memory-format-unsigned, gdb-memory-format-signed)
11351 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
11352 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
11353 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11354 (gdb-memory-unit-byte, gdb-memory-unit-menu)
11355 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
11356 (gdb-memory-mode, gdb-memory-buffer-name)
11357 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
11358 New functions for above buffer.
11359
11360 2005-01-30 Richard M. Stallman <rms@gnu.org>
11361
11362 * cus-edit.el (custom-bury-buffer): Function deleted.
11363 (custom-buffer-done-function): Option deleted.
11364 (custom-buffer-done-kill): New (replacement option.
11365 (Custom-buffer-done): Call quit-window.
11366 (custom-buffer-create-internal): Update for above changes.
11367
11368 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
11369
11370 * simple.el (undo-ask-before-discard): New var.
11371 (undo-outer-limit-truncate): Implement it.
11372 (undo-extra-outer-limit): Doc update.
11373
11374 2005-01-29 Richard M. Stallman <rms@gnu.org>
11375
11376 * ses.el (undo-more): Delete defadvice.
11377 (ses-begin-change): Doc fix.
11378
11379 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
11380 instead of rebinding C-x u and C-_.
11381
11382 * files.el (normal-backup-enable-predicate): Return nil for files
11383 in /tmp, regardless of temporary-file-directory.
11384
11385 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
11386
11387 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
11388 (open-rectangle, delete-whitespace-rectangle-line)
11389 (clear-rectangle-line): If FILL, pass t instead of FILL
11390 for move-to-column's 2nd arg.
11391
11392 * simple.el (undo): Fix the test for continuing a series of undos.
11393 (undo-more): Set pending-undo-list to t when we reach end.
11394 (pending-undo-list): Move up defvar.
11395
11396 * wid-edit.el (widget-button-click):
11397 Shorten the range of the track-mouse binding.
11398
11399 * comint.el (comint-insert-input): Undo previous changes;
11400 use last-input-event in interactive spec.
11401
11402 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11403
11404 * progmodes/compile.el (compilation-start): Bind buffer-read-only
11405 to nil before invoking call-process. Reset buffer's modified flag
11406 after fontifying it in the no-async branch.
11407
11408 * wid-edit.el (widget-specify-button): If mouse pointer shape
11409 cannot be changed, use mouse face instead.
11410
11411 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
11412
11413 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11414 (gdb-goto-breakpoint): Make breakpoint handling work on template
11415 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
11416 (gdb-assembler-custom): Update to recognize breakpoint information
11417 added on 2005-01-19.
11418
11419 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
11420
11421 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
11422 (dsssl-mode): Use define-derived-mode.
11423 (scheme-mode-initialize): Remove.
11424 (scheme-mode): Use run-mode-hooks.
11425
11426 * cus-edit.el (customize-group-other-window)
11427 (custom-buffer-create-other-window): Don't override special-display-*.
11428 (custom-mode-map): Make it dense.
11429
11430 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
11431 sets the default value.
11432
11433 2005-01-28 Eli Zaretskii <eliz@gnu.org>
11434
11435 * descr-text.el: Add more keywords.
11436
11437 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
11438
11439 * speedbar.el: Avoid unnecessary use of locate-library.
11440
11441 * international/mule-cmds.el (standard-display-european-internal):
11442 Don't fiddle with latin-1 non-break space any more since it's now
11443 special cased in the C code.
11444 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
11445
11446 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
11447
11448 * cus-start.el (all): Add `undo-outer-limit'.
11449
11450 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11451
11452 * textmodes/bibtex.el (bibtex-format-entry):
11453 Use `bibtex-empty-field-re' only on the text of fields, not on entire
11454 field lines.
11455 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
11456 not on part of a buffer.
11457
11458 2005-01-25 Lute Kamstra <lute@gnu.org>
11459
11460 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
11461 nonempty field text strings like "{letters\\macro{}more letters}".
11462 Clarify docstring.
11463 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
11464 (bibtex-entry-offset, bibtex-parse-association)
11465 (bibtex-parse-field-name): Fix typos in docstrings.
11466 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
11467
11468 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
11469
11470 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
11471 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
11472 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
11473 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
11474
11475 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
11476 isearch minor mode.
11477
11478 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
11479
11480 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
11481
11482 2005-01-24 Lute Kamstra <lute@gnu.org>
11483
11484 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
11485 CASECHARS and NOT-CASECHARS regular expressions of the
11486 "nederlands" and "nederlands8" dictionaries to prevent a "Range
11487 striding over charsets" error.
11488
11489 2005-01-24 Jay Belanger <belanger@truman.edu>
11490
11491 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
11492 display variable name.
11493
11494 2005-01-24 Kenichi Handa <handa@m17n.org>
11495
11496 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
11497 Fix setting of the element of encoded-kbd-iso2022-invocations.
11498
11499 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
11500
11501 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11502 (gdb-threads-select): Change to also accept mouse events.
11503 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
11504 (gdb-threads-mouse-select): Delete.
11505
11506 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
11507
11508 * files.el (insert-directory): Take care of empty directory,
11509 listed without -a switch.
11510
11511 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * textmodes/refill.el (refill-post-command-function):
11514 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
11515 to the list of functions that we should be careful not to undo.
11516 (refill-late-fill-paragraph-function): Remove.
11517 (refill-saved-state): New var.
11518 (refill-mode): Use it to save fill-paragraph-function.
11519 Save also the value of auto-fill-function.
11520
11521 * term/w32-win.el: Simplify code.
11522
11523 2005-01-23 Kim F. Storm <storm@cua.dk>
11524
11525 * simple.el (line-move): Adapt to new return value from
11526 pos-visible-in-window-p.
11527
11528 * simple.el (line-move): Fix last change. Check partial
11529 visibility at point rather than at window-start.
11530
11531 2005-01-22 Jason Rumney <jasonr@gnu.org>
11532
11533 * term/w32-win.el (xw-defined-colors): Remove debug-message.
11534
11535 2005-01-22 David Kastrup <dak@gnu.org>
11536
11537 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
11538
11539 2005-01-22 Eli Zaretskii <eliz@gnu.org>
11540
11541 * type-break.el (type-break-mode): Add a test for
11542 type-break-file-name being non-nil.
11543
11544 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
11545
11546 * net/eudc.el (top level): Call (message "") via progn, so that
11547 eudc-options-file is loaded.
11548
11549 2005-01-22 Kim F. Storm <storm@cua.dk>
11550
11551 * simple.el (line-move-1): Rename from line-move.
11552 (line-move): New function that adjusts vscroll for partially
11553 visible rows, and calls line-move-1 otherwise.
11554
11555 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
11556
11557 * pcomplete.el: Define pcomplete-read-event instead of read-event,
11558 since it's not a complete read-event implementation
11559
11560 2005-01-20 Jay Belanger <belanger@truman.edu>
11561
11562 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
11563 for called function.
11564
11565 2005-01-20 Steven Tamm <steventamm@mac.com>
11566
11567 * term/mac-win.el (process-connection-type): Remove.
11568 Controlled now by s/darwin.h:PTY_ITERATION.
11569
11570 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * window.el (handle-select-window): Don't switch window when we're
11573 in the minibuffer.
11574
11575 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
11576
11577 * subr.el (dotimes-with-progress-reporter): New macro.
11578
11579 * ses.el (ses-dotimes-msg): Remove macro.
11580 Use `dotimes-with-progress-reporter' instead.
11581
11582 2005-01-19 Steven Tamm <steventamm@mac.com>
11583
11584 * term/mac-win.el (process-connection-type): Use new
11585 operating-system-release variable to use ptys on Darwin 7 (OS X
11586 10.3) when using carbon build.
11587
11588 2005-01-19 Jay Belanger <belanger@truman.edu>
11589
11590 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
11591 flags if the last command was a tab or M-tab.
11592
11593 * calc/calc-prog.el (calc-user-define-edit): Put original formula
11594 in formula editing buffer.
11595
11596 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
11597
11598 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
11599 breakpoint image symbol in margin.
11600
11601 2005-01-19 Jay Belanger <belanger@truman.edu>
11602
11603 * calc/calc-prog.el (calc-execute-kbd-macro):
11604 Ignore calc-keep-arg-flag.
11605
11606 2005-01-19 Kenichi Handa <handa@m17n.org>
11607
11608 * textmodes/ispell.el (ispell-looking-at): New function.
11609 (ispell-process-line): Use ispell-looking-at to compare the ispell
11610 output and the buffer contents.
11611
11612 2005-01-18 Jay Belanger <belanger@truman.edu>
11613
11614 * calc/calc.el (calc-display-raw): Fix docstring.
11615
11616 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
11617
11618 * simple.el (blink-matching-open): Strip extra info from syntax.
11619
11620 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
11621 funny chars in the end-of-here-doc marker.
11622
11623 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
11624
11625 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
11626 that enable/disabled state of breakpoints is shown correctly in
11627 fringe and on ttys.
11628 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
11629 Add breakpoint information as text properties.
11630 (gdb-mouse-toggle-breakpoint):
11631 Rename to gdb-mouse-set-clear-breakpoint.
11632 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
11633 breakpoints in the margin.
11634 (gdb-remove-strings): Simplify.
11635
11636 2005-01-17 Jay Belanger <belanger@truman.edu>
11637
11638 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
11639 erasing buffer.
11640
11641 2005-01-17 Richard M. Stallman <rms@gnu.org>
11642
11643 * progmodes/grep.el (grep-find): Copy from `grep' the condition
11644 for calling grep-compute-defaults.
11645
11646 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
11647 if buffer is empty.
11648
11649 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
11650
11651 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
11652
11653 * hilit-chg.el (highlight-changes-mode): Don't autoload.
11654
11655 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
11656 non-preloaded variables.
11657
11658 2005-01-17 Steven Tamm <steventamm@mac.com>
11659
11660 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
11661 tex-shell cause to force interactivity when using pipes.
11662
11663 2005-01-17 Kim F. Storm <storm@cua.dk>
11664
11665 * simple.el (just-one-space): Make arg optional.
11666
11667 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
11668
11669 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
11670 posn-at-x-y to t to access left-margin.
11671
11672 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
11673
11674 Sync with Tramp 2.0.47.
11675
11676 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
11677 catching keep-date problems in cp/scp operations.
11678 (tramp-handle-copy-file): Don't call `set-file-modes'
11679 unconditionally. Specialized functions should know better what is
11680 necessary. This improves performance a little bit, and the
11681 functions could catch errors with `cp -p' and `scp -p'.
11682 (tramp-do-copy-or-rename-file-via-buffer)
11683 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
11684 when appropriate.
11685 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
11686 Call `set-file-modes' when appropriate.
11687 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
11688 Johnsson <isak@hypergene.com>
11689 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
11690 of both Tramp buffer and debug buffer. Reported by Joakim Verona
11691 <joakim@verona.se>
11692 (tramp-file-name-for-operation): Mark `shell-command' as magic for
11693 Emacs only.
11694
11695 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
11696 `find-file-hooks' and `dired-mode-hook'.
11697 (tramp-minor-mode-map): Respective map. Add remapping for
11698 `compile' and `recompile'.
11699 (tramp-remap-command, tramp-recompile): New defuns.
11700 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
11701 in buffer "*Compilation*". Call the commands asynchronously.
11702
11703 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
11704 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
11705 `shell-command', because it isn't magic in XEmacs. Reported by
11706 Adrian Aichner <adrian@xemacs.org>.
11707
11708 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
11709 `substitute-in-file-name.
11710 (tramp-smb-handle-substitute-in-file-name): New defun.
11711 (tramp-smb-advice-PC-do-completion): Delete advice.
11712
11713 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
11714
11715 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
11716 Fix error in deleting region.
11717
11718 2005-01-15 Richard M. Stallman <rms@gnu.org>
11719
11720 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
11721 In non-temp buffer, switch syntax table temporarily.
11722
11723 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
11724
11725 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
11726
11727 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
11728
11729 * imenu.el (imenu--split-menu): Copy menulist before sorting.
11730 (imenu--generic-function): Use START, not BEG, as pos of definition.
11731
11732 * simple.el (just-one-space): Argument specifies number of spaces.
11733
11734 * simple.el (eval-expression-print-format): Avoid warning
11735 about edebug-active.
11736
11737 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
11738
11739 * progmodes/sh-script.el: Code copied from make-mode.el
11740 with small changes,
11741 (sh-mode-map): Bind C-c C-\.
11742 (sh-backslash-column, sh-backslash-align): New variables.
11743 (sh-backslash-region, sh-append-backslash): New functions.
11744
11745 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
11746
11747 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
11748 (rmail-pop-password, rmail-pop-password-required): Move to
11749 rmail-obsolete group.
11750 (rmail-set-pop-password): Rename to rmail-set-remote-password.
11751 All callers updated.
11752 (rmail-get-pop-password): Rename to rmail-get-remote-password.
11753 Take an argument specifying whether it is POP or IMAP mailbox we
11754 are using. All callers updated.
11755 (rmail-pop-password-error): Rename to
11756 rmail-remote-password-error. Added mailutils-specific error message.
11757 (rmail-movemail-search-path)
11758 (rmail-movemail-variant-in-use): New variables.
11759 (rmail-remote-password, rmail-remote-password-required):
11760 New customization variables.
11761 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
11762 (rmail-parse-url): New function.
11763 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
11764 with GNU mailutils movemail.
11765
11766 2005-01-15 Kevin Ryde <user42@zip.com.au>
11767
11768 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
11769 suffix to space, $ or '$, to correctly position point when going
11770 to @table style constants like DBL_MAX.
11771
11772 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
11773
11774 * type-break.el (type-break-mode, type-break-file-time)
11775 (type-break-file-keystroke-count, type-break-choose-file):
11776 Don't store data in or load data from the file if type-break-file-name
11777 is nil.
11778 (type-break-file-name): Doc update as per the above.
11779
11780 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
11781
11782 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
11783 lookup-key might return nil; handle that.
11784
11785 2005-01-15 Alan Mackenzie <acm@muc.de>
11786
11787 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
11788 rather than the element found, thus enabling the tree to be setcar'd.
11789
11790 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
11791
11792 * textmodes/org.el (org-show-following-heading): New option.
11793 (org-show-hierarchy-above): Use `org-show-following-heading'.
11794 (org-cycle): Documentation fix.
11795
11796 * textmodes/org.el (orgtbl-optimized): New option
11797 (orgtbl-mode): New command, a minor mode.
11798 (orgtbl-mode-map): New variable.
11799 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
11800 (orgtbl-error, orgtbl-self-insert-command)
11801 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
11802
11803 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
11804 a local variable in each org-mode buffer.
11805
11806 * textmodes/org.el (org-set-regexps-and-options): Rename from
11807 `org-set-regexps'. Added checking for STARTUP keyword.
11808 (org-get-current-options): Add STARTUP options.
11809 (org-table-insert-row): Make mode intelligent about when
11810 realignment is needed.
11811 (org-self-insert-command, org-delete-backward-char, org-delete-char):
11812 New commands.
11813 (org-enable-table-editor): New default value `optimized'.
11814 (org-table-blank-field): Support blanking regions if active.
11815
11816 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
11817
11818 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
11819 if the year is not given.
11820
11821 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
11822 Add new escapes %m and %M, fixed bug with %F by adding
11823 save-match-data.
11824 (reftex-reference): Remove ?. from list of spaces.
11825 (reftex-label-info): Add automatic label prefix recognition.
11826
11827 * textmodes/reftex-index.el (reftex-index-next-phrase):
11828 Add slave parameter to call of `reftex-index-this-phrase'.
11829 (reftex-index-this-phrase): New optional argument.
11830 (reftex-index-region-phrases): Add slave parameter to call of
11831 `reftex-index-this-phrase'.
11832 (reftex-display-index): New argument redo.
11833 (reftex-index-rescan): Add 'redo to arguments of
11834 `reftex-display-index'.
11835 (reftex-index-Rescan, reftex-index-revert)
11836 (reftex-index-switch-index-tag): Add 'redo to arguments of
11837 `reftex-display-index'.
11838 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
11839 indexing. Fix bug with matching is there is a quote before or
11840 after the word.
11841
11842 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
11843 Fix bug when collecting citation keys in lines with comments.
11844 (reftex-citation): Prefix argument no longer rescans the document,
11845 but forces prompting for optional arguments of cite macros.
11846 (reftex-do-citation): Prompting for optional arguments implemented.
11847
11848 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11849 Add optional arguments to most cite commands.
11850 (reftex-cite-cleanup-optional-args): New option
11851 (reftex-cite-prompt-optional-args): New option.
11852 (reftex-trust-label-prefix): New option.
11853
11854 * textmodes/reftex-toc.el (reftex-toc-find-section):
11855 Add push-mark before changing the position in the buffer.
11856
11857 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
11858 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
11859
11860 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
11861
11862 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
11863 more carefully.
11864
11865 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
11868 (sgml-mode): Use it.
11869 (sgml-get-context): Better keep track of implicitly closed tags.
11870
11871 2005-01-13 Kenichi Handa <handa@m17n.org>
11872
11873 * textmodes/ispell.el: These changes are to fix misalignment error
11874 caused by equivalent characters of different Emacs charsets.
11875 (ispell-unified-chars-table): New variable.
11876 (ispell-get-decoded-string): New function.
11877 (ispell-get-casechars, ispell-get-not-casechars)
11878 (ispell-get-otherchars): Call ispell-get-decoded-string.
11879
11880 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
11881
11882 * custom.el (custom-declare-variable): Just put symbol instead
11883 of (defvar . symbol) in `current-load-list'.
11884
11885 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
11886
11887 * emacs-lisp/elint.el: Fixed typo in Commentary section.
11888
11889 2005-01-12 Jay Belanger <belanger@truman.edu>
11890
11891 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
11892 to create a Calc summary.
11893
11894 2005-01-12 Kim F. Storm <storm@cua.dk>
11895
11896 * mouse.el (mouse-on-link-p): Change functionality and doc
11897 string to comply with latest description in lisp ref.
11898
11899 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
11900
11901 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
11902 Enable mouse clicks on mode-line, header-line and margin.
11903 (event-type): Give mouse event symbols an 'event-kind property
11904 with value 'mouse-click.
11905
11906 2005-01-12 Juri Linkov <juri@jurta.org>
11907
11908 * facemenu.el (list-colors-display): Add new arg buffer-name.
11909 Use it. Fix docstring. Replace code for identifying duplicate
11910 colors by the name with call to `list-colors-duplicates' which
11911 identifies duplicate colors by the value unless the color
11912 is one of special Windows colors. Set truncate-lines to t.
11913 Print sorted duplicate color names on each line. Indent to 22
11914 \(the longest color name in rgb.txt) instead of 20. Optimize.
11915 (list-colors-duplicates): New function.
11916 (facemenu-color-name-equal): Delete function.
11917
11918 * facemenu.el (list-colors-print): New function created from code
11919 in list-colors-display. Print #RRGGBB at the window right edge.
11920 (list-colors-display): When temp-buffer-show-function is not
11921 defined, call list-colors-print from temp-buffer-show-hook
11922 to get the right value of window-width in list-colors-print
11923 after the buffer is displayed.
11924
11925 * simple.el (pop-mark): Move deactivate-mark out of conditional
11926 part to deactivate the active mark regardless of the state of the
11927 mark ring.
11928
11929 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
11930 variables line in desktop files.
11931
11932 2005-01-12 Juri Linkov <juri@jurta.org>
11933
11934 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
11935 Bring together isearch highlight related options.
11936 (lazy-highlight): Replace group `replace' by `matching'.
11937 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
11938 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
11939 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
11940 and declare them obsolete.
11941 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
11942 (isearch-faces): Remove defgroup.
11943 (isearch-overlay, isearch-highlight, isearch-dehighlight):
11944 Move isearch highlighting code closer to lazy highlighting code.
11945
11946 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
11947 (query-replace-highlight, query-replace-lazy-highlight)
11948 (query-replace): Move definitions to the beginning of the file.
11949
11950 2005-01-11 Juri Linkov <juri@jurta.org>
11951
11952 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
11953 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
11954 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
11955
11956 * info.el (Info-history-forward): New variable.
11957 (Info-select-node): Reset Info-history-forward to nil.
11958 (Info-last): Turn into defalias.
11959 (Info-history-back): Rename from Info-last.
11960 Add current node to Info-history-forward.
11961 (Info-history-forward): New fun.
11962 (Info-mode-map): Replace Info-last by Info-history-back.
11963 Bind Info-history-forward to "r".
11964 (Info-mode-menu): Replace Info-last by Info-history-back.
11965 Fix menu item text. Add menu item for Info-history-forward.
11966 (info-tool-bar-map): Replace Info-last by Info-history-back.
11967 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
11968 for Info-history-forward.
11969 (Info-mode): Replace Info-last by Info-history-back in docstring.
11970 Add local variable Info-history-forward.
11971 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
11972
11973 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
11974
11975 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
11976 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
11977 Ignore select-window events rather than fiddle with
11978 mouse-autoselect-window.
11979
11980 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
11981
11982 * type-break.el (type-break-mode): Fix previous change.
11983
11984 2005-01-10 Jay Belanger <belanger@truman.edu>
11985
11986 * calc/calc-ext.el (calc-reset): Reset when inside embedded
11987 calculator; only reset when point is inside a calculator.
11988 Don't adjust the window height if the window takes up the whole height
11989 of the frame.
11990
11991 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
11992
11993 * ebuff-menu.el (Electric-buffer-menu-mode):
11994 Preserve value of buffer-local var header-line-format.
11995
11996 2005-01-09 Jay Belanger <belanger@truman.edu>
11997
11998 * calc/calc.el (calc-mode-var-list-restore-saved-values):
11999 Make sure settings file exists before accessing it.
12000
12001 * calc/calc-embed.el (calc-embedded-subst):
12002 Replace math-multi-subst-rec, which is only supposed to be called
12003 by math-multi-subst, by math-multi-subst.
12004
12005 2005-01-09 Andre Spiegel <spiegel@gnu.org>
12006
12007 * vc.el (vc-allow-async-revert): New user option.
12008 (vc-disable-async-diff): New internal variable.
12009 (vc-revert-buffer): Use them to disable asynchronous diff.
12010
12011 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12012 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12013 asynchronously if vc-disable-async-diff is t.
12014
12015 2005-01-09 Jay Belanger <belanger@truman.edu>
12016
12017 * calc/calc.el (defcalcmodevar): New macro.
12018 (calc-mode-var-list-restore-default-values)
12019 (calc-mode-var-list-restore-saved-values): New functions.
12020 (calc-mode-var-list): Use defcalcmodevar to define it.
12021 (calc-always-load-extensions, calc-line-numbering)
12022 (calc-line-breaking, calc-display-just, calc-display-origin)
12023 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12024 (calc-group-char, calc-point-char, calc-frac-format)
12025 (calc-prefer-frac, calc-hms-format, calc-date-format)
12026 (calc-float-format, calc-full-float-format, calc-complex-format)
12027 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12028 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12029 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12030 (calc-matrix-brackets, calc-language, calc-language-option)
12031 (calc-left-label, calc-right-label, calc-word-size)
12032 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12033 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12034 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12035 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12036 (calc-window-height, calc-display-trail, calc-show-selections)
12037 (calc-use-selections, calc-assoc-selections)
12038 (calc-display-working-message, calc-auto-why, calc-timing)
12039 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12040 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12041 (calc-gnuplot-default-device, calc-gnuplot-default-output)
12042 (calc-gnuplot-print-device, calc-gnuplot-print-output)
12043 (calc-gnuplot-geometry, calc-graph-default-resolution)
12044 (calc-graph-default-resolution-3d, calc-invocation-macro)
12045 (calc-show-banner): Use defcalcmodevar to declare them and set
12046 their default values.
12047
12048 * calc/calc-ext.el (calc-reset): Restore saved values of variables
12049 instead of default values (but restore default values if there is
12050 an argument of 0).
12051
12052 2005-01-09 David Kastrup <dak@gnu.org>
12053
12054 * desktop.el (desktop-restore-eager): Fix typo in type.
12055
12056 2005-01-08 Richard M. Stallman <rms@gnu.org>
12057
12058 * cus-edit.el (customize): Delete :link.
12059
12060 2005-01-08 Jay Belanger <belanger@truman.edu>
12061
12062 * calc/calc.el (calc-mode): Remove the extension from the
12063 `calc-settings-file' file name when loading it.
12064
12065 2005-01-08 Kim F. Storm <storm@cua.dk>
12066
12067 * info.el (Info-mode-map, Info-next-link-keymap)
12068 (Info-prev-link-keymap, Info-up-link-keymap):
12069 Map follow-link to mouse-face.
12070 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12071
12072 2005-01-08 Jay Belanger <belanger@truman.edu>
12073
12074 * calc/calc.el (calc-settings-file): Change default value.
12075 Suggested by cgw in a comment in calc-mode.el.
12076
12077 * calc/calc-mode.el (calc-settings-file-name):
12078 Compare calc-settings-file to user-init-file instead of ~/.emacs.
12079 Replace ~/.emacs in a prompt by calc-settings-file.
12080
12081 2005-01-07 Lars Hansen <larsh@math.ku.dk>
12082
12083 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12084 (desktop-lazy-idle-delay): New customizable variables.
12085 (desktop-buffer-args-list): New variable.
12086 (desktop-append-buffer-args): New function.
12087 (desktop-save): Call desktop-append-buffer-args for some buffers.
12088 (desktop-lazy-create-buffer): New function.
12089 (desktop-idle-create-buffers): New function.
12090 (desktop-read): Add message about buffers to restore lazily.
12091 (desktop-lazy-abort): New command.
12092 (desktop-clear): Call desktop-lazy-abort.
12093 (desktop-lazy-complete): New command.
12094
12095 2005-01-06 Richard M. Stallman <rms@gnu.org>
12096
12097 * emacs-lisp/find-func.el (find-face-definition):
12098 Rename from find-face.
12099
12100 2005-01-06 Kim F. Storm <storm@cua.dk>
12101
12102 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12103
12104 * man.el (Man-xref-man-page, Man-xref-header-file)
12105 (Man-xref-normal-file): Add follow-link property.
12106
12107 2005-01-06 Jay Belanger <belanger@truman.edu>
12108
12109 * calc/calc-units.el: Make sure the proper macro definitions are
12110 available when compiling.
12111
12112 2005-01-06 Juri Linkov <juri@jurta.org>
12113
12114 * isearch.el (isearch-lazy-highlight-update):
12115 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12116
12117 2005-01-06 Miles Bader <miles@gnu.org>
12118
12119 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12120 (isearch-lazy-highlight-face): Use new name.
12121
12122 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12123
12124 * uniquify.el (uniquify-rationalize-file-buffer-names):
12125 Re-add an interactive spec.
12126 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12127 to the same name.
12128
12129 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12130 (isearch-update, isearch-done): Adjust calls accordingly.
12131
12132 2005-01-05 Richard M. Stallman <rms@gnu.org>
12133
12134 * custom.el (custom-set-variables, custom-theme-set-variables):
12135 Clarify documentation.
12136
12137 * emacs-lisp/find-func.el (find-variable)
12138 (find-variable-other-window, find-variable-other-frame):
12139 Fix the TYPE args to find-function-read and find-function-do-it.
12140 (find-function): Doc fix.
12141 (find-function-at-point): Replace function-at-point alias.
12142
12143 2005-01-04 Richard M. Stallman <rms@gnu.org>
12144
12145 * cus-face.el (custom-declare-face):
12146 Record defface in current-load-list.
12147
12148 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12149
12150 * emacs-lisp/find-func.el: Doc fixes.
12151 (find-face-regexp): New variable.
12152 (find-function-regexp-alist): New variable.
12153 (find-function-C-source): Third arg is now TYPE.
12154 (find-function-search-for-symbol): Handle general TYPE.
12155 (find-function-read, find-function-do-it): Handle general TYPE.
12156 (find-definition-noselect, find-face): New functions.
12157 (function-at-point): Alias deleted.
12158
12159 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12160
12161 * battery.el (display-battery-mode): Rename from display-battery.
12162 Handle the case where it gets turned off.
12163
12164 2005-01-04 Richard M. Stallman <rms@gnu.org>
12165
12166 * cus-edit.el (customize): Make :link point to user doc.
12167
12168 * man.el (Man-fontify-manpage): Turn off undo generation.
12169
12170 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12171
12172 2005-01-04 Andreas Schwab <schwab@suse.de>
12173
12174 * files.el (insert-directory): Only look for error lines in
12175 inserted text. Don't move too far after processing --dired markers.
12176
12177 2005-01-04 Richard M. Stallman <rms@gnu.org>
12178
12179 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12180 Don't expand if the character is @, period, dash, etc.
12181 (define-mail-abbrev): Quote names that contain problem characters.
12182
12183 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
12184
12185 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12186
12187 2005-01-03 Richard M. Stallman <rms@gnu.org>
12188
12189 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12190 (query-replace-highlight, query-replace-lazy-highlight)
12191 (query-replace): Definitions moved up. Doc fix.
12192
12193 2005-01-03 Richard M. Stallman <rms@gnu.org>
12194
12195 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12196 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12197 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12198 (lazy-highlight-face): Rename from isearch-lazy-...
12199 Change all references to them.
12200
12201 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
12202
12203 * cus-edit.el (custom-file): Doc fix for defcustom.
12204 (custom-file): The function no longer sets the variable
12205 `custom-file' to its return value.
12206
12207 * startup.el (command-line): No longer load `custom-file'.
12208
12209 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12210
12211 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12212
12213 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12214 Don't confuse module-prefixed identifiers for labels.
12215 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12216
12217 2005-01-02 Richard M. Stallman <rms@gnu.org>
12218
12219 * files.el (basic-save-buffer-1): Fix previous change.
12220
12221 * loadhist.el (file-loadhist-lookup): New function.
12222 (file-provides, file-requires): Use it.
12223
12224 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12225 instead of calculating the right size.
12226
12227 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
12228
12229 * vc-svn.el (vc-svn-diff): Stay local if possible.
12230
12231 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12234
12235 * files.el (hack-local-variables): Fix last change.
12236
12237 2005-01-02 Jay Belanger <belanger@truman.edu>
12238
12239 * calc/calc-yank.el (calc-edit-top): New variable.
12240 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12241 object. Change header properties.
12242 (calc-edit-finish, calc-edit-finish-stack-object)
12243 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12244 edited object.
12245 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12246 for the beginning of the edited object.
12247 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12248 for the beginning of the edited object.
12249 * calc/calc-prog.el (calc-edit-macro-finish-edit)
12250 (calc-finish-formula-edit, calc-macro-repeats)
12251 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12252 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12253 beginning of the edited object.
12254 (calc-user-define-edit): Change the header for editing macros.
12255 Remove unnecessary variable.
12256
12257 2005-01-01 Jay Belanger <belanger@truman.edu>
12258
12259 * calc/calc-yank.el (calc-edit-mode): Change default header.
12260 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12261 * calc/calc-store.el (calc-edit-variable): Change title to match new
12262 header.
12263 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12264 mode to match new header.
12265 (calc-user-define-edit): Change titles to include names of commands.
12266 (calc-finish-formula-edit): Adjust to handle new header.
12267 (calc-finish-macro-edit): Remove.
12268 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12269 (calc-edit-macro-command, calc-edit-macro-command-type)
12270 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12271 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12272 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12273 (calc-edit-macro-finish-edit): New functions.
12274 (calc-user-define-edit): Use new functions to edit named calc macros.
12275
12276 2005-01-01 Stefan <monnier@iro.umontreal.ca>
12277
12278 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12279
12280 * ses.el (copy-region-as-kill): Deactivate mark.
12281
12282 2005-01-01 Richard M. Stallman <rms@gnu.org>
12283
12284 * replace.el (occur-1): If the output buffer is also an input,
12285 don't kill it, rename it.
12286
12287 * faces.el (set-face-background, set-face-foreground): Doc fix.
12288
12289 * cus-face.el (custom-face-attributes): Fix :help-echo strings
12290 for :foreground and :background.
12291
12292 * dired.el (dired-view-command-alist): Variable deleted.
12293 (dired-view-file, dired-mouse-find-file-other-window):
12294 Delete the code to use it.
12295
12296 2005-01-01 Kim F. Storm <storm@cua.dk>
12297
12298 * image.el (insert-sliced-image): Use t for line-height property.
12299
12300 2004-12-31 Jay Belanger <belanger@truman.edu>
12301
12302 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
12303 for "var-" at the beginning of the minibuffer.
12304
12305 2004-12-31 Richard M. Stallman <rms@gnu.org>
12306
12307 * faces.el (read-face-name):
12308 Don't treat an attribute spec as a list of faces.
12309
12310 * simple.el (undo): Use undo-equiv-table to detect
12311 unexpected changes since previous undo.
12312 (undo-list-saved): Variable deleted.
12313 (buffer-disable-undo): Don't alter undo-list-saved.
12314
12315 * files.el (require-final-newline): Allow `visit' and `visit-save'.
12316 (mode-require-final-newline): New option.
12317 (after-find-file): Handle require-final-newline with new values.
12318 (basic-save-buffer): Handle new values of require-final-newline.
12319
12320 * progmodes/sh-script.el (sh-require-final-newline):
12321 Alist value now controls whether to use mode-require-final-newline.
12322 (sh-set-shell): Implement that new meaning.
12323
12324 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
12325 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
12326 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
12327 Delete old-Emacs compatibility code.
12328 (antlr-c-common-init): Function deleted.
12329
12330 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
12331 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
12332 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
12333 * progmodes/python.el (python-mode): Use mode-require-final-newline.
12334 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
12335 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
12336 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
12337 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
12338 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
12339 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
12340 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
12341 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
12342 * progmodes/cfengine.el (cfengine-mode): Use
12343 mode-require-final-newline.
12344 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
12345 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
12346 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
12347
12348 2004-12-31 Jay Belanger <belanger@truman.edu>
12349
12350 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
12351 way to return to Calc.
12352
12353 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
12354 finish, C-xk as the way to cancel the edit. Add cancel routine to
12355 kill-buffer-hook.
12356
12357 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
12358 MacEdit code.
12359
12360 * calc/calc-prog.el: Remove obsolete MacEdit code.
12361 (calc-macro-edit-algebraic, calc-macro-edit-variable)
12362 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
12363
12364 2004-12-31 Kenichi Handa <handa@m17n.org>
12365
12366 * international/mule.el (buffer-file-coding-system-explicit):
12367 Rename for explicit-buffer-file-coding-system.
12368 (after-insert-file-set-coding): Adjust for the above change.
12369
12370 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
12371 to buffer-file-coding-system-explicit.
12372 (basic-save-buffer-1): Likewise.
12373
12374 2004-12-30 Richard M. Stallman <rms@gnu.org>
12375
12376 * textmodes/artist.el (artist-butlast-fn): Var deleted.
12377 (artist-butlast, artist-last): Functions deleted.
12378 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
12379 (artist-compute-key-compl-table): Call remq directly.
12380 (artist-remove-nulls): Function deleted.
12381 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
12382 (artist-push, artist-pop): Macro deleted.
12383
12384 2004-12-30 Andreas Leue <al@sphenon.de>
12385
12386 * textmodes/artist.el (artist-version): 1.2.6
12387 (artist-prev-next-op-alist): New variable.
12388 (artist-select-next-op-in-list): New function.
12389 (artist-select-prev-op-in-list): New function.
12390 (artist-make-prev-next-op-alist): New function.
12391 (artist-is-in-op-list-p): New function.
12392 (artist-get-first-non-nil-op): New function.
12393 (artist-get-last-non-nil-op): New function.
12394 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
12395 artist-prev-next-op-alist.
12396 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
12397 change drawing operation.
12398
12399 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
12400
12401 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
12402
12403 2004-12-31 Masatake YAMATO <jet@gyve.org>
12404
12405 * server.el (server-process-filter): Suppress `error', too.
12406
12407 2004-12-30 Jay Belanger <belanger@truman.edu>
12408
12409 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
12410 Change the way a variable is displayed in a message.
12411
12412 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
12413 (calc-user-define-permanent, calc-execute-kbd-macro):
12414 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
12415
12416 2004-12-30 Kenichi Handa <handa@m17n.org>
12417
12418 * files.el (basic-save-buffer-1):
12419 Set explicit-buffer-file-coding-system to last-coding-system-used.
12420 (revert-buffer): Pay attention to
12421 explicit-buffer-file-coding-system (not buffer-file-coding-system)
12422 on bind coding-system-for-read.
12423
12424 * international/mule.el (explicit-buffer-file-coding-system):
12425 New buffer local variable.
12426 (after-insert-file-set-coding): Set it to coding-system-for-read.
12427
12428 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
12429
12430 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
12431
12432 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
12433
12434 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
12435 that include line numbers.
12436
12437 2004-12-29 Milan Zamazal <pdm@zamazal.org>
12438
12439 * files.el (hack-local-variables): If no PREFIX, set it to "^".
12440 Redundant variable PREFIXLEN removed.
12441
12442 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
12443
12444 * eshell/em-hist.el (eshell-previous-matching-input):
12445 Start the deletion from the end of the output.
12446
12447 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12448
12449 * term/mac-win.el: Require x-dnd.
12450 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
12451
12452 2004-12-29 David Kastrup <dak@gnu.org>
12453
12454 * international/mule.el (decode-coding-inserted-region):
12455 Don't barf if `buffer-undo-list' is already set to `t'.
12456
12457 2004-12-29 Jay Belanger <belanger@truman.edu>
12458
12459 * calc/calc-prog.el (calc-user-define-formula): Put default values
12460 for function names in prompts.
12461 (calc-user-define-permanent, calc-user-define-composition)
12462 (calc-user-define-formula): Remove the need for "calcFunc-" in the
12463 default input for algebraic functions.
12464
12465 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
12466
12467 * vc-rcs.el (vc-rcs-annotate-command):
12468 Fix omission bug: Call `vc-setup-buffer'.
12469
12470 2004-12-29 Kenichi Handa <handa@m17n.org>
12471
12472 * international/mule.el (recode-region): New function.
12473
12474 2004-12-28 Richard M. Stallman <rms@gnu.org>
12475
12476 * simple.el (undo-extra-outer-limit): New variable.
12477 (undo-outer-limit-truncate): Test and set it.
12478
12479 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
12480 enables the feature to extend the existing region.
12481
12482 * simple.el (mark-word): New arg ALLOW-EXTEND
12483 enables the feature to extend the existing region.
12484
12485 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
12486 enables the feature to extend the existing region.
12487
12488 * startup.el (site-run-file): Don't allow setting it with Custom.
12489
12490 * simple.el (buffer-disable-undo): Fix previous change.
12491
12492 2004-12-27 Masatake YAMATO <jet@gyve.org>
12493
12494 * hexl.el (hexlify-buffer): Remove fontification here.
12495 Use font lock mechanism instead.
12496 (hexl-font-lock-keywords): New font lock kewords.
12497 (hexl-mode-old-font-lock-keywords): New variable.
12498 (hexl-mode): Store the old font lock keywords.
12499 (hexl-mode-exit): Restore the old font lock keywords.
12500
12501 2004-12-27 Richard M. Stallman <rms@gnu.org>
12502
12503 * simple.el (undo): Fix previous change.
12504
12505 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12506
12507 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
12508 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
12509 Call x-open-connection on Mac OS X.
12510
12511 2004-12-27 Richard M. Stallman <rms@gnu.org>
12512
12513 * files.el (buffer-save-without-query): New var (buffer-local).
12514 (save-some-buffers): Save those buffers first, w/o asking.
12515
12516 * files.el (insert-directory-ls-version): New variable.
12517 (insert-directory): When ls returns an error, test the version
12518 number to decide what the return code means.
12519 With --dired output format, detect and distinguish lines
12520 that are really error messages.
12521 (insert-directory-adj-pos): New function.
12522
12523 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
12524
12525 * battery.el (battery-mode-line-format): Remove initial spaces.
12526
12527 * uniquify.el (uniquify-rationalize-file-buffer-names):
12528 Delete interactive spec.
12529
12530 * type-break.el (type-break-mode): Set buffer-save-without-query.
12531 Remove code that tried to set save-some-buffers-always.
12532 (type-break-file-keystroke-count): Bind deactivate-mark.
12533
12534 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
12535
12536 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
12537 Test that the buffer is live, and maybe reject current buffer too.
12538 Clarify.
12539 (next-error-find-buffer): Rewrite for clarity.
12540
12541 * loadup.el: Don't use buffer-disable-undo; do it directly.
12542
12543 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
12544 (describe-variable): Call symbol-file with `defvar'.
12545
12546 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
12547 (symbol-file): Rewritten to handle new load-history format.
12548 Now takes an arg TYPE to specify looking for a particular
12549 type of definition only.
12550
12551 * emacs-lisp/debug.el (debugger-make-xrefs):
12552 Call symbol-file with `defun'.
12553
12554 * emacs-lisp/find-func.el (find-function-noselect):
12555 Call symbol-file with `defun'.
12556 (find-variable-noselect): Call symbol-file with `defvar'.
12557
12558 * eshell/esh-cmd.el (eshell-find-alias-function):
12559 Call symbol-file with `defun'.
12560
12561 * eshell/esh-test.el (eshell-test-goto-func):
12562 Call symbol-file with `defun'.
12563
12564 * mail/rmail.el (rmail-resend):
12565 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
12566
12567 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
12568
12569 * progmodes/compile.el (compilation-find-buffer): Rename arg.
12570
12571 * textmodes/texinfmt.el (texinfo-format-buffer-1):
12572 Call buffer-disable-undo.
12573
12574 * simple.el (undo-list-saved): New variable (buffer-local).
12575 (undo): Set and test it.
12576 (buffer-disable-undo): Move here from buffer.c.
12577 Clear out undo-list-saved.
12578
12579 * international/mule.el (decode-coding-inserted-region):
12580 Set buffer-undo-list in a correct and optimal way.
12581
12582 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
12583 (cperl-font-lock-unfontify-region-function): No need to save and
12584 restore info, since font-lock.el does it for us.
12585
12586 * ansi-color.el (save-buffer-state): Definition deleted.
12587 (ansi-color-unfontify-region): Don't use save-buffer-state.
12588
12589 2004-12-27 Dave Love <fx@gnu.org>
12590
12591 * wid-edit.el (function): Use restricted-sexp as parent.
12592
12593 2004-12-27 Kevin Ryde <user42@zip.com.au>
12594
12595 * simple.el (next-matching-history-element): Use same
12596 `interactive' form as previous-matching-history-element.
12597
12598 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
12599 it can appear unencoded and has been seen from yahoo.
12600
12601 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12602
12603 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
12604 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
12605
12606 2004-12-27 Kenichi Handa <handa@m17n.org>
12607
12608 * international/utf-8.el (utf-translate-cjk-load-tables):
12609 Bind coding-system-for-read to nil while loading subst-*.
12610
12611 2004-12-26 Jay Belanger <belanger@truman.edu>
12612
12613 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
12614 default input.
12615
12616 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
12617
12618 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
12619 before reverting and disable undo recording while reverting.
12620
12621 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
12622
12623 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
12624 (hs-make-overlay): New function.
12625 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
12626 (hs-flag-region): Delete function.
12627 (hs-hide-comment-region): No longer use `hs-flag-region'.
12628 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
12629 (hs-hide-block-at-point): Likewise.
12630 (hs-hide-level-recursive): Use `hs-discard-overlays'.
12631 (hs-hide-all, hs-show-all): Likewise.
12632 (hs-show-block): Likewise.
12633 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
12634
12635 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
12636
12637 * progmodes/hideshow.el: Require `cl' when compiling.
12638 Remove XEmacs and Emacs 19 compatibility.
12639 Use `dolist' and `add-to-list' for load-time actions.
12640 (hs-discard-overlays): Use `dolist'.
12641 (hs-show-block): Likewise.
12642
12643 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
12644
12645 * faces.el (mode-line, mode-line-inactive): Use min-colors.
12646
12647 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
12648
12649 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
12650 When extending backwards, move outside the current comment first.
12651
12652 2004-12-22 Kenichi Handa <handa@m17n.org>
12653
12654 * international/quail.el (quail-start-translation): Fix prompt
12655 string for the case if input-method-use-echo-area being non-nil.
12656 (quail-start-conversion): Likewise.
12657 (quail-show-guidance): Don't show guidance if
12658 input-method-use-echo-area is non-nil.
12659
12660 2004-12-21 Richard M. Stallman <rms@gnu.org>
12661
12662 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
12663
12664 2004-12-21 Markus Rost <rost@ias.edu>
12665
12666 * calendar/diary-lib.el (mark-diary-entries):
12667 Set mark-diary-entries-in-calendar only after checking for diary-file.
12668
12669 2004-12-21 Richard M. Stallman <rms@gnu.org>
12670
12671 * faces.el (escape-glyph): Use blue against light foreground.
12672
12673 * simple.el (undo-outer-limit-truncate): New function.
12674 (undo-outer-limit-function): Use undo-outer-limit-truncate.
12675
12676 2004-12-21 Eli Barzilay <eli@barzilay.org>
12677
12678 * calculator.el (calculator-radix-grouping-mode)
12679 (calculator-radix-grouping-digits)
12680 (calculator-radix-grouping-separator):
12681 New defcustoms for the new radix grouping mode functionality.
12682 (calculator-mode-hook): Now used in electric mode too,
12683 (calculator): Call it.
12684 (calculator-mode-map): Some new keys.
12685 (calculator-message): New function. Some new calls.
12686 (calculator-op, calculator-set-register): Use it.
12687 (calculator-string-to-number): New function, mostly moved and
12688 updated code from calculator-curnum-value.
12689 (calculator-curnum-value): Use it.
12690 (calculator-paste): Use it, and update grabbing the current-kill.
12691 (calculator-rotate-displayer)
12692 (calculator-rotate-displayer-back): Toggle digit grouping when
12693 in radix mode, use calculator-message.
12694 (calculator-displayer-prev, calculator-displayer-next):
12695 Change digit group size when in radix mode.
12696 (calculator-number-to-string): Rename from
12697 calculator-num-to-string. Now deals with digit grouping in
12698 radix mode.
12699 (calculator-update-display, calculator-put-value): Use the new name.
12700 (calculator-fact): Return a floating point number.
12701 (calculator-mode): Doc fix.
12702
12703 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
12704
12705 * calendar/calendar.el (view-other-diary-entries): Add autoload.
12706 * calendar/diary-lib.el (view-other-diary-entries):
12707 Use current-prefix-arg in interactive spec.
12708
12709 2004-12-19 Jay Belanger <belanger@truman.edu>
12710
12711 * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
12712 adjust the syntax of both delimiters of half-open intervals.
12713
12714 2004-12-19 Kim F. Storm <storm@cua.dk>
12715
12716 * mouse.el (mouse-1-click-follows-link): Doc fix.
12717
12718 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12719
12720 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
12721 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
12722 instead of centraleuropean as the name
12723
12724 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
12725
12726 Sync with Tramp 2.0.46.
12727
12728 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
12729 parameters wrt Tramp convention.
12730 (tramp-handle-file-attributes-with-perl)
12731 (tramp-handle-directory-files-and-attributes): Apply it.
12732 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
12733 `copy-program'. Reported by Zack Weinberg
12734 <zack@codesourcery.com>.
12735 (top): Set `edebug-form-spec' property directly rather than
12736 calling `def-edebug-spec'.
12737
12738 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
12739 advice less fragile. Surround temporary redefinition of
12740 `substitute-in-file-name' with `unwind-protect'. Suggested by
12741 Matt Hodges <MPHodges@member.fsf.org>.
12742
12743 2004-12-17 Juri Linkov <juri@jurta.org>
12744
12745 * replace.el (occur-accumulate-lines, occur-engine):
12746 Make forcing deferred font-lock fontification jit-specific.
12747
12748 2004-12-17 Kim F. Storm <storm@cua.dk>
12749
12750 * mouse.el (mouse-1-click-follows-link): New defcustom.
12751 (mouse-on-link-p): New function.
12752 (mouse-drag-region-1): Implement mouse-1-click-follows-link
12753 functionality. Map a mouse-1 click event into a mouse-2 (or
12754 other) event when position is inside a link.
12755
12756 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
12757 prefix in tooltip text with "mouse-1" when this is a link
12758 recognized by mouse-1-click-follows-link functionality.
12759
12760 * help.el (describe-key): Report effective and original binding
12761 for mouse-1 when clicked on a link.
12762 (describe-mode): Add follow-link property to "minor-mode" button.
12763
12764 * help-fns.el (describe-variable): Add follow-link property to
12765 "below" button.
12766
12767 * help-mode.el (help-xref): Add follow-link property.
12768
12769 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
12770 (apropos-command, apropos-variable, apropos-face, apropos-group)
12771 (apropos-widget, apropos-plist): Add follow-link property.
12772
12773 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
12774 checks if position is in a filename, rather than some other
12775 clickable item. Function looks for cvs-filename-face at position.
12776
12777 * wid-edit.el (widget-specify-field, widget-specify-button):
12778 Map a :follow-link keyword into a follow-link property.
12779 (link): Add :follow-link keyword, map to RET binding.
12780
12781 * dired.el (dired-mode-map): Map follow-link to mouse-face.
12782
12783 * progmodes/compile.el (compilation-minor-mode-map)
12784 (compilation-button-map, compilation-mode-map): Likewise.
12785
12786 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
12787
12788 * play/zone.el (zone): Init `line-spacing' from orig buffer.
12789 (zone-replace-char): Take `count' and `del-count'
12790 instead of `direction'. Update callers. When `del-count' is
12791 non-nil, delete that many characters, otherwise `count' characters
12792 backwards. Insert the newly-replaced string `count' times.
12793 (zone-fret): Handle chars w/ width greater than one.
12794 (zone-fall-through-ws): No longer take window width `ww'.
12795 Update callers. Add handling for `char-width' greater than one.
12796 (zone-pgm-drip): Update var holding window-end position every cycle.
12797
12798 2004-12-17 Andre Spiegel <spiegel@gnu.org>
12799
12800 * vc.el (vc-default-update-changelog): Use insert-file-contents,
12801 rather than insert-file.
12802
12803 2004-12-16 Jay Belanger <belanger@truman.edu>
12804
12805 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
12806 (math-init-random-base, math-random-digit): Check to see if
12807 var-RandSeed is bound.
12808 (math-random-last): Declare it.
12809 (math-random-digit): Don't make math-random-last local.
12810
12811 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
12812
12813 * play/zone.el (zone): Fix omission bug: Use a self-disabling
12814 one-shot thunk for uniform (error, quit, normal) recovery.
12815 Reported by John Paul Wallington.
12816 (zone-pgm-random-life): Fix bug:
12817 Recognize empty initial field by lack of "@" chars.
12818
12819 2004-12-16 Juri Linkov <juri@jurta.org>
12820
12821 * help.el (function-called-at-point):
12822 * help-fns.el (variable-at-point): As a last resort try stripping
12823 non-word prefixes and suffixes.
12824
12825 * descr-text.el (describe-property-list): Don't treat syntax-table
12826 specially. Use describe-text-sexp which inserts [show] button
12827 for large objects and handles printing errors. Sort properties
12828 by names in alphabetical order instead of by value sizes.
12829 Add `mouse-face' to list of properties for `describe-face' widget.
12830 (describe-char): Mask out face-id from 19 bits of character.
12831 Print face-id separately.
12832
12833 * replace.el (occur-accumulate-lines, occur-engine):
12834 Fontify unfontified matching lines in the source buffer
12835 before copying them.
12836 (occur-engine): Don't put mouse-face on context lines.
12837 (occur-next-error): Set point to line beginning/end
12838 before searching for prev/next property to skip multiple
12839 matches on a line (not supported by occur engine).
12840 Remove redundant prefix-numeric-value.
12841
12842 2004-12-15 Juri Linkov <juri@jurta.org>
12843
12844 * replace.el (match): New face.
12845 (list-matching-lines-face): Change default from `bold' to `match'.
12846
12847 * progmodes/grep.el (grep-match-face): New defvar.
12848 (grep-mode-font-lock-keywords): Use grep-match-face instead of
12849 compilation-column-face to highlight grep matches.
12850
12851 * apropos.el (apropos-match-face): Change default from
12852 `secondary-selection' to `match'.
12853
12854 * info-look.el (info-lookup-highlight-face): Change default from
12855 `highlight' to `match'.
12856
12857 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
12858
12859 * progmodes/executable.el (executable-interpret): Eliminate
12860 obsolete compile-internal, and switch to comint for interaction.
12861
12862 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
12863
12864 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
12865 `&&' when skipping multiple statements on a line.
12866
12867 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
12868
12869 * play/zone.el (zone): Set `truncate-lines'.
12870 Also, init `tab-width' with value from original buffer.
12871 (zone-shift-up): Rewrite for speed.
12872 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
12873 (zone-pgm-jitter): Remove redundant entries from ops vector.
12874 (zone-exploding-remove): Reduce iteration count.
12875 (zone-cpos): Convert to defsubst.
12876 (zone-replace-char): New defsubst.
12877 (zone-park/sit-for): Likewise.
12878 (zone-fret): Take window-start arg.
12879 Update callers. Use `zone-park/sit-for'.
12880 (zone-fill-out-screen): Rewrite.
12881 (zone-fall-through-ws): Likewise. Update callers.
12882 (zone-pgm-drip): Use `zone-replace-char'.
12883 Move var inits before while-loop. Use `zone-park/sit-for'.
12884 (zone-pgm-random-life): Handle empty initial field.
12885 Use `zone-replace-char' and `zone-park/sit-for'.
12886
12887 2004-12-15 Juri Linkov <juri@jurta.org>
12888
12889 * isearch.el (isearch-update): Test isearch-lazy-highlight
12890 before calling isearch-lazy-highlight-new-loop.
12891 (isearch-lazy-highlight-new-loop):
12892 Don't test isearch-lazy-highlight.
12893
12894 * replace.el (perform-replace): Add isearch-case-fold-search.
12895 Use delimited-flag for isearch-regexp.
12896 Reset isearch-lazy-highlight-last-string to force lazy
12897 highlighting when called from isearch mode.
12898 (query-replace-highlight): Revert defcustom type to boolean.
12899 (query-replace-lazy-highlight): New defcustom.
12900 (query-replace): New face.
12901 (perform-replace, replace-highlight, replace-dehighlight):
12902 Test query-replace-lazy-highlight instead of special value
12903 `isearch' of query-replace-highlight.
12904 (replace-dehighlight): Don't call isearch-dehighlight.
12905 (replace-highlight): Don't call isearch-highlight.
12906 Use face `query-replace' unconditionally.
12907
12908 2004-12-14 Kim F. Storm <storm@cua.dk>
12909
12910 * simple.el (inhibit-mark-movement): Remove defvar.
12911 (beginning-of-buffer, end-of-buffer): Don't use it.
12912
12913 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12914 Don't use inhibit-mark-movement.
12915
12916 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
12917 (cua--undo-push-mark): Remove.
12918 (cua--pre-command-handler, cua--post-command-handler):
12919 Don't fiddle with inhibit-mark-movement.
12920
12921 2004-12-14 Juri Linkov <juri@jurta.org>
12922
12923 * buff-menu.el (list-buffers-noselect): Collect internal info
12924 for every buffer in BUFFER-LIST arg too.
12925 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
12926 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
12927 Bind same-window-buffer-names and same-window-regexps to nil.
12928
12929 2004-12-13 Juri Linkov <juri@jurta.org>
12930
12931 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
12932
12933 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
12934 (sc-cite-region, sc-uncite-region, sc-recite-region):
12935 Fix previous change to handle not alist as a symbol, but
12936 a citation frame as a symbol that represents a variable name.
12937
12938 2004-12-13 Richard M. Stallman <rms@gnu.org>
12939
12940 * filecache.el (file-cache-add-directory-using-find):
12941 Only set up file-cache-find-command-posix-flag if we will use it.
12942
12943 * bindings.el (mode-line-buffer-identification-keymap):
12944 Don't cancel the mode-line's usual down-mouse-1 binding.
12945
12946 * cus-edit.el (custom-face-selected): Handle `default' specs.
12947 (custom-face-edit): Increase extra-offset.
12948 (custom-display): Handle `default' specs.
12949
12950 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
12951
12952 * emacs-lisp/elint.el (elint-standard-variables)
12953 (elint-unknown-builtin-args): Move definitions up.
12954
12955 * net/browse-url.el (browse-url-url-at-point): Add autoload.
12956
12957 * info.el (info-xref-visited): Use `default' instead of t.
12958 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
12959
12960 * faces.el (header-line, mode-line-inactive, tool-bar):
12961 Use `default' instead of t for setting the defaults.
12962 (face-spec-choose): Separate `t' from `default'.
12963
12964 * subr.el (while-no-input): New macro.
12965
12966 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
12967
12968 * filecache.el (file-cache-add-directory-using-find):
12969 Only test file-cache-find-command-posix-flag on some systems.
12970
12971 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
12974 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
12975 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
12976 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
12977 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
12978 annotate.
12979
12980 2004-12-12 Juri Linkov <juri@jurta.org>
12981
12982 * files.el (find-file-other-window, find-file-other-frame):
12983 Add the first buffer to the returned value to return the complete
12984 list of all visited buffers.
12985 (find-file-read-only, find-file-read-only-other-window)
12986 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
12987 `find-file-read-args'. Signal an error about non-existent file
12988 only if file name doesn't contain wildcards. Toggle read-only in
12989 all visited buffers.
12990 (find-alternate-file, find-alternate-file-other-window):
12991 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
12992 called interactively. Pass arg `wildcards' to other functions.
12993 (find-file-noselect): Doc fix.
12994
12995 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
12996 Doc fix.
12997 (ffap-directory-finder): New variable.
12998 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
12999 (ffap-file-at-point): Add /* to immediately rejected names.
13000 Return absolute file names matching ffap-dired-wildcards.
13001 (ffap-read-file-or-url): Set default value for `completing-read'
13002 to `buffer-file-name'.
13003 (find-file-at-point): When filename matches ffap-dired-wildcards,
13004 call ffap-file-finder with t arg `wildcards', instead of dired.
13005 (ffap-other-window, ffap-other-frame): Return visited buffers.
13006 (ffap-read-only, ffap-read-only-other-window)
13007 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
13008 (dired-at-point): Call ffap-directory-finder instead of dired.
13009 (ffap-dired-other-window, ffap-dired-other-frame)
13010 (ffap-list-directory): New commands.
13011 (ffap-bindings): New keybindings for new commands.
13012
13013 2004-12-12 Juri Linkov <juri@jurta.org>
13014
13015 * simple.el (beginning-of-buffer, end-of-buffer):
13016 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13017 Do not push mark when mark is active in transient-mark-mode.
13018
13019 * simple.el (mark-word):
13020 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
13021 * textmodes/paragraphs.el (mark-paragraph):
13022 Extend the region when mark is active in transient-mark-mode,
13023 regardless of the last command. Doc fix.
13024
13025 * simple.el (mark-word): Preserve direction when repeating.
13026 Make arg optional. Interactive "p" -> "P".
13027 (transient-mark-mode, inhibit-mark-movement): Doc fix.
13028
13029 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
13030 preserving direction, to mark forward instead of backward when mark
13031 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
13032
13033 2004-12-12 Juri Linkov <juri@jurta.org>
13034
13035 * isearch.el (isearch-edit-string): Set 7th arg of
13036 `read-from-minibuffer' to `t' to inherit the current input
13037 method (whose name is indicated by [IM] in the minibuffer prompt)
13038 from the current buffer to the minibuffer.
13039 (isearch-lazy-highlight-update): Put body to `with-local-quit'
13040 to allow C-g quitting for lazy highlighting looping inside the
13041 search with nested repetition operators. Add overlay to the list
13042 before setting its face and other properties to avoid the case of
13043 code quitting after placing the new overlay but before it's
13044 recorded on the list. Select the window where isearch was
13045 activated, to highlight matches in the right window when isearch
13046 switches the current window to the minibuffer.
13047
13048 * international/isearch-x.el
13049 (isearch-process-search-multibyte-characters):
13050 Use `isearch-message' as initial input for `read-string' instead
13051 of adding it to the minibuffer prompt. After reading a string
13052 remove the initial value of `isearch-message' from the string.
13053
13054 * replace.el (replace-match-maybe-edit): Doc fix.
13055 (perform-replace): Don't call `replace-highlight' when automatic
13056 replacement is requested in literal mode, since it is intended
13057 only to highlight words during entering a new replacement string
13058 for \? in non-literal mode.
13059
13060 * replace.el (query-replace-highlight): Add new value `isearch'
13061 that allows query replacement to use isearch highlighting.
13062 Change type from `boolean' to `choice'. Doc fix.
13063 (replace-highlight, replace-dehighlight, perform-replace):
13064 Use isearch highlighting if query-replace-highlight eq `isearch'.
13065
13066 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
13067
13068 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13069 (checkdoc-message-text, checkdoc-defun): Fix format messages for
13070 `error'.
13071
13072 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
13073 case of \end{verbatim}.
13074
13075 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
13076
13077 * term.el (term-termcap-format): Synchronize with terminfo.
13078 (term-emulate-terminal): Handle reset.
13079 (term-reset-terminal): New function.
13080
13081 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
13082
13083 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
13084 (zone-fill-out-screen): New func.
13085 (zone-pgm-drip): Use `zone-fill-out-screen'.
13086 Also, no longer go to point-min on every cycle.
13087 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
13088 (zone-pgm-random-life-wait): New user var.
13089 (zone-pgm-random-life): New func.
13090
13091 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
13092
13093 * files.el (auto-mode-alist): Map .com to DCL mode.
13094
13095 2004-12-09 Richard M. Stallman <rms@gnu.org>
13096
13097 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
13098
13099 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
13100
13101 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
13102 buffer with a display margin.
13103
13104 2004-12-08 Jay Belanger <belanger@truman.edu>
13105
13106 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
13107 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
13108
13109 2004-12-08 Richard M. Stallman <rms@gnu.org>
13110
13111 * faces.el: Delete code to set display table.
13112 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
13113
13114 2004-12-08 Jay Belanger <belanger@truman.edu>
13115
13116 * calc/calc.el: Add math-read-preprocess-string to autoloads.
13117
13118 * calc/calc-ext.el (math-read-replacement-list)
13119 (math-read-superscripts, math-read-preprocess-string): Move to
13120 calc-aent.el.
13121
13122 * calc/calc-aent.el (math-read-replacement-list)
13123 (math-read-superscripts, math-read-preprocess-string): Move from
13124 calc-ext.el.
13125
13126 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * isearch.el (isearch-quote-char): Fix up typo in last change.
13129
13130 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
13131
13132 * mouse.el (mouse-set-font): Handle the case where the command was
13133 not invoked using the mouse.
13134
13135 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
13136 (edmacro-finish-edit): Further update for keyboard macros that are
13137 lambda forms.
13138 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
13139
13140 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * font-lock.el (font-lock-unfontify-region): Save buffer state.
13143 (font-lock-default-unfontify-region): Don't save buffer state any more.
13144
13145 2004-12-07 Jay Belanger <belanger@truman.edu>
13146
13147 * calc/calc-help.el (calc-describe-key):
13148 Set calc-summary-indentation even when Calc Summary buffer exists.
13149
13150 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
13151
13152 * calendar/holidays.el (holiday-easter-etc): Make arguments
13153 optional for backwards compatibility. Doc fix.
13154 Remove un-necessary local vars mandatory, output-list.
13155 (holiday-advent): Make arguments optional for backwards
13156 compatibility. Doc fix.
13157
13158 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13159
13160 * paren.el (show-paren-function): Fix last change (2004-12-02).
13161
13162 * international/mule-util.el (char-displayable-p): Return nil for
13163 unibyte mode.
13164
13165 * subr.el (subregexp-context-p): New function.
13166
13167 * isearch.el (isearch-quote-char): Use it.
13168
13169 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
13170 (regexp-opt-not-groupie*-re): Remove.
13171 (regexp-opt): Properly handle inputs with duplicate entries.
13172
13173 2004-12-06 Richard M. Stallman <rms@gnu.org>
13174
13175 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
13176
13177 * cus-edit.el (custom-file): Doc fix.
13178
13179 * textmodes/org.el: New file.
13180
13181 2004-12-06 Kenichi Handa <handa@m17n.org>
13182
13183 * ldefs-boot.el: Update international/mule-util.el section.
13184
13185 2004-12-05 Sam Steingold <sds@gnu.org>
13186
13187 * net/tramp.el (tramp-handle-file-accessible-directory-p):
13188 Fix `tramp-time-diff' comparison logic.
13189
13190 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
13191
13192 * progmodes/which-func.el (which-function):
13193 Use `run-hook-with-args-until-success' instead of a custom loop.
13194 Fixes bug with local hooks.
13195
13196 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13197
13198 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
13199 Use delete-dups when calculating the initial value.
13200 (bibtex-autokey-get-title): Use <=.
13201 (bibtex-goto-line): New function.
13202 (bibtex-reposition-window): Use line numbers instead of point
13203 positions. Use window-body-height.
13204 (bibtex-find-crossref): Use bibtex-reposition-window.
13205 (bibtex-find-entry): Use bibtex-reposition-window. Always return
13206 position of entry if key is found or nil if not found.
13207
13208 2004-12-05 Richard M. Stallman <rms@gnu.org>
13209
13210 * cus-edit.el (custom-file): Doc fix.
13211
13212 * progmodes/sh-script.el (sh-indent-for-then): Change default.
13213
13214 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * simple.el (blink-matching-open):
13217 * textmodes/tex-mode.el (tex-validate-region):
13218 Obey syntax-table text properties.
13219
13220 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
13221
13222 * wid-edit.el (widget-specify-field): Add `real-field' property to
13223 boundary.
13224 (widget-field-at): Use it.
13225
13226 2004-12-02 Richard M. Stallman <rms@gnu.org>
13227
13228 * progmodes/cc-mode.el (awk-mode autoload):
13229 Supply t meaning interactive function.
13230
13231 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
13232 (isearch-mode-map): No special definition for space.
13233 (isearch-whitespace-chars): Command deleted.
13234 (isearch-forward-regexp): Doc fix.
13235 (isearch-quote-char): When a space is not inside brackets,
13236 use `[ ]' instead of just space.
13237 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
13238
13239 * imenu.el (imenu--generic-function): Delete code to exclude
13240 matches in comments.
13241
13242 * man.el (Man-reverse-face): Change default to `highlight'.
13243
13244 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
13245 (occur-engine): Use `face' prop rather than `font-lock-face'
13246 when specifying use of `match-face'.
13247 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
13248
13249 * emacs-lisp/elint.el (elint-standard-variables): Update list.
13250
13251 * add-log.el (add-log-current-defun): Handle the case where point
13252 is in the header part of a DEFUN construct.
13253
13254 2004-12-02 Dave Love <fx@gnu.org>
13255
13256 * progmodes/python.el (python-font-lock-syntactic-keywords):
13257 Fix previous change.
13258
13259 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
13260
13261 * paren.el (show-paren-function): Check for matching chars
13262 specified by text props.
13263
13264 2004-12-02 Jay Belanger <belanger@truman.edu>
13265
13266 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
13267 when reading a new key sequence.
13268
13269 2004-12-02 Kim F. Storm <storm@cua.dk>
13270
13271 * faces.el (escape-glyph): Rename from glyph.
13272 (standard-display-table): Set it here. Add escape-glyph face to
13273 extra slot characters.
13274
13275 * disp-table.el: Undo 2004-12-01 change. Display table is now
13276 setup in faces.el.
13277
13278 2004-12-02 Mark A. Hershberger <mah@everybody.org>
13279
13280 * xml.el (xml-parse-dtd): Don't show validity messages when
13281 xml-validating-parser is nil.
13282 (xml-substitute-special): Fix validity error messages to
13283 actually show the unexpandable entity. Added validity error if &
13284 isn't followed by an entity.
13285 (xml-parse-tag): Concatenate any string following the a
13286 <![CDATA[]]> section to the parsed CDATA.
13287 (xml-parse-dtd): Skip parameter entity declarations and use of
13288 parameter entities.
13289
13290 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
13291
13292 * kmacro.el (kmacro-default-counter-format): New var.
13293 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
13294 (kmacro-display): Remove `nil' from `and' form. Delete call to
13295 `format' inside `message'.
13296 (kmacro-start-macro): Use `kmacro-default-counter-format'.
13297
13298 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13299
13300 * pcvs.el (cvs-header-msg): New function.
13301 (cvs-update-header): Use it. Change calling convention.
13302 Correctly handle the case of having simultaneous active processes.
13303 (cvs-sentinel): Don't call cvs-update-header any more.
13304 (cvs-mode-run): Update call and add cvs-update-header to postproc.
13305
13306 2004-12-01 Jay Belanger <belanger@truman.edu>
13307
13308 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
13309 Change message.
13310
13311 2004-12-01 Juri Linkov <juri@jurta.org>
13312
13313 * progmodes/prolog.el (prolog-mode-variables):
13314 Fix imenu-generic-expression.
13315
13316 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
13317
13318 * faces.el (glyph): New face.
13319
13320 * disp-table.el: Add an autoloaded table, that doesn't require
13321 this library, with glyph face.
13322
13323 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
13324 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
13325 (conf-quote-normal): Allow normalizing only ' or ".
13326 (conf-mode): Regexp-quote constructed comment-start and don't
13327 match section {} where "name" contains braces.
13328
13329 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
13330 files.
13331
13332 2004-12-01 Kenichi Handa <handa@m17n.org>
13333
13334 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
13335 (x-select-text): Don't treat eight-bit-control/graphic chars
13336 specially. Store the encoded text in the X cut buffer.
13337 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
13338 with x-last-selected-text-cut-encoded.
13339
13340 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
13343
13344 2004-11-30 Markus Rost <rost@ias.edu>
13345
13346 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
13347 AUCTeX.
13348
13349 2004-11-30 Jay Belanger <belanger@truman.edu>
13350
13351 * calc/calc-arith.el (math-possible-signs): Made stronger checks
13352 on signs of intervals.
13353 (math-pow-of-zero): Strengthen checks for positive and negative
13354 exponents.
13355
13356 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
13357 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
13358 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
13359 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
13360 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
13361 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
13362 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
13363 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
13364 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
13365 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
13366 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
13367 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
13368 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
13369 functions with provide statements.
13370
13371 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
13372
13373 * calc/calc-embed.el (calc-do-embedded-activate): Remove from
13374 autoloads.
13375
13376 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
13377 (calc-load-everything, math-defsimplify): Replace dummy autoloading
13378 functions by require statements.
13379 (math-defsimplify): Move to calc-alg.el, add to autoloads.
13380
13381 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
13382 (calc-gnuplot-print): Give them values.
13383
13384 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
13385 autoloads.
13386 Add calc-do-embedded-activate to autoloads.
13387 (calc-gnuplot-name, calc-gnuplot-plot-command)
13388 (calc-gnuplot-print-command): Move them to calc-graph.el.
13389
13390 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13391
13392 * term/mac-win.el (ccl-encode-mac-roman-font)
13393 (ccl-encode-mac-cyrillic-font)
13394 (ccl-encode-mac-centraleuropean-font, encoder-list)
13395 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
13396 Support Cyrillic, CentralEuropean, and Dingbat font display
13397
13398 2004-11-30 Andre Spiegel <spiegel@gnu.org>
13399
13400 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
13401
13402 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
13403 still nil.
13404
13405 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
13406
13407 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
13408 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
13409
13410 2004-11-29 Jay Belanger <belanger@truman.edu>
13411
13412 * calc/calc-arith.el (math-pow-of-zero): Take into account different
13413 cases of the base and exponent.
13414
13415 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
13416
13417 * simple.el (next-error-buffer-p): Allow for inclusive and
13418 exclusive tests for finding a buffer.
13419 (next-error-find-buffer): Pass the exclusive and inclusive tests
13420 to next-error-buffer-p.
13421
13422 * replace.el (occur-next-error): Switch to the Occur buffer when
13423 appropriate, use the exclusive filter to next-error-find-buffer to
13424 do it. Use the absolute value of the motion amount.
13425
13426 2004-11-29 Kenichi Handa <handa@m17n.org>
13427
13428 * startup.el (command-line): Decode all default-directory by
13429 locale-coding-system.
13430
13431 2004-11-29 Jay Belanger <belanger@truman.edu>
13432
13433 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
13434 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
13435 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
13436 Replace calls to calc-extensions by appropriate require, replace
13437 calc-extensions-loaded by appropriate featurep.
13438
13439 * calc/calc-ext.el: Move require to end of file. Remove redundant
13440 loading of calc.el.
13441 (calc-extensions-loaded): Remove unnecessary variable.
13442 (calc-extensions): Remove unnecessary function.
13443 (calc-load-everything): Replace calc-need-macros by appropriate
13444 require.
13445
13446 * calc/calc-macs.el: Move provide to end of file.
13447 (calc-need-macros): Remove unnecessary function.
13448
13449 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
13450 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
13451 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
13452 Replace calc-extensions by appropriate require.
13453 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
13454
13455 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
13456 Replace calc-need-macros by appropriate require.
13457
13458 * calc/calc.el: Move require to end of file.
13459 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
13460 Remove unnecessary variable.
13461 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
13462 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
13463 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
13464 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
13465 (math-stack-value-offset, math-format-value, math-format-flat-expr)
13466 (math-format-number, math-format-bignum, math-read-number)
13467 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
13468 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
13469 by appropriate require.
13470 (calc-check-defines): Replace calc-need-macros by appropriate require.
13471
13472 2004-11-29 Kim F. Storm <storm@cua.dk>
13473
13474 * macros.el (insert-kbd-macro): Handle kmacro functions.
13475
13476 2004-11-28 Juri Linkov <juri@jurta.org>
13477
13478 * compare-w.el (compare-windows-highlight): Attach each overlay
13479 to its window to properly highlight differences while comparing
13480 two windows of the same buffer. Fix arguments.
13481 (compare-windows-sync-default-function): Fix arguments of
13482 `compare-windows-highlight'.
13483
13484 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
13485 Use `read-expression-history'. Set initial contents only if
13486 `edebug-global-break-condition' is non-nil. Set histpos to 1
13487 if initial contents is equal to the last history element.
13488 (edebug-set-conditional-breakpoint): Instead of temporarily
13489 prepending the current condition to the history, set initial
13490 contents to the current condition. Set histpos to 1 if initial
13491 contents is equal to the last history element.
13492
13493 * info.el (Info-search-whitespace-regexp): Remove shy group.
13494 (Info-search): Forward line if search is on the header line.
13495 Use search-whitespace-regexp in two other places.
13496
13497 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
13498
13499 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
13500 warning. Delay real definition, which uses
13501 `set-fringe-indicators-1' till after the definition of that function.
13502
13503 2004-11-28 Kim F. Storm <storm@cua.dk>
13504
13505 * fringe.el (fringe): New defgroup.
13506 (fringe-mode): Move to fringe group.
13507 (fringe-indicators): New defcustom.
13508 (set-fringe-indicators-1): New defun.
13509
13510 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
13511 (menu-bar-showhide-fringe-ind-menu): New keymap.
13512 (menu-bar-showhide-fringe-ind-empty)
13513 (menu-bar-showhide-fringe-ind-mixed)
13514 (menu-bar-showhide-fringe-ind-box)
13515 (menu-bar-showhide-fringe-ind-right)
13516 (menu-bar-showhide-fringe-ind-left)
13517 (menu-bar-showhide-fringe-ind-none): New defuns.
13518 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
13519
13520 2004-11-27 Richard M. Stallman <rms@gnu.org>
13521
13522 * comint.el (comint-read-noecho): Add trivial compatibility definition.
13523
13524 * generic.el (define-generic-mode): Doc fix.
13525
13526 * menu-bar.el (menu-bar-options-save): For the options
13527 that are toggled with menu-bar-make-mm-toggle, don't check
13528 for customized-value prop.
13529
13530 2004-11-27 Eli Zaretskii <eliz@gnu.org>
13531
13532 * mail/supercite.el (sc-cite-region): Handle the case where
13533 sc-cite-frame-alist is a symbol.
13534 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
13535 a symbol.
13536 (sc-recite-region): Handle the case where sc-recite-frame-alist is
13537 a symbol.
13538
13539 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
13540
13541 * wid-edit.el (widget-narrow-to-field): New function.
13542 (widget-complete): Use it.
13543
13544 2004-11-27 Jay Belanger <belanger@truman.edu>
13545
13546 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
13547 variable.
13548 (calc-eval-error): Don't check if the variable calc-eval-error is
13549 bound.
13550 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
13551 (math-alg-inequalities): Move declaration to earlier in the file.
13552
13553 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
13554 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
13555 Declare them.
13556
13557 * calc/calc-lang.el (math-expr-data, math-expr-token)
13558 (math-exp-old-pos): Declare them.
13559
13560 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
13561 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
13562
13563 2004-11-27 Kim F. Storm <storm@cua.dk>
13564
13565 * progmodes/flymake.el: Use (featurep 'xemacs).
13566 (flymake-makehash): Change to defsubst. Use fboundp.
13567 (flymake-time-to-float): Remove.
13568 (flymake-float-time): Merge code from flymake-time-to-float here.
13569 (flymake-replace-regexp-in-string): Change to defsubst.
13570 (flymake-split-string-remove-empty-edges):
13571 Rename to flymake-split-string.
13572 (flymake-split-string): Remove previous defalias.
13573 (flymake-get-temp-dir): Change to defsubst.
13574 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
13575 Define for xemacs only.
13576 (flymake-master-file-count-limit): Change into compiler defvar only.
13577 (flymake-find-possible-master-files): Let-bind it dynamically while
13578 sorting files using flymake-master-file-compare.
13579
13580 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13581
13582 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
13583 of defun-prompt-regexp matches inside a comment/string but the
13584 beginning is correctly outside everything.
13585
13586 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
13587 appears within a string or a comment.
13588
13589 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
13590 rather than make-symbol for symbols which are used in
13591 a symbol-macrolet or equivalent.
13592
13593 2004-11-26 Jay Belanger <belanger@truman.edu>
13594
13595 * calc-misc.el (calc-last-why-command): Declare it.
13596
13597 * calc-vec.el (math-grade-vec): New variable.
13598 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
13599 Replace variable grade-vec by declared variable.
13600 (math-rb-close): New variable.
13601 (math-read-brackets, math-read-vector): Replace variable close by
13602 declared variable.
13603
13604 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
13605 (calc-one-window, calc-edit-handler, calc-restore-trail)
13606 (calc-allow-ret): Declare them.
13607
13608 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
13609 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
13610 (math-radix-float-cache-tag, math-random-cache)
13611 (math-max-digits-cache, math-integral-cache, math-units-table)
13612 (math-format-date-cache, math-holidays-cache-tag): Declare them.
13613 (math-moc-func): New variable.
13614 (math-map-over-constants, math-map-over-constants-rec):
13615 Replace variable func by declared variable.
13616
13617 * calc/calc-store.el (calc-given-value, calc-store-opers):
13618 Declare them.
13619 (calc-var-name-map): Move declaration to earlier in the file.
13620 (calc-pv-pos): New variable.
13621 (calc-permanent-variable, calc-insert-permanent-variable):
13622 Replace variable pos by declared variable.
13623
13624 * calc/calc-mtx.el (calc-det-lu): New variable.
13625 (math-det-raw, math-det-step): Replace variable lu by declared
13626 variable.
13627
13628 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
13629 (math-multi-subst, math-multi-subst-rec): Replace variables temp
13630 and arg by declared variables.
13631 (calcFunc-reducer): Fix incorrect variable.
13632 (math-inner-mul-func, math-inner-add-func): New variables.
13633 (calcFunc-inner, math-inner-mats): Replace variables mul-func
13634 and add-func by declared variables.
13635
13636 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
13637 (calc-digit-value): Declare them.
13638
13639 * calc/calc-help.el (Info-history): Declare it.
13640 (calc-describe-key): Make calc-summary-indentation a local variable.
13641 (calc-help-long-names): Move declaration to earlier in file.
13642
13643 * calc/calc-embed.el (calc-original-buffer): Declare it.
13644 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
13645 (calc-embed-bot): New variables.
13646 (calc-do-embedded, calc-embedded-mark-formula)
13647 (calc-embedded-find-bounds, calc-embedded-duplicate)
13648 (calc-embedded-new-formula, calc-embedded-make-info):
13649 Replace vars outer-top, outer-bot, bot and top by declared variables.
13650 (calc-embed-prev-modes): New variable.
13651 (calc-embedded-set-modes, calc-embedded-update): Replace variable
13652 prev-modes with declared variable.
13653 (calc-embed-vars-used): New variable.
13654 (calc-embedded-make-info, calc-embedded-evaluate-expr)
13655 (calc-embedded-update, calc-embedded-find-vars): Replace variable
13656 vars-used by declared variable.
13657
13658 * calc/calc-bin.el (math-format-radix-float): Make pos a local
13659 variable.
13660 (math-format-radix-float): Remove unnecessary setq.
13661 (math-radix-float-cache): Declare it.
13662
13663 * calc/calcsel2.el (calc-keep-selection): Declare it.
13664
13665 * calc/calc-maint.el: Remove file.
13666
13667 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13668
13669 * textmodes/bibtex.el (bibtex-sort-entry-class)
13670 (bibtex-comment-start): Use defcustom.
13671 (bibtex-entry-field-alist): Use nil if initial content of the
13672 field is undefined. Fix docstring.
13673 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
13674 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
13675 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
13676 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
13677 Fix docstring.
13678 (bibtex-autokey-title-terminators): Use only one regexp.
13679 (bibtex-string-maybe-empty-head): New variable.
13680 (bibtex-remove-delimiters-string): New function.
13681 (bibtex-text-in-field-bounds, bibtex-text-in-string):
13682 Use bibtex-remove-delimiters-string.
13683 (bibtex-progress-message, bibtex-field-left-delimiter)
13684 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
13685 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
13686 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
13687 Simplify.
13688 (bibtex-format-entry): Use save-excursion for inherited booktitle.
13689 Use eq and bibtex-remove-delimiters-string. For end markers use
13690 insertion type so that marker stays after inserted text.
13691 (bibtex-autokey-get-names): Return empty string if name is missing.
13692 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
13693 calling bibtex-autokey-name-case-convert.
13694 (bibtex-autokey-demangle-title):
13695 Call bibtex-autokey-titleword-case-convert. Remove call to
13696 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
13697 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
13698 (bibtex-read-key): New optional arg global.
13699 (bibtex-files-expand): New optional arg force.
13700 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
13701 (bibtex-complete-crossref-cleanup): Rename from
13702 bibtex-complete-key-cleanup. Simplify code.
13703 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
13704 Operate on current entry.
13705 (bibtex-button): Add docstring.
13706 (bibtex-entry): Simplify.
13707 (bibtex-make-field): Replace optional arg called-by-yank with more
13708 specific args move and interactive.
13709 (bibtex-end-of-entry): Use forward-sexp.
13710 (bibtex-find-entry-globally): Remove.
13711 (bibtex-find-crossref): Allow for crossref key located in other buffer.
13712 Bound to C-c C-x.
13713 (bibtex-find-entry): New optional args global and display.
13714 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
13715 (bibtex-validate): Use arg force of bibtex-files-expand.
13716 (bibtex-clean-entry): Bugfix, clean string entries properly.
13717 Always keep point at beginning of entry.
13718 (bibtex-complete): Bugfix. Handle string entries properly.
13719 Call cleanup functions only if needed.
13720 (bibtex-String): Use bibtex-read-string-key.
13721 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
13722 case of replacement text.
13723
13724 2004-11-26 Lars Hansen <larsh@math.ku.dk>
13725
13726 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
13727 (tramp-perl-directory-files-and-attributes): New constant.
13728 (tramp-file-name-handler-alist): Delete file-directory-files, add
13729 directory-files-and-attributes.
13730 (tramp-perl-file-attributes): Surround uid and gid by double
13731 quotes. Change parameter id-format from nonnumeric.
13732 (tramp-convert-file-attributes): New function.
13733 (tramp-handle-file-attributes): Use it.
13734 (tramp-maybe-send-perl-script): New function.
13735 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
13736 file mode. Change parameter id-format from nonnumeric.
13737 (tramp-handle-file-attributes-with-ls): Change parameter id-format
13738 from nonnumeric.
13739 (tramp-post-connection): Don't send tramp-perl-file-attributes
13740 script. Reset connection property "perl-scripts".
13741 (tramp-handle-insert-directory): Run real handler when ls-lisp is
13742 in use.
13743
13744 2004-11-26 Lars Hansen <larsh@math.ku.dk>
13745
13746 * desktop.el (desktop-read): Replace mapcar with mapc.
13747 (desktop-create-buffer): Replace mapcar with mapc.
13748 Remove redundant piece of code.
13749
13750 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
13751
13752 * progmodes/gud.el (gud-display-line): Use display-buffer
13753 for GDB-UI as for GUD.
13754
13755 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
13756 Delete variables.
13757 (gdb-ann3): Don't make GUD buffer dedicated.
13758 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
13759 (gdb-display-source-buffer): Delete function.
13760 (gdb-view-source-function, gdb-view-assembler): Delete functions.
13761 (menu): Delete menu bindings for viewing source/assembler.
13762 (gdb-setup-windows, gdb-restore-windows):
13763 Don't dedicate GUD. No assembler now.
13764 (gdb-reset): No need to undedicate source buffers now.
13765 (gdb-source-info): No assembler now.
13766
13767 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
13768
13769 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
13770 width to those for special frames.
13771 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
13772 Use display-buffer.
13773 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
13774 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
13775 (gdb-frame-assembler-buffer): Rework like
13776 gdb-frame-breakpoints-buffer.
13777
13778 2004-11-25 Richard M. Stallman <rms@gnu.org>
13779
13780 * progmodes/flymake.el: Reindent.
13781 (flymake-split-string): Turn into defalias.
13782 (flymake-fix-file-name): Rename from flymake-fix-path-name.
13783 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
13784 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
13785 (flymake-build-relative-filename): Rename from ...path.
13786 Fix error message.
13787
13788 2004-11-25 Cheng Gao <chenggao@gmail.com>
13789
13790 * progmodes/flymake.el: Much whitespace and capitalization change.
13791 Move `provide' to end. Require `compile' only when compiling.
13792
13793 2004-11-24 Jay Belanger <belanger@truman.edu>
13794
13795 * calc/calc-alg.el: Added comment.
13796 (math-polynomial-base): Replace variable mpb-top-expr by
13797 math-poly-base-top-expr.
13798
13799 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
13800 (math-polynomial-p1): Replace variable mpb-top-expr by declared
13801 variable.
13802 (math-poly-base-total-base): New variable.
13803 (math-total-polynomial-base, math-polynomial-p1): Replace variable
13804 mpb-total-base by declared variable.
13805 (math-factored-vars, math-to-list): Declare it.
13806 (math-fact-expr): New variable.
13807 (calcFunc-factors, calcFunc-factor, math-factor-expr)
13808 (math-factor-expr-try, math-factor-expr-part): Replace variable
13809 expr by declared variable.
13810 (math-fet-x): New variable.
13811 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
13812 by declared variable.
13813 (math-factor-poly-coefs): Make temp a local variable.
13814
13815 * calc/calc-units.el (calc-convert-units): Make units a local
13816 variable.
13817 (calc-num-units, calc-den-units): New variables.
13818 (calc-explain-units, calc-explain-units-rec): Replace variables
13819 num-units and den-units by declared variables.
13820 (math-cu-unit-list): New variable.
13821 (math-build-units-table, math-compare-unit-names)
13822 (math-convert-units, math-convert-units-rec): Replace variable
13823 unit-list by declared variable.
13824 (math-fbu-base, math-fbu-entry): New variables.
13825 (math-find-base-units, math-find-base-units-rec): Replace variables
13826 base and entry by declared variables.
13827 (math-which-standard): New variable.
13828 (math-to-standard-units, math-to-standard-rec): Replace variable
13829 which-standard by declared variable.
13830 (math-fcu-u): New variable.
13831 (math-find-compatible-unit, math-find-compatible-unit-rec):
13832 Replace variable u by declared variable.
13833 (math-cu-new-units, math-cu-pure): New variables.
13834 (math-convert-units, math-convert-units-rec): Replace variables
13835 new-units and pure by declared variables.
13836 (math-try-cancel-units): New variable.
13837 (math-simplify-units-quotient): Replace variable try-cancel-units by
13838 declared variable.
13839
13840 2004-11-24 Richard M. Stallman <rms@gnu.org>
13841
13842 * textmodes/ispell.el (ispell-check-version):
13843 If default-directory is nonexistent, use home dir.
13844
13845 * progmodes/grep.el (grep-regexp-alist):
13846 Don't match parens around line numbers.
13847
13848 * progmodes/cperl-mode.el (cperl-indent-region)
13849 (cperl-imenu--create-perl-index, cperl-xsub-scan):
13850 Don't print progress messages.
13851
13852 * progmodes/compile.el (compilation-mode-map):
13853 Don't inherit from compilation-minor-mode-map;
13854 copy its bindings instead. But the menu bar Compile
13855 entry now does inherit from compilation-menu-map.
13856
13857 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13858 Use with-no-warnings around compiler-macroexpand.
13859
13860 * imenu.el: Don't always require newcomment.
13861 (imenu--generic-function): Call comment-normalize-vars
13862 if we have a comment syntax.
13863 Exit the loop if REGEXP matches the null string.
13864 Test comment-start as well as comment-start-skip
13865 when deciding whether to check for comments.
13866
13867 * tooltip.el (tooltip-mode): Doc fix.
13868
13869 * term.el (term-escape-char, term-mode): Doc fixes.
13870
13871 2004-11-24 Dave Love <fx@gnu.org>
13872
13873 * progmodes/python.el (python-font-lock-syntactic-keywords):
13874 Check for escapes in the regexp.
13875 (python-quote-syntax): Don't do it here.
13876
13877 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
13878
13879 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13880 (gdb-frames-mode-map, gdb-threads-mode-map)
13881 (gdb-registers-mode-map, gdb-locals-mode-map)
13882 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
13883 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
13884
13885 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
13886 (dedicated-switch-to-buffer): Rework.
13887 (gdb-var-evaluate-expression-handler, gdb-put-string):
13888 Remove unused variable bindings.
13889 (gdb-setup-windows, gdb-display-buffer):
13890 Simplify. Use pop-to-buffer.
13891 (gdb-view-source-function): Simplify.
13892 (gdb-frame-breakpoints-buffer):
13893 Use pop-to-buffer, special-display-regexps.
13894
13895 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13896
13897 * progmodes/f90.el (f90-smart-end)
13898 (f90-previous-statement, f90-beginning-of-block): Doc fix.
13899 (f90-calculate-indent): Handle un-named PROGRAM blocks.
13900 (f90-end-of-block): Doc fix. Make check of outermost block
13901 conditional on value of `f90-smart-end'.
13902 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
13903 Handle case where END-BLOCK is nil.
13904 (f90-match-end): Handle un-named PROGRAM blocks.
13905 (f90-backslash-not-special): New function.
13906
13907 2004-11-24 Jay Belanger <belanger@truman.edu>
13908
13909 * calc/calc.el (calc-embedded-active): Removed unnecessary
13910 declaration.
13911 (calc-show-banner): Removed redundant declaration.
13912
13913 * calc/calc-graph.el (calc-gnuplot-default-device)
13914 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13915 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13916 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
13917 Remove redundant initial values.
13918
13919 * calc/calc-arith.el (math-scalar-functions)
13920 (math-nonscalar-functions, math-scalar-if-args-functions)
13921 (math-real-functions, math-positive-functions)
13922 (math-nonnegative-functions, math-real-scalar-functions)
13923 (math-real-if-arg-functions, math-integer-functions)
13924 (math-num-integer-functions, math-rounding-functions)
13925 (math-float-rounding-functions, math-integer-if-args-functions)
13926 (math-super-types): Move declarations to earlier in file.
13927 (math-unit-prefixes): Declared it.
13928 (math-floor-prec, math-trunc-prec): New variables.
13929 (math-trunc-fancy): Replace variable prec by declared variable.
13930 (math-floor-fancy): Replace variable prec by declared variable.
13931 (math-com-bterms): New variable.
13932 (math-commutative-equal, math-commutative-collect):
13933 Replace variable bterms by declared variable.
13934
13935 * calc/calc-misc.el (math-trunc): Replace variable prec by
13936 math-trunc-prec.
13937 (math-floor): Replace variable prec by math-floor-prec.
13938
13939 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
13940 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
13941 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
13942 (math-format-date, math-format-date-part): Replace variables
13943 date, dt, year, month, day, weekday, hour, minute, second and
13944 bc-flag by declared variables.
13945 (math-pd-str): New variable.
13946 (math-parse-date, math-parse-date-word, math-parse-standard-date):
13947 Replace variable str by declared variable.
13948 (math-daylight-savings-hook, math-tzone-names): Move definitions
13949 to earlier in the file.
13950 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
13951 (math-sh-year): New variable.
13952 (math-setup-add-holidays, math-setup-holidays)
13953 (math-setup-year-holidays): Replace variable `year' by declared
13954 variable.
13955
13956 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
13957 New variables.
13958 (math-nth-root-float, math-nth-root-float-iter): Replace variables
13959 n, nf and nfm1 by declared variables.
13960 (math-nri-n): New variable.
13961 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
13962 n by declared variable.
13963 (calcFunc-log): Removed misplaced condition.
13964
13965 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13966
13967 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
13968
13969 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
13970
13971 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
13972 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
13973 Dedicate gdb-related windows.
13974 (gdb-display-buffer): Dedicate gdb-related windows.
13975 Don't grab other frames.
13976 (gdb-reset): Remove dedicated property after debugging.
13977
13978 2004-11-24 Jay Belanger <belanger@truman.edu>
13979
13980 * calc/calc-sel.el: Add comment.
13981
13982 * calc/calc.el (math-stack-value-offset): Replace variables c,
13983 wid and off with math-svo-c, math-svo-wid and math-svo-off.
13984
13985 * calc/calccomp.el (math-comp-sel-tag): Declare it.
13986 (math-svo-c, math-svo-wid, math-svo-off): New variables.
13987 (math-stack-value-offset-fancy): Replace variables c, wid and off
13988 by declared variables.
13989 (math-comp-just, math-comp-comma-spc): New variables.
13990 (math-compose-expr, math-compose-matrix): Replace variables `just'
13991 and comma-spc by declared variable.
13992 (math-comp-vector-prec): New variable.
13993 (math-compose-expr, math-compose-matrix, math-compose-rows):
13994 Replace variable vector-prec by declared variable.
13995 (math-comp-left-bracket, math-comp-right-bracket)
13996 (math-comp-comma): New variables.
13997 (math-compose-expr, math-compose-rows): Replace variables
13998 left-bracket, right-bracket and comma by declared variables.
13999 (math-comp-full-width): New variable.
14000 (math-comp-to-string-flat, math-comp-to-string-flat-term):
14001 Replace variable full-width by declared variable.
14002 (math-comp-highlight, math-comp-word, math-comp-level)
14003 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
14004 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
14005 New variables.
14006 (math-comp-to-string-flat, math-comp-to-string-flat-term)
14007 (math-comp-sel-flat-term): Replace variables comp-highlight,
14008 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
14009 declared variables.
14010 (math-comp-simplify, math-comp-simplify-term)
14011 (math-comp-add-string, math-comp-add-string-sel):
14012 Replace variables comp-highlight, comp-buf, comp-base,
14013 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
14014
14015 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14016
14017 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
14018
14019 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
14020 and x-server-version may throw.
14021
14022 2004-11-23 Kim F. Storm <storm@cua.dk>
14023
14024 * subr.el (substitute-key-definition-key): Optimize.
14025 Don't call indirect-function for nil defn (always signals error).
14026
14027 * ido.el (ido-read-internal): Fix require-match check when
14028 ido-directory-too-big is set.
14029
14030 2004-11-23 Jay Belanger <belanger@truman.edu>
14031
14032 * calc/calc-ext.el (math-read-replacement-list)
14033 (math-read-superscripts): New variables.
14034 (math-read-preprocess-string): New function.
14035 (math-read-expr): Filter input through math-read-preprocess-string.
14036
14037 * calc/calc-aent.el (math-read-exprs): Filter input through
14038 math-read-preprocess-string.
14039
14040 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
14041
14042 * progmodes/compile.el (compilation-start): In cd command use
14043 substitute-env-vars -- not quite shell compatible but better than
14044 nothing.
14045 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
14046 handle the newer versions messages, which are more parseable.
14047
14048 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 * reveal.el (reveal-mode-map): New var.
14051 (reveal-mode): Use it.
14052
14053 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
14054
14055 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
14056 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
14057
14058 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14059
14060 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
14061 header-line when needed.
14062 Use fixed-pitch only in the header-line.
14063 Build the underline automatically. Use emdash if available.
14064
14065 2004-11-22 Richard M. Stallman <rms@gnu.org>
14066
14067 * dired.el (dired-recursive-copies): Move from dired-aux.el.
14068 * dired-aux.el (dired-recursive-copies): Move to dired.el.
14069
14070 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
14071
14072 * progmodes/gdb-ui.el (gdb-resync): New function.
14073 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
14074 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
14075 Use it to fail more gracefully.
14076 (gdb-variables): Delete variable.
14077 Re-order variables to reduce byte-compiler warnings.
14078
14079 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14080
14081 * descr-text.el (describe-char):
14082 * paren.el (show-paren-function):
14083 * subr.el (syntax-after): Undo last change.
14084
14085 * progmodes/python.el (run-python): Don't hard code *Python*.
14086 Don't modify global process-environment.
14087 (python-send-region, python-load-file): Don't assume that
14088 python-buffer == (process-buffer (python-proc)).
14089 (python-switch-to-python): Simplify.
14090
14091 * dired.el (dired-align-file): Don't assume line starts with spaces.
14092
14093 2004-11-21 Jay Belanger <belanger@truman.edu>
14094
14095 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
14096 Replace variable `lines' by math-read-big-lines.
14097 (math-read-big-expr): Replace variables the-baseline, the-h2
14098 and err-msg by math-read-big-baseline, math-read-big-h2 and
14099 math-read-err-msg.
14100 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
14101
14102 * calc/calc-lang.el (math-read-big-rec): Fix typo.
14103 (math-read-big-balance): Replace unbound variable by value.
14104 (math-read-big-lines): New variable.
14105 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
14106 (math-read-big-error, math-read-big-balance): Replace variable
14107 `lines' by declared variable.
14108 (math-read-big-baseline, math-read-big-h2): New variables.
14109 (math-read-big-rec): Replace variables the-baseline and the-h2
14110 by declared variables.
14111 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
14112 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
14113 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
14114 declared variables.
14115 (math-read-big-err-msg): New variable.
14116 (math-read-big-error): Replace variable err-msg by declared variable.
14117
14118 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14119
14120 * ses.el: Add coding cookie.
14121 Fix up docstrings, follow new commenting conventions.
14122 (ses-header-line-menu): Fix missing variable rename for header-row.
14123 (ses-cell-size): Remove.
14124 (ses-make-cell): New function.
14125 (ses-cell, ses-insert-row, ses-insert-column): Use it.
14126 (ses-calculate-cell): Remove unused var `symbol'.
14127 (ses-narrowed-p): New function.
14128 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
14129 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
14130 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
14131 (ses-setup): Use restore-buffer-modified-p.
14132 (ses-cleanup): Remove unused var `end'.
14133 (ses-header-string-left-offset): Remove.
14134 (ses-create-header-string): Adjust to new behavior of `align-to'.
14135 Truncate excessively large fields to preserve alignment.
14136 (ses-reconstruct-all): Remove unused var `refs'.
14137 (ses-read-cell-printer): Remove unused var `prompt'.
14138 (ses-delete-row): Remove unused var `pos'.
14139 (ses-delete-column): Remove unused var `new'.
14140
14141 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14142
14143 * ps-print.el: Insert :version tag into all defgroup and defcustom.
14144 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
14145 Eliminate eval-and-compile usage.
14146 (ps-insert-file): Use insert-file-contents instead of insert-file.
14147 (ps-setup): Code fix.
14148
14149 * printing.el (pr-setup, lpr-setup): Code fix.
14150
14151 2004-11-21 Jay Belanger <belanger@truman.edu>
14152
14153 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
14154 (calc-original-buffer): Declare them.
14155 (calc-user-formula-alist): New variable.
14156 (calc-user-define-formula, calc-fix-user-formula)
14157 (calc-user-define-composition, calc-finish-formula-edit):
14158 Replace variable `alist' by declared variable.
14159 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
14160 (var-q7, var-q7, var-q8, var-q9): Declare them.
14161 (calc-kbd-push): Don't check to see if var-q0 through var-q9
14162 are bound.
14163 (calcFunc-typeof): Replace undeclared variable by expression.
14164 (math-exp-env): New variable.
14165 (math-define-body, math-define-exp): Replace exp-env by declared var.
14166 (math-define-exp): Replace misplaced variable by expression.
14167
14168 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
14169 (calc-curve-model, calc-curve-coefnames): New variables.
14170 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
14171 varnames, model and coefnames by declared variables.
14172 (math-root-widen): New variable.
14173 (math-search-root, math-find-root): Replace variable root-widen by
14174 declared variable.
14175 (var-DUMMY): Declare it.
14176 (math-root-vars, math-min-vars): Move the declarations to earlier in
14177 the file.
14178 (math-brent-min): Make d a local variable.
14179 (math-find-minimum): Replace non-existent variable.
14180 (math-ninteg-romberg): Remove unnecessary variable.
14181 (math-ninteg-temp): New variable.
14182 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
14183 integ-temp by declared variable.
14184 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
14185 New variables.
14186 (math-general-fit): Replace variables first-var, first-coef and
14187 new-coefs by declared variables.
14188 (calcFunc-fitvar): Replace variable first-var by declared variable.
14189 (calcFunc-fitparam): Replace variable first-coef by declared variable.
14190 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
14191 (math-all-vars-vars, math-all-vars-found): New variables.
14192 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
14193 found by declared variable math-all-vars-vars.
14194
14195 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
14196
14197 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
14198 of `defconst'.
14199
14200 2004-11-20 Richard M. Stallman <rms@gnu.org>
14201
14202 * isearch.el (isearch-mode-map): Don't bind SPC.
14203 (isearch-whitespace-chars): Function deleted.
14204 (isearch-search): Bind search-spaces-regexp.
14205 (isearch-lazy-highlight-search): Likewise.
14206 (search-whitespace-regexp): Doc fix.
14207 (isearch-forward-regexp): Doc fix.
14208
14209 * emacs-lisp/bytecomp.el (byte-compile-form):
14210 Move the calls to byte-compile-set-symbol-position,
14211 to avoid having two for the same symbol occurrence.
14212
14213 * comint.el (comint-input-ring-size): Increase to 150.
14214
14215 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
14216 New variables.
14217 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
14218 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
14219
14220 * imenu.el (imenu--generic-function):
14221 Ensure we keep moving backward even if BEG isn't further back.
14222
14223 * replace.el (query-replace-read-to, query-replace-read-from):
14224 Specify t for KEEP-ALL in read-from-minibuffer.
14225
14226 * progmodes/python.el (python-switch-to-python):
14227 If Python isn't running, start it.
14228 Don't alter debug-ignored-errors.
14229
14230 * progmodes/cperl-mode.el (cperl-indent-region):
14231 Don't mind imenu-scanning-message.
14232
14233 * bindings.el (global-map): Bind C-e to move-end-of-line.
14234
14235 * simple.el (line-move-finish): New arg FORWARD.
14236 Ignore invisible newlines, not intangible ones.
14237 Conditions for acceptable stopping positions depend on FORWARD.
14238 (line-move): Pass FORWARD arg to line-move-finish.
14239
14240 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
14241 of HEADER. Compensate for this change in the code to add display
14242 properties. Don't make the first line intangible.
14243
14244 * info.el (Info-search): Fix previous change.
14245
14246 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
14247
14248 * Makefile.in (recompile): Revert 2004-11-19 change.
14249 (compile): Likewise.
14250
14251 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
14252
14253 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
14254
14255 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14256
14257 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
14258 defgroup and defcustom. Eliminate eval-and-compile usage.
14259
14260 * progmodes/ebnf-otz.el: Fix typos.
14261
14262 2004-11-19 Jay Belanger <belanger@truman.edu>
14263
14264 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
14265 (calc-edit-finish, calc-finish-stack-edit): Replace variable
14266 disp-trail by declared variable.
14267
14268 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
14269 (calc-finish-selection-edit): Replace variable disp-trail by
14270 declared variable.
14271 (calc-selection-cache-entry): Move declaration to earlier in the file.
14272 (calc-selection-cache-num, calc-selection-cache-comp)
14273 (calc-selection-cache-offset, calc-selection-true-num)
14274 (calc-final-point-line, calc-final-point-column)
14275 (calc-original-buffer): Declare them.
14276 (calc-fnp-op, calc-fnp-num): New variables.
14277 (calc-find-nth-part, calc-find-nth-part-rec)
14278 (calc-select-previous): Replace op and num by declared variables.
14279 (calc-rsf-old, calc-rsf-new): New variables.
14280 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
14281 Replace variables old and new by declared variables.
14282 (calc-sel-reselect): New variable.
14283 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
14284 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
14285 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
14286 reselect with declared variable.
14287
14288 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
14289 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
14290 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
14291 (math-import-list, math-rewrite-phase): Declare them.
14292 (math-rewrite): Use let* to declare variables.
14293 (calc-rewrite-selection): Make rules a local variable.
14294 (calc-rewr-sel): New variable.
14295 (calc-rewrite-selection, calc-locate-selection-marker)
14296 (calc-rewrite): Use the declared variable calc-rewr-sel instead
14297 of sel.
14298 (math-rewrite-whole-expr): New variable.
14299 (math-rewrite, math-rewrite-phase): Replace variable expr by
14300 declared variable.
14301 (math-rewrite-heads-heads, math-rewrite-heads-skips)
14302 (math-rewrite-heads-blanks ): New variables.
14303 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
14304 heads, skips and blanks by declared variables.
14305 (math-rwcomp-subst-old, math-rwcomp-subst-new)
14306 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
14307 New variables.
14308 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
14309 old, new, old-func and new-func by declared variables.
14310 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
14311 Remove unnecessary variable.
14312 (math-apply-rw-regs): New variable.
14313 (math-apply-rewrites, math-rwapply-replace-regs)
14314 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
14315 (math-apply-rw-ruleset): New variable.
14316 (math-apply-rewrites, math-rwapply-remember): Replace variable
14317 ruleset by declared variable.
14318
14319 2004-11-19 Richard M. Stallman <rms@gnu.org>
14320
14321 * info.el (Info-search): Use search-whitespace-regexp.
14322
14323 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
14324
14325 * vc-rcs.el (vc-rcs-parse): New function.
14326 (vc-rcs-annotate-command): Likewise.
14327 (vc-rcs-annotate-current-time): Likewise.
14328 (vc-rcs-annotate-time): Likewise.
14329 (vc-rcs-annotate-extract-revision-at-line): Likewise.
14330
14331 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
14332
14333 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
14334
14335 2004-11-18 Jay Belanger <belanger@truman.edu>
14336
14337 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
14338
14339 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14340
14341 * printing.el: Eliminate use of interactive-p and eval-and-compile.
14342 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
14343 Use make-temp-file to generate PostScript files in any situation.
14344 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
14345 (pr-interactive-p): Eliminate var.
14346 (pr-save-interactive): Eliminate macro.
14347 (pr-interface, pr-ps-directory-preview)
14348 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
14349 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
14350 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
14351 (pr-ps-buffer-ps-print, pr-ps-region-preview)
14352 (pr-ps-region-using-ghostscript, pr-ps-region-print)
14353 (pr-ps-region-ps-print, pr-ps-mode-preview)
14354 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
14355 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
14356 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
14357 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
14358 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
14359 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
14360 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
14361 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
14362 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
14363 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
14364 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
14365 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
14366 Eliminate pr-save-interactive usage.
14367 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
14368 Eliminate pr-interactive-p usage.
14369 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
14370 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
14371 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
14372 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
14373 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
14374 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
14375 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
14376 New funs.
14377 (pr-ps-file): Use make-temp-file to generate a temporary file.
14378
14379 2004-11-17 Jay Belanger <belanger@truman.edu>
14380
14381 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
14382 a local variable.
14383 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
14384 (math-top-only): New variable.
14385 (math-simplify, math-simplify-step): Replace variable top-only by
14386 declared variable math-top-only.
14387 (math-simplify-expr): Declare it.
14388 Replace argument expr in all calls of math-defsimplify by
14389 math-simplify-expr.
14390 (math-simplify-plus, math-simplify-times, math-simplify-divide)
14391 (math-simplify-divisor, math-simplify-one-divisor)
14392 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
14393 (math-simplify-pow): Replace variable expr by declared variable
14394 math-simplify-expr.
14395 (math-simplify-divisor): Remove local variables temp and op.
14396 (math-simplify-one-divisor): Make temp and op local variables.
14397 (math-simplify-divisor-nover, math-simplify-divisor-dover):
14398 New variables.
14399 (math-simplify-divisor, math-simplify-one-divisor):
14400 Replace variables nover and dover by declared variables.
14401 (math-expr-subst-new, math-expr-subst-old): New variables.
14402 (math-expr-subst, math-expr-subst-rec): Replace variables new
14403 and old by declared variables.
14404 (math-is-poly-degree, math-is-poly-loose): New variables.
14405 (math-is-polynomial, math-is-poly-rec): Replace variables degree
14406 and loose by declared variables.
14407 (math-poly-base-const-ok, math-poly-base-pred): New variables.
14408 (math-polynomial-base, math-polynomial-base-rec):
14409 Replace variables const-ok and mpb-pred by declared variables.
14410
14411 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
14412
14413 * calc/calc-ext.el (math-defsimplify): Change the argument in
14414 the created function to math-simplify-expr.
14415
14416 * calc/calc-units.el (math-simplify-expr): Declare it.
14417 Replace argument expr in all calls of math-defsimplify by
14418 math-simplify-expr.
14419 (math-simplify-units-prod): Replace variable expr by declared
14420 variable math-simplify-expr.
14421
14422 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
14423
14424 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
14425 Replace mapcar->dolist, format->string.
14426
14427 2004-11-17 Miles Bader <miles@gnu.org>
14428
14429 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
14430 * progmodes/idlwave.el: Remove RCS keywords.
14431
14432 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
14433
14434 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
14435 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
14436 Update to IDLWAVE version 5.5. Too many changes to list them here.
14437 * progmodes/idlw-help.el: New file.
14438
14439 2004-11-16 Richard M. Stallman <rms@gnu.org>
14440
14441 * international/iso-cvt.el (iso-tex2iso-trans-tab):
14442 Discard spaces after \i according to TeX rules.
14443
14444 * international/mule.el (set-buffer-file-coding-system):
14445 New arg NOMODIFY.
14446 (after-insert-file-set-coding): Pass that new arg.
14447 Prevent set-buffer-multibyte from trying to lock the file.
14448
14449 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
14450
14451 * saveplace.el (save-place): Doc fix.
14452
14453 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
14454 temporarily widen before finding the following word to copy.
14455
14456 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
14457 (cl-map-keymap): Definition deleted.
14458
14459 * subr.el (map-keymap-internal): New function.
14460
14461 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14462
14463 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
14464 when pressing rather than when releasing mouse-2. Simplify.
14465
14466 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
14469 (compilation-mode): Set it here instead.
14470
14471 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
14472
14473 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
14474 (loop, cl-parse-loop-clause, defsetf): Use backquote.
14475
14476 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
14477
14478 * progmodes/compile.el (compilation-internal-error-properties):
14479 Fix up a transposition-typo. Check end-col before using it.
14480
14481 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
14482
14483 * international/iso-cvt.el (iso-tex2iso-trans-tab):
14484 Discard whitespace after macro \i when converting it.
14485
14486 2004-11-16 Juri Linkov <juri@jurta.org>
14487
14488 * emacs-lisp/find-func.el (find-function-regexp):
14489 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
14490 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
14491 Remove invalid `\W' from [^cgv\W]. Doc fix.
14492 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
14493
14494 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
14495
14496 * play/life.el: Maintainer is now FSF.
14497 (life-patterns, life-neighbor-deltas, life-window-start)
14498 (life-current-generation, life-generation-string): Use defvar
14499 instead of defconst.
14500
14501 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14502
14503 * progmodes/compile.el (compilation-move-to-column): New fun.
14504 (compilation-internal-error-properties)
14505 (compilation-next-error-function): Use it to make sure we don't go past
14506 the end of line.
14507
14508 2004-11-15 John Paul Wallington <jpw@gnu.org>
14509
14510 * autoinsert.el (auto-insert-alist): Insert the user's name in
14511 copyright notice, rather than Free Software Foundation, for the
14512 Emacs Lisp header case too.
14513
14514 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14515
14516 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
14517 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
14518 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
14519 return the list of string in a string.
14520 (pr-call-process): Message if calling process returns an error, that
14521 is, the exit status is different of zero.
14522
14523 2004-11-15 Jay Belanger <belanger@truman.edu>
14524
14525 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
14526 variable var-thing.
14527 (math-integ-depth, math-integ-level, math-integral-limit)
14528 (math-enable-subst, math-any-substs, math-integ-msg)
14529 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
14530 (math-int-threshold, math-int-factors, math-double-roots)
14531 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
14532 (var-GenCount): Declare these variables.
14533 (calcFunc-integ): Don't check if var-IntegLimit is bound.
14534 (math-integral-cache, math-integral-cache-state):
14535 Move declarations to earlier in the file.
14536 (math-deriv-var, math-deriv-total, math-deriv-symb)
14537 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
14538 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
14539 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
14540 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
14541 (math-solve-res): New variables
14542 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
14543 (math-integral, math-replace-integral-parts)
14544 (math-integrate-by-parts, calc-dump-integral-cache)
14545 (math-try-integral, math-do-integral, math-do-integral)
14546 (math-do-integral-methods, math-try-solve-for)
14547 (math-try-solve-prod, math-solve-poly-funny-powers)
14548 (math-solve-crunch-poly, math-decompose-poly)
14549 (math-solve-find-root-term, math-find-root-in-prod)
14550 (math-integ-try-linear-substitutions)
14551 (math-integ-try-substitutions, math-expr-rational-in)
14552 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
14553 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
14554 (math-solve-for, math-solve-system, math-solve-system-rec)
14555 (math-solve-get-sign, math-solve-get-int)
14556 (math-solve-system-subst): Replace undeclared variables with newly
14557 declared variables.
14558
14559 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
14560
14561 * winner.el (winner-active-region, winner-edges, winner-window-list):
14562 Define at toplevel.
14563 (winner-mode-map): Move init inside declaration.
14564
14565 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
14566
14567 * files.el (convert-standard-filename): Doc fix.
14568
14569 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
14570
14571 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
14572 passwd, group, shadow, default/* and pam.d/*.
14573
14574 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14575
14576 * printing.el (pr-menu-spec): Adjust menu specification.
14577
14578 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14579
14580 * printing.el: Doc fix. Insert :version tag into all defcustom.
14581 Handle interactive-p as is recommended in Emacs Lisp Reference.
14582 Set the file permission bits for newly created files.
14583 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
14584 The printing menu specification (in `pr-menu-spec') was merged.
14585 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14586 (pr-version): New version number (6.8.3).
14587 (pr-file-modes): New option.
14588 (pr-interactive-p): New var.
14589 (pr-save-interactive, pr-save-file-modes): New macros.
14590 (pr-setup): Code fix.
14591 (pr-menu-spec): Menu specification merged.
14592 (pr-call-process, pr-text2ps): Set file permission bits.
14593 (pr-despool-print): Set file permission bits. Handle interactive-p as
14594 is recommended.
14595 (pr-interface, pr-ps-directory-preview)
14596 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
14597 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
14598 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
14599 (pr-ps-buffer-ps-print, pr-ps-region-preview)
14600 (pr-ps-region-using-ghostscript, pr-ps-region-print)
14601 (pr-ps-region-ps-print, pr-ps-mode-preview)
14602 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
14603 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
14604 (pr-despool-using-ghostscript, pr-despool-ps-print)
14605 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
14606 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
14607 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
14608 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
14609 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
14610 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
14611 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
14612 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
14613 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
14614 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
14615 Handle interactive-p as is recommended.
14616
14617 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14618
14619 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
14620 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
14621
14622 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
14623 so it doesn't forget to highlight the beginning of the region either.
14624
14625 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
14626
14627 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
14628 (c-font-lock-init): Eliminate obsolete make-local-hook.
14629 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14630 (awk-mode): Use run-mode-hooks.
14631
14632 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
14633
14634 2004-11-13 Kim F. Storm <storm@cua.dk>
14635
14636 * mouse.el (mouse-drag-copy-region): Add :version.
14637 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
14638 while dragging mode line, so mode line can be dragged downwards.
14639 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
14640 while pressing mouse button so window doesn't scroll until we
14641 release the mouse if clicking on partially visible line.
14642
14643 2004-11-12 Jay Belanger <belanger@truman.edu>
14644
14645 * calc/calc-graph.el (calc-dumb-map): Declare it.
14646 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
14647 than unbound.
14648 (calc-graph-name): Made `end' a local variable.
14649 (calc-graph-lookup): Made `varname' a local variable.
14650 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
14651 Declare them.
14652 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
14653 (calc-graph-plot, calc-graph-compute-3d): Remove references to
14654 the unused variable y3vec.
14655 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
14656 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
14657 calc-graph-prev-kill-hook.
14658 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
14659 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
14660 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
14661 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
14662 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
14663 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
14664 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
14665 (calc-graph-y3value, calc-graph-y3name)
14666 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
14667 (calc-graph-stepcount, calc-graph-is-splot)
14668 (calc-graph-surprise-splot, calc-graph-blank)
14669 (calc-graph-non-blank, calc-graph-curve-num): New variables.
14670 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
14671 (calc-graph-recompute-2d, calc-graph-compute-3d)
14672 (calc-graph-format-data): Replace undeclared variables with the
14673 above newly declared variables.
14674
14675 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
14676
14677 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
14678 `rsf-beep' and `rsf-sleep-after-message'.
14679
14680 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
14681 list if `message-sender' is non-nil.
14682
14683 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14684
14685 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
14686 consing by using mapc instead of mapcar.
14687
14688 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
14689
14690 * tooltip.el (require): Explain why CL is needed.
14691
14692 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14693
14694 * printing.el: Insert :version into defgroup (printing). All reference
14695 to Files option in menubar were changed to File.
14696 (pr-version): New version number (6.8.2).
14697 (pr-get-symbol): Call easy-menu-intern.
14698 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
14699 compilation gripes.
14700
14701 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
14704 new byte-compile-function-environment binding to t.
14705
14706 * font-lock.el (font-lock-fontify-syntactically-region):
14707 Don't forget to highlight the last char when we hit `end'.
14708
14709 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
14710 (mwheel-scroll): Adjust accordingly.
14711
14712 * cvs-status.el: Reduce spurious warnings.
14713 (cvs-status-checkout): Remove.
14714 (cvs-status-mode-map): Use cvs-mode-checkout instead.
14715
14716 * pcvs.el (cvs-mode-checkout): New command.
14717
14718 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
14719
14720 * tooltip.el: Require CL.
14721
14722 * emacs-lisp/bytecomp.el: Use push.
14723 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
14724 (defalias): Remove the `byte-compile' property and add
14725 a `byte-hunk-handler'.
14726
14727 2004-11-11 Juri Linkov <juri@jurta.org>
14728
14729 * info.el (Info-search): Save match data for isearch.
14730 Skip Tag Table node.
14731
14732 * descr-text.el (describe-char): Replace syntax-after with code
14733 from its previous version.
14734
14735 * files.el (magic-mode-alist): Use optimization for SGML mode too.
14736 (set-auto-mode): Doc fix. Remove unused variable `xml'.
14737
14738 * international/mule.el (sgml-html-meta-auto-coding-function):
14739 Remove > after <html to allow HTML attributes.
14740
14741 2004-11-11 Jay Belanger <belanger@truman.edu>
14742
14743 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
14744 a variable.
14745 (calcFunc-dfac): Replace unbound max by n.
14746 (math-stirling-local-cache): New variable.
14747 (math-stirling-number, math-stirling-1, math-stirling-2):
14748 Replace the variable `cache' by the declared variable
14749 math-stirling-local-cache.
14750 (var-RandSeed): Declare it as a variable.
14751 (math-init-random-base, math-random-digit): Don't check to see if
14752 var-RandSeed is bound.
14753 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
14754 Declare them instead of just setting them.
14755 (math-init-random-base): Made i a local variable.
14756 (math-random-digit): Made math-random-last a local variable.
14757 (math-prime-test-cache): Move declaration to before it is used.
14758 (math-prime-test-cache-k, math-prime-test-cache-q)
14759 (math-prime-test-cache-nm1, math-prime-factors-finished):
14760 Declare them as variables.
14761
14762 2004-11-11 Jay Belanger <belanger@truman.edu>
14763
14764 * calc/calc-ext.el (math-defcache): Use defvar for the new
14765 variables it creates.
14766
14767 2004-11-11 Lars Hansen <larsh@math.ku.dk>
14768
14769 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
14770 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
14771 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
14772 (desktop-save): Add :version.
14773
14774 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
14775
14776 * printing.el (pr-get-symbol): Don't downcase.
14777
14778 2004-11-10 Jay Belanger <belanger@truman.edu>
14779
14780 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
14781 string to kill-ring.
14782
14783 * calc/calc-aent.el (calc-alg-exp, math-toks)
14784 (math-exp-pos,math-exp-old-pos, math-exp-token)
14785 (math-exp-keep-spaces, math-exp-str): New variables.
14786 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
14787 (calcAlg-enter): Use declared variable calc-alg-exp.
14788 (math-build-parse-table, math-find-user-token): Use declared
14789 variable math-toks.
14790 (math-read-exprs, math-read-token, calc-check-user-syntax)
14791 (calc-match-user-syntax, match-factor-after, math-read-factor):
14792 Use declared variables math-exp-pos math-exp-old-pos.
14793 (math-read-exprs, math-read-token, math-read-expr-level)
14794 (calc-check-user-syntax, calc-match-user-syntax)
14795 (match-factor-after, math-read-factor): Use declared variable
14796 math-exp-token.
14797 (math-read-exprs, math-read-expr-list, math-read-token)
14798 (math-read-factor): Use declared variable math-exp-keep-spaces.
14799 (math-read-exprs, math-read-token): Use declared variable
14800 math-exp-str.
14801 (calc-match-user-syntax): Make m a local variable.
14802
14803 * calc/calc-ext.el (math-read-expr): Use declared variables
14804 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
14805 math-exp-keep-spaces.
14806
14807 * calc/calc-forms.el (math-read-angle-bracket): Use declared
14808 variables math-exp-pos, math-exp-str.
14809
14810 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
14811 math-exp-old-pos.
14812 (math-parse-fortran-vector, math-parse-fortran-vector-end)
14813 (math-parse-eqn-prime): Use declared variable math-exp-token.
14814
14815 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
14816 Use declared variable math-exp-pos.
14817 (math-check-for-commas): Use declared variable math-exp-str.
14818 (math-read-brackets): Use declared variables math-exp-old-pos,
14819 math-exp-keep-spaces.
14820 (math-read-brackets, math-read-vector, math-read-matrix):
14821 Use declared variable math-exp-token.
14822
14823 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14824
14825 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
14826 where the keymap is a symbol.
14827 (easy-menu-add-item): Use keymap-prompt. Simplify.
14828
14829 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
14830
14831 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
14832 (sgml-parse-tag-backward): Use it to skip spurious < or >.
14833
14834 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
14835
14836 * ebuff-menu.el: Doc fixes throughout.
14837 (electric-buffer-menu-mode-hook): New defvar.
14838
14839 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
14840
14841 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
14842 The resulting compiler warnings appear to be harmless.
14843
14844 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
14845
14846 * textmodes/conf-mode.el: New file.
14847
14848 * files.el (auto-mode-alist, magic-mode-alist): Use it.
14849
14850 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14851
14852 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
14853
14854 2004-11-09 Jay Belanger <belanger@truman.edu>
14855
14856 * calc/calc-ext.el (calc-init-extensions): Remove old code.
14857
14858 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
14859 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
14860 (calc-z-prefix-help, calc-user-function-list): Use declared
14861 variables calc-z-prefix-buf, calc-z-prefix-msgs.
14862 (math-map-tree, math-map-tree-rec): Use declared variables
14863 math-mt-many, math-mt-func.
14864 (math-read-expression, math-read-string): Use declared variable
14865 math-expr-data.
14866
14867 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
14868 variable math-normalize-a.
14869
14870 * calc/calc.el (math-normalize-a): New variable.
14871 (math-normalize): Use declared variable math-normalize-a.
14872
14873 * calc/calc-poly.el (math-expand-form): Use declared variable
14874 math-mt-many.
14875
14876 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14877 Use declared variable math-mt-many.
14878 (math-rewrite): Use declared variable math-mt-func.
14879
14880 * calc/calc-vec.el (math-read-brackets, math-read-vector)
14881 (math-read-matrix): Use declared variable math-expr-data.
14882
14883 * calc/calc-lang.el (math-parse-fortran-vector)
14884 (math-parse-fortran-vector-end, math-parse-tex-sum)
14885 (math-parse-eqn-matrix, math-parse-eqn-prime)
14886 (math-read-math-subscr): Use declared variable math-expr-data.
14887
14888 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
14889 (math-read-expr-level, math-read-token, calc-check-user-syntax)
14890 (calc-match-user-syntax, math-read-if, math-factor-after)
14891 (math-read-factor): Use declared variable math-expr-data.
14892
14893 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
14894
14895 * calendar/diary-lib.el (diary-from-outlook)
14896 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
14897 interactive-p; but rather new optional argument NOCONFIRM.
14898
14899 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14900
14901 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
14902 (easy-menu-name-match): Revert correspondingly.
14903
14904 2004-11-09 Richard M. Stallman <rms@gnu.org>
14905
14906 * emacs-lisp/bytecomp.el (byte-compile-defalias):
14907 Turn off warnings for the new function even if definition not constant.
14908 If the definition isn't a quoted symbol, record (FUNCTION . t).
14909 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
14910 (byte-compile-callargs-warn): Handle (FUNCTION . t).
14911 (display-call-tree, byte-compile-arglist-warn):
14912 Handle t returned by byte-compile-fdefinition.
14913
14914 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14915
14916 * Makefile.in (maintainer-clean): Depend on distclean.
14917
14918 * help-fns.el (help-C-file-name): File name must be in build-files
14919 to be returned.
14920
14921 2004-11-09 Jay Belanger <belanger@truman.edu>
14922
14923 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
14924 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
14925
14926 * calc/calc.el (calc, calc-trail-display, calc-mode):
14927 Remove obsolete sections.
14928
14929 * calc/calc.el (calc-x-paste-text): Remove.
14930
14931 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
14932 mouse-2.
14933
14934 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
14935
14936 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
14937 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
14938 current frame (in case of recursive calls).
14939 (gdb-show-changed-values): Add :version keyword.
14940
14941 2004-11-09 Kenichi Handa <handa@m17n.org>
14942
14943 * international/mule-cmds.el: Change coding: tag back to
14944 iso-2022-7bit.
14945
14946 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 * international/mule-cmds.el: Change coding-system to utf-8.
14949 (select-safe-coding-system-interactively):
14950 New function extracted from select-safe-coding-system.
14951 (select-safe-coding-system): Use it.
14952
14953 2004-11-08 Richard M. Stallman <rms@gnu.org>
14954
14955 * subr.el (syntax-after): Doc fix.
14956
14957 * paren.el (show-paren-function): Change calls to syntax-after
14958 for new way of returning the value.
14959
14960 * menu-bar.el (menu-bar-file-menu): Make this the real name
14961 and menu-bar-files-menu the alias. Use the former.
14962 (global-map): Use `file', not `files', as the symbol.
14963
14964 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
14965
14966 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
14967 Don't use beginning-of-buffer.
14968 (filesets-cmd-show-result): Use with-no-warnings.
14969
14970 2004-11-08 Juri Linkov <juri@jurta.org>
14971
14972 * progmodes/compile.el (compile): Don't overwrite last command in
14973 minibuffer history with default command if they are not equal.
14974
14975 2004-11-08 Jay Belanger <belanger@truman.edu>
14976
14977 * calc/calcalg2.el (math-do-integral-methods): Try linear then
14978 non-linear substitutions.
14979
14980 2004-11-08 Jay Belanger <belanger@truman.edu>
14981
14982 * calc/calcalg2.el (math-linear-subst-tried): New variable.
14983 (math-do-integral): Set `math-linear-subst-tried' to nil.
14984 (math-do-integral-methods): Use `math-linear-subst-tried' to
14985 determine what type of substitution to try.
14986 (math-integ-try-linear-substituion):
14987 Set `math-linear-subst-tried' to t.
14988
14989 2004-11-08 Kim F. Storm <storm@cua.dk>
14990
14991 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
14992
14993 2004-11-07 Juri Linkov <juri@jurta.org>
14994
14995 * info-look.el (info-lookup): Allow reusing in the current buffer
14996 not only *info* buffer, but all (even renamed) Info buffers
14997 by checking for major-mode instead of *info* buffer name.
14998 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
14999 (octave-mode, maxima-mode) <doc-spec>:
15000 Allow long dashes generated by Texinfo 4.7 before definitions.
15001 (texinfo-mode) <doc-spec>: Add space to suffix to find command
15002 definitions with argument separated by space.
15003
15004 2004-11-06 Richard M. Stallman <rms@gnu.org>
15005
15006 * simple.el (next-error group, face): Move before first use.
15007 (next-error-highlight, next-error-highlight-no-select): Likewise.
15008
15009 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
15010 (line-move): New args NOERROR and TO-END.
15011 Return t if succeed in moving specified number of lines.
15012 (move-end-of-line): New function.
15013
15014 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
15015 (end-of-buffer-other-window): Likewise.
15016
15017 * simple.el (line-move-ignore-invisible): Default to t.
15018
15019 * subr.el (syntax-after): Return the syntax letter, not the raw code.
15020
15021 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
15022
15023 * international/iso-cvt.el (iso-cvt-define-menu):
15024 Rename menu-bar-files-menu to menu-bar-file-menu.
15025
15026 * net/browse-url.el (browse-url-gnome-moz-program)
15027 (browse-url-gnome-moz-arguments): Move up before first use.
15028
15029 * net/tramp.el (tramp group): Add :version.
15030
15031 * progmodes/ada-xref.el (ada-gdb-application):
15032 Use goto-char instead of beginning-of-buffer.
15033
15034 * progmodes/cperl-mode.el (cperl-info-on-command):
15035 Use goto-char instead of beginning-of-buffer.
15036
15037 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
15038 Move up before first use.
15039 (idlwave-shell-temp-pro-file): Likewise.
15040 (idlwave-shell-temp-rinfo-save-file): Likewise.
15041 (idlwave-shell-temp-file): Minor doc fix.
15042
15043 * textmodes/flyspell.el (flyspell-external-point-words):
15044 Use goto-char instead of beginning-of-buffer.
15045
15046 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
15047
15048 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
15049 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
15050 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
15051
15052 2004-11-06 David Ponce <david@dponce.com>
15053
15054 * recentf.el (recentf-menu-path): Use menu item name.
15055
15056 2004-11-06 Eli Zaretskii <eliz@gnu.org>
15057
15058 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
15059 display doesn't support images.
15060
15061 2004-11-06 Andreas Schwab <schwab@suse.de>
15062
15063 * tempo.el (tempo-match-finder): Doc fix.
15064
15065 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
15066
15067 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
15070 (easy-menu-lookup-name): New fun to replace it.
15071 (easy-menu-get-map): Use it to obey menu item names (rather than just
15072 keys) when looking up `path'.
15073 (easy-menu-always-true-p): Rename from easy-menu-always-true.
15074 (easy-menu-convert-item-1): Adjust to new name.
15075
15076 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
15077
15078 * outline.el (hide-body): Don't hide lines at the top of the file
15079 that precede the first header line.
15080
15081 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
15082
15083 * align.el (align-areas): Delete whitespace before reindenting, so
15084 that tabs are never placed after spaces.
15085
15086 2004-11-06 Alan Shutko <ats@acm.org>
15087
15088 * macros.el (insert-kbd-macro): Do completions based on macros,
15089 rather than all commands.
15090
15091 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
15092
15093 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
15094 to solve a bug whereby tags with 'b' don't match.
15095
15096 2004-11-05 Juri Linkov <juri@jurta.org>
15097
15098 * info.el (Info-search): Don't search in node header lines
15099 and file headers.
15100
15101 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
15102 symbol-constituent characters after dot, not only digits.
15103
15104 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
15105
15106 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
15107
15108 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15109
15110 * dired.el (dired-read-dir-and-switches): Call read-directory-name
15111 if a dialog will be used, read-file-name otherwise.
15112
15113 2004-11-04 Richard M. Stallman <rms@gnu.org>
15114
15115 * textmodes/table.el (table group): Add :version.
15116
15117 * textmodes/ispell.el (ispell-word):
15118 Don't alter args; set them only thru `interactive' spec.
15119
15120 * textmodes/flyspell.el (flyspell-word):
15121 Don't alter FOLLOWING; set it only thru `interactive' spec.
15122
15123 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
15124
15125 * net/browse-url.el (browse-url-maybe-new-window):
15126 Use called-interactively-p.
15127
15128 * mail/supercite.el (sc-cite-region):
15129 Don't use interactive-p. Add arg INTERACTIVE.
15130 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
15131
15132 * international/mule-cmds.el (set-input-method, toggle-input-method):
15133 Don't use interactive-p. Add arg INTERACTIVE.
15134
15135 * eshell/esh-mode.el (eshell-show-maximum-output):
15136 Don't use interactive-p.
15137 (eshell-truncate-buffer): Just message, no error, if buffer is short.
15138
15139 * mouse.el (mouse-show-mark): Get positions to delete from mark
15140 and point, not from mouse-drag-overlay.
15141
15142 * imenu.el (imenu-eager-completion-buffer): Add :version.
15143
15144 * filesets.el (filesets group): Add :version.
15145
15146 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
15147
15148 * files.el (xml-based-modes): Delete var.
15149 (magic-mode-alist): New more general var.
15150 (set-auto-mode): Use it.
15151
15152 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
15153 when clicking from another window.
15154
15155 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
15156
15157 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
15158 (vc-cvs-annotate-time): Incorporate value of deleted var.
15159 Remove special-case handling of beginning-of-buffer cruft.
15160 Cache ending position (point) and return value in text property
15161 `vc-cvs-annotate-time', and consult it on subsequent invocations.
15162
15163 * vc-cvs.el (vc-cvs-annotate-command):
15164 Delete extraneous lines from beginning of buffer.
15165 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
15166
15167 * progmodes/grep.el (grep-default-command): Take empty string
15168 for tag if all other methods yield nil. Shell-quote the tag.
15169
15170 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
15171 spec in `interactive' form, and mention it in the docstring.
15172 Also, make sure point is at bol after calling `annotate-time'.
15173
15174 2004-11-02 Richard M. Stallman <rms@gnu.org>
15175
15176 * cus-edit.el (customize-group-other-window):
15177 Select the window that displays the custom buffer.
15178 (custom-buffer-create-other-window): Likewise.
15179
15180 * comint.el (comint-insert-input): Fix previous change.
15181
15182 * emacs-lisp/elp.el (elp-instrument-function):
15183 Use called-interactively-p.
15184
15185 * emacs-lisp/easymenu.el (easy-menu-intern):
15186 Don't downcase; rather, case-flip the first letter of each word.
15187
15188 * emacs-lisp/easy-mmode.el (define-minor-mode):
15189 Use called-interactively-p.
15190
15191 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
15192 Add interactive-only.
15193 (byte-compile-warnings): Add interactive-only as option.
15194 (byte-compile-interactive-only-functions): New variable.
15195 (byte-compile-form): Warn about calls to functions
15196 in byte-compile-interactive-only-functions.
15197
15198 * emacs-lisp/autoload.el (update-file-autoloads):
15199 Don't use interactive-p; take new arg SAVE-AFTER.
15200
15201 * emacs-lisp/advice.el (ad-make-advised-definition):
15202 Use called-interactively-p.
15203
15204 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15205
15206 * files.el (find-file-existing): New function.
15207
15208 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
15209 find-file-existing. Add "New File..." that calls find-file.
15210
15211 * diropen.pbm, diropen.xpm: New files.
15212
15213 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
15214 icon diropen. New tool bar item find-file-existing uses icon open.
15215
15216 * dired.el (dired-read-dir-and-switches): Call read-directory-name
15217 instead of read-file-name.
15218
15219 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
15220
15221 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
15222 (icalendar--split-value): Change name of work buffer.
15223 (icalendar--get-weekday-abbrev): Return nil on error.
15224 (icalendar--date-to-isodate): New function.
15225 (icalendar-convert-diary-to-ical)
15226 (icalendar-extract-ical-from-buffer): Use only two args for
15227 make-obsolete (XEmacs compatibility).
15228 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
15229 (icalendar-export-region): Doc fix.
15230 If error, return non-nil and write errors to a buffer.
15231 Use correct weekday for weekly recurring events.
15232 Check whether date has been parsed for ordinary events.
15233 Make weekly events start in the year 2000.
15234 DTEND is non-inclusive, shift end date by one day if
15235 necessary (not for entries that have date and time).
15236 Rename local let variables: oops -> found-error, datestring ->
15237 startdatestring.
15238
15239 2004-11-02 Kim F. Storm <storm@cua.dk>
15240
15241 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
15242 keep-mode-if-same variable. Add it as optional arg instead.
15243 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
15244
15245 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
15246 substitute-command-keys will select lower-case bindings like those
15247 used in the static help texts.
15248
15249 * descr-text.el (describe-text-properties): Don't err if called in
15250 the *Help* buffer; output to *Help-2* buffer instead.
15251
15252 * kmacro.el (group kmacro): Add :version.
15253 (kmacro-keyboard-quit): New function to cleanup on C-g.
15254 (kmacro-start-macro): Set defining-kbd-macro to append when
15255 appending to last macro.
15256
15257 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
15258
15259 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
15260
15261 * progmodes/gdb-ui.el (gdb-enable-debug-log)
15262 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
15263 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
15264 Add :version keyword.
15265
15266 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
15267
15268 * progmodes/flymake.el (flymake-err-line-patterns):
15269 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
15270 `compilation-error-regexp-alist-alist' to internal Flymake format.
15271
15272 * progmodes/flymake.el: Eliminate byte-compiler warnings.
15273
15274 2004-11-01 Jay Belanger <belanger@truman.edu>
15275
15276 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
15277 with `interactive "s"'.
15278
15279 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15280
15281 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
15282 Revert change from 2004-10-16. '*' checks the current buffer, but the
15283 mouse click may be in another buffer.
15284
15285 2004-11-01 John Paul Wallington <jpw@gnu.org>
15286
15287 * files.el (large-file-warning-threshold): Add :version keyword.
15288 (kill-some-buffers): Doc fix.
15289
15290 * thumbs.el (group thumbs): Add :version keyword.
15291
15292 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
15293
15294 2004-11-01 Richard M. Stallman <rms@gnu.org>
15295
15296 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
15297
15298 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
15299
15300 * allout.el (allout group): Add :version.
15301 (allout-init): Don't use interactive-p.
15302 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
15303 (allout-forward-current-level, allout-backward-current-level):
15304 Don't use interactive-p.
15305
15306 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
15307 (bibtex-find-text): Likewise.
15308
15309 * progmodes/vhdl-mode.el (vhdl-fill-region)
15310 (vhdl-beginning-of-statement): Don't use interactive-p.
15311
15312 * progmodes/idlwave.el (idlwave-update-routine-info):
15313 Don't use interactive-p.
15314
15315 * progmodes/idlw-shell.el (idlwave-shell-send-char):
15316 Don't use interactive-p.
15317
15318 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
15319 Don't use interactive-p.
15320
15321 * progmodes/ada-xref.el (ada-make-body-gnatstub):
15322 Don't use interactive-p.
15323
15324 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
15325 (fortune-in-buffer): Doc fix.
15326
15327 * play/5x5.el (5x5-new-game): Set up the buffer even if not
15328 interactive.
15329
15330 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
15331 don't select the temporary buffer.
15332 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
15333 (eudc-get-phone): Likewise.
15334
15335 2004-11-01 Kim F. Storm <storm@cua.dk>
15336
15337 * man.el (Man-xref-normal-file): Fix help-echo.
15338
15339 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15340
15341 * reveal.el (reveal-last-tick): New var.
15342 (reveal-post-command): Use it to avoid closing overlays when we're
15343 appending text to them.
15344
15345 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15346
15347 * textmodes/bibtex.el: Require button.
15348 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
15349 (bibtex-reference-keys): Distinguish between header keys and
15350 crossref keys.
15351 (bibtex-beginning-of-field): New function.
15352 (bibtex-url-map): Remove.
15353 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
15354 (bibtex-font-lock-url-regexp): Assume that field names begin at
15355 the beginning of a line.
15356 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
15357 Remove field delimiters. Use bibtex-beginning-of-field.
15358 Bugfix, point can be inside a field with a url.
15359 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
15360 New functions.
15361 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
15362 (bibtex-key-in-head): Simplify.
15363 (bibtex-current-line): Use bolp.
15364 (bibtex-parse-keys): Remove unused arg `add'.
15365 Use bibtex-type-in-head and bibtex-key-in-head.
15366 (bibtex-parse-entry, bibtex-autofill-entry):
15367 Use bibtex-type-in-head and bibtex-key-in-head.
15368 (bibtex-autokey-get-field): Do not alter case of replacement text.
15369 (bibtex-autokey-get-names): Do all processing of name list.
15370 (bibtex-autokey-get-year): New function.
15371 (bibtex-autokey-get-title): Do all processing of title words.
15372 (bibtex-generate-autokey): Simplify.
15373 (bibtex-string-files-init): Use default-directory.
15374 Allow for absolute file names in bibtex-string-files.
15375 (bibtex-files, bibtex-file-path): New variables.
15376 (bibtex-files-expand): New function.
15377 (bibtex-find-entry-globally): New command.
15378 (bibtex-summary-function): New variable.
15379 (bibtex-summary): Default value of bibtex-summary-function.
15380 (bibtex-find-crossref): New optional args pnt and split.
15381 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
15382 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
15383 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
15384 Fix handling of required and alternative fields.
15385 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
15386 Use cons and display-buffer.
15387 (bibtex-validate-globally): New command.
15388 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
15389 bibtex-parse-keys and bibtex-parse-strings for updating
15390 bibtex-reference-keys and bibtex-strings.
15391 (bibtex-realign): Remove blank lines past the last entry.
15392 (bibtex-reformat): Use bibtex-entry-format as default.
15393 (bibtex-choose-completion-string): Remove.
15394 (bibtex-complete): Do not use bibtex-choose-completion-string.
15395 (bibtex-url): Simplify.
15396
15397 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15398
15399 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
15400 (x-dnd-types-alist, x-dnd-open-file-other-window)
15401 (x-dnd-known-types): Add :version.
15402
15403 2004-10-31 John Paul Wallington <jpw@gnu.org>
15404
15405 * ibuffer.el (group ibuffer): Add :version keyword.
15406
15407 2004-10-31 Kim F. Storm <storm@cua.dk>
15408
15409 * ido.el (group ido): Add :version keyword.
15410 (ido-mode): Remove :version keyword.
15411
15412 * emulation/cua-base.el (group cua): Add :version keyword.
15413 (cua-mode): Remove :version keyword.
15414
15415 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
15416
15417 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
15418
15419 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
15420 compiler warning.
15421 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
15422 function.
15423 (help-at-pt-display-when-idle): Remove autoload.
15424
15425 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15426
15427 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
15428
15429 2004-10-30 Juri Linkov <juri@jurta.org>
15430
15431 * help.el (function-called-at-point):
15432 * help-fns.el (variable-at-point): Read -> intern.
15433
15434 2004-10-30 Simon Josefsson <jas@extundo.com>
15435
15436 * progmodes/autoconf.el (autoconf-font-lock-keywords):
15437 Recognize AS_* too.
15438
15439 2004-10-29 Simon Josefsson <jas@extundo.com>
15440
15441 * subr.el (read-passwd): Move back from password.el.
15442
15443 * password.el: Remove, not ready yet.
15444
15445 2004-10-29 Andreas Schwab <schwab@suse.de>
15446
15447 * speedbar.el (speedbar-frame-parameters): Improve customize type.
15448
15449 2004-10-29 Sam Steingold <sds@gnu.org>
15450
15451 * mouse.el (mouse-show-mark): Replace the last occurrence of
15452 x-lost-selection-hooks with x-lost-selection-functions.
15453
15454 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15455
15456 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
15457 x-lost-selection-functions is bound.
15458
15459 * mouse-sel.el (mouse-sel-mode):
15460 * emacs-lisp/lselect.el: Adjust to new names for
15461 x-(lost|sent)-selection-functions.
15462
15463 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
15464 New obsolete aliases of x-lost-selection-functions and
15465 x-sent-selection-functions.
15466
15467 2004-10-28 Kim F. Storm <storm@cua.dk>
15468
15469 * imenu.el (imenu-scanning-message): Remove.
15470 (imenu-progress-message): Make it a no-op.
15471
15472 2004-10-28 John Paul Wallington <jpw@gnu.org>
15473
15474 * files.el (set-auto-mode): Call `throw' correctly.
15475
15476 2004-10-28 Juri Linkov <juri@jurta.org>
15477
15478 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
15479 to search `Info-...' commands in `info' manual.
15480 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
15481 Add 'info-file "emacs" property.
15482 (Info-find-emacs-command-nodes): Fix index line number regexp.
15483 Set real line number (instead of fake 0) in first element of the
15484 returned list.
15485 (Info-goto-emacs-command-node): Use line number of first element
15486 to set point in the first found Info node.
15487
15488 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
15489 code to `grep-mode-font-lock-keywords'.
15490 (grep-mode-font-lock-keywords): Delete grep markers instead
15491 of making them invisible.
15492
15493 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15494
15495 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
15496 and x-server-version in bug report.
15497
15498 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
15499
15500 * files.el (set-auto-mode-0): New function.
15501 (set-auto-mode): Use it to handle aliased modes and to
15502 be consistent between C-x C-f and C-x C-w.
15503
15504 2004-10-28 Kenichi Handa <handa@m17n.org>
15505
15506 * international/utf-8.el (utf-translate-cjk-charsets):
15507 Add katakana-jisx0201.
15508
15509 * international/subst-jis.el: Add data for JISX0201.
15510
15511 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * obsolete/hilit19.el (hilit-mode): New function.
15514 Move all the toplevel side-effecting stuff into it, so that loading
15515 hilit19 doesn't mess everything up any more.
15516
15517 2004-10-27 Richard M. Stallman <rms@gnu.org>
15518
15519 * add-log.el (add-change-log-entry): Set up mailing address
15520 and full name later, and don't alter add-log-mailing-address
15521 or add-log-full-name.
15522
15523 * elide-head.el (elide-head): Change error to message.
15524 (elide-head-show): Likewise.
15525
15526 * apropos.el (apropos-macrop): Doc fix.
15527
15528 * mouse.el (mouse-show-mark): Do most processing the same
15529 regardless of transient-mark-mode.
15530
15531 * shadowfile.el (shadow-copy-files): Use interactive-p
15532 only to control whether to print a message.
15533
15534 * tar-mode.el (tar-mode): Use write-contents-functions,
15535 not write-contents-hooks.
15536
15537 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
15538 directory-sep-char.
15539
15540 2004-10-27 Richard M. Stallman <rms@gnu.org>
15541
15542 * strokes.el (strokes-unload-hook): Fix previous change.
15543
15544 * type-break.el (type-break-run-at-time): Always use run-at-time;
15545 forget the alternatives.
15546 (type-break-cancel-function-timers): Always use cancel-function-timers;
15547 forget the alternatives.
15548
15549 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
15550
15551 2004-10-27 Kenichi Handa <handa@m17n.org>
15552
15553 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
15554
15555 * international/subst-gb2312.el: Likewise.
15556
15557 * international/subst-big5.el: Likewise.
15558
15559 * international/subst-ksc.el: Likewise.
15560
15561 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
15562 New variable.
15563 (utf-translate-cjk-set-unicode-range): New function.
15564 (utf-translate-cjk-unicode-range): Make it customizable.
15565 (utf-8-post-read-conversion):
15566 Use utf-translate-cjk-unicode-range-string.
15567 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
15568 Unicode ranges.
15569
15570 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
15571
15572 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
15573 trivial variants to shorten the list.
15574 (xml-based-modes): New var.
15575 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
15576 declaration higher priority than auto-mode-alist.
15577
15578 * find-file.el (cc-other-file-alist): Bring it in line with
15579 cc-mode's auto-mode-alist entries and use \' instead of $.
15580
15581 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
15582 and add "Id" and "Name" submenus to it.
15583
15584 * imenu.el (imenu--generic-function): Skip matches in comments.
15585
15586 2004-10-26 Jay Belanger <belanger@truman.edu>
15587
15588 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
15589 (full-calc-keypad, calc-trail-display): Use an extra argument
15590 instead of `interactive-p'.
15591
15592 * calc/calc-misc.el (calc-other-window): Use an extra argument
15593 instead of `interactive-p'.
15594
15595 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
15596 `interactive-p'.
15597
15598 2004-10-26 Kim F. Storm <storm@cua.dk>
15599
15600 * help.el (describe-key): Describe both down-event and up-event
15601 for a mouse click.
15602
15603 2004-10-26 Richard M. Stallman <rms@gnu.org>
15604
15605 * woman.el (woman): Don't call interactive-p.
15606
15607 * pcomplete.el (pcomplete): Instead of interactive-p,
15608 use an arg set non-nil by the interactive spec.
15609
15610 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
15611 use an arg set non-nil by the interactive spec.
15612
15613 * man.el (Man-cleanup-manpage): Instead of interactive-p,
15614 use an arg set non-nil by the interactive spec.
15615
15616 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15617
15618 * progmodes/flymake.el (flymake-split-string):
15619 Use `flymake-split-string-remove-empty-edges' in any case.
15620
15621 2004-10-26 Masatake YAMATO <jet@gyve.org>
15622
15623 * progmodes/flymake.el (flymake-err-line-patterns):
15624 Use `compilation-error-regexp-alist-alist' instead of
15625 `compilation-error-regexp-alist'.
15626
15627 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15628
15629 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
15630 verbatim face on the \ of \end{verbatim}.
15631
15632 2004-10-25 Jay Belanger <belanger@truman.edu>
15633
15634 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
15635 erasing minibuffer.
15636
15637 2004-10-25 Simon Josefsson <jas@extundo.com>
15638
15639 * subr.el (read-passwd): Move to net/password.el.
15640
15641 * net/password.el (read-passwd): Add. Autoload it.
15642
15643 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
15644
15645 * mouse-sel.el (mouse-sel-mode): Specify custom group.
15646
15647 * simple.el (process-file): Fix logic.
15648
15649 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
15650
15651 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
15652 (increase-right-margin): Remove erroneous call to `interactive-p'.
15653
15654 2004-10-24 Kim F. Storm <storm@cua.dk>
15655
15656 * help.el (describe-mode): Fix 2004-10-13 change.
15657 Copy pure "Auto Fill" string so it can be propertized later
15658 without causing a read-only error.
15659
15660 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
15661
15662 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
15663 style indexes.
15664
15665 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
15666
15667 * simple.el (process-file): Accept nil for INFILE. Reported by
15668 Luc Teirlinck.
15669
15670 2004-10-24 Masatake YAMATO <jet@gyve.org>
15671
15672 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
15673 Handle periods and underscores in a function name.
15674 Remove the address fontification.
15675
15676 2004-10-24 Masatake YAMATO <jet@gyve.org>
15677
15678 * progmodes/asm-mode.el (asm-font-lock-keywords):
15679 Use font-lock-variable-name-face for registers.
15680
15681 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
15682
15683 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
15684 kill-all-local-variables.
15685 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
15686 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
15687 Use kill-all-local-variables and provide mode-hooks.
15688 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
15689 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
15690 Suggested by Masatake YAMATO <jet@gyve.org>.
15691
15692 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
15693
15694 * simple.el (process-file): New function, similar to call-process
15695 but supports file handlers.
15696 * vc.el (vc-do-command): Use it, instead of call-process.
15697 * net/tramp-vc.el (vc-do-command): Do not advise it if
15698 process-file is fboundp.
15699 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
15700 process-file.
15701 (tramp-handle-process-file): New function.
15702 (tramp-file-name-for-operation): Support process-file.
15703
15704 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
15705
15706 * calendar/icalendar.el (icalendar--weekday-array): New constant.
15707 (icalendar-weekdayabbrev-table)
15708 (icalendar-monthnumber-table): Delete.
15709 (icalendar--get-month-number): Use calendar-month-name-array.
15710 (icalendar--get-weekday-number): New function.
15711 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
15712 (icalendar-export-region): Handle multi-line entries.
15713 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
15714
15715 2004-10-23 John Paul Wallington <jpw@gnu.org>
15716
15717 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
15718 `wildcards' set to t in interactive spec.
15719
15720 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
15721 interactive spec rather than use `interactive-p'.
15722 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
15723 rather than use function `interactive-p'.
15724
15725 2004-10-22 Kenichi Handa <handa@m17n.org>
15726
15727 * international/mule.el (translate-region): Implement it in Lisp
15728 as a front end of translate-region-internal.
15729
15730 2004-10-21 Jay Belanger <belanger@truman.edu>
15731
15732 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
15733 Declare these variables with defvar.
15734
15735 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
15736 is bound, only check to see if it is bound.
15737
15738 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15739
15740 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15741 Don't output messages.
15742
15743 * calc/calc-help.el (calc-describe-bindings): Fix last change.
15744
15745 2004-10-21 John Paul Wallington <jpw@gnu.org>
15746
15747 * calc/calc-graph.el (calc-graph-init):
15748 Use `set-process-query-on-exit-flag'.
15749
15750 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
15751
15752 * progmodes/compile.el (compilation-start): Rely on `cd' to get
15753 dir right and also allow argumentless cd.
15754
15755 2004-10-19 Richard M. Stallman <rms@gnu.org>
15756
15757 * textmodes/flyspell.el (flyspell-mode): Doc fix.
15758
15759 * eshell/em-unix.el (eshell-grep):
15760 Don't bind compilation-process-setup-function.
15761
15762 * comint.el (comint-insert-input): Use @ in `interactive'.
15763 (comint-input-filter-functions): Doc fix.
15764 (comint-kill-whole-line, comint-get-source): Doc fix.
15765
15766 * progmodes/compile.el (compilation-setup):
15767 Don't set buffer-read-only if MINOR is non-nil.
15768
15769 2004-10-19 Jay Belanger <belanger@truman.edu>
15770
15771 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
15772 (calc-emacs-type-gnu19): Remove.
15773 (calc-digit-map, calc-read-key-sequence, calc-read-key):
15774 Remove check for old emacs versions.
15775
15776 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
15777 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
15778 for current Emacs.
15779
15780 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
15781 the end of the minibuffer.
15782 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
15783 copy `esc-map'.
15784
15785 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
15786
15787 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
15788 call that would be given when the current emacs was used.
15789
15790 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
15791
15792 * calendar/icalendar.el: Set coding to utf-8.
15793 (icalendar-version): Increase to 0.07.
15794 (icalendar-monthnumber-table): Change March pattern.
15795 (icalendar-get-all-event-properties)
15796 (icalendar-set-event-property): Delete.
15797 (icalendar-all-events): No longer interactive.
15798 (icalendar-convert-diary-to-ical)
15799 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
15800 their replacements.
15801 (icalendar-export-file, icalendar-export-region): New functions;
15802 essentially old `icalendar-convert-diary-to-ical' but appending to
15803 target rather than overwriting.
15804 (icalendar-import-file): Append to target file rather than
15805 overwriting. Fourth arg deleted.
15806 (icalendar-import-buffer): New name for old
15807 `icalendar-extract-ical-from-buffer'.
15808 (icalendar--convert-string-for-import): New name for
15809 old `icalendar-convert-for-import'.
15810 (include-icalendar-files): Delete.
15811 Prefix for all internal functions changed from `icalendar-'
15812 to `icalendar--'.
15813
15814 2004-10-19 Richard M. Stallman <rms@gnu.org>
15815
15816 * paths.el (news-path): Fix previous change.
15817
15818 2004-10-18 Jay Belanger <belanger@truman.edu>
15819
15820 * calc/calc-help.el (calc-describe-bindings):
15821 Set `buffer-read-only' to nil while working in the keybindings buffer;
15822 remove some extra information from the keybindings buffer.
15823
15824 2004-10-18 David Ponce <david@dponce.com>
15825
15826 * mouse.el (mouse-drag-move-window-top): New function.
15827 (mouse-drag-mode-line-1): Use it.
15828
15829 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
15830
15831 * info.el (Info-fontify-node): For multiline refs,
15832 arrange to unfontify newline and surrounding whitespace.
15833
15834 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15835
15836 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
15837 directory is missing.
15838
15839 2004-10-17 John Paul Wallington <jpw@gnu.org>
15840
15841 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
15842 New customizable variable; whether to display buffers that match
15843 `ibuffer-maybe-show-predicates' by default.
15844 (ibuffer-maybe-show-predicates): Mention it in docstring.
15845 (ibuffer-display-maybe-show-predicates): New variable.
15846 (ibuffer-update): Prefix arg now toggles whether buffers that
15847 match `ibuffer-maybe-show-predicates' should be displayed.
15848 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
15849 locally to heed `ibuffer-default-display-maybe-show-predicates'.
15850 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
15851
15852 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
15853
15854 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
15855 work correctly.
15856
15857 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
15858
15859 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
15860 (Buffer-menu-beginning): New helper function.
15861 (Buffer-menu-execute): Use it.
15862 (Buffer-menu-select): Use it.
15863 (Buffer-menu-sort): Use it and also keep markers.
15864
15865 2004-10-17 Richard M. Stallman <rms@gnu.org>
15866
15867 * paths.el (news-directory): Rename from news-path. Old name alias.
15868 (rmail-spool-directory): Use defvar.
15869 (sendmail-program): Use defcustom.
15870 (remote-shell-program): Use defcustom.
15871 (term-file-prefix): Use defvar.
15872 (abbrev-file-name): Use defvar.
15873
15874 * term.el: Add maintainer.
15875
15876 * subr.el (with-local-quit): Return nil if there's a quit.
15877 (read-passwd): Use with-local-quit. Doc fix.
15878
15879 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
15880 (strokes-unload-hook): Set as a variable with add-hook.
15881
15882 * startup.el (fancy-splash-tail, normal-splash-screen):
15883 Update copyright year.
15884
15885 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
15886
15887 * server.el (server-unload-hook): Set as a variable with add-hook.
15888
15889 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
15890
15891 * frame.el (special-display-popup-frame):
15892 Make the buffer current as its frame is created.
15893
15894 * delsel.el (delsel-unload-hook): Set as a variable.
15895
15896 * comint.el (comint-output-filter-functions):
15897 Add comint-watch-for-password-prompt.
15898 (comint-read-noecho): Function deleted.
15899 (send-invisible): Use read-passwd.
15900
15901 * fringe.el (fringe-mode-initialize): New function.
15902 (fringe-mode): Use fringe-mode-initialize as :initialize.
15903
15904 2004-10-17 Kim F. Storm <storm@cua.dk>
15905
15906 * language/indian.el (indian-script-language-alist): Swap value
15907 and doc.
15908 (indian-font-char-index-table): Doc fix.
15909
15910 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15911
15912 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
15913
15914 2004-10-16 Juri Linkov <juri@jurta.org>
15915
15916 * progmodes/compile.el (compilation-start): Move let-binding of
15917 `process-environment' into `with-current-buffer' body.
15918 Reported by Matt Hodges <MPHodges@member.fsf.org>.
15919
15920 2004-10-16 Richard M. Stallman <rms@gnu.org>
15921
15922 * pcvs-util.el (cvs-bury-buffer):
15923 Don't call get-buffer-window for effect.
15924
15925 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
15926
15927 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
15928
15929 * msb.el (msb-unload-hook): Set the variable.
15930
15931 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
15932 Use * to err if buffer is readonly.
15933
15934 * subr.el (looking-back): Return only t or nil.
15935
15936 * whitespace.el (whitespace-unload-hook): Set the variable.
15937
15938 * view.el (view-mode-enable): Set view-page-size and
15939 view-half-page-size to nil.
15940 (view-set-half-page-size-default): view-half-page-size = nil
15941 means the default.
15942 (View-scroll-page-forward): Use view-page-size-default.
15943 (View-scroll-page-backward): Likewise.
15944 (view-page-size, view-half-page-size): Doc fixes.
15945
15946 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
15947
15948 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
15949
15950 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
15951 "cl" like other files. Instead, call byte-compile-find-cl-functions.
15952 (byte-compile-log-1): Bind inhibit-read-only.
15953 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
15954 (byte-compile-log-warning): Likewise.
15955 (byte-compile-file-form-require): Detect "cl" from the arg value.
15956
15957 * progmodes/compile.el (compilation-start): Assume compilation-mode
15958 will make the buffer read-only.
15959 (compilation-mode): Take arg name-of-mode.
15960 (compilation-setup): Make buffer read-only.
15961 (compilation-handle-exit): Bind inhibit-read-only.
15962
15963 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
15964 (ispell-message): Likewise.
15965 (ispell-show-choices): Don't call get-buffer-window uselessly.
15966 (ispell-init-process): Use set-process-query-on-exit-flag.
15967
15968 2004-10-16 Kim F. Storm <storm@cua.dk>
15969
15970 * fringe.el (fringe-bitmaps): Only initialize when defined.
15971
15972 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
15973 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
15974
15975 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
15976
15977 2004-10-15 Simon Josefsson <jas@extundo.com>
15978
15979 * net/password.el: Add.
15980
15981 2004-10-14 Masatake YAMATO <jet@gyve.org>
15982
15983 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
15984 (gdb-script-end-of-defun): New function.
15985 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
15986 `gdb-script-end-of-defun' as *-of-defun-function.
15987
15988 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
15989
15990 * button.el (button-activate): Allow a marker to display as an action.
15991
15992 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
15993
15994 * help.el (describe-mode): Use it to make minor mode list into
15995 hyperlinks.
15996
15997 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
15998
15999 * vc.el (vc-annotate-display-select): Fix typo.
16000
16001 * subr.el (substitute-key-definition-key): New function.
16002 (substitute-key-definition): Use it with map-keymap.
16003 (event-modifiers): Use push.
16004 (mouse-movement-p, with-temp-buffer): Simplify.
16005
16006 2004-10-12 Jay Belanger <belanger@truman.edu>
16007
16008 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
16009 New variables.
16010 (calc-help-index-entries): New function.
16011 (calc-describe-function): Use `calc-help-function-list' instead of
16012 obarray for completion.
16013 (calc-describe-variable): Use `calc-help-variable-list' instead
16014 of obarray for completion.
16015
16016 2004-10-12 Richard M. Stallman <rms@gnu.org>
16017
16018 * info-look.el (info-lookup-file): Add info-file property.
16019 (info-lookup-symbol): Likewise.
16020
16021 * info.el (info-xref): Add underlining.
16022 (info): Add info-file property.
16023 (Info-find-emacs-command-nodes): Specify case-sensitive search.
16024
16025 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
16026
16027 Sync with Tramp 2.0.45.
16028
16029 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
16030 defined. This is not the case for XEmacs without package "edebug".
16031 (tramp-set-auto-save-file-modes): Set permissions of autosaved
16032 remote files to the permissions of the original file. This is not
16033 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
16034 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
16035 (tramp-perl-decode): Fix an error in Perl implementation.
16036 $pending must be cleared every loop. Reported by Benjamin Place
16037 <benjaminplace@sprintmail.com>
16038
16039 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
16040 Don't activate advice during definition. This is done later on,
16041 depending on test result of `substitute-in-file-name'.
16042 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16043
16044 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16045
16046 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
16047
16048 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
16049
16050 2004-10-12 David Ponce <david@dponce.com>
16051
16052 * recentf.el (recentf-edit-list): Update the menu when the recentf
16053 list has been modified.
16054
16055 2004-10-12 Simon Josefsson <jas@extundo.com>
16056
16057 * net/tls.el (tls-certtool-program): New variable.
16058 (tls-certificate-information): New function, based on
16059 ssl-certificate-information.
16060
16061 2004-10-12 Kenichi Handa <handa@m17n.org>
16062
16063 * international/mule.el (coding-system-equal): Move from mule-util.el.
16064
16065 * international/mule-util.el (coding-system-equal): Move to mule.el.
16066
16067 2004-10-12 Kim F. Storm <storm@cua.dk>
16068
16069 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
16070 reset kmacro-initial-counter-value if set.
16071 (kmacro-set-counter): Only set kmacro-counter if defining or executing
16072 macro. Set kmacro-initial-counter-value otherwise. Never set both.
16073 (kmacro-display): Show macro counter if non-zero.
16074
16075 * subr.el (substitute-key-definition): Mention command remapping
16076 in doc string.
16077
16078 2004-10-11 Jay Belanger <belanger@truman.edu>
16079
16080 * calc/calc-misc.el (calc-info-goto-node): New function.
16081 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
16082 node in one step.
16083 (calc-describe-copying, calc-describe-distribution)
16084 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
16085 Go to appropriate info node in one step.
16086
16087 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16088
16089 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
16090
16091 * font-lock.el (font-lock-apply-highlight): Fix last change.
16092
16093 2004-10-11 Simon Josefsson <jas@extundo.com>
16094
16095 * mail/smtpmail.el (smtpmail-open-stream): Look for
16096 starttls-gnutls-program instead of starttls-program iff
16097 starttls-use-gnutls is non-nil.
16098 (smtpmail-open-stream): Don't overwrite user settings of
16099 starttls-extra-arguments and starttls-extra-args.
16100
16101 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16102
16103 * comint.el (comint-mouse-insert-input): Remove.
16104 (comint-insert-input): Make it work for mouse bindings.
16105 (comint-mode-map): Move defs into the declaration.
16106 (comint-output-filter): Typo.
16107
16108 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
16109
16110 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
16111
16112 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
16113 (ange-ftp-call-chmod): Reference remote-shell-program instead of
16114 ange-ftp-remote-shell.
16115
16116 2004-10-10 Andreas Schwab <schwab@suse.de>
16117
16118 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
16119 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
16120 Reported by <sri@asu.edu>.
16121
16122 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
16123
16124 * vc.el (vc-annotate-mode): Remove variable.
16125 (vc-annotate-display-select): Only call vc-annotate-mode
16126 if we're not in that mode already.
16127
16128 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
16129
16130 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
16131 (imenu-choose-buffer-index): Check here for rescan instead.
16132
16133 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
16134 where the face expression evals to nil.
16135
16136 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
16137 (tex-font-lock-keywords-2): Use it.
16138 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
16139
16140 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
16141
16142 2004-10-09 Kim F. Storm <storm@cua.dk>
16143
16144 * subr.el (progress-reporter-update): Define before first usage.
16145 (make-progress-reporter): Doc fix.
16146
16147 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
16148
16149 * textmodes/paragraphs.el (sentence-end-double-space)
16150 (sentence-end-without-period, sentence-end-without-space)
16151 (sentence-end): Doc fixes.
16152
16153 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
16154
16155 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
16156 Change paragraph-start regexp so we don't fill code starting with #'(.
16157
16158 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
16159
16160 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
16161 New defcustom.
16162 (extract-address-components): Use it.
16163
16164 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
16165
16166 * subr.el (make-progress-reporter, progress-reporter-update)
16167 (progress-reporter-force-update, progress-reporter-do-update)
16168 (progress-reporter-done): New functions.
16169
16170 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
16171
16172 * progmodes/etags.el (etags-tags-completion-table): Use progress
16173 reporter.
16174 (etags-tags-apropos): Likewise.
16175
16176 2004-10-08 Alan Mackenzie <acm@muc.de>
16177
16178 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
16179 of current line.
16180
16181 2004-10-08 Masatake YAMATO <jet@gyve.org>
16182
16183 * server.el (server-process-filter): Wrap `process-send-region'
16184 by `condition-case' to guard the case when the pipe to PROC is closed.
16185
16186 2004-10-07 Mark A. Hershberger <mah@everybody.org>
16187
16188 * xml.el (xml-substitute-special): Limit handling of external entities.
16189
16190 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
16191
16192 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
16193
16194 2004-10-06 John Paul Wallington <jpw@gnu.org>
16195
16196 * xml.el (xml-parse-dtd): Fix `error' call.
16197
16198 2004-10-05 Mark A. Hershberger <mah@everybody.org>
16199
16200 * xml.el (xml-substitute-special): Return a single string instead
16201 of a list of strings if an entity substitution is made.
16202
16203 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
16204
16205 * calendar/icalendar.el: New file.
16206
16207 2004-10-05 Juri Linkov <juri@jurta.org>
16208
16209 * isearch.el (isearch-done): Set mark after running hook.
16210 Reported by Drew Adams <drew.adams@oracle.com>.
16211
16212 * info.el (Info-history, Info-toc): Fix Info headers.
16213 (Info-toc): Narrow buffer before Info-fontify-node.
16214 (Info-build-toc): Don't check for special Info file names.
16215 Set main-file to nil if Info-find-file returns a symbol.
16216
16217 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
16218
16219 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
16220 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
16221 * calendar/cal-menu.el (calendar-mode-map): Ditto.
16222
16223 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
16224
16225 * calendar/cal-iso.el (calendar-iso-read-args): New function,
16226 for old interactive spec from calendar-goto-iso-date.
16227 (calendar-goto-iso-date): Use it.
16228 (calendar-goto-iso-week): New function. Suggested by Emilio
16229 C. Lopes <eclig@gmx.net>.
16230
16231 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
16232
16233 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
16234 `set-right-margin' bindings that follow the minor mode conventions.
16235
16236 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16237
16238 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
16239 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
16240 (latex-block-args-alist): Add minipage and picture.
16241 (latex-block-body-alist): Use reftex-label if enabled.
16242 (latex-insert-block): Don't insert a \n if not necessary.
16243 (tex-compile-commands): Make sure dvips doesn't send to printer.
16244 (tex-compile-default): Handle the case where no executable is found.
16245 (latex-noindent-environments): New var.
16246 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
16247 If tex-indent-allhanging is non-nil, make sure we only align for macros
16248 at beginning of line.
16249
16250 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
16251
16252 * newcomment.el (comment-beginning): Doc fix and don't choke on
16253 unset `comment-end-skip' when at beginning of comment.
16254
16255 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
16256
16257 * term.el (term-adjust-current-row-cache): Don't allow the current
16258 row to become negative.
16259 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
16260 the end of the line. Fix scroll down. Add comments.
16261 (term-handle-ansi-escape): Don't exceed terminal width when moving
16262 right.
16263 (term-scroll-region): Move the cursor after setting the scroll region.
16264
16265 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
16266
16267 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
16268 to `width' for consistency with docstring. Doc fix.
16269
16270 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
16271
16272 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
16273 This is necessary for derived modes.
16274
16275 2004-09-30 Kim F. Storm <storm@cua.dk>
16276
16277 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
16278 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
16279
16280 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
16281 kmacro-extract-lambda functions.
16282 (edit-kbd-macro): Handle kmacro lambda forms.
16283 Include counter and counter format in edit buffer.
16284 (edmacro-finish-edit): Get counter and format from edit buffer and
16285 update kmacro bindings when found.
16286
16287 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
16288
16289 * textmodes/paragraphs.el (forward-paragraph):
16290 Avoid args-out-of-range error when point winds up at the beginning of
16291 the buffer and hard newlines are enabled.
16292
16293 * newcomment.el (comment-multi-line): Doc fix.
16294
16295 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
16296
16297 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
16298 (diff-fixup-modifs): Catch unified-diff file-headers.
16299
16300 2004-09-29 Kim F. Storm <storm@cua.dk>
16301
16302 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
16303 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
16304 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
16305
16306 * fringe.el (fringe-bitmap-p): New macro.
16307 (fringe-bitmaps): Add standard fringe bitmaps on load.
16308
16309 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16310
16311 * dired.el (dired-view-command-alist): Use more efficient regexps.
16312 Remove dubious arguments.
16313 (dired-align-file): New function.
16314 (dired-insert-directory): Use it.
16315 (dired-move-to-end-of-filename): Make the " -> " search more specific.
16316 (dired-buffers-for-dir): Remove unused var `pattern'.
16317
16318 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
16319
16320 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
16321 from diary display excursion. Store diary buffer's point for
16322 `simple-diary-display'.
16323 (simple-diary-display): Set window point and start when
16324 displaying buffer, to preserve point.
16325
16326 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
16327
16328 * textmodes/enriched.el (enriched-translations): Replace defconst
16329 with defvar.
16330
16331 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16332
16333 * printing.el: Doc fix.
16334 (pr-version): New version number (6.8.1).
16335 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
16336 make-temp-name.
16337 (pr-delete-file): Check if file exists before deleting it.
16338 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
16339
16340 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
16341
16342 * term.el (term-display-table): New variable.
16343 (term-mode): Use it.
16344 (term-exec-1): Set the coding system to binary.
16345 (term-emulate-terminal): Decode the string before inserting it.
16346
16347 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
16348
16349 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
16350 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
16351 (map): Bind S-prior, S-next and S-insert.
16352 (term-mode): Set `indent-tabs-mode' to nil.
16353 (term-paste): New function to be bound to S-insert.
16354 (term-send-del, term-send-backspace): Change the strings sent.
16355 (term-termcap-format): Synchronize with etc/e/eterm.ti.
16356 (term-handle-colors-array): Fix handling of underline and reverse.
16357 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
16358 (term-erase-in-line): Fix comparison.
16359 (term-emulate-terminal): Fix line wrap handling.
16360 (term-start-output-log): Rename from `term-set-output-log'.
16361 (term-stop-output-log): Rename from `term-stop-photo'.
16362 (term-switch-to-alternate-sub-buffer): Comment out, unused.
16363
16364 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
16365
16366 * dired.el (dired-move-to-filename): Don't output a message if
16367 raise-error is non-nil. Fix return position and value.
16368
16369 * files.el (insert-directory): Obey --dired even with symlinks.
16370
16371 2004-09-25 Lars Hansen <larsh@math.ku.dk>
16372
16373 * ls-lisp.el (ls-lisp-format): Mark file names with property
16374 dired-filename.
16375
16376 2004-09-25 Kim F. Storm <storm@cua.dk>
16377
16378 * ido.el (ido-max-directory-size): New defcustom.
16379 (ido-decorations): Add "too big" element.
16380 (ido-directory-too-big): New dynamic var.
16381 (ido-may-cache-directory): Don't cache big directories.
16382 (ido-directory-too-big-p): New defun.
16383 (ido-set-current-directory): Update ido-directory-too-big.
16384 (ido-read-internal): Make empty ido-cur-item if too-big.
16385 (ido-buffer-internal): Use ido-read-internal directly instead of
16386 ido-read-buffer.
16387 (ido-file-internal): Init ido-directory-too-big.
16388 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
16389 and redo completion with full list.
16390 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
16391 it, and show completions.
16392 (ido-all-completions): Let bind ido-directory-too-big to nil.
16393 (ido-exhibit): Handle ido-directory-too-big.
16394 (ido-read-buffer): Handle fallback to read-buffer.
16395 Init ido-directory-too-big.
16396 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
16397 Init ido-directory-too-big.
16398
16399 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
16400
16401 * subr.el (delay-mode-hooks): Doc fix.
16402
16403 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
16404
16405 * textmodes/enriched.el
16406 (enriched-default-text-properties-local-flag): New variable.
16407 (enriched-mode): Make sure that enabling and disabling the mode is
16408 a no-op. Doc fix.
16409
16410 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
16411
16412 * calendar/holidays.el (holiday-advent): Report on a specified day
16413 offset from advent, not just advent.
16414 (holiday-easter-etc): Report on one specified day offset from
16415 easter, not all easter holidays. Various Easter holidays moved to
16416 `christian-holidays' variable in calendar.el.
16417 * calendar/calendar.el (christian-holidays): Adapt for new
16418 behavior of `holiday-advent' and `holiday-easter-etc' functions.
16419
16420 2004-09-23 Kim F. Storm <storm@cua.dk>
16421
16422 * image.el (insert-sliced-image): Add doc string.
16423
16424 * ido.el (ido-choice-list): New dynamic var for `list' context.
16425 (ido-context-switch-command): New dynamic var.
16426 (ido-define-mode-map): Generalize switch between file/buffer contexts.
16427 (ido-read-internal): Handle new `list' context.
16428 Handle insert-buffer and insert-file ido-exit values.
16429 (ido-buffer-internal): New arg switch-cmd. Use it to setup
16430 ido-context-switch-command. Handle insert-file ido-exit value.
16431 (ido-read-buffer): Set ido-context-switch-command to 'ignore
16432 unless it is already bound by caller.
16433 (ido-file-internal): New arg switch-cmd. Use it to setup
16434 ido-context-switch-command. Handle insert-buffer ido-exit value.
16435 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
16436 used for context switching.
16437 (ido-all-completions): Handle new `list' context.
16438 (ido-make-choice-list): Return choices for `list' context.
16439 (ido-find-file-in-dir, ido-display-file, ido-write-file)
16440 (ido-display-buffer, ido-kill-buffer): Disable context switching.
16441 (ido-insert-buffer, ido-insert-file): Setup context switching.
16442 (ido-exhibit): Handle `list' context.
16443 (ido-read-file-name): Disable context switching. Handle fallback.
16444 (ido-read-directory-name): Disable context switching.
16445 (ido-completing-read): New defun like completing-read. Setup and
16446 use new `list' context.
16447
16448 2004-09-20 Jesper Harder <harder@ifa.au.dk>
16449
16450 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
16451
16452 2004-09-21 Jay Belanger <belanger@truman.edu>
16453
16454 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
16455 `calc-graph-set-styles' so the gnuplot buffer will appear in a
16456 separate window.
16457
16458 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
16459
16460 * subr.el (after-change-major-mode-hook): Doc fix.
16461
16462 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16463
16464 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
16465 of ghostscript for monochrome PostScript file in Windows.
16466
16467 2004-09-21 Kenichi Handa <handa@m17n.org>
16468
16469 * descr-text.el (describe-char): Checking of quail activation fixed.
16470
16471 2004-09-21 Jay Belanger <belanger@truman.edu>
16472
16473 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
16474
16475 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
16476
16477 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
16478 after the mode hooks instead of before. Doc fix.
16479
16480 2004-09-20 Jason Rumney <jasonr@gnu.org>
16481
16482 * startup.el (command-line) [windows-nt]: Try .emacs first, then
16483 _emacs, but revert to .emacs if neither exists in home directory.
16484
16485 2004-09-20 John Paul Wallington <jpw@gnu.org>
16486
16487 * bindings.el (completion-ignored-extensions): Add .dfsl.
16488
16489 2004-09-20 Richard M. Stallman <rms@gnu.org>
16490
16491 * bindings.el (scroll-left): Make it disabled.
16492
16493 * files.el (enable-local-eval): Doc fix.
16494
16495 * indent.el (move-to-left-margin): Special case for minibuffer.
16496
16497 * term.el (term-emulate-terminal): Turn off undo for output.
16498 Use with-current-buffer and save-selected-window.
16499
16500 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
16501
16502 * progmodes/make-mode.el (makefile-fill-paragraph):
16503 Don't insist on spaces when looking for comments. # is enough.
16504
16505 * files.el (hack-local-variables): Copy the variables list
16506 to another buffer, strip prefixes and suffixes there, then read.
16507 (enable-local-eval): Doc fix.
16508 (ignored-local-variables): Initialize to nil.
16509 (risky-local-variable-p): Don't check ignored-local-variables here.
16510 (hack-one-local-variable): Ignore var if in ignored-local-variables.
16511
16512 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
16513
16514 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
16515 of = to "." (punctuation).
16516
16517 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16518
16519 * subr.el (event-basic-type): Fix mask (extend to 22bits).
16520
16521 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
16522
16523 * textmodes/enriched.el (enriched-rerun-flag): New variable.
16524 (enriched-before-change-major-mode): New function.
16525 Add it to `change-major-mode-hook'.
16526 (enriched-after-change-major-mode): New function.
16527 Add it to `after-change-major-mode-hook'.
16528 (enriched-mode): Make it work correctly if called from
16529 `after-change-major-mode-hook'.
16530 No longer set `indent-line-function'.
16531
16532 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
16533
16534 * subr.el (after-change-major-mode-hook): New variable.
16535 (run-mode-hooks): Implement it.
16536
16537 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
16538
16539 * battery.el (battery-linux-proc-apm): Use string-to-number.
16540 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
16541 Use dolist (and less indentation). Use erase-buffer.
16542 Pre-initialize `design-capacity', `warn', and `low'.
16543 (battery-format): Use replace-regexp-in-string.
16544
16545 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
16546
16547 * battery.el: Delete superfluous empty lines.
16548 (battery-linux-proc-acpi): Attempt to gather information from all
16549 battery subdirectories regardless of their file name.
16550 (battery-linux-proc-apm): Replace all occurrences of
16551 battery-hex-to-int-2 with string-to-int (base 16).
16552 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
16553 (battery-hex-map): Delete variable.
16554
16555 2004-09-18 John Paul Wallington <jpw@gnu.org>
16556
16557 * calc/calc-units.el (calc-quick-units): Fix overzealous
16558 s/or/unless/.
16559
16560 2004-09-17 Jay Belanger <belanger@truman.edu>
16561
16562 * calc/calc.el (calc-mode-var-list): Fix the value of
16563 `calc-matrix-brackets'.
16564
16565 2004-09-17 Romain Francoise <romain@orebokech.com>
16566
16567 * ibuf-ext.el (define-ibuffer-filter filename):
16568 Expand dired-directory since buffer-file-name is absolute.
16569
16570 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
16571
16572 * ediff-init.el (ediff-current-diff-face-A)
16573 (ediff-current-diff-face-B, ediff-current-diff-face-C)
16574 (ediff-current-diff-face-Ancestor)
16575 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16576 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16577 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16578 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16579 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16580 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16581 Use min-colors.
16582
16583 * term.el (term-down): Perform vertical motion if DOWN is negative.
16584 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
16585 (term-termcap-format): Synchronize with the eterm terminfo entry
16586 in etc/e/eterm.ti.
16587 (term-handle-colors-array): If the current foreground or
16588 background are zero (i.e. unspecified), use the foreground and
16589 background of the default face for reverse video.
16590 (term-ansi-at-eval-string, term-ansi-default-fg)
16591 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
16592 (term-mem): Delete unused function.
16593 (term-protocol-version): Increment.
16594 (term-current-face): Set to default.
16595
16596 2004-09-15 Jay Belanger <belanger@truman.edu>
16597
16598 * calc/calc.el (calc-mode-var-list): Define this variable.
16599 (calc-always-load-extensions, calc-line-numbering)
16600 (calc-line-breaking, calc-display-just, calc-display-origin)
16601 (calc-number-radix, calc-leading-zeros, calc-group-digits)
16602 (calc-group-char, calc-point-char, calc-frac-format)
16603 (calc-prefer-frac, calc-hms-format, calc-date-format)
16604 (calc-float-format, calc-full-float-format, calc-complex-format)
16605 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
16606 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
16607 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
16608 (calc-matrix-brackets, calc-language, calc-language-option)
16609 (calc-left-label, calc-right-label, calc-word-size)
16610 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
16611 (calc-display-raw, calc-internal-prec, calc-angle-mode)
16612 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
16613 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
16614 (calc-window-height, calc-display-trail, calc-show-selections)
16615 (calc-use-selections, calc-assoc-selections)
16616 (calc-display-working-message, calc-auto-why, calc-timing)
16617 (calc-mode-save-mode, calc-standard-date-formats)
16618 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
16619 (calc-user-parse-tables, calc-gnuplot-default-device)
16620 (calc-gnuplot-default-output, calc-gnuplot-print-device)
16621 (calc-gnuplot-print-output, calc-gnuplot-geometry)
16622 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16623 (calc-invocation-macro, calc-show-banner): Give these values as
16624 part of `calc-mode-var-list's initialization after the variables
16625 are declared with defvar.
16626 (calc-bug-address): Change email address to send bug reports to.
16627 Change the maintainer address at the top.
16628 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
16629 than "\\.emacs" to determine if it is the user-init-file.
16630
16631 * calc/calc-embed.el (calc-embedded-set-modes): Use
16632 `calc-mode-var-list' correctly.
16633
16634 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
16635
16636 * vc.el (annotate-time): Document point handling.
16637 (vc-annotate-display-autoscale): Doc fix.
16638
16639 2004-09-15 Miles Bader <miles@gnu.org>
16640
16641 * generic.el (generic-make-keywords-list): Use symbol rather than
16642 word anchors in regexp.
16643
16644 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
16645
16646 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
16647 no file name consider `dired-directory'.
16648
16649 2004-09-14 Kim F. Storm <storm@cua.dk>
16650
16651 * faces.el (cursor): Add face-no-inherit property. Doc fix.
16652
16653 2004-09-14 Simon Josefsson <jas@extundo.com>
16654
16655 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
16656
16657 * textmodes/dns-mode.el: Add.
16658
16659 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16660
16661 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
16662 (disabled-command-function): Make the ?\ char more obvious.
16663
16664 * vc-arch.el (vc-arch-root, vc-arch-registered):
16665 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
16666
16667 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
16668
16669 * windmove.el (windmove-frame-edges): Report coordinates of
16670 outside edges of frame, not inside edges.
16671 (windmove-coordinates-of-position): Convert into wrapper to new
16672 function `windmove-coordinates-of-window-position';
16673 `compute-motion' always applies to selected window.
16674 (windmove-coordinates-of-position): Update documentation to refer
16675 to Emacs 21 Lisp Reference Manual.
16676 (windmove-find-other-window): Fix off-by-one errors for max x,y.
16677
16678 2004-09-13 Kim F. Storm <storm@cua.dk>
16679
16680 * isearch.el (isearch-resume-in-command-history): Rename from
16681 isearch-resume-enabled and change default to nil.
16682
16683 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16684
16685 * vc-hooks.el (vc-ignore-dir-regexp): New var.
16686 (vc-registered): Use it.
16687 (vc-find-root): New fun.
16688
16689 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16690 Don't tell to use \\{...} when it's already done.
16691
16692 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
16693 Provide a sample complex default.
16694 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
16695 (bibtex-entry): Use mapc.
16696
16697 2004-09-12 Kim F. Storm <storm@cua.dk>
16698
16699 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
16700
16701 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
16702 inhibit-field-text-motion to t so rectangles work in comint buffers.
16703
16704 * simple.el (choose-completion-string): Set buffer before running
16705 choose-completion-string-functions hook so it can be buffer-local.
16706
16707 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
16708
16709 * progmodes/compile.el (compilation-start): Parse command to see
16710 if it starts with a cd, and if so perform it for the *compilation*
16711 buffer. Change the header to reflect this.
16712
16713 2004-09-11 Kim F. Storm <storm@cua.dk>
16714
16715 * ido.el (ido-enable-dot-prefix): Doc fix.
16716 (ido-enable-dot-prefix): New defcustom.
16717 (ido-set-matches1): Use it.
16718
16719 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
16720
16721 * textmodes/bibtex.el (bibtex-mark-active)
16722 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
16723
16724 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16725
16726 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
16727 used in a case insensitive environment.
16728 (bibtex-mode-map): Rearrange order of menus.
16729 (bibtex-quoted-string-re): Obsolete.
16730 (bibtex-complete-key-cleanup): Variable replaced by new function.
16731 (bibtex-font-lock-keywords): Use backquotes.
16732 (bibtex-font-lock-url-regexp): New internal variable.
16733 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
16734 "OPT" and "ALT".
16735 (bibtex-insert-current-kill, bibtex-make-field)
16736 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
16737 (bibtex-parse-field-text): Simplify.
16738 (bibtex-string=): New helper function.
16739 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
16740 (bibtex-map-entries): Use bibtex-string=.
16741 (bibtex-search-entry): Use not.
16742 (bibtex-enclosing-field): Fix docstring.
16743 (bibtex-assoc-regexp): Obsolete.
16744 (bibtex-format-entry): Use assoc-string and bibtex-string=.
16745 (bibtex-autokey-get-names): Handle empty name field.
16746 (bibtex-parse-strings): Use assoc-string and unless.
16747 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
16748 Use assoc-string.
16749 (bibtex-pop): Simplify.
16750 (bibtex-mode): Set font-lock-extra-managed-props.
16751 (bibtex-entry-update): Use assoc-string.
16752 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
16753 (bibtex-autofill-entry): Use bibtex-string=.
16754 (bibtex-print-help-message): Simplify.
16755 (bibtex-find-entry): New optional arg START.
16756 (bibtex-validate): Use bibtex-string= and assoc-string.
16757 Do not call obsolete function compilation-parse-errors.
16758 (bibtex-remove-delimiters): Only remove delimiters if present.
16759 (bibtex-copy-entry-as-kill): Add docstring.
16760 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
16761 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
16762 (bibtex-complete): Use bibtex-predefined-month-strings,
16763 bibtex-string=, and new function bibtex-complete-key-cleanup.
16764 (bibtex-generate-url-list): New variable.
16765 (bibtex-url): New command bound to C-c C-l and mouse-2.
16766 (bibtex-url-map): New local keymap for bibtex-url-mouse.
16767 (bibtex-font-lock-url): New function.
16768
16769 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
16770
16771 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
16772
16773 2004-09-09 Kim F. Storm <storm@cua.dk>
16774
16775 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
16776 counter and format with binding.
16777 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
16778 the declared macro uses own macro counter and format. Give symbol
16779 kmacro property.
16780 (kmacro-keymap): Bind kmacro-name-last-macro to n.
16781 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
16782 (kmacro-end-and-call-macro): Doc fix.
16783
16784 2004-09-09 Lars Hansen <larsh@math.ku.dk>
16785
16786 * desktop.el (desktop-clear-preserve-buffers):
16787 Remove make-obsolete-variable.
16788
16789 2004-09-08 Richard M. Stallman <rms@gnu.org>
16790
16791 * buff-menu.el (list-buffers-noselect): Call format-mode-line
16792 with the buffer as argument.
16793
16794 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
16795
16796 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
16797
16798 2004-09-08 Juri Linkov <juri@jurta.org>
16799
16800 * replace.el (perform-replace): Use `query-replace-descr'.
16801
16802 * cus-start.el (history-delete-duplicates): Specify customization.
16803
16804 * diff-mode.el (diff-mode-map):
16805 * progmodes/compile.el (compilation-mode-map):
16806 * progmodes/grep.el (grep-mode-map):
16807 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
16808 to `next-error-follow-minor-mode'.
16809
16810 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16811
16812 * isearch.el (isearch-lazy-highlight-update): Take into account
16813 the case of zero-length match at the search bound.
16814
16815 2004-09-08 Kim F. Storm <storm@cua.dk>
16816
16817 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
16818 change. Use zero width overlays when necessary.
16819
16820 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16821
16822 * subr.el (split-string): Docfix.
16823
16824 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16825
16826 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
16827 (display-call-tree): Ensure newline after caller/calls blocks.
16828
16829 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16830
16831 * startup.el (command-line-1): Make option
16832 --directory/-L modify `load-path' straight away.
16833
16834 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16835
16836 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
16837
16838 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16839
16840 * emacs-lisp/autoload.el (make-autoload):
16841 Handle `define-compilation-mode'.
16842
16843 * emacs-lisp/lisp-mode.el (define-compilation-mode):
16844 Specify `doc-string-elt' property.
16845
16846 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16847
16848 * bs.el (bs-mode): Doc fix.
16849
16850 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16851
16852 * info.el (Info-insert-dir): Fix temp buffer leak bug.
16853
16854 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16855
16856 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
16857
16858 2004-09-08 Kenichi Handa <handa@m17n.org>
16859
16860 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
16861 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
16862 ps-mule-next-point -> 1+).
16863
16864 * composite.el (encode-composition-rule): Add autoload cookie.
16865
16866 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
16867
16868 * format.el (buffer-auto-save-file-format): Make it permanent local.
16869
16870 2004-09-07 Kim F. Storm <storm@cua.dk>
16871
16872 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
16873 (authors-fixed-entries): Fix typo.
16874 (authors-canonical-author-name): Compact multiple spaces.
16875 Ignore trivial names (e.g. only first name).
16876
16877 * term.el (term-window-width): Only use full window width on
16878 window system if overflow-newline-into-fringe is enabled.
16879 (term-mode): Don't disable overflow-newline-into-fringe.
16880
16881 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16882
16883 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
16884 motion as seen on my Mac OS X xterms.
16885
16886 * newcomment.el (uncomment-region-default, comment-region-default):
16887 New functions extracted from uncomment-region and comment-region.
16888 (comment-region, comment-region-function, uncomment-region)
16889 (uncomment-region-function): Use them.
16890
16891 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
16892
16893 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
16894 It's not crucial but can make sense at times.
16895
16896 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
16897 the first commit.
16898
16899 * vc.el (vc-buffer-context, vc-restore-buffer-context):
16900 Disable obsolete code.
16901
16902 2004-09-07 Juri Linkov <juri@jurta.org>
16903
16904 * progmodes/grep.el (grep-highlight-matches): Change default from
16905 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
16906 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
16907 if grep option `--color' is available, or to `nil' otherwise.
16908 (grep-process-setup): Call `grep-compute-defaults' if
16909 `grep-highlight-matches' is not computed. Set env-vars only
16910 if `grep-highlight-matches' is `t'.
16911 (grep-use-null-device): Remove redundant type `boolean' (`choice'
16912 is already defined).
16913
16914 * progmodes/compile.el (compilation-start): Use copy of
16915 `process-environment' created by `copy-sequence' to not
16916 modify env-vars in the global `process-environment'.
16917
16918 2004-09-06 Eli Zaretskii <eliz@gnu.org>
16919
16920 * simple.el (next-error-follow-minor-mode): Fix last change.
16921
16922 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
16923
16924 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
16925 permanent local.
16926
16927 2004-09-04 Richard M. Stallman <rms@gnu.org>
16928
16929 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
16930 highlighting if the search string is empty.
16931
16932 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
16933
16934 * facemenu.el (facemenu-active-faces): Change condition of inner
16935 `while' loop to also check the first two elements of `face-atts'
16936 and `mask-atts'.
16937
16938 2004-09-04 John Paul Wallington <jpw@gnu.org>
16939
16940 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
16941 (thumbs-view-image-mode): Make buffer read-only.
16942
16943 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
16944
16945 * textmodes/ispell.el (ispell-really-aspell): New defvar.
16946 (ispell-check-version): Set it.
16947 (ispell-send-replacement): New function.
16948 (ispell-process-line): Call ispell-send-replacement.
16949
16950 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16951
16952 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
16953 Support choosing seconds with "s".
16954
16955 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
16956
16957 * terminal.el (te-escape): Show `?' in prompt for help key.
16958
16959 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
16960
16961 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
16962
16963 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
16964
16965 * simple.el (next-error-follow-minor-mode)
16966 (next-error-follow-mode-post-command-hook): New functions.
16967 (next-error-follow-last-line): New defvar.
16968
16969 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
16970 * progmodes/compile.el (compilation-mode-map): Likewise.
16971 * progmodes/grep.el (grep-mode-map): Likewise.
16972 * replace.el (occur-mode-map): Likewise.
16973
16974 * newcomment.el (uncomment-region): Bind comment-use-global-state
16975 to nil.
16976
16977 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
16978
16979 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
16980 locally around the call to `revert-buffer'.
16981
16982 2004-09-03 Juri Linkov <juri@jurta.org>
16983
16984 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
16985 `isearch-adjusted' to `t'.
16986 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
16987 (isearch-message-prefix): Add "pending" for isearch-adjusted.
16988 (isearch-other-meta-char): Restore isearch-point unconditionally.
16989 (isearch-query-replace): Add new arg `regexp-flag' and use it.
16990 Set point to start of match if region is not active in transient
16991 mark mode (to include the current match to region boundaries).
16992 Push the search string to `query-replace-from-history-variable'.
16993 Add prompt "Query replace regexp" for isearch-regexp.
16994 Add region beginning/end as last arguments of `perform-replace.'
16995 (isearch-query-replace-regexp): Replace code by the call to
16996 `isearch-query-replace' with arg `t'.
16997
16998 2004-09-03 Richard M. Stallman <rms@gnu.org>
16999
17000 * startup.el (normal-top-level): Undo previous TERM change.
17001
17002 2004-09-03 Kim F. Storm <storm@cua.dk>
17003
17004 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
17005 highlight overlays; allow using RET when cursor is over a button.
17006 (cua--highlight-rectangle): Use it.
17007 (cua--rectangle-set-corners): Don't move backwards at eol.
17008 (cua--forward-line): Don't move into void after eob.
17009
17010 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
17011 point is set (and displayed) inside rectangle.
17012 (cua--rectangle-operation): Fix for highlight of empty lines.
17013 (cua--highlight-rectangle): Fix highlight for tabs.
17014 Position cursor at left/right edge of rectangle using new `cursor'
17015 property on overlay strings.
17016 (cua--indent-rectangle): Don't tabify.
17017 (cua-rotate-rectangle): Ignore that point has moved.
17018
17019 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17020
17021 * term/mac-win.el: Add ASCII equivalents for some function keys.
17022 (mode-line-frame-identification): Sync with x-win.el.
17023
17024 2004-09-02 Juri Linkov <juri@jurta.org>
17025
17026 * progmodes/compile.el (compilation-buffer-name): Compare major
17027 mode with second element of compilation-arguments instead of third
17028 to reflect latest changes in compilation-arguments structure.
17029 (recompile): Use global variable `compilation-directory' to get
17030 recent compilation directory only when `recompile' is invoked NOT
17031 in the compilation buffer. Otherwise, use `default-directory' of
17032 the compilation buffer.
17033 (compilation-error-properties): Allow to funcall col and end-col.
17034 (compilation-mode-font-lock-keywords): Check col and end-col by
17035 `integerp'.
17036 (compilation-goto-locus): If end-mk is non-nil in transient mark
17037 mode don't activate the mark (and don't display message in
17038 push-mark), but highlight overlay between mk and end-mk.
17039
17040 * progmodes/grep.el (grep-highlight-matches): New defcustom.
17041 (grep-regexp-alist): Add rule to highlight grep matches.
17042 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
17043
17044 * info.el (Info-fontify-node): Don't compute other-tag
17045 if Info-hide-note-references=hide.
17046
17047 * help.el (function-called-at-point):
17048 * help-fns.el (variable-at-point):
17049 Try `find-tag-default' when other methods failed.
17050
17051 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17052 Do not push mark if inhibit-mark-movement is non-nil.
17053
17054 * textmodes/ispell.el (ispell-html-skip-alists):
17055 Fix backslashes in docstring.
17056
17057 2004-09-01 Juri Linkov <juri@jurta.org>
17058
17059 * isearch.el (isearch-wrap-function)
17060 (isearch-push-state-function): New defvars.
17061 (isearch-pop-fun-state): New defsubst.
17062 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
17063 (isearch-push-state): Set the result of calling
17064 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
17065 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
17066 restore the mode-specific starting point of terminated search.
17067 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
17068 (isearch-repeat): Call `isearch-wrap-function' if defined.
17069 (isearch-message-prefix): Don't add prefix "over" to the message
17070 for wrapped search if `isearch-wrap-function' is defined.
17071 (isearch-search): Call function saved in `isearch-pop-fun-state' to
17072 restore the mode-specific starting point of failed search.
17073
17074 * info.el (Info-search-whitespace-regexp): Fix backslashes.
17075 (Info-search): Add new optional arguments for the sake of isearch.
17076 Replace whitespace in Info-search-whitespace-regexp literally.
17077 Add backward search. Don't call `Info-select-node' if regexp is
17078 found in the same Info node. Don't add node to Info-history for
17079 wrapped isearch.
17080 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
17081 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
17082 (Info-mode): Set local variables `isearch-search-fun-function',
17083 `isearch-wrap-function', `isearch-push-state-function',
17084 `search-whitespace-regexp'.
17085
17086 * isearch.el: Remove ancient Change Log section.
17087 (isearch-string, isearch-message-string, isearch-point)
17088 (isearch-success, isearch-forward-flag, isearch-other-end)
17089 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
17090 (isearch-barrier, isearch-within-brackets)
17091 (isearch-case-fold-search): Add suffix `-state' to state-related
17092 defsubsts to avoid name clashes with other function names.
17093
17094 * simple.el (next-error): New defgroup and defface.
17095 (next-error-highlight, next-error-highlight-no-select):
17096 New defcustoms.
17097 (next-error-no-select): Let-bind next-error-highlight to the value
17098 of next-error-highlight-no-select before calling `next-error'.
17099
17100 * progmodes/compile.el (compilation-goto-locus):
17101 Use `next-error' face instead of `region'. Set 4-th argument of
17102 `move-overlay' to `current-buffer' to move overlay to different
17103 source buffers. Use new variable `next-error-highlight'.
17104
17105 * simple.el (next-error-find-buffer): Move the rule
17106 "if current buffer is a next-error capable buffer" after the
17107 rule "if next-error-last-buffer is set to a live buffer".
17108 Simplify to test all rules in one `or'.
17109 (next-error): Doc fix.
17110 (next-error, previous-error, first-error)
17111 (next-error-no-select, previous-error-no-select):
17112 Make arguments optional.
17113
17114 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
17115
17116 * macros.el (apply-macro-to-region-lines): Make it operate on all
17117 lines that begin in the region, rather than on all complete lines
17118 in the region.
17119
17120 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17121
17122 * x-dnd.el (x-dnd-protocol-alist): Document update.
17123 (x-dnd-known-types): Defcustom it.
17124 (x-dnd-handle-motif): Print message-atom in error message.
17125
17126 2004-08-30 John Paul Wallington <jpw@gnu.org>
17127
17128 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
17129 strings rather than programatically constructing message.
17130
17131 2004-08-30 Richard M. Stallman <rms@gnu.org>
17132
17133 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
17134 Don't return a string that would read as the wrong character code.
17135
17136 2004-08-29 Kim F. Storm <storm@cua.dk>
17137
17138 * emulation/cua-base.el (cua-auto-expand-rectangles):
17139 Remove automatic rectangle padding feature; replace by non-destructive
17140 virtual rectangle edges feature.
17141 (cua-virtual-rectangle-edges): New defcustom.
17142 (cua-auto-tabify-rectangles): New defcustom.
17143 (cua-paste): If paste into a marked rectangle, insert rectangle at
17144 current column, even if virtual; also paste exactly as many lines
17145 as has been marked (ignore additional lines or add empty lines),
17146 but paste whole source if only one line is marked.
17147 (cua--update-indications): No longer use overwrite-cursor to
17148 indicate rectangle padding
17149
17150 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
17151 (cua--rectangle-virtual-edges): New defun.
17152 (cua--rectangle-get-corners): Remove optional PAD arg.
17153 (cua--rectangle-set-corners): Never do padding.
17154 (cua--forward-line): Remove optional PAD arg. Simplify.
17155 (cua-resize-rectangle-right, cua-resize-rectangle-left)
17156 (cua-resize-rectangle-down, cua-resize-rectangle-up):
17157 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
17158 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
17159 (cua--rectangle-move): Never do padding. Simplify.
17160 (cua--tabify-start): New defun.
17161 (cua--rectangle-operation): Add tabify arg. All callers changed.
17162 (cua--pad-rectangle): Remove.
17163 (cua--delete-rectangle): Handle delete with virtual edges.
17164 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
17165 (cua--insert-rectangle): Handle insert at virtual column.
17166 Perform auto-tabify if necessary.
17167 (cua--activate-rectangle): Remove optional FORCE arg.
17168 Never do padding. Simplify.
17169 (cua--highlight-rectangle): Enhance for virtual edges.
17170 (cua-toggle-rectangle-padding): Remove command.
17171 (cua-toggle-rectangle-virtual-edges): New command.
17172 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
17173 (cua--rectangle-post-command): Don't force rectangle padding.
17174 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
17175
17176 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
17177
17178 * indent.el (edit-tab-stops-buffer): Doc fix.
17179
17180 2004-08-28 Richard M. Stallman <rms@gnu.org>
17181
17182 * progmodes/grep.el (grep-default-command): Use find-tag-default.
17183 (grep-tag-default): Function deleted.
17184
17185 * subr.el (find-tag-default): Move from etags.el.
17186
17187 * progmodes/etags.el (find-tag-default): Move to subr.el.
17188
17189 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
17190 into the basic character if it has an uppercase form.
17191
17192 2004-08-27 Kenichi Handa <handa@m17n.org>
17193
17194 * international/utf-8.el (utf-8-post-read-conversion): If the
17195 buffer is unibyte, temporarily make it multibyte.
17196
17197 2004-08-27 Masatake YAMATO <jet@gyve.org>
17198
17199 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
17200
17201 2004-08-25 John Paul Wallington <jpw@gnu.org>
17202
17203 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
17204 0, 1, and many mismatches in message.
17205 (tex-start-shell): Use `set-process-query-on-exit-flag'.
17206
17207 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
17208 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
17209
17210 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17211
17212 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
17213 vc-diff-switches differently.
17214
17215 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
17216
17217 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
17218 before and a real defvar after
17219 `speedbar-supported-extension-expressions'. This is to silence
17220 the compiler without breaking bootstrapping.
17221
17222 2004-08-22 Richard M. Stallman <rms@gnu.org>
17223
17224 * textmodes/flyspell.el (flyspell-word):
17225 Use set-process-query-on-exit-flag.
17226 (flyspell-highlight-duplicate-region): Take POSS as arg.
17227 (flyspell-word): Pass POSS as arg.
17228
17229 * progmodes/ada-xref.el: Many doc and style fixes.
17230 (ada-find-any-references): Use compilation-start.
17231 (ada-get-ali-file-name): Improve error msg.
17232 (ada-get-ada-file-name): Likewise.
17233
17234 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
17235 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
17236
17237 * mail/mail-extr.el (mail-extr-all-top-level-domains):
17238 Add forward defvar.
17239
17240 * whitespace.el (global-whitespace-mode): New alias
17241 for whitespace-global-mode.
17242
17243 * speedbar.el (speedbar-file-regexp): Move definition up.
17244 (speedbar-mode, speedbar-set-mode-line-format):
17245 Use with-no-warnings.
17246 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
17247
17248 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
17249 controls whether to display the error buffer.
17250
17251 * ps-mule.el: Delete compatibility code for old Emacsen.
17252 (ps-mule-find-wrappoint): Don't use chars-in-region.
17253
17254 * frame.el (display-mouse-p, display-selections-p):
17255 Use with-no-warnings.
17256
17257 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
17258
17259 2004-08-22 David Kastrup <dak@gnu.org>
17260
17261 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
17262 information.
17263
17264 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
17265
17266 2004-08-22 Andreas Schwab <schwab@suse.de>
17267
17268 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
17269
17270 2004-08-22 Masatake YAMATO <jet@gyve.org>
17271
17272 * cvs-status.el (cvs-status-checkout): New function.
17273 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
17274
17275 2004-08-21 David Kastrup <dak@gnu.org>
17276
17277 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
17278 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
17279 has been converted to use hashtables, the relation `nil=none' is
17280 no longer valid, as `nil' is not a hashtable. This patch tries to
17281 reduce the number of resulting errors.
17282
17283 2004-08-21 John Paul Wallington <jpw@gnu.org>
17284
17285 * subr.el (process-kill-without-query): Made obsolete in
17286 version 21.4, not 21.5.
17287
17288 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
17289 (vc-previous-comment, vc-next-comment)
17290 (vc-comment-search-reverse, vc-comment-search-forward)
17291 (vc-comment-to-change-log): Likewise.
17292
17293 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
17294
17295 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
17296
17297 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
17298 Correct indentation of DEFMETHODS with non-standard method
17299 combinations (e.g., PROGN, MIN, MAX).
17300
17301 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
17302
17303 * startup.el (normal-top-level-add-subdirs-to-load-path):
17304 Avoid unnecessarily checking system-type.
17305 (normal-top-level): Set TERM to "dumb". Simplify.
17306
17307 * avoid.el (mouse-avoidance-ignore-p): New fun.
17308 Also ignore switch-frame, select-window, double, and triple clicks.
17309 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
17310 (mouse-avoidance-fancy-hook): Use it.
17311
17312 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
17313
17314 * avoid.el (mouse-avoidance-nudge-mouse)
17315 (mouse-avoidance-banish-destination): Stay within the current window
17316 to avoid problems with mouse-autoselect-window.
17317
17318 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17319
17320 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
17321 the newer format of some messages in cvs-1.12.1.
17322
17323 2004-08-19 Masatake YAMATO <jet@gyve.org>
17324
17325 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
17326 (elp-results-jump-to-definition-by-mouse)
17327 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
17328 (elp-output-result): Use elp-output-insert-symname.
17329
17330 2004-08-18 Kenichi Handa <handa@m17n.org>
17331
17332 * language/cyrillic.el: Register koi8-r in
17333 ctext-non-standard-encodings-alist.
17334 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
17335
17336 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
17337
17338 * emacs-lisp/copyright.el (copyright-update-year): Delete code
17339 that replaces 20xy with xy.
17340
17341 2004-08-17 John Paul Wallington <jpw@gnu.org>
17342
17343 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
17344 (reb-force-update): Doc fix.
17345
17346 2004-08-16 Richard M. Stallman <rms@gnu.org>
17347
17348 * progmodes/which-func.el (which-func-update-1): Doc fix.
17349
17350 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
17351 (sh-mode-abbrev-table): New variable.
17352
17353 * progmodes/compile.el (compilation-mode): Doc fix.
17354
17355 * emacs-lisp/lisp-mode.el (eval-last-sexp):
17356 Don't cons a new symbol each time.
17357 (eval-last-sexp-fake-value): New variable.
17358
17359 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
17360 (copyright-update-year): Detect continuation of list of years.
17361
17362 * term.el (term-default-fg-color, term-default-bg-color)
17363 (ansi-term-color-vector): Use `unspecified', not nil, as default.
17364
17365 * imenu.el: Several doc fixes: don't say variables are buffer-local.
17366
17367 2004-08-16 Davis Herring <herring@lanl.gov>
17368
17369 * isearch.el (isearch-string, isearch-message-string, isearch-point)
17370 (isearch-success, isearch-forward-flag, isearch-other-end)
17371 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
17372 (isearch-barrier, isearch-within-brackets)
17373 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
17374
17375 2004-08-16 Kenichi Handa <handa@m17n.org>
17376
17377 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
17378
17379 2004-08-15 Kenichi Handa <handa@m17n.org>
17380
17381 * term/x-win.el (x-selection-value): If utf8 was successful but
17382 ctext was not, use utf8 string.
17383
17384 2004-08-14 Davis Herring <herring@lanl.gov>
17385
17386 * isearch.el: Remove accidental changes of March 4. Fix backing
17387 up when a regexp isearch is made more general. Use symbolic
17388 accessor functions for isearch stack frames to make usage clearer.
17389 (search-whitespace-regexp): Made groups in documentation shy (as
17390 is the group in the default value).
17391 (isearch-fallback): New function, addresses problems with regexps
17392 liberalized by `\|', adds support for liberalization by `\}' (the
17393 general repetition construct), and incorporates behavior for
17394 `*'/`?'.
17395 (isearch-}-char): New command, calls `isearch-fallback' with
17396 arguments appropriate to a typed `}'.
17397 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
17398 appropriately.
17399 (isearch-mode-map): Bind `}' to `isearch-}-char'.
17400 (isearch-string, isearch-message,string, isearch-point)
17401 (isearch-success, isearch-forward-flag, isearch-other-end)
17402 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
17403 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
17404 New inline functions to read fields of a stack frame.
17405
17406 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
17407
17408 * battery.el (battery-linux-proc-acpi): Look into battery
17409 directories matching the literal string "CMB", too (required for
17410 Linux kernel version 2.6.7).
17411
17412 2004-08-14 John Paul Wallington <jpw@gnu.org>
17413
17414 * cus-start.el (read-file-name-completion-ignore-case): Add.
17415 (blink-cursor-alist): Change version to "21.4".
17416
17417 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
17418
17419 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
17420
17421 * speedbar.el (speedbar-scan-subdirs): New option.
17422 (speedbar-file-lists): Don't ignore file-name case on Unix and use
17423 dolist.
17424 (speedbar-insert-files-at-point): Take an extra argument and use
17425 it to optionally find out if a subdir is empty. Also unreadable
17426 files don't get expand buttons.
17427 (speedbar-directory): New image (unused pixmap already existed).
17428 (speedbar-expand-image-button-alist): Use it.
17429
17430 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
17431
17432 CC Mode update to 5.30.9:
17433
17434 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
17435 Move from cc-vars to cc-defs for dependency reasons. Fix the
17436 POSIX char class test to check that it works in
17437 `skip-chars-(forward|backward)' too.
17438
17439 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
17440 first argument starts with a special brace list.
17441
17442 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
17443 when `c-opt-type-concat-key' is used (i.e. in Pike).
17444
17445 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
17446 Fix bug when the inner char pair doesn't have paren syntax,
17447 i.e. "(<>)".
17448
17449 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
17450 whitespace safe.
17451
17452 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
17453 position for `arglist-intro', `arglist-cont-nonempty' and
17454 `arglist-close' when there are two arglist open parens on the same
17455 line and there's nothing in front of the first.
17456
17457 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
17458 locking of qualified names in Java, which previously could fontify
17459 common indexing expressions in many cases. The standard Java
17460 naming conventions are used to tell them apart.
17461
17462 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
17463 Fix inconsistency wrt opening parens on the first line inside a paren
17464 block.
17465
17466 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
17467 compile time for the sake of `c-major-mode-is'.
17468
17469 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
17470 `c-major-mode-is' in the event that this is used inside a
17471 `c-lang-defconst'.
17472
17473 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
17474 `c-lang-defconst' so that it works better with fallback languages.
17475
17476 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
17477 it to fail to record the base mode.
17478
17479 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
17480 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
17481 is used. Reorder the syntax checks to get more efficient
17482 skipping in some situations.
17483
17484 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
17485 continuation which might precede the newly inserted '{'.
17486
17487 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
17488 Fix cases where it could loop indefinitely.
17489
17490 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
17491 size specs correctly. Only fontify identifiers in front of '('
17492 with as functions - don't accept any paren char. Tighten up
17493 initializer skipping to stop before function and class blocks.
17494
17495 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17496 the point could be left directly after an open paren when finding
17497 the beginning of the first decl in the block.
17498
17499 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
17500 table when filtering out legitimate open parens to be recorded.
17501 This could cause cache inconsistencies when e.g.
17502 `c++-template-syntax-table' was temporarily in use.
17503
17504 * progmodes/cc-engine.el (c-on-identifier)
17505 (c-simple-skip-symbol-backward): Small fix for handling "-"
17506 correctly in `skip-chars-backward'. Affected the operator lfun
17507 syntax in Pike.
17508
17509 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
17510 Fix bug that could cause an error from `after-change-functions' when
17511 the changed region is at bob.
17512
17513 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
17514
17515 CC Mode update to 5.30.9:
17516
17517 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
17518 to say that <TAB> doesn't insert WS into a CPP line.
17519 (c-indent-command, c-tab-always-indent): Amend doc strings.
17520
17521 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
17522 checks for user errors, thus eliminating cryptic and unhelpful
17523 Emacs error messages. (1) Check the arg to `c-set-style' is a
17524 string. (2) Check that settings to `c-offsets-alist' are not
17525 spuriously quoted.
17526
17527 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17528 which precedes the newly inserted `{'.
17529
17530 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
17531
17532 Sync with Tramp 2.0.44.
17533
17534 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
17535 function "tramp_file_attributes". Otherwise, file names
17536 containing spaces are misinterpreted. Reported by Magnus Henoch
17537 <mange@freemail.hu>.
17538 (tramp-handle-file-truename): FILENAME must be expanded first.
17539 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
17540 obscure results. Reported by D. Goel <deego@gnufans.org>.
17541 (tramp-handle-verify-visited-file-modtime): If file does not
17542 exist, say it is not modified if and only if that agrees with the
17543 buffer's record. Check whether a file is visiting the buffer, or
17544 the buffer has no recorded last modification time. Return t in
17545 case the visiting file doesn't exist. Suggested by Luc Teirlinck
17546 <teirllm@auburn.edu>.
17547 (tramp-handle-write-region): Pass modtime explicitly to
17548 `set-visited-file-modtime', because filename can be different
17549 from (buffer-file-name) if `file-precious-flag' is set.
17550 `set-visited-file-modtime' must be called always when `visit' is t
17551 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
17552 (tramp-handle-set-visited-file-modtime): If `time-list' is not
17553 nil, don't apply the whole body. If the file doesn't exists, set
17554 modtime to '(-1 65535). Suggested by Luc Teirlinck
17555 <teirllm@auburn.edu>.
17556
17557 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
17558
17559 * help.el (describe-bindings): Doc fix.
17560
17561 * subr.el (kbd): Doc fix.
17562
17563 2004-08-08 John Paul Wallington <jpw@gnu.org>
17564
17565 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
17566 instead of `string-to-int'.
17567 (define-ibuffer-column mode): Fix indentation.
17568
17569 2004-08-08 Lars Hansen <larsh@math.ku.dk>
17570
17571 * wid-edit.el (widget-sexp-validate): Allow whitespace after
17572 expression.
17573
17574 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
17575
17576 * subr.el (global-unset-key, local-unset-key): Doc fixes.
17577
17578 * novice.el (disabled-command-function): New variable renamed from
17579 `disabled-command-hook'.
17580 (disabled-command-hook): Keep the _variable_ as alias for
17581 `disabled-command-function' and make obsolete.
17582 (disabled-command-function): Function renamed from
17583 `disabled-command-hook'. Adapt code to name change of the variable.
17584
17585 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
17586
17587 * simple.el (completion-root-regexp): New defvar.
17588 (completion-setup-function): Use it instead of a literal string.
17589
17590 2004-08-07 John Paul Wallington <jpw@gnu.org>
17591
17592 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
17593 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
17594 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
17595 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
17596
17597 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
17598
17599 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
17600 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
17601
17602 2004-08-04 Kenichi Handa <handa@m17n.org>
17603
17604 * international/encoded-kb.el (encoded-kbd-setup-keymap):
17605 Fix previous change.
17606
17607 2004-08-03 Kenichi Handa <handa@m17n.org>
17608
17609 * international/encoded-kb.el: The following changes are to
17610 utilize key-translation-map instead of minor mode map.
17611 (encoded-kbd-iso2022-non-ascii-map): Delete it.
17612 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
17613 (encoded-kbd-last-key): New function.
17614 (encoded-kbd-iso2022-single-shift): New function.
17615 (encoded-kbd-iso2022-designation)
17616 (encoded-kbd-self-insert-iso2022-7bit)
17617 (encoded-kbd-self-insert-iso2022-8bit)
17618 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
17619 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
17620 key-translation-map.
17621 (encoded-kbd-setup-keymap): Setup key-translation-map.
17622 (saved-key-translation-map): New variable.
17623 (encoded-kbd-mode): Save/restore key-translation-map.
17624 Adjust for the change of encoded-kbd-setup-keymap.
17625
17626 2004-08-02 Kim F. Storm <storm@cua.dk>
17627
17628 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
17629 and call compute-motion with nil for topos and width to get proper
17630 usable width and height for both window and non-window systems.
17631
17632 * windmove.el (windmove-coordinates-of-position): Let compute-motion
17633 calculate usable window width and height.
17634
17635 * window.el (window-buffer-height): Call compute-motion with nil width.
17636
17637 2004-08-01 David Kastrup <dak@gnu.org>
17638
17639 * replace.el (query-replace-read-from):
17640 Use `query-replace-compile-replacement'.
17641 (query-replace-compile-replacement): New function.
17642 (query-replace-read-to): Use `query-replace-compile-replacement'
17643 for repeating the last command.
17644
17645 2004-08-01 John Paul Wallington <jpw@gnu.org>
17646
17647 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
17648 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
17649 (pr-switches): Remove period from end of error messages.
17650
17651 * help-mode.el (help-go-back): Likewise.
17652
17653 * abbrev.el (only-global-abbrevs): Doc fix.
17654 (edit-abbrevs-map): Define within defvar.
17655 (quietly-read-abbrev-file): Doc fix.
17656
17657 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
17658
17659 * novice.el (enable-command, disable-command): Doc fixes.
17660
17661 * subr.el (event-modifiers, event-basic-type): Doc fixes.
17662
17663 2004-07-30 Richard M. Stallman <rms@gnu.org>
17664
17665 * subr.el (with-local-quit): Doc fix.
17666
17667 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
17668
17669 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
17670
17671 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
17672
17673 * custom.el (defcustom): Doc fix.
17674
17675 2004-07-28 Masatake YAMATO <jet@gyve.org>
17676
17677 * progmodes/etags.el (etags-tags-apropos): Show building progress.
17678
17679 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17680
17681 * imenu.el (imenu-prev-index-position-function)
17682 (imenu-extract-index-name-function, imenu-name-lookup-function)
17683 (imenu--index-alist): Docstring redundancy fix.
17684
17685 2004-07-25 Lars Hansen <larsh@math.ku.dk>
17686
17687 * wdired.el (wdired-finish-edit): Require dired-aux before locally
17688 binding dired-backup-overwrite.
17689
17690 2004-07-25 John Paul Wallington <jpw@gnu.org>
17691
17692 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
17693
17694 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
17695
17696 * term/tty-colors.el (tty-color-approximate): Doc fix.
17697
17698 * select.el (x-get-selection, x-set-selection): Doc fixes.
17699
17700 * frame.el (make-frame): Doc fix.
17701
17702 2004-07-24 Richard M. Stallman <rms@gnu.org>
17703
17704 * mail/rmail.el (rmail-mime-charset-pattern):
17705 Don't include semicolon in the charset value.
17706
17707 * replace.el (occur-next-error): Call set-window-point.
17708 (occur-engine): Handle negative NLINES.
17709
17710 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
17711
17712 * frame.el (modify-all-frames-parameters): Minor doc fix.
17713 (set-frame-configuration): Doc fix.
17714
17715 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17716
17717 * simple.el (completion-setup-function): Compute the common parts
17718 and the first difference place correctly when
17719 partial-completion-mode is on.
17720
17721 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17722
17723 * ps-print.el: Doc fix.
17724 (ps-print-version): New version 6.6.5.
17725 (ps-printing-region): Doc fix.
17726 (ps-generate-string-list): Comment fix.
17727 (ps-message-log-max): Code fix.
17728
17729 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17730
17731 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
17732 generated PostScript.
17733
17734 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
17735
17736 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
17737 with Gnus v5_10 branch.)
17738
17739 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17740
17741 * calendar/time-date.el (time-to-number-of-days): New function.
17742 Imported from Gnus.
17743
17744 2004-07-22 Kim F. Storm <storm@cua.dk>
17745
17746 * progmodes/make-mode.el: Fix comments.
17747
17748 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17749
17750 * printing.el: Doc fix.
17751
17752 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
17753
17754 * frame.el (modify-all-frames-parameters): Minor doc fix.
17755
17756 2004-07-20 Richard M. Stallman <rms@gnu.org>
17757
17758 * textmodes/fill.el (fill-nobreak-p): If this break point is
17759 at the end of the line, don't consider the newline which follows
17760 as a reason to return t.
17761
17762 2004-07-19 John Paul Wallington <jpw@gnu.org>
17763
17764 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
17765
17766 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
17767
17768 * dired-aux.el (dired-do-kill-lines): Expand docstring.
17769 Delete irrelevant code.
17770
17771 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
17772
17773 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17774 New docstring. From Luc Teirlinck.
17775
17776 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
17777
17778 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
17779 section.
17780 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
17781 non-file buffers. We know it is nil.
17782
17783 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
17784
17785 Sync with Tramp 2.0.43.
17786
17787 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17788 Remove outdated comment.
17789 (tramp-locked, tramp-locker): New variables for implementing a
17790 global lock.
17791 (tramp-sh-file-name-handler): Use them to implement the global lock.
17792
17793 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
17794
17795 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
17796 calls to respective `xxx` calls.
17797 (tramp-process-alive-regexp): Precise doc string.
17798 (tramp-multi-action-process-alive): New defun.
17799 (tramp-multi-actions): Use it.
17800 (tramp-handle-find-backup-file-name): `copy-tree' is available
17801 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
17802 in order to avoid this function.
17803 (tramp-handle-write-region): Set current buffer. If connection
17804 wasn't open, `file-modes' has changed it accidentally. Reported by
17805 David Kastrup <dak@gnu.org>.
17806 (tramp-enter-password, tramp-read-passwd): New arguments USER and
17807 HOST.
17808 (tramp-action-password, tramp-multi-action-password): Apply it.
17809 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
17810 name must still contain the port number. Otherwise, we have two
17811 Tramp buffers, with all the confusion. Reported by Myron Selby
17812 <myron@xytech.com> and Rolf Dubitzky
17813 <Dubitzky@physi.uni-heidelberg.de>.
17814
17815 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
17816 HOST to `tramp-enter-passwd'.
17817
17818 * net/tramp-vc.el (all): Code cleanup. Change all
17819 `tramp-handle-xxx' calls to respective `xxx` calls.
17820
17821 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
17822
17823 * emacs-lisp/testcover.el: New category "potentially-1valued" for
17824 functions that are not erroneous if either 1-valued or
17825 multi-valued. Detect functions in this class.
17826 (testcover-1value-functions, testcover-compose-functions)
17827 (testcover-progn-functions) Add some additional functions to lists.
17828 (testcover-mark): Bugfix when marking up the definition for an
17829 empty function.
17830
17831 2004-07-17 Richard M. Stallman <rms@gnu.org>
17832
17833 * replace.el (occur-read-primary-args): Pass default to
17834 read-from-minibuffer.
17835
17836 * mail/footnote.el (footnote-section-tag): Use defcustom.
17837
17838 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
17839 Compile font-lock-keywords, not KEYWORDS.
17840 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
17841 Add warn, check-type. Handle cerror like error.
17842
17843 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
17844
17845 * progmodes/which-func.el (which-func-keymap): New var.
17846 (which-func-face): New face.
17847 (which-func-format): Use them.
17848
17849 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17850
17851 * buff-menu.el (list-buffers-noselect): Append the buffer's
17852 process status to its mode name.
17853
17854 2004-07-16 Kim F. Storm <storm@cua.dk>
17855
17856 * simple.el (inhibit-mark-movement): New defvar.
17857 (beginning-of-buffer, end-of-buffer): Do not push mark if
17858 inhibit-mark-movement is non-nil or C-u prefix is given.
17859
17860 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
17861 Init to beginning-of-buffer and end-of-buffer.
17862 (cua--undo-push-mark): New defvar.
17863 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
17864 already active and command is in cua--preserve-mark-commands.
17865 Also fix check for shift modifier on non-window systems.
17866 (cua--post-command-handler): Clear inhibit-mark-movement if set.
17867
17868 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
17869
17870 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
17871 of two integers, instead of a cons.
17872
17873 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17874 `visited-file-modtime' now returns a list of two integers, instead
17875 of a cons.
17876
17877 * dired.el (dired-directory-changed-p): Ditto.
17878
17879 * progmodes/grep.el (grep): Doc fix.
17880
17881 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
17882
17883 * autorevert.el (auto-revert-tail-mode)
17884 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
17885 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
17886 in both at the same time.
17887 (auto-revert-tail-mode): New command.
17888 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
17889 (auto-revert-handler): Revert only either tail or whole file.
17890
17891 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
17892 add auto-revert-tail-mode.
17893
17894 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17895
17896 * printing.el: Doc fix. Change name of some funs.
17897 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
17898 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
17899 (pr-standard-file-name): New fun. Replace pr-standard-path.
17900 (pr-call-process): Code fix.
17901
17902 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
17903
17904 * subr.el (with-selected-window): Doc fix.
17905
17906 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
17907
17908 * subr.el (get-buffer-window-list): Doc fix.
17909
17910 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
17911
17912 * files.el (switch-to-buffer-other-window): Doc fix.
17913
17914 * window.el (save-selected-window, one-window-p)
17915 (split-window-keep-point, split-window-vertically)
17916 (split-window-horizontally): Doc fixes.
17917
17918 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17919
17920 * printing.el: Doc fix. Now it uses call-process instead of
17921 shell-command for low command execution.
17922 (pr-version): New version number (6.8).
17923 (pr-shell-file-name): Option removed.
17924 (pr-shell-command): Fun removed.
17925 (pr-call-process): New fun. Replace pr-shell-command.
17926 (pr-standard-path, pr-remove-nil-from-list): New funs.
17927 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
17928 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
17929 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
17930 (pr-ps-utility-process, pr-txt-print): Code fix.
17931
17932 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17933
17934 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
17935 boolean.
17936
17937 2004-07-09 Lars Hansen <larsh@math.ku.dk>
17938
17939 * wid-edit.el (widget-field-buffer): Doc fix.
17940
17941 2004-07-09 John Paul Wallington <jpw@gnu.org>
17942
17943 * emacs-lisp/re-builder.el (reb-update-overlays):
17944 Distinguish between one and several matches in message.
17945
17946 2004-07-09 Richard M. Stallman <rms@gnu.org>
17947
17948 * mouse.el (mouse-set-region-1): If transient-mark-mode
17949 is `identity', change it to `only'.
17950
17951 * simple.el (current-word): Doc fix.
17952
17953 2004-07-09 Mark A. Hershberger <mah@everybody.org>
17954
17955 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
17956 so that it is more understanding of whitespace.
17957
17958 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
17959 (("ns" . "element") (attr-list) children) instead of
17960 ((:ns . "element") (attr-list) children) in order to reduce the
17961 number of symbols used.
17962 (xml-skip-dtd): Change to use xml-parse-dtd but set
17963 xml-validating-parsing to nil.
17964 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
17965 (xml-substitute-entity): Remove in favor of new entity substitution.
17966 (xml-substitute-special): Rewrite in to substitute complex
17967 entities from DOCTYPE declarations.
17968 (xml-parse-fragment): Parse fragments from entity declarations.
17969 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
17970 (xml-parse-dtd, xml-substitute-special): Make validity checks
17971 conditioned on xml-validating-parser. Add "Not Well Formed" to
17972 error messages about well-formedness.
17973
17974 2004-07-08 Steven Tamm <steventamm@mac.com>
17975
17976 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
17977 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
17978 Do not treat double clicks and triple clicks specially in the
17979 scroll bar (preventing strange repositioning problems)
17980
17981 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
17982
17983 * replace.el (query-replace-regexp-eval): Fix last change.
17984
17985 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17986
17987 * replace.el (query-replace-descr): New fun.
17988 (query-replace-read-from, query-replace-read-args): Default to the
17989 previous from&to.
17990 (query-replace-read-to): Quote the `from' string when displaying it.
17991 (query-replace-regexp-eval): Immediately check read-only status.
17992 Use query-replace-read-from to get the \n checking.
17993 Quote the `from' string when displaying it.
17994 (map-query-replace-regexp, occur-read-primary-args):
17995 Quote the `from' string when displaying it.
17996
17997 * isearch.el (isearch-query-replace): Pass the regexp-ness and
17998 delimited-ness of the search to query-replace.
17999
18000 * replace.el (query-replace-read-from, query-replace-read-to):
18001 New funs extracted from query-replace-read-args.
18002 (query-replace-read-args): Use them.
18003
18004 * replace.el (query-replace-interactive, query-replace-read-args):
18005 Remove the `initial' special value.
18006 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
18007 (occur-engine): Remove unused var `matchend'.
18008
18009 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
18010 Use the search string without prompting.
18011
18012 2004-07-05 Kenichi Handa <handa@m17n.org>
18013
18014 * international/mule.el (decode-coding-inserted-region):
18015 Set last-coding-system-used only when coding is nil.
18016
18017 2004-07-03 Eli Zaretskii <eliz@gnu.org>
18018
18019 * progmodes/grep.el (grep-compute-defaults, grep-command)
18020 (grep-program, find-program, grep-find-use-xargs, grep-history)
18021 (grep-find-history, grep-tag-default, grep-find-command)
18022 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
18023 Add autoload cookies, for unbundled packages that load `compile'
18024 and expect all grep-related symbols to become defined.
18025
18026 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
18027
18028 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
18029 (iimage-mode-image-search-path): New user option to search the
18030 image file.
18031 (iimage-locate-file): New function. Emacs21.3 or earlier does not
18032 have locate-file.
18033 (iimage-mode-buffer): Use it.
18034
18035 2004-07-03 Nick Roberts <nickrob@gnu.org>
18036
18037 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
18038 carefully.
18039 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
18040
18041 2004-07-03 Juri Linkov <juri@jurta.org>
18042
18043 * replace.el (query-replace-read-args): Swallow space after 'foo,
18044 not after (quote foo). Match space only immediately after symbol,
18045 not anywhere in the whole string.
18046
18047 2004-07-02 Richard M. Stallman <rms@gnu.org>
18048
18049 * replace.el (query-replace-read-args): Swallow space after
18050 symbols, not after closeparens. But avoid error if string ends there.
18051
18052 * progmodes/python.el (python-beginning-of-statement):
18053 Exit the loop if backward-up-list gets error.
18054
18055 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
18056
18057 2004-07-02 Andre Spiegel <spiegel@gnu.org>
18058
18059 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
18060 only if vc-consult-headers is non-nil.
18061
18062 2004-07-02 Juri Linkov <juri@jurta.org>
18063
18064 * pcvs.el (cvs-mode-diff-repository): New command.
18065
18066 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
18067
18068 2004-07-01 Juri Linkov <juri@jurta.org>
18069
18070 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
18071 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
18072 C-M-% to isearch-query-replace-regexp.
18073 (minibuffer-local-isearch-map): Add arrow key bindings.
18074 Bind C-f to isearch-yank-char-in-minibuffer.
18075 (isearch-forward): Doc fix.
18076 (isearch-edit-string): Doc fix.
18077 (isearch-query-replace, isearch-query-replace-regexp): New funs.
18078 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
18079 (isearch-yank-char): Add optional arg.
18080 (isearch-yank-char-in-minibuffer): New fun.
18081
18082 * replace.el (query-replace-interactive): Change type from boolean
18083 to choice. Add value `initial'.
18084 (query-replace-read-args): Handle value `initial' of
18085 query-replace-interactive.
18086
18087 2004-06-29 Kim F. Storm <storm@cua.dk>
18088
18089 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
18090 (breakpoint-disabled-bitmap-face): Add :group 'gud.
18091
18092 * progmodes/ada-xref.el (ada-tight-gvd-integration):
18093 Add :group 'ada.
18094
18095 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
18096
18097 2004-06-29 Juri Linkov <juri@jurta.org>
18098
18099 * replace.el (query-replace-read-args): Swallow a space after
18100 everything except )]" which in most cases means after a symbol.
18101
18102 * emacs-lisp/pp.el (pp-buffer): Add autoload.
18103
18104 2004-06-28 Richard M. Stallman <rms@gnu.org>
18105
18106 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
18107 More changes to go with previous change in font-lock.el.
18108
18109 2004-06-26 David Kastrup <dak@gnu.org>
18110
18111 * replace.el (perform-replace): Highlight the match even in
18112 non-query mode if there is potential replace string editing.
18113
18114 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
18115
18116 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
18117 agree with new return value of `file-remote-p'.
18118 This syncs with Tramp 2.0.42.
18119
18120 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
18121 according to new documentation of `file-remote-p'.
18122
18123 * files.el (file-remote-p): Fix doc to say that return value is
18124 identification of remote system, if not nil.
18125 (file-relative-name): Use new return value of `file-remote-p'.
18126
18127 2004-06-26 Nick Roberts <nickrob@gnu.org>
18128
18129 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
18130 (gdb-goto-breakpoint): Fix breakage.
18131
18132 2004-06-26 Eli Zaretskii <eliz@gnu.org>
18133
18134 * man.el (Man-getpage-in-background): Add windows-nt to the list
18135 of systems where shell-file-name should be used instead of
18136 literal "sh".
18137
18138 2004-06-25 Sam Steingold <sds@gnu.org>
18139
18140 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
18141 function names `(setf symbol)'.
18142
18143 2004-06-24 Richard M. Stallman <rms@gnu.org>
18144
18145 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
18146
18147 * font-lock.el (font-lock-keywords): Change format of compiled values.
18148 Document it.
18149 (font-lock-add-keywords): If font-lock-keywords is compiled,
18150 extract the uncompiled version, modify, then recompile.
18151 (font-lock-remove-keywords): Likewise.
18152 (font-lock-fontify-keywords-region): Handle changed format.
18153 (font-lock-compile-keywords): Handle changed format.
18154 (font-lock-set-defaults): Compile the keywords explicitly here.
18155
18156 2004-06-24 David Kastrup <dak@gnu.org>
18157
18158 * replace.el (query-replace-read-args): Implement `\,' and `\#'
18159 replacements here.
18160 (query-replace-regexp): Doc string explaining this and the new
18161 `\?' replacement. Remove `\,' and `\#' implementation here, as it
18162 is better placed in `query-replace-read-args'.
18163 (replace-regexp): Explain `\,', `\#' and `\?'.
18164 (replace-match-data): New function for thorough reuse/destruction
18165 of old match-data.
18166 (replace-match-maybe-edit): Function for implementing `\?' editing.
18167 (perform-replace): Fix maintaining of the match stack including
18168 already matched regions, implement `\?', fix various problems
18169 with regions while editing and other stuff.
18170 (replace-highlight): Simplify.
18171
18172 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
18173
18174 * progmodes/grep.el (grep-error-screen-columns): New variable.
18175 (grep-regexp-alist): Give it the full functionality of gnu style
18176 compilation messages with line and column ranges. Ask me for the
18177 perl script I'm working on, that uses these.
18178
18179 2004-06-23 Nick Roberts <nickrob@gnu.org>
18180
18181 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
18182 Remove.
18183 (comint-insert-input, comint-mouse-insert-input): New functions
18184 based on comint-insert-clicked-input for two bindings but just
18185 one functionality.
18186
18187 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
18188
18189 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
18190
18191 2004-06-23 Lars Hansen <larsh@math.ku.dk>
18192
18193 * files.el (write-contents-functions): Doc fix.
18194
18195 2004-06-21 Juanma Barranquero <lektu@terra.es>
18196
18197 * image.el (image-library-alist): Rewrite docstring in active voice.
18198
18199 2004-06-20 Richard M. Stallman <rms@gnu.org>
18200
18201 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
18202
18203 * isearch.el (isearch-repeat): Avoid testing old match data.
18204 (isearch-message): Display trailing space in special font
18205 when search is failing.
18206 (isearch-search-fun-function): Doc fix.
18207
18208 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
18209
18210 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
18211
18212 * frame.el (show-trailing-whitespace): Doc fix.
18213
18214 * cus-edit.el (custom-variable-documentation): New function.
18215 (custom-variable): Use it.
18216
18217 2004-06-19 Nick Roberts <nickrob@gnu.org>
18218
18219 * man.el (Man-getpage-in-background): Revert previous change but
18220 make cygwin a special case.
18221
18222 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
18223
18224 * autorevert.el (global-auto-revert-non-file-buffers):
18225 Update docstring.
18226
18227 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
18228
18229 * progmodes/compile.el (compilation-error-properties): Store one
18230 more than end-col, if present, so that transient-mark-mode will
18231 highlight last char too.
18232 * progmodes/grep.el (grep-regexp-alist): Match columns and column
18233 ranges, if present.
18234
18235 2004-06-18 Jason Rumney <jasonr@gnu.org>
18236
18237 * makefile.w32-in: Double percent signs in for loops.
18238
18239 2004-06-17 David Kastrup <dak@gnu.org>
18240
18241 * replace.el (query-replace-read-args): Only warn about use of \n
18242 and \t when we are doing a regexp replacement and the actual
18243 escaped character is n or t.
18244 (query-replace-regexp): Add \, and \# interpretation to
18245 interactive call and document it.
18246 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
18247 as shortkey for replace-count.
18248 (replace-quote): New function for doubling backslashes.
18249
18250 2004-06-17 Juanma Barranquero <lektu@terra.es>
18251
18252 * files.el (parse-colon-path, cd): Mention in docstring that the
18253 path separator is colon in GNU-like systems.
18254
18255 * newcomment.el (comment-region-internal): Fix docstring.
18256
18257 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
18258 (ewoc-invalidate, ewoc-collect): Doc fixes.
18259 (ewoc--create-node, ewoc--delete-node-internal):
18260 Fix typos in docstring.
18261
18262 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
18263
18264 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
18265 manual to docstring.
18266
18267 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18268
18269 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
18270
18271 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
18272
18273 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
18274 Add hyperlink to emacs-xtra manual to docstring.
18275
18276 * autorevert.el (global-auto-revert-non-file-buffers):
18277 Add hyperlink to emacs-xtra manual to docstring, as well as an
18278 info-link.
18279
18280 2004-06-14 Juanma Barranquero <lektu@terra.es>
18281
18282 * image.el (image-library-alist): New variable to map image types
18283 to external libraries. Initialized to nil, unless system-specific
18284 configs change it.
18285 (image-type-available-p): Determine whether an image type is
18286 available by calling `init-image-library'.
18287
18288 * term/w32-win.el (image-library-alist): Initialize to a known set
18289 of probable library names.
18290
18291 2004-06-14 Kenichi Handa <handa@m17n.org>
18292
18293 * international/code-pages.el (windows-1256, cp1125): Fix tables
18294 for several characters.
18295
18296 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
18297
18298 2004-06-13 Richard M. Stallman <rms@gnu.org>
18299
18300 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
18301
18302 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
18303 not "`pc-selection-mode'".
18304
18305 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
18306
18307 * simple.el (previous-matching-history-element): Specify a default.
18308
18309 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
18310
18311 * cus-face.el (custom-declare-face): Simplify code.
18312
18313 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
18314
18315 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
18316
18317 * files.el (before-save-hook): Add `time-stamp' to the options.
18318
18319 * time-stamp.el (time-stamp): Recommend adding it to
18320 `before-save-hook', rather than `write-file-functions'.
18321 Make a similar change in `Commentary' section.
18322
18323 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
18324
18325 * diff-mode.el (diff-current-defun): If at start of hunk, use
18326 position of first change.
18327
18328 2004-06-13 Lars Hansen <larsh@math.ku.dk>
18329
18330 * dired-x.el (dired-mark-omitted): Bind to "*O".
18331
18332 2004-06-12 Karl Fogel <kfogel@red-bean.com>
18333
18334 * bookmark.el (bookmark-bmenu-relocate): New function, as
18335 suggested by David J. Biesack <David.Biesack@sas.com>.
18336 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
18337 (bookmark-bmenu-mode): Describe binding in doc string.
18338 (bookmark-set-filename): Save the bookmark list if it's time.
18339
18340 2004-06-13 Kenichi Handa <handa@m17n.org>
18341
18342 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
18343 (ccl-untranslated-to-ucs): Fix typo.
18344
18345 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
18346
18347 * progmodes/python.el (python-open-block-statement-p):
18348 Fix indentation after a block opening that contains a comment.
18349
18350 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
18351
18352 * bindings.el (completion-ignored-extensions): Add file extensions
18353 of Python byte-compiled files.
18354
18355 2004-06-12 Juri Linkov <juri@jurta.org>
18356
18357 * info.el (Info-goto-node): Add autoload.
18358 (Info-toc): Add substring-no-properties on Info file name.
18359 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
18360 (Info-mode-map): Bind L to Info-history, T to Info-toc.
18361
18362 2004-06-12 Kenichi Handa <handa@m17n.org>
18363
18364 * international/mule-cmds.el (set-language-environment):
18365 Load subst tables if necessary.
18366
18367 * international/mule.el (decode-char): Load subst tables if necessary.
18368 (encode-char): Likewise.
18369
18370 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
18371 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
18372 (utf-16le-decode-loop): Set r5 to -1 before loop.
18373 (utf-16be-decode-loop): Likewise.
18374 (ccl-decode-mule-utf-16le): Add EOF processing block.
18375 (ccl-decode-mule-utf-16be): Likewise.
18376 (ccl-decode-mule-utf-16le-with-signature): Likewise.
18377 (ccl-decode-mule-utf-16be-with-signature): Likewise.
18378 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
18379 (ccl-mule-utf-16-encode-untrans): New CCL.
18380 (utf-16-decode-to-ucs): Handle pre-read character.
18381 (utf-16le-encode-loop): Handle surrogate pair.
18382 (utf-16be-encode-loop): Likewise.
18383 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
18384 of utf-16le-encode-loop.
18385 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
18386 of utf-16be-encode-loop.
18387 (mule-utf-16-post-read-conversion):
18388 Call utf-8-post-read-conversion at first.
18389 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
18390 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
18391 Add post-read-conversion and pre-write-conversion.
18392
18393 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
18394 (utf-translate-cjk-unicode-range): New variable.
18395 (utf-translate-cjk-load-tables): New function.
18396 (utf-lookup-subst-table-for-decode): New function.
18397 (utf-lookup-subst-table-for-encode): New function.
18398 (utf-translate-cjk-mode): Init-value changed to t. Don't load
18399 tables here. Update safe-charsets of utf-* coding systems.
18400 (ccl-mule-utf-untrans): New CCL.
18401 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
18402 at end of each branch.
18403 (ccl-mule-utf-8-encode-untrans): New CCL.
18404 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
18405 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
18406 length of encoding. Don't return r0.
18407 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
18408 (utf-8-post-read-conversion): Narrow to region properly.
18409 If utf-translate-cjk-mode is on, load tables if necessary.
18410 Call utf-8-compose with hash-table arg if necessary.
18411 Call XXX-compose-region instead of XXX-post-read-conversion.
18412 (utf-8-pre-write-conversion): New function.
18413 (mule-utf-8): Include CJK charsets in safe-charsets if
18414 utf-translate-cjk-mode is on. Add pre-write-conversion.
18415
18416 * international/characters.el: Temporarily set
18417 utf-translate-cjk-mode to nil.
18418
18419 * language/devan-util.el (devanagari-compose-region):
18420 Add autoload cookie.
18421
18422 * international/ccl.el (ccl-dump-call): Fix printing the
18423 subroutine name.
18424
18425 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
18426
18427 * dired.el (dired-revert): If buffer is marked unmodified before
18428 reverting, keep it marked unmodified. Adapt to new conventions
18429 for commenting out code.
18430 (dired-make-relative): Adapt to new conventions for commenting out
18431 code.
18432
18433 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
18434
18435 * eshell/esh-module.el (eshell-load-defgroups):
18436 Bind `vc-handled-backends' to nil when opening files.
18437
18438 2004-06-11 Juanma Barranquero <lektu@terra.es>
18439
18440 * files.el (parse-colon-path, cd): Doc fixes (refer to
18441 `path-separator', not colon).
18442
18443 2004-06-10 Juanma Barranquero <lektu@terra.es>
18444
18445 * newcomment.el (comment-search-forward)
18446 (comment-search-backward): Fix typos in docstring.
18447 (comment-region): Doc fix.
18448
18449 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
18450
18451 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
18452 switch is no longer stored in `dired-switches-alist'.
18453
18454 * dired-aux.el (dired-insert-subdir): Do not store R switch in
18455 `dired-switches-alist'.
18456
18457 2004-06-10 Kim F. Storm <storm@cua.dk>
18458
18459 * pcvs.el (cvs-mode-diff-yesterday): New command.
18460
18461 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
18462
18463 2004-06-10 Juri Linkov <juri@jurta.org>
18464
18465 * emacs-lisp/edebug.el (edebug-eval-defun):
18466 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
18467 Fix docstring.
18468
18469 * simple.el (eval-expression-print-format): Don't print additional
18470 information on the first call to `eval-print-last-sexp'.
18471 (next-error-find-buffer): Fix punctuation.
18472 (killing) <defgroup>: Fix punctuation.
18473 (yank-excluded-properties): Change group from editing to killing.
18474
18475 * replace.el (perform-replace): Use `limit' to terminate the
18476 while-loop explicitly.
18477
18478 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18479
18480 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
18481 Use lc-*.xpm as prefix instead of *-locol.xpm.
18482
18483 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
18484 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
18485 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
18486 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
18487 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
18488 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
18489 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
18490 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
18491 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
18492 * toolbar/lc-up_arrow.xpm:
18493 Rename from *-locol.xpm.
18494
18495 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
18496
18497 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
18498 include forms like &<str>; as valid url patterns.
18499
18500 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
18501
18502 * dired.el (dired-diff, dired-backup-diff)
18503 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
18504 (dired-do-chown, dired-do-touch, dired-do-print)
18505 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
18506 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
18507 (dired-create-directory, dired-do-copy, dired-do-symlink)
18508 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
18509 (dired-do-copy-regexp, dired-do-hardlink-regexp)
18510 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
18511 (dired-maybe-insert-subdir, dired-next-subdir)
18512 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
18513 (dired-kill-subdir, dired-tree-up, dired-tree-down)
18514 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
18515 (dired-run-shell-command, dired-query): Remove redundant,
18516 or incorrect, autoloads.
18517
18518 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
18519 does not end in a slash. Add optional argument KILL-ROOT.
18520 Update docstring.
18521 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
18522 (dired-query): Add autoloads.
18523
18524 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
18525
18526 * progmodes/compile.el (compilation-set-window-height): Rearrange
18527 the save-* functions because a buffer can have several current
18528 point in different windows.
18529 (compilation-error-regexp-alist-alist): Recognize {standard input}
18530 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
18531
18532 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18533
18534 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
18535 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
18536 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
18537 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
18538 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
18539 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
18540 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
18541 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
18542 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
18543 * toolbar/up_arrow-locol.xpm:
18544 New versions of icons that uses fewer colors.
18545
18546 * toolbar/tool-bar.el (tool-bar-local-item)
18547 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
18548 if display-color-cells is 256 or less.
18549
18550 2004-06-08 Kim F. Storm <storm@cua.dk>
18551
18552 * wid-edit.el (widget-specify-button): Use hand pointer rather
18553 than mouse-face as visible mouse-over effect.
18554
18555 2004-06-07 Karl Fogel <kfogel@red-bean.com>
18556
18557 * saveplace.el (save-place-alist-to-file): Bind `print-length'
18558 and `print-level' to nil when writing out `save-place-alist'.
18559 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
18560
18561 2004-06-07 Juanma Barranquero <lektu@terra.es>
18562
18563 * completion.el (completion-kill-region): Doc fix.
18564
18565 * format.el (format-insert-annotations)
18566 (format-annotate-location): Doc fixes.
18567 (format-subtract-regions): Make arguments match their use in docstring.
18568
18569 * simple.el (kill-region): Doc fix.
18570
18571 * subr.el (insert-buffer-substring-no-properties)
18572 (insert-buffer-substring-as-yank): Doc fixes.
18573
18574 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
18575
18576 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
18577 Update docstring.
18578 (dired-reset-subdir-switches): New function.
18579
18580 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
18581 Limit scope of `buffer-read-only' binding.
18582
18583 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
18584
18585 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
18586 eshell-explicit-command-char.
18587
18588 2004-06-06 Juanma Barranquero <lektu@terra.es>
18589
18590 * help-fns.el (help-argument-name): Inherit from italic face only
18591 if the frame supports it.
18592
18593 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18594
18595 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
18596 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
18597 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
18598 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
18599 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
18600 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
18601 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
18602 New conversions from xpm files.
18603
18604 * toolbar/README: New file.
18605
18606 2004-06-06 Richard M. Stallman <rms@gnu.org>
18607
18608 * isearch.el (isearch-mode-map): Undo previous change.
18609
18610 2004-06-05 Juri Linkov <juri@jurta.org>
18611
18612 * bindings.el (debug-ignored-errors): Add regexps for history
18613 related messages. Remove $ from "No further undo information".
18614 Move Ediff's messages to ediff.el.
18615
18616 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
18617
18618 * cus-edit.el (custom-display): Add `min-colors'.
18619
18620 * custom.el (defface): Add `supports' to docstring.
18621
18622 * help-fns.el (help-argument-name): Add :group 'help.
18623
18624 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
18625
18626 * find-dired.el (find-ls-subdir-switches): New user option.
18627 (find-dired): No longer call `abbreviate-file-name' on DIR.
18628 Set `dired-subdir-switches' buffer-locally.
18629
18630 * locate.el: Merge the two `Commentary' sections.
18631 (locate-ls-subdir-switches): New user option.
18632 (locate): Update for other changes.
18633 (locate-mode-map): Restore Dired binding for mouse-2.
18634 Bind `locate-mouse-view-file' to M-mouse-2.
18635 Bind `l' to `locate-do-redisplay'.
18636 (locate-main-listing-line-p, locate-do-redisplay): New functions.
18637 (locate-mouse-view-file, locate-tags, locate-find-directory):
18638 Print message if used outside main listing.
18639 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
18640 Various changes to support inserted subdirectories.
18641 (locate-insert-header): Change header of *Locate* buffer.
18642
18643 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
18644 Change interactive default switches.
18645 (dired-rename-subdir-2): Update `dired-switches-alist'.
18646 (dired-insert-subdir, dired-kill-subdir):
18647 Handle `dired-switches-alist'. Do not mark buffer modified.
18648 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
18649 (dired-insert-subdir-doinsert): Omit messages.
18650 Handle `dired-subdir-switches'.
18651 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
18652
18653 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
18654 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
18655 subdirs if -R switch is used for a subdir.
18656 (dired-mode): Set `dired-switches-alist'.
18657 (dired-build-subdir-alist): Only print number of directories in
18658 echo area when invoked interactively.
18659
18660 2004-06-05 Lars Hansen <larsh@math.ku.dk>
18661
18662 * dired-x.el (dired-omit-mode): Rename from
18663 dired-omit-files-p. Use define-minor-mode to define it.
18664 (dired-omit-files-p): Add as alias for dired-omit-mode.
18665 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
18666 dired-mark-omitted.
18667 (dired-mark-omitted): Add. Bind to M-O.
18668
18669 2004-06-05 Kenichi Handa <handa@m17n.org>
18670
18671 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
18672
18673 2004-06-05 Juanma Barranquero <lektu@terra.es>
18674
18675 * help-fns.el (help-argument-name): Reintroduce face.
18676 (help-default-arg-highlight): Use it, now that
18677 `face-differs-from-default-p' can be trusted.
18678
18679 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18680
18681 * textmodes/table.el: Sentence commands added to Point Motion
18682 group; kill and backward-kill commands added to Extraction group.
18683
18684 2004-06-04 Mario Lang <mlang@delysid.org>
18685
18686 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
18687 systems appear to use mW, make the code handle this. Fix a
18688 division-by-zero bug while at it, and handle kernels with
18689 a slightly different layout in /proc/acpi.
18690
18691 2004-06-04 Karl Fogel <kfogel@red-bean.com>
18692
18693 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
18694 because the latter is a CL-ism. This fixes the bug reported by
18695 Shawn Boyette <mdxi@collapsar.net> in
18696 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
18697
18698 2004-06-04 Miles Bader <miles@gnu.org>
18699
18700 * faces.el (display-supports-face-attributes-p): Function moved to
18701 C code. Previously only the tty-related portion of this function
18702 was done in C; however the previous attempt to do a halfway-proper
18703 job for non-tty displays in lisp didn't work properly because of
18704 funny conditions during Emacs startup.
18705 (face-differs-from-default-p): Simplify, now that
18706 display-supports-face-attributes-p works properly on all display
18707 types. Remove :stipple from comparison; it doesn't really work
18708 in emacs anyway.
18709
18710 2004-06-04 Miles Bader <miles@gnu.org>
18711
18712 * faces.el (face-differs-from-default-p): Use a different
18713 implementation, so we can really check whether FACE displays
18714 differently or not.
18715
18716 2004-06-04 Miles Bader <miles@gnu.org>
18717
18718 * faces.el (display-supports-face-attributes-p): Implement a
18719 `different from default' check for non-tty displays.
18720
18721 2004-06-03 David Kastrup <dak@gnu.org>
18722
18723 * woman.el (woman-mapcan): More concise code.
18724 (woman-topic-all-completions, woman-topic-all-completions-1)
18725 (woman-topic-all-completions-merge): Replace by a simpler and
18726 much faster implementation based on O(n log n) sort/merge instead
18727 of the old O(n^2) behavior.
18728
18729 2004-06-03 Miles Bader <miles@gnu.org>
18730
18731 * subr.el (read-number): Use canonical format for default in prompt.
18732
18733 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
18734 Add regexp for " [...]" style defaults.
18735
18736 2004-06-02 Romain Francoise <romain@orebokech.com>
18737
18738 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
18739 groups: if the user asks for a hidden buffer, open the
18740 corresponding filter group to expose it.
18741
18742 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
18743 `ibuffer-jump-to-buffer'.
18744 (ibuffer-jump-offer-only-visible-buffers): New user option.
18745
18746 2004-06-02 Juanma Barranquero <lektu@terra.es>
18747
18748 * faces.el (frame-update-faces): Add empty docstring so the one
18749 for `ignore' doesn't show through.
18750
18751 * subr.el (process-kill-without-query): Remove spurious "\n" on
18752 obsolescence string.
18753 (focus-frame, unfocus-frame): Add obsolescence declaration and
18754 empty docstring.
18755
18756 * international/mule.el (register-char-codings): Make alias for
18757 `ignore'. Move docstring to obsolescence info and remove redundancy.
18758
18759 2004-06-02 Kim F. Storm <storm@cua.dk>
18760
18761 * frame.el (blink-cursor-start): Turn cursor off initially so blink
18762 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
18763
18764 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18765
18766 * comint.el (comint-replace-by-expanded-history-before-point):
18767 Obey `start' as the docstring says.
18768 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
18769 (comint-update-fence): Prevent font-lock from running unnecessarily.
18770 (comint-dynamic-list-completions): Use with-current-buffer.
18771
18772 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18773
18774 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
18775 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
18776 (bibtex-entry-update): Handle alternatives and optional fields.
18777 (bibtex-parse-entry): Bugfix, handle empty key.
18778
18779 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18780
18781 * vc-arch.el (vc-arch-state): Don't assume the file exists.
18782
18783 2004-05-31 Lars Hansen <larsh@math.ku.dk>
18784
18785 * desktop.el (desktop-save): Don't save minor modes without a
18786 known mode initialization function.
18787
18788 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
18789
18790 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
18791
18792 * autorevert.el: Update `Commentary' section.
18793
18794 2004-05-30 Juanma Barranquero <lektu@terra.es>
18795
18796 * dos-fns.el (convert-standard-filename):
18797 * files.el (convert-standard-filename):
18798 * w32-fns.el (convert-standard-filename):
18799 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
18800
18801 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18802
18803 Sync with Tramp.
18804
18805 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
18806 (tramp-let-maybe): Move to an earlier spot in the file.
18807 Patch by Andreas Schwab.
18808
18809 2004-05-30 Andreas Schwab <schwab@suse.de>
18810
18811 * dired.el (dired-get-filename): Don't use dired-re-dot.
18812
18813 2004-05-30 Richard M. Stallman <rms@gnu.org>
18814
18815 * files.el (find-file): Doc fix.
18816
18817 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
18818
18819 2004-05-30 Nick Roberts <nickrob@gnu.org>
18820
18821 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
18822 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
18823 modeline of the locals buffer.
18824 (gdb-goto-breakpoint): Handle gdbmi.
18825 (gdb-get-frame-number): Change for gdbmi.
18826
18827 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
18828
18829 * files.el (file-remote-p): Apply file name handler for operation
18830 `file-remote-p'. It isn't a property any longer.
18831 (file-relative-name): `fh' and `fd' get the required value via
18832 `find-file-name-handler' already.
18833
18834 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
18835 (top): Remove setting of `file-remote-p' property for
18836 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
18837
18838 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
18839
18840 Version 2.0.41 of Tramp released.
18841
18842 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
18843 Throw away if process has died.
18844 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
18845 (tramp-out-of-band-prompt-regexp): Rename to
18846 `tramp-process-alive-regexp', because its usage is widen.
18847 (tramp-actions-copy-out-of-band): Apply it.
18848 (tramp-actions-before-shell, tramp-multi-actions):
18849 Add `tramp-action-process-alive' action.
18850 (tramp-action-process-alive): New defun.
18851 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18852 Add entry for `file-remote-p'.
18853 (tramp-handle-file-remote-p): New defun.
18854 (top): Remove setting of `file-remote-p'. Don't set
18855 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
18856
18857 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18858 `file-remote-p'.
18859
18860 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
18861 counted for (last) line. [They should or they shouldn't? --Stef]
18862 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
18863
18864 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
18865
18866 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
18867 not really necessary but seems to keep the shell history smaller
18868 in some cases. It is no substitute for setting HISTFILE and
18869 HISTSIZE from tramp-open-connection-setup-interactive-shell,
18870 though. Suggested by Luc Teirlinck.
18871 (tramp-open-connection-setup-interactive-shell): Export variables
18872 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
18873 (tramp-set-process-query-on-exit-flag): New compat function.
18874 (tramp-open-connection-multi, tramp-open-connection-su)
18875 (tramp-open-connection-rsh, tramp-open-connection-telnet)
18876 (tramp-do-copy-or-rename-file-out-of-band): Use it.
18877 (tramp-let-maybe): New macro, let-binds a variable only if it
18878 isn't obsolete.
18879 (tramp-check-ls-commands, tramp-handle-expand-file-name)
18880 (tramp-handle-file-truename): Use it.
18881 (tramp-completion-file-name-regexp-unified): Avoid matching
18882 filenames starting with "/:" -- those are reserved for
18883 file-name-non-special.
18884
18885 * tramp-smb.el (tramp-smb-open-connection):
18886 Use tramp-set-process-query-on-exit-flag compat function.
18887
18888 2004-05-29 Richard M. Stallman <rms@gnu.org>
18889
18890 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
18891
18892 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
18893 (eval-last-sexp-print-value): Print char equivalent regardless
18894 of standard-output value.
18895
18896 * thumbs.el (thumbs-subst-char-in-string): Delete.
18897 (thumbs-thumbname): Use subst-char-in-string.
18898 (thumbs-resize-image): Use condition-case, not ignore-errors.
18899 (thumbs-kill-buffer): Likewise.
18900
18901 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
18902 (thumbs-mode): Make buffer read-only.
18903 (thumbs-make-thumb): Unconditionally accept an existing file.
18904 (thumbs-insert-thumb): Add thumb-image-file property to the image.
18905 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
18906 (thumbs-show-thumbs-list): Error if images not supported.
18907 (thumbs-save-current-image): Improve prompt string.
18908 (thumbs-mode-map): Define u, R, x.
18909 (thumbs-unmark): New command.
18910 (thumbs-emboss-image): Minor cleanup.
18911 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
18912 (thumbs-rename-images): New command.
18913 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
18914
18915 * thumbs.el (thumbs-current-image): New function.
18916 (thumbs-file-list, thumbs-file-alist): New functions.
18917 (thumbs-find-image): Delete arg L.
18918 Don't set up thumbs-fileL as buffer-local global var.
18919 (thumbs-find-image-at-point): Use thumbs-current-image.
18920 (thumbs-set-image-at-point-to-root-window): Likewise.
18921 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
18922 Record and warn about errors. Update thumbs-markedL for deletions.
18923 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
18924 (thumbs-redraw-buffer): Use thumbs-file-list.
18925 (thumbs-mark): Use thumbs-current-image.
18926 (thumbs-show-name): Use thumbs-current-image.
18927
18928 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
18929 and imenu--last-menubar-index-alist.
18930
18931 * subr.el (with-selected-window): Undo previous change.
18932
18933 2004-05-29 John Paul Wallington <jpw@gnu.org>
18934
18935 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
18936 (thumbs-mouse-find-image): New command.
18937 (thumbs-mode-map): Bind it to mouse-2.
18938 (thumbs-mode): Make mode-class special.
18939 (thumbs-view-image-mode): Likewise.
18940
18941 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
18942
18943 * flymake.el: New file.
18944
18945 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
18946
18947 * files.el (find-file-noselect-1): Do not bind
18948 `inhibit-read-only' to t during execution of
18949 `find-file-not-found-functions'.
18950
18951 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18952
18953 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
18954 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
18955
18956 2004-05-28 Juri Linkov <juri@jurta.org>
18957
18958 * simple.el (eval-expression-print-format): New fun.
18959
18960 * simple.el (eval-expression):
18961 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
18962 * emacs-lisp/edebug.el (edebug-compute-previous-result)
18963 (edebug-eval-expression): Print additionally the value returned by
18964 `eval-expression-print-format'.
18965
18966 * emacs-lisp/lisp.el (insert-pair-alist): New var.
18967 (insert-pair): Make arguments optional. Find character pair
18968 from `insert-pair-alist' according to the last input event.
18969 (insert-parentheses): Make arguments optional.
18970 (raise-sexp, delete-pair): New funs.
18971
18972 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
18973 (emacs-lisp-mode-map, lisp-interaction-mode-map):
18974 Bind C-M-q to `indent-pp-sexp'.
18975
18976 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
18977 `pp-to-string' modified to be able to format text with newlines.
18978 (pp-to-string): Move the buffer-formatting part of the code to
18979 `pp-buffer'. Call `pp-buffer'.
18980
18981 * info.el (Info-desktop-buffer-misc-data): Don't save information
18982 about virtual files.
18983 (Info-restore-desktop-buffer): Restore Info buffers in prepared
18984 buffers with names obtained from the desktop file instead of the
18985 default *info* buffer.
18986
18987 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18988
18989 * subr.el (with-selected-window): Only save/restore the selected
18990 window.
18991
18992 * progmodes/compile.el (compilation-error-regexp-alist):
18993 Use expand-file-name and data-directory.
18994
18995 * progmodes/grep.el (grep-tree): Rework previous fix.
18996
18997 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
18998 after the user marked text with the mouse.
18999
19000 * startup.el (command-line): Keep the first regexp of
19001 auto-save-file-name-transforms intact.
19002
19003 2004-05-28 Juanma Barranquero <lektu@terra.es>
19004
19005 * cus-edit.el (customize-face, customize-face-other-window)
19006 (custom-face-edit-delete): Make arguments match their use in
19007 docstring.
19008 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
19009 docstring.
19010
19011 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
19012 not `cvs-butlast'.
19013
19014 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
19015 `nbutlast' are in subr.el).
19016
19017 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
19018 (set-w32-system-coding-system): Doc fixes.
19019
19020 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
19021 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
19022 Make arguments match their use in docstring.
19023 (artist-draw-region-trim-line-endings)
19024 (artist-mouse-choose-operation): Fix typo in docstring.
19025 (artist-key-set-point-common): Doc fix.
19026
19027 2004-05-28 Simon Josefsson <jas@extundo.com>
19028
19029 * mail/smtpmail.el (smtpmail-open-stream):
19030 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
19031
19032 2004-05-26 Simon Josefsson <jas@extundo.com>
19033
19034 * starttls.el: Merge with my GNUTLS based starttls.el.
19035 (starttls-gnutls-program, starttls-use-gnutls)
19036 (starttls-extra-arguments, starttls-process-connection-type)
19037 (starttls-connect, starttls-failure, starttls-success): New variables.
19038 (starttls-program, starttls-extra-args): Doc fix.
19039 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
19040 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
19041 and pass on to corresponding *-gnutls function if it is set.
19042
19043 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
19044
19045 * autorevert.el (auto-revert-handler): Disable auto-reverting of
19046 remote files.
19047
19048 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
19049
19050 * files.el (file-name-non-special): There are more operations
19051 which need handling: `find-backup-file-name',
19052 `insert-file-contents', `verify-visited-file-modtime',
19053 `write-region'. Rename t value of method to `add'. Add new
19054 methods `quote' and `unquote-then-quote' to file-arg-indices.
19055
19056 2004-05-25 Juri Linkov <juri@jurta.org>
19057
19058 * info.el (Info-toc): Call Info-mode on intermediate buffer.
19059 (Info-index-nodes): Enclose code in condition-case to catch errors.
19060 (Info-index-node): Don't search all index nodes if request is only
19061 for the current node and file is not in the cache of index nodes.
19062 (Info-mode-map): Bind Info-copy-current-node-name to `w'
19063 for consistency with dired-copy-filename-as-kill.
19064 Bind `S' to Info-search-case-sensitively.
19065 (Info-copy-current-node-name): New arg. With zero prefix arg put
19066 the name inside a function call to `info'. Display copied text in
19067 the echo area.
19068
19069 2004-05-25 Sam Steingold <sds@gnu.org>
19070
19071 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
19072 strip the package prefix from the symbol name, if any.
19073 Make it the `find-tag-default-function' for `lisp-mode'.
19074
19075 2004-05-25 John Paul Wallington <jpw@gnu.org>
19076
19077 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
19078 instead of obsolete `process-kill-without-query'.
19079
19080 * textmodes/texinfmt.el (texinfo-indexvar-alist):
19081 Declare as variable, not constant.
19082
19083 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
19084
19085 * files.el (find-file-noselect-1): Fix bug introduced by
19086 Revision 1.694. As a side effect, `inhibit-read-only'
19087 is again, by default, t during execution of
19088 `find-file-not-found-functions'.
19089 (insert-directory): Check that lines were really inserted by
19090 the --dired switch, before erasing them.
19091
19092 2004-05-24 Nick Roberts <nickrob@gnu.org>
19093
19094 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
19095 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
19096 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
19097 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
19098 gud-minor-mode (gdbmi).
19099
19100 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
19101
19102 * net/browse-url.el (browse-url-interactive-arg): Enable user to
19103 explicitly select the text to be taken as URL.
19104
19105 2004-05-23 Juri Linkov <juri@jurta.org>
19106
19107 * info.el (Info-index-nodes): New var and fun.
19108 (Info-goto-index, Info-index, info-apropos)
19109 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
19110 (Info-index): Fix docstring. Store and restore Info-history-list.
19111 (Info-complete-nodes): New var.
19112 (Info-complete-menu-item): Use it.
19113 (Info-index-node): New fun.
19114 (Info-final-node, Info-forward-node, Info-backward-node)
19115 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
19116 Use Info-index-node.
19117 (Info-extract-menu-item, Info-extract-menu-counting): Set second
19118 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
19119 (Info-find-node-2): If a node with period in its name not found,
19120 try to find a node without the name part after period.
19121 (Info-select-node): Call Info-fontify-node only if
19122 Info-fontify-maximum-menu-size is not nil.
19123 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
19124 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
19125 Preserve Info-history-list.
19126 (Info-toc): Set Info-current-file.
19127 (Info-build-toc): Move point to the beginning of the buffer.
19128 Add main-file variable.
19129 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
19130 Use backslashed representation of the control character ^_.
19131
19132 * textmodes/texinfmt.el (texinfo-print-index): Print index line
19133 numbers in the new Texinfo 4.7 format.
19134
19135 * add-log.el (change-log-font-lock-keywords): Remove `:' from
19136 regexps for function and variable names.
19137
19138 * descr-text.el (describe-property-list): Add [show] button for
19139 `syntax-table' property with action to pp to a separate buffer.
19140 (describe-char): Replace search-forward by re-search-forward with
19141 whitespace regexp after "character:" to not fail in too narrow windows.
19142
19143 * simple.el (next-error-find-buffer): Add a rule to return
19144 next-error capable buffer if one window on the selected frame
19145 displays such buffer.
19146
19147 2004-05-23 Nick Roberts <nickrob@gnu.org>
19148
19149 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
19150 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
19151 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
19152 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
19153 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
19154 Handle new value for gud-minor-mode (gdbmi).
19155 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
19156 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
19157 Change from local to global gdb variable set.
19158 (gdb-ann3): Initialize above gdb variable set.
19159 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
19160 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
19161 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
19162 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
19163 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
19164 (gdb-info-locals-handler, gdb-invalidate-assembler)
19165 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
19166 set as global variables.
19167 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
19168 Handle gdbmi.
19169 (gdb-info-breakpoints-custom): Fix regexp.
19170 (def-gdb-var): Delete.
19171
19172 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
19173 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
19174 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
19175 a new mode. The file (gdb-mi.el) for this mode will be included
19176 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
19177 primary interface.
19178
19179 2004-05-23 Jesper Harder <harder@ifa.au.dk>
19180
19181 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
19182 interpreted as a directory.
19183
19184 2004-05-22 Richard M. Stallman <rms@gnu.org>
19185
19186 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
19187 as a close quote.
19188
19189 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
19190
19191 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
19192 Use assoc-string, not assoc-ignore-case.
19193
19194 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
19195
19196 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
19197 If moving back then fwd gets a defun that ends before point,
19198 try again moving fwd then back.
19199
19200 * files.el (file-name-non-special): Allow t in file-arg-indices
19201 to mean requote the return value. Use `identity' as an element
19202 rather than as the whole value.
19203
19204 * gs.el (gs-options): Add -dSAFER. Mark it risky.
19205
19206 2004-05-22 Juanma Barranquero <lektu@terra.es>
19207
19208 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
19209 `help-make-usage'.
19210 (help-highlight-arguments): Skip function name before searching
19211 for arguments.
19212
19213 2004-05-21 Juanma Barranquero <lektu@terra.es>
19214
19215 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
19216 Don't mention in the docstring these arguments meant for
19217 internal (recursive) use only.
19218 (allout-char-spec): Comment out (it's not implemented).
19219 (allout-old-expose-topic, allout-exposure): Fix docstring and add
19220 obsolescence declaration.
19221 (allout-flatten-exposed-to-buffer)
19222 (allout-indented-exposed-to-buffer): Fix typos in docstring.
19223 (my-mark-marker): Doc fix.
19224 (produce-allout-mode-map, allout-sibling-index)
19225 (allout-isearch-expose, allout-distinctive-bullet)
19226 (allout-open-topic, allout-reindent-body)
19227 (allout-rebullet-heading, allout-process-exposed)
19228 (allout-insert-listified, allout-latex-verb-quote)
19229 (allout-insert-latex-header, allout-insert-latex-trailer):
19230 Make arguments match their use in docstring.
19231 (allout-primary-bullet, allout-old-style-prefixes)
19232 (allout-inhibit-protection, allout-init, allout-mode)
19233 (allout-before-change-protect, allout-flag-region):
19234 Use "Emacs" instead of "emacs" in docstrings.
19235
19236 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
19237
19238 * international/characters.el: Modify syntax of more characters.
19239
19240 2004-05-21 Masatake YAMATO <jet@gyve.org>
19241
19242 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
19243 (etags-tags-completion-table): Show parsing progress.
19244
19245 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
19246
19247 * locate.el (locate-prompt-for-command): Shorten first line of
19248 docstring.
19249 (locate-mode): Expand docstring and include keymap summary.
19250
19251 * files.el (find-file-noselect-1): Limit the scope of the
19252 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
19253 is, by default, nil during the execution of
19254 `find-file-not-found-functions' and `find-file-hook'.
19255
19256 2004-05-20 Michael Mauger <mmaug@yahoo.com>
19257
19258 * facemenu.el (facemenu-color-name-equal): New function.
19259 (list-colors-display): Use it to compare colors instead of
19260 facemenu-color-equal.
19261
19262 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
19263
19264 * compare-w.el (compare-windows-face): Use min-colors instead of
19265 checking for tty or pc types.
19266
19267 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
19268
19269 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
19270 (completion-setup-function): Use with-current-buffer.
19271 Properly save excursion. Simplify.
19272 Don't assume there is necessarily a `mouse-face' property somewhere.
19273
19274 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
19275
19276 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
19277
19278 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
19279 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
19280 Use with-current-buffer.
19281 (byte-goto-log-buffer): Delete.
19282 (byte-compile-log-file): Call compilation-forget-errors.
19283
19284 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
19285
19286 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
19287 output messages into the search result.
19288
19289 2004-05-19 Masatake YAMATO <jet@gyve.org>
19290
19291 * wid-edit.el (widget-radio-button-notify): Revert my last
19292 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19293
19294 2004-05-19 Kenichi Handa <handa@m17n.org>
19295
19296 * international/characters.el: Fix syntax (open/close) of CJK chars.
19297
19298 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
19299
19300 * help-mode.el (help-go-back): Don't depend on position of back button.
19301
19302 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
19303
19304 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
19305 files don't contain an accidental additional /.
19306
19307 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
19308 in source buffer.
19309
19310 2004-05-18 Masatake YAMATO <jet@gyve.org>
19311
19312 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
19313 to widget-apply. :action method assumes 2 arguments, not 3.
19314
19315 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
19316
19317 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19318 New constants.
19319 (hs-special-modes-alist): Add an f90-mode entry.
19320
19321 2004-05-17 Sam Steingold <sds@gnu.org>
19322
19323 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
19324 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
19325
19326 2004-05-16 Kim F. Storm <storm@cua.dk>
19327
19328 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
19329
19330 2004-05-15 John Wiegley <johnw@newartisans.com>
19331
19332 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
19333 (eshell-output-object-to-target): Improve output speed 20% by not
19334 calling `eshell-stringify' if something is already known to be a
19335 string.
19336
19337 2004-05-15 Alex Ott <ott@jet.msk.su>
19338
19339 * textmodes/ispell.el (ispell-local-dictionary-alist):
19340 Add windows-1251 to the choice of coding systems.
19341 (ispell-dictionary-alist-6): Add support for "russianw.aff",
19342 encoded in cp1251.
19343
19344 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
19345
19346 * progmodes/compile.el (compilation-warning-face)
19347 (compilation-info-face): Use min-colors.
19348
19349 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19350
19351 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
19352 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
19353 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
19354 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
19355 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
19356 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
19357 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
19358 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
19359 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
19360 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
19361 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
19362 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
19363 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
19364 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
19365
19366 2004-05-15 Kim F. Storm <storm@cua.dk>
19367
19368 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
19369 Use it to set triggered-p element of timer.
19370 (timer-event-handler): Set triggered-p element non-nil while running
19371 the timer function.
19372
19373 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * descr-text.el (describe-char-unicode-data)
19376 (describe-char-unicodedata-file): Re-enable the unicode code now that
19377 the licensing issues have been cleared in the unicode-4 license.
19378 (describe-text-properties-1): Remove unused `overlay' var.
19379 (describe-char): Remove unused var `buffer'.
19380
19381 2004-05-14 David Ponce <david@dponce.com>
19382
19383 * tree-widget.el: New file.
19384
19385 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
19386
19387 * language/european.el ("Brazilian Portuguese"): Add support for
19388 Brazilian Portuguese.
19389
19390 2004-05-13 John Wiegley <johnw@newartisans.com>
19391
19392 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
19393 `recentf-mode' if this variable has been customized to t.
19394
19395 * eshell/esh-test.el (eshell-test): Call the function
19396 `emacs-version' rather than trying to build a custom version string.
19397
19398 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19399
19400 * net/telnet.el (telnet-mode): Use define-derived-mode.
19401 Don't modify the global value of comint-prompt-regexp.
19402
19403 2004-05-13 John Paul Wallington <jpw@gnu.org>
19404
19405 * version.el (emacs-version): Check for `gtk' feature before
19406 `x-toolkit' feature.
19407
19408 2004-05-13 Juanma Barranquero <lektu@terra.es>
19409
19410 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
19411 arguments in the docstring, they're used only in recursive calls.
19412
19413 * help-fns.el (help-arg-highlighting-function)
19414 (help-argument-name): Delete.
19415 (help-default-arg-highlight): New function.
19416 (help-do-arg-highlighting): Use it.
19417
19418 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19419
19420 * calendar/appt.el (appt-disp-window):
19421 Use `calendar-set-mode-line' for a centered mode-line.
19422
19423 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
19424
19425 * calendar/appt.el (appt-disp-window): Do not split window
19426 excessively when `split-height-threshold' is low.
19427
19428 2004-05-12 Nick Roberts <nickrob@gnu.org>
19429
19430 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
19431 kill-buffer-hook here and make it local.
19432 (gud-kill-buffer-hook): Use kill-process for a sure kill.
19433
19434 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
19435
19436 * progmodes/compile.el (compilation-set-window-height):
19437 Use save-excursion to protect against misplaced marker.
19438
19439 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19440
19441 * custom.el (defface): Document that type can have value gtk.
19442
19443 * faces.el (face-spec-set-match-display): Handle type gtk in display.
19444
19445 2004-05-12 Kenichi Handa <handa@m17n.org>
19446
19447 * descr-text.el: Require quail at compile time.
19448 (describe-char): If an input method is on and it supports the
19449 character, show how to input it.
19450
19451 * international/quail.el (quail-install-decode-map): Accept a
19452 char-table whose subtype is `quail-decode-map'.
19453 (quail-store-decode-map-key, quail-gen-decode-map1)
19454 (quail-gen-decode-map, quail-find-key1, quail-find-key)
19455 (quail-show-key): New functions.
19456
19457 2004-05-12 Juanma Barranquero <lektu@terra.es>
19458
19459 * generic.el (define-generic-mode): Remove redundant arglist info.
19460
19461 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
19462 Make arguments match their use in docstring.
19463 (help-arg-highlighting-function): New variable.
19464 (help-argument-name): Mention it in the docstring.
19465 (help-do-arg-highlight): Use it. Expand regexp to accept also
19466 ARG-xxx and xxx-ARG references.
19467
19468 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
19469
19470 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
19471 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
19472 and "mailto:addr1?to=addr2" equal.
19473
19474 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19475
19476 * man.el (Man-getpage-in-background): Use shell-file-name
19477 and shell-command-switch variables instead of hard-coded values.
19478
19479 2004-05-11 Eli Zaretskii <eliz@gnu.org>
19480
19481 * iimage.el: New file.
19482
19483 2004-05-11 Juanma Barranquero <lektu@terra.es>
19484
19485 * custom.el (custom-initialize-default, defcustom):
19486 Fix typo in docstring.
19487
19488 * files.el (set-visited-file-name, file-expand-wildcards):
19489 Fix docstring.
19490
19491 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
19492
19493 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
19494
19495 * subr.el (eventp): Be more discriminating with integers.
19496
19497 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
19498
19499 * progmodes/compile.el (compile): Add universal prefix arg.
19500 (compilation-error-regexp-alist-alist): Add edg patterns.
19501
19502 2004-05-10 Sam Steingold <sds@gnu.org>
19503
19504 * textmodes/ispell.el (ispell-message):
19505 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
19506
19507 2004-05-10 Dave Love <fx@gnu.org>
19508
19509 * progmodes/python.el (help-buffer): Autoload when compiling.
19510 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
19511 (run-python): Prepend to any existing PYTHONPATH.
19512
19513 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
19514
19515 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
19516 for pending breakpoints.
19517
19518 2004-05-10 Richard M. Stallman <rms@gnu.org>
19519
19520 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
19521 directly without calling any functions in Rmail.
19522 (unrmail-unprune): Function deleted.
19523
19524 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
19525
19526 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
19527 C-c C-z binding.
19528
19529 2004-05-10 Kenichi Handa <handa@m17n.org>
19530
19531 * descr-text.el (describe-char): Fix previous change. Don't make
19532 a unibyte character to multibyte in the *Help* buffer.
19533
19534 2004-05-10 Miles Bader <miles@gnu.org>
19535
19536 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
19537 buffer an error if the debugger process is actually running.
19538
19539 2004-05-10 Juanma Barranquero <lektu@terra.es>
19540
19541 * help-fns.el (help-argument-name): Default to italic.
19542 (help-highlight-arguments): Return always (usage . doc), even when
19543 usage is nil.
19544
19545 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
19546 (define-ibuffer-filter): Add usage info.
19547 (define-ibuffer-op): Add usage info (but CL-style defaults for
19548 keyword args are not shown).
19549
19550 * subr.el (remove-overlays, read-passwd): Fix docstring.
19551 (start-process-shell-command): Fix docstring. Put usage info in a
19552 format usable by `describe-function'.
19553 (open-network-stream, open-network-stream-nowait)
19554 (open-network-stream-server): Fix docstring.
19555
19556 2004-05-09 Jason Rumney <jasonr@gnu.org>
19557
19558 * international/code-pages.el (cp932, cp936, cp949, c950): Remove.
19559 Only define cp125* if windows-125* is already defined.
19560
19561 * language/korean.el (cp949): Add alias.
19562
19563 * language/chinese.el (cp936, cp950): Add aliases.
19564
19565 * language/japanese.el (cp932): Add alias.
19566
19567 * term/w32-win.el: Require code-pages.
19568
19569 * international/mule-cmds.el (set-locale-environment):
19570 On MS-Windows use ansi code-page for default coding-systems.
19571 Set up paper sizes for Windows 3 letter languages.
19572
19573 * international/code-pages.el (cp932, cp936, cp949, cp950):
19574 Add aliases. Also add cp125* if not already defined.
19575
19576 2004-05-09 Juanma Barranquero <lektu@terra.es>
19577
19578 * help-fns.el (help-highlight-arguments): Don't try to highlight
19579 missing or autoloaded arglists. Accept structured arguments, like
19580 the first ones of `do' and `flet'.
19581
19582 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
19583 (cvs-get-marked): Remove redundant arglist info.
19584
19585 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
19586 Don't use CL-style default args.
19587
19588 2004-05-08 Andreas Schwab <schwab@suse.de>
19589
19590 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
19591
19592 * international/subst-ksc.el: Fix references to utf-translate-cjk
19593 into utf-translate-cjk-mode.
19594 * international/subst-big5.el: Likewise.
19595 * international/subst-gb2312.el: Likewise.
19596 * international/subst-jis.el: Likewise.
19597 * international/utf-16.el: Likewise.
19598 * international/utf-8.el: Likewise.
19599
19600 2004-05-08 John Wiegley <johnw@newartisans.com>
19601
19602 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
19603 "virtual buffers" (off by default), which makes it possible to
19604 switch to the "virtual" buffers of recently visited files. When a
19605 buffer name search fails, and this option is on, iswitchb will
19606 look at the list of recently visited files, and permit matching
19607 against those names. When the user hits RET on a match, it will
19608 revisit that file.
19609 (iswitchb-read-buffer): Add two optional arguments, which makes
19610 isearchb.el possible.
19611 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
19612 (iswitchb-next-match): Add support for virtual buffers.
19613
19614 * isearchb.el: This module extends iswitchb to provide "as you
19615 type" buffer selection.
19616
19617 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
19618 Ignore the read-only property when flyspell highlighting is on.
19619 Not ignoring it leads to a series of confusing errors.
19620 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
19621 but also make sure to call flyspell-incorrect-hook.
19622 (flyspell-maybe-correct-transposition): Perform transposition test
19623 by bit twiddling a string, rather than using a temp buffer.
19624 (flyspell-maybe-correct-doubling): Use a string rather than a temp
19625 buffer. This is also the original version of the code, which
19626 could not be checked in before due to a previous lack of
19627 assignment papers. This version has seen heavy usage on my system
19628 for several years now.
19629
19630 * calendar/cal-bahai.el: New file, which adds support for the
19631 Baha'i calendar to Emacs. This calendar is based on a solar year
19632 of 19 months of 19 days, with 4 intercalary days. Each year
19633 begins on March 21, with the calendar starting in 1844.
19634
19635 * calendar/cal-menu.el, calendar/calendar.el
19636 * calendar/diary-lib.el, calendar/holidays.el:
19637 Added support for using cal-bahai.el.
19638
19639 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
19640 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
19641 function can be used outside of eshell buffers.
19642 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
19643
19644 2004-05-08 Juanma Barranquero <lektu@terra.es>
19645
19646 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
19647 word constituent so FOO-ARG is not recognized as an arg.
19648 (help-highlight-arguments): Don't skip lists in mandatory arguments.
19649
19650 * simple.el (next-error): Fix typo in docstring.
19651 (open-line): Make argument names match their use in docstring.
19652 (split-line): Fix docstring.
19653
19654 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
19655 usable by `describe-function'.
19656 (gensym, gentemp, typep, ignore-errors): Make argument names match
19657 their use in docstring.
19658
19659 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
19660 argument to `help-setup-xref'.
19661
19662 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
19663
19664 Version 2.0.40 of Tramp released.
19665
19666 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
19667 Use symbol-function to invoke functions only known on some Emacs
19668 flavors. This avoids byte-compiler warnings. Reported by Kevin
19669 Scaldeferri <kevin@scaldeferri.com>.
19670 (tramp-do-copy-or-rename-file-via-buffer): Rename from
19671 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
19672 consistent with the other tramp-do-* functions.
19673 (tramp-do-copy-or-rename-file): Calls adjusted.
19674 (tramp-process-initial-commands): Avoid liveness check on shell --
19675 we know that it must be alive since we're opening a connection at
19676 this moment.
19677 (tramp-last-cmd): New internal variable.
19678 (tramp-process-echoes): New tunable.
19679 (tramp-send-command): Set tramp-last-cmd.
19680 (tramp-wait-for-output): Delete echo, if applicable.
19681 (tramp-read-passwd): Construct the key for the password cache in a
19682 way that works for multi methods, too.
19683 (tramp-bug): Add backup-directory-alist and
19684 bkup-backup-directory-info to bug reports, with Tramp counterparts.
19685
19686 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
19687
19688 * net/tramp*.el: Suppress byte-compiler warnings where possible.
19689
19690 * net/tramp.el (tramp-out-of-band-prompt-regexp)
19691 (tramp-actions-copy-out-of-band): New defcustoms.
19692 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
19693 used instead of a synchronous one. Allows password entering.
19694 (tramp-action-out-of-band): New defun.
19695 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
19696 Remove restriction with password from doc string.
19697 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
19698 `tramp-out-of-band-prompt-regexp',
19699 `tramp-actions-copy-out-of-band', `password-cache' and
19700 `password-cache-expiry'.
19701 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
19702 password caching.
19703 (tramp-touch): FILE can be a local file, too.
19704 (TODO): Remove items done.
19705 (tramp-handle-insert-directory): Properly quote file name also if
19706 not full-directory-p. Handle wildcard case. Reported by Andreas
19707 Schwab <schwab@suse.de>.
19708 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
19709 new file.
19710 (tramp-handle-file-local-copy, tramp-handle-write-region):
19711 The permissions of the temporary file are set if filename exists.
19712 Reported by Ted Stern <stern@cray.com>.
19713 (tramp-backup-directory-alist)
19714 (tramp-bkup-backup-directory-info): New defcustoms.
19715 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
19716 (tramp-handle-find-backup-file-name): New function.
19717 Implements Tramp's find-backup-file-name.
19718
19719 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
19720 for `find-backup-file-name'.
19721
19722 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
19723 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
19724
19725 2004-05-07 Lars Hansen <larsh@math.ku.dk>
19726
19727 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
19728
19729 2004-05-07 Juanma Barranquero <lektu@terra.es>
19730
19731 * subr.el (lambda): Add arglist description to docstring.
19732 (declare): Fix typo in docstring.
19733 (open-network-stream): Fix docstring.
19734 (process-kill-without-query): Fix docstring and add obsolescence info.
19735 (last, butlast, nbutlast): Make arguments match their use in docstring.
19736 (insert-buffer-substring-no-properties): Likewise.
19737 (insert-buffer-substring-as-yank): Likewise.
19738 (split-string): Fix docstring.
19739
19740 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19741 Make argument names match their use in docstring.
19742
19743 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
19744
19745 2004-05-06 Nick Roberts <nickrob@gnu.org>
19746
19747 * progmodes/gdb-ui.el: Improve/extend documentation strings.
19748 Fit first sentence on one line for apropos-command.
19749
19750 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19751
19752 Changes largely merged in from Dave Love's code.
19753 * progmodes/python.el: Doc fixes.
19754 (python-mode-map): Add python-complete-symbol.
19755 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
19756 (python-comment-indent, python-complete-symbol)
19757 (python-symbol-completions, python-partial-symbol)
19758 (python-try-complete): New.
19759 (python-indent-line): Remove optional arg. Use python-block-end-p.
19760 (python-check): Bind compilation-error-regexp-alist.
19761 (inferior-python-mode): Use rx. Move keybindings to top level.
19762 Set comint-input-filter.
19763 (python-preoutput-filter): Use rx.
19764 (python-input-filter): Re-introduce.
19765 (python-proc): Start new process if necessary.
19766 Check python-buffer non-nil.
19767 (view-return-to-alist): Defvar.
19768 (python-send-receive): New.
19769 (python-eldoc-function): Use it.
19770 (python-mode-running): Don't defvar.
19771 (python-mode): Set comment-indent-function.
19772 Maybe update hippie-expand-try-functions-list.
19773 (python-indentation-levels): Initialize differently.
19774 (python-block-end-p): New.
19775 (python-indent-line): Use it.
19776 (python-compilation-regexp-alist): Augment.
19777 (run-python): Import `emacs' module to Python rather than loading
19778 code directly. Set python-buffer differently.
19779 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
19780 Use python-proc.
19781 (python-send-command): Go to end of comint buffer.
19782 (python-load-file): Use python-proc, emacs.eimport.
19783 (python-describe-symbol): Simplify interactive form.
19784 Use emacs.help. Do use temp-buffer-show-hook.
19785 Call print-help-return-message.
19786 (hippie-exp): Require when compiling.
19787 (python-preoutput-continuation): Use rx.
19788
19789 * diff-mode.el (diff-make-unified): Fix regexp.
19790
19791 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
19792
19793 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
19794 filter groups from the buffer when rebuilding the Ibuffer buffer
19795 and `ibuffer-show-empty-filter-groups' is nil.
19796
19797 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19798
19799 * ps-print.el (ps-print-quote): Call ps-value-string.
19800 (ps-setup): Call ps-comment-string.
19801 (ps-value-string, ps-comment-string): New funs.
19802
19803 2004-05-06 Juanma Barranquero <lektu@terra.es>
19804
19805 * ehelp.el (electric-help-command-loop): Check whether the last
19806 character is visible, not (point-max).
19807
19808 * help-fns.el (help-argument-name): Default to bold; don't inherit
19809 from font-lock-variable-name-face.
19810 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
19811
19812 2004-05-05 Kenichi Handa <handa@m17n.org>
19813
19814 * descr-text.el (describe-char): Copy the character with text
19815 properties and overlays into the first line, and call
19816 describe-text-properties on it.
19817
19818 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
19819
19820 * iswitchb.el (iswitchb-global-map): Fix typo.
19821 Remove unwanted ###autoloads from source file.
19822
19823 2004-05-05 Lars Hansen <larsh@math.ku.dk>
19824
19825 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
19826 in run-hooks. Use substitute-command-keys in message.
19827 (wdired-abort-changes): Add message.
19828
19829 2004-05-03 Michael Mauger <mmaug@yahoo.com>
19830
19831 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
19832 (sql-emacs20-p): Remove.
19833 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
19834 (sql-builtin-face, sql-doc-face): Remove.
19835 (sql-mode-ansi-font-lock-keywords)
19836 (sql-mode-oracle-font-lock-keywords)
19837 (sql-mode-postgres-font-lock-keywords)
19838 (sql-mode-linter-font-lock-keywords)
19839 (sql-mode-ms-font-lock-keywords)
19840 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
19841 (sql-product-font-lock): Fix font-lock reset when font rules change.
19842 (sql-highlight-product): Remove incorrect font-lock reset logic.
19843
19844 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
19845
19846 * ses.el (ses-set-parameter): Fix typo.
19847
19848 2004-05-04 Kim F. Storm <storm@cua.dk>
19849
19850 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
19851 Must expand directory for completion to work; and don't mess with
19852 process-environment.
19853 (ido-read-file-name): If command has ido property, don't use ido
19854 if value is ignore, or read as directory if value is dir.
19855 Set ido ignore property for dired-do-rename command.
19856
19857 2004-05-04 Juanma Barranquero <lektu@terra.es>
19858
19859 * ehelp.el (electric-help-command-loop, electric-help-undefined)
19860 (electric-help-help): Check against unmapped commands.
19861
19862 * help-fns.el (help-argument-name): New face, inheriting from
19863 font-lock-variable-name-face, to highlight function arguments in
19864 `describe-function' and `describe-key'.
19865 (help-do-arg-highlight): Auxiliary function to highlight a given
19866 list of arguments in a string.
19867 (help-highlight-arguments): Highlight the function arguments and
19868 all uses of them in the docstring.
19869 (describe-function-1): Use it. Do docstring output via `insert',
19870 not 'princ', so text attributes are preserved.
19871
19872 * winner.el (winner-mode-map): Move `winner-undo' and
19873 `winner-redo' to C-c <left> and C-c <right>, respectively (the
19874 previous bindings conflict with `prev-buffer', `next-buffer').
19875
19876 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19877
19878 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
19879 (bibtex-entry-update): New command bound to C-c C-u.
19880 (bibtex-text-in-string): Fix regexp.
19881 (bibtex-assoc-of-regexp): Remove.
19882 (bibtex-progress-message): Fix docstring.
19883 (bibtex-inside-field): Use if.
19884 (bibtex-assoc-regexp): New function.
19885 (bibtex-format-entry): Make code more robust so that it formats
19886 also old entries.
19887 (bibtex-autokey-demangle-title): Merge with obsolete function
19888 bibtex-assoc-of-regexp.
19889 (bibtex-field-list): New function.
19890 (bibtex-entry): Use bibtex-field-list.
19891 (bibtex-parse-entry): Fix docstring.
19892 (bibtex-print-help-message): Use bibtex-field-list.
19893 (bibtex-make-field): Use bibtex-field-list.
19894 (bibtex-entry-index): Bugfix. Return crossref key if required.
19895 (bibtex-lessp): Fix docstring.
19896
19897 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
19898
19899 * select.el (xselect-convert-to-string): Move comment to intended line.
19900
19901 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19902
19903 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
19904 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
19905
19906 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19907
19908 * term/x-win.el (x-clipboard-yank): Don't exit on error from
19909 x-get-selection.
19910
19911 2004-05-03 Jason Rumney <jasonr@gnu.org>
19912
19913 * makefile.nt: Remove.
19914
19915 2004-05-03 Kim F. Storm <storm@cua.dk>
19916
19917 * emulation/cua-base.el (cua--update-indications): Fix last change.
19918 (cua-mode): Deactivate mark when cua-mode is enabled.
19919
19920 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
19921
19922 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
19923
19924 2004-05-03 Nick Roberts <nickrob@gnu.org>
19925
19926 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
19927 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
19928 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
19929 window over visible frames.
19930 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
19931
19932 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
19933
19934 * progmodes/compile.el (compilation-gcpro): New var.
19935 (compilation-fake-loc): Use it.
19936 (compilation-forget-errors): Reset it.
19937
19938 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
19939
19940 * diff-mode.el (diff-header-face, diff-file-header-face):
19941 Use min-colors.
19942
19943 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19944
19945 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
19946 (bibtex-clean-entry): Disentangle code.
19947 (bibtex-realign): New function.
19948 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
19949 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
19950 Remove undocumented optional arg called-by-convert-alien.
19951 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
19952 for sorting instead of bibtex-sort-buffer.
19953
19954 2004-05-02 Eli Zaretskii <eliz@gnu.org>
19955
19956 * progmodes/compile.el (compilation-start): In the
19957 no-async-subprocesses branch, call sit-for to give redisplay a
19958 chance to show the updated process status in the mode line, and
19959 fontify the buffer explicitly after the process exits.
19960
19961 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
19962
19963 * progmodes/python.el (python-compilation-line-number): Remove.
19964 (python-compilation-regexp-alist): Don't use it any more.
19965 (python-orig-start, python-input-filter): Remove.
19966 (inferior-python-mode): Don't set up comint-input-filter-functions.
19967 (python-send-region): Use compilation-fake-loc.
19968
19969 * progmodes/compile.el (compilation-messages-start): New var.
19970 (compilation-mode): Don't setup next-error-function here.
19971 (compilation-setup): Set it up here instead (for minor modes as well).
19972 Make compilation-messages-start buffer local.
19973 (compilation-next-error-function): Use it.
19974 (compilation-forget-errors): Set compilation-messages-start.
19975
19976 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
19977
19978 * ielm.el (ielm-prompt-read-only): Update docstring.
19979
19980 * comint.el (comint-prompt-read-only): Update docstring.
19981 (comint-update-fence, comint-kill-whole-line)
19982 (comint-kill-region): New functions.
19983
19984 * simple.el (kill-whole-line): Use "p" instead of "P" in
19985 interactive form.
19986
19987 2004-05-01 Juanma Barranquero <lektu@terra.es>
19988
19989 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
19990 format arglist so default values in CL-style argument lists are
19991 correctly shown.
19992
19993 2004-05-01 Jason Rumney <jasonr@gnu.org>
19994
19995 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
19996
19997 2004-05-01 Kenichi Handa <handa@m17n.org>
19998
19999 * international/titdic-cnv.el (miscdic-convert): Don't generate a
20000 quail file if it is up to date.
20001
20002 2004-04-30 Juri Linkov <juri@jurta.org>
20003
20004 * cus-edit.el (custom-mode-map):
20005 Add key binding `C-x C-s' to `Custom-save'.
20006
20007 * outline.el (outline-blank-line): New var.
20008 (outline-next-preface, outline-show-heading)
20009 (outline-end-of-subtree): Use it.
20010
20011 * dired-aux.el (dired-touch-initial): New fun.
20012 (dired-do-chxxx): Call it for op-symbol `touch'.
20013 (dired-diff): Use `dired-dwim-target-directory'
20014 if current dired buffer has no buffer mark.
20015
20016 * bindings.el (propertized-buffer-identification):
20017 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
20018 Add C-M-arrow keys for consistency.
20019
20020 * files.el (confirm-kill-emacs):
20021 Change group from top-level `emacs' to `convenience'.
20022
20023 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
20024 Push mark on the first call of successive command calls.
20025 (insert-pair): New fun created from `insert-parentheses' with
20026 `open' and `close' arguments added. Enclose active regions
20027 in paired characters. Compare adjacent characters syntax with
20028 inserted characters syntax before inserting a space.
20029 (insert-parentheses): Call `insert-pair' with ?\( ?\).
20030
20031 * delsel.el: Don't put `delete-selection' property
20032 on `insert-parentheses' symbol to take advantage of
20033 region handling in `insert-pair' function.
20034 Suggested by Stephan Stahl <stahl@eos.franken.de>.
20035
20036 2004-04-30 Kim F. Storm <storm@cua.dk>
20037
20038 * emulation/cua-base.el: Add support for changing cursor types;
20039 based on patch from Michael Mauger.
20040 (cua-normal-cursor-color, cua-read-only-cursor-color)
20041 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
20042 Customization cursor type and/or cursor color.
20043 (cua--update-indications): Handle cursor type changes.
20044 (cua-mode): Update cursor indications if enabled.
20045
20046 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
20047
20048 * mouse.el (mouse-drag-copy-region): New defcustom.
20049 (mouse-set-region, mouse-drag-region-1): Use it.
20050
20051 * simple.el (kill-ring-save): If region face background color is
20052 unspecified (if no highlighting), show extent of fully visible
20053 region even if transient-mark-mode is enabled.
20054
20055 * emulation/cua-base.el (cua--standard-movement-commands):
20056 Add cua-scroll-up and cua-scroll-down.
20057 (cua-scroll-up, cua-scroll-down): New commands.
20058 (cua--init-keymaps): Remap scroll-up and scroll-down.
20059
20060 * emulation/cua-rect.el (cua--convert-rectangle-as):
20061 New defmacro.
20062 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
20063 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
20064 New commands (suggested by Jordan Breeding).
20065
20066 2004-04-30 Juanma Barranquero <lektu@terra.es>
20067
20068 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
20069
20070 2004-04-30 Mario Lang <mlang@delysid.org>
20071
20072 * diff.el (diff-switches): Fix typo in docstring.
20073
20074 2004-04-30 Alex Schroeder <alex@gnu.org>
20075
20076 * xml.el (xml-debug-print-internal): Don't add newline and
20077 indentation to text nodes and write empty elements as empty tags
20078 instead of opening and closing tags.
20079 (xml-debug-print): Take optional indent-string argument.
20080 (xml-print): Alias for xml-debug-print.
20081
20082 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20083
20084 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
20085 than duplicate call to `line-beginning-position'.
20086
20087 * progmodes/f90.el (f90-get-present-comment-type):
20088 Return whitespace, as well as comment chars, for consistent filling
20089 of comment blocks. Use `match-string-no-properties'.
20090 (f90-break-line): Trim trailing whitespace when filling comments.
20091
20092 2004-04-30 Dave Love <fx@gnu.org>
20093
20094 * calendar/diary-lib.el (diary-outlook-formats): New variable.
20095 (diary-from-outlook-internal, diary-from-outlook)
20096 (diary-from-outlook-gnus, diary-from-outlook-rmail):
20097 New functions to import diary entries from Outlook-format
20098 appointments in mail messages.
20099
20100 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20101
20102 * progmodes/python.el (python-send-command): New fun.
20103 (python-send-region, python-load-file): Use it.
20104
20105 * progmodes/compile.el (compilation-last-buffer): Add var alias.
20106
20107 * help-fns.el (help-C-file-name): Use new subr-name.
20108 Prepend `src/' to the file name.
20109 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
20110 (describe-function-1, describe-variable): Only find a C source file
20111 name if DOC is already loaded.
20112
20113 * help-mode.el (help-function-def, help-variable-def):
20114 Use the new find-function-search-for-symbol functionality.
20115 Allow FILE to be `C-source'.
20116
20117 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
20118 (find-function-C-source): New fun.
20119 (find-function-search-for-symbol): Use it.
20120
20121 2004-03-29 Michael Mauger <mmaug@yahoo.com>
20122
20123 * progmodes/sql.el (sql-product-alist): Rename variable
20124 `sql-product-support'. Add Postgres login parameters.
20125 (sql-set-product, sql-product-feature): Update with renamed variable.
20126 (sql-connect-postgres): Add username prompt.
20127 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
20128 Make patterns less product specific.
20129 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
20130 (sql-mode-abbrev-table): Modify initialization.
20131 (sql-builtin-face): Add variable.
20132 (sql-keywords-re): Add macro.
20133 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
20134 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
20135 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
20136 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
20137 (sql-mode-linter-font-lock-keywords)
20138 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
20139 (sql-mode-sybase-font-lock-keywords)
20140 (sql-mode-informix-font-lock-keywords)
20141 (sql-mode-interbase-font-lock-keywords)
20142 (sql-mode-ingres-font-lock-keywords)
20143 (sql-mode-solid-font-lock-keywords)
20144 (sql-mode-sqlite-font-lock-keywords)
20145 (sql-mode-db2-font-lock-keywords): Default to nil.
20146 (sql-product-font-lock): Always highlight ANSI keywords.
20147 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
20148 (sql-send-string): Add function.
20149
20150 2004-04-29 Dave Love <fx@gnu.org>
20151
20152 * progmodes/cfengine.el (cfengine-beginning-of-defun)
20153 (cfengine-end-of-defun): Ensure progress through buffer.
20154
20155 * info-look.el (cfengine-mode): Accept a terminal ().
20156
20157 2004-04-29 Juri Linkov <juri@jurta.org>
20158
20159 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
20160 instead of isearch-yank-word-or-char. Add new key bindings for
20161 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
20162 (isearch-del-char): New fun.
20163 (isearch-forward, isearch-edit-string): Update docstring.
20164 (isearch-yank-char): Doc fix.
20165 (isearch-other-meta-char): Restore point after scrolling.
20166
20167 * progmodes/compile.el (compilation-context-lines): Add nil option
20168 to disable compilation output window scrolling.
20169 (compilation-set-window): Use it.
20170
20171 * outline.el (outline-next-preface, outline-show-heading):
20172 Don't leave unhidden blank line before heading.
20173 (outline-end-of-subtree): Include last newline into subtree.
20174 (hide-entry): Leave point at beginning of heading instead of end.
20175 (outline-up-heading): Push mark for the first call of successive
20176 command calls.
20177
20178 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
20179
20180 * comint.el (comint-prompt-read-only): New variable.
20181 (comint-output-filter): Implement it.
20182
20183 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
20184 (ielm-prompt-internal): New variable.
20185 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
20186 (ielm-send-input): Delete unused variable `buf'.
20187 (ielm-eval-input): Use `ielm-prompt-internal'.
20188 (inferior-emacs-lisp-mode): Use new variables
20189 `comint-prompt-read-only' and `ielm-prompt-internal'.
20190 Get rid of obsolete variable `directory-sep-char'.
20191 (ielm): Use `zerop'.
20192
20193 2004-04-29 John Paul Wallington <jpw@gnu.org>
20194
20195 * thumbs.el (toplevel): Require cl at compile time.
20196 Remove conditional definitions of `ignore-errors' and `caddar'
20197 because they occur at run time.
20198
20199 2004-04-28 Nick Roberts <nickrob@gnu.org>
20200
20201 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
20202 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
20203 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
20204 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
20205
20206 * progmodes/gud.el (gud-common-init): Throw an error if program is
20207 already running under gdb.
20208
20209 2004-04-28 John Paul Wallington <jpw@gnu.org>
20210
20211 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
20212 (thumbs-show-image-num): Move assignment of
20213 `thumbs-current-image-filename' within scope of `i'.
20214 (thumbs-emboss-image): Don't use `evenp'.
20215
20216 2004-04-28 Richard M. Stallman <rms@gnu.org>
20217
20218 * progmodes/compile.el (compilation-context-lines): Default now 0.
20219
20220 2004-04-28 Juanma Barranquero <lektu@terra.es>
20221
20222 Use `time-less-p' from calendar/time-date.el instead of defining
20223 custom versions of it.
20224
20225 * pcomplete.el (pcomplete-time-less-p): Remove.
20226
20227 * thumbs.el (time-less-p): Remove.
20228
20229 * calendar/timeclock.el (timeclock-time-less-p): Remove.
20230 (timeclock-generate-report): Use `time-less-p'.
20231
20232 * emacs-lisp/autoload.el (autoload-before-p): Remove.
20233 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
20234
20235 2004-04-28 Masatake YAMATO <jet@gyve.org>
20236
20237 * subr.el (remove-overlays): Make arguments optional.
20238
20239 * wid-edit.el (widget-specify-button): Put evaporate to the
20240 overlay for sample.
20241 (widget-specify-sample): Put evaporate to the overlay for sample.
20242 (widget-specify-doc): Put evaporate to the overlay for documentation.
20243
20244 2004-04-27 Jesper Harder <harder@ifa.au.dk>
20245
20246 * info.el (info-apropos): Make it an index node. Align node names
20247 like makeinfo.
20248
20249 2004-04-27 Eli Zaretskii <eliz@gnu.org>
20250
20251 * net/browse-url.el (browse-url-netscape-sentinel)
20252 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
20253 (browse-url-epiphany-sentinel, browse-url-mosaic):
20254 Use browse-url-*-program instead of a literal program name.
20255
20256 2004-04-27 Kevin Ryde <user42@zip.com.au>
20257
20258 * eshell/em-alias.el:
20259 * eshell/em-dirs.el:
20260 * eshell/em-hist.el:
20261 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
20262 features when M-x customize-group loads modules before the main
20263 eshell.el.
20264
20265 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
20266
20267 * subr.el (momentary-string-display): Support EXIT-CHAR that is
20268 either a character representation of an event or an event
20269 description list.
20270
20271 * type-break.el: Capitalize Emacs and Lisp.
20272 (type-break-good-break-interval, type-break-demo-boring-stats)
20273 (type-break-terse-messages, type-break-file-name): New defcustoms.
20274 (type-break-post-command-hook)
20275 (type-break-warning-countdown-string): Quote variable names in doc.
20276 (type-break-interval-start, type-break-auto-save-file-name): New vars.
20277 (type-break-mode): Document type-break-good-break-interval and the
20278 "session" file. Schedule break according to the session file.
20279 Kill session file buffer on exit. Organize for save-some-buffers
20280 to always save the session file.
20281 (type-break-mode-line-message-mode, type-break-query-mode):
20282 Uppercase arguments.
20283 (type-break-file-time, type-break-file-keystroke-count, timep)
20284 (type-break-choose-file, type-break-get-previous-time)
20285 (type-break-get-previous-count): New defuns.
20286 (type-break): Avoid break querying after a completed break in the
20287 case where the query was initiated during user invocation of the
20288 break. Optional terse messages.
20289 Use type-break-good-break-interval if type-break-good-rest-interval is
20290 nil. File the break time.
20291 (type-break-schedule): New optional args for overriding the use of
20292 the current time.
20293 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
20294 after a break.
20295 (type-break-check): File the keystroke count.
20296 (type-break-do-query): Prevent a second query when the break is
20297 interrupted. Optional terse message.
20298 (type-break-keystroke-reset): Record the start of a typing interval.
20299 (type-break-demo-boring): Optional terse messages. Display word
20300 per minute and keystroke counts according to
20301 type-break-demo-boring-stats.
20302
20303 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
20304
20305 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
20306 directories, make sure they exist under archive-tmpdir.
20307
20308 2004-04-27 Juri Linkov <juri@jurta.org>
20309
20310 * help.el (view-emacs-news): With argument, display info for the
20311 selected version by finding it among different NEWS files, and
20312 narrowing the buffer to the selected version.
20313
20314 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
20315 same-window-buffer-names.
20316 (info): New arg `buffer'. Use it. Doc fix. Read file name for
20317 non-numeric prefix argument, append the number to the buffer name
20318 for numeric prefix argument.
20319 (info-other-window): Bind same-window-regexps to nil.
20320 (Info-reference-name): Rename to Info-point-loc.
20321 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
20322 and Info-find-index-name for stringy Info-point-loc.
20323 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
20324 without middle `.', but with final `.' and optional line number
20325 for it. Set Info-point-loc for index nodes.
20326 (Info-index): Remove middle `.' from index entry regexp.
20327 Modify line number regexp.
20328 (Info-index-next): Decrement line number.
20329 (info-apropos): Remove middle `.' from index entry regexp.
20330 Add optional line number regexp at the end. Add matched value
20331 for line number to the result list and insert it to the buffer.
20332 Replace match-string by match-string-no-properties.
20333 Reorder result list.
20334 (Info-fontify-node): Hide index line numbers.
20335 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
20336 empty matches.
20337 (Info-follow-reference): Use `str' instead of
20338 Info-following-node-name-re.
20339 (Info-toc): Use full file names. Set Info-current-node to "Top".
20340 (Info-fontify-node): Compare file names without directory name.
20341 (Info-try-follow-nearest-node): Don't set Info-reference-name.
20342 Set second arg of Info-extract-menu-node-name for index nodes.
20343 (info-xref-visited): Use magenta3 instead of magenta4.
20344 (Info-mode): Add info-apropos to docstring.
20345
20346 * log-view.el (log-view-diff): Replace interactive code "r"
20347 by a list to allow to call it even if region is not active.
20348
20349 * paren.el (show-paren-highlight-openparen): New var.
20350 (show-paren-function): Turn on openparen highlighting when
20351 matching forward if show-paren-highlight-openparen is non-nil.
20352
20353 * simple.el (kill-ring-save): Use blink-matching-delay instead of
20354 the constant value 1.
20355 (completions-common-part): Expand docstring.
20356
20357 * textmodes/picture.el (picture-mode-map): Add arrow keys.
20358
20359 2004-04-27 Kim F. Storm <storm@cua.dk>
20360
20361 * image.el (insert-sliced-image): Use line-height instead of
20362 line-spacing property on newline.
20363
20364 2004-04-26 Lars Hansen <larsh@math.ku.dk>
20365
20366 * desktop.el (desktop-buffer-misc-data-function): Rename to
20367 desktop-save-buffer and change docstring.
20368 (desktop-buffer-modes-to-save): Delete.
20369 (desktop-save-buffer-p): Use desktop-save-buffer instead of
20370 desktop-buffer-modes-to-save.
20371 (desktop-save): Rename desktop-buffer-misc-data-function to
20372 desktop-save-buffer and allow non-function value.
20373 (desktop-missing-file-warning): Correct docstring.
20374
20375 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
20376 to desktop-save-buffer.
20377
20378 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
20379 desktop-save-buffer.
20380
20381 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
20382
20383 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
20384
20385 2004-04-26 Eli Zaretskii <eliz@gnu.org>
20386
20387 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
20388
20389 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
20390
20391 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
20392 (ielm): Only go to the end of the buffer when starting a new process.
20393
20394 2004-04-25 Juanma Barranquero <lektu@terra.es>
20395
20396 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
20397 mode line. Bind `inhibit-read-only' to t before modifying
20398 properties of text in the buffer.
20399 (ielm): Force point to the end of buffer, even when running ielm
20400 from inside itself.
20401
20402 2004-04-25 Jesper Harder <harder@ifa.au.dk>
20403
20404 * info.el (info-apropos): Reset Info-complete-cache.
20405
20406 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
20407
20408 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20409 Also recognize severe Irix et al. messages.
20410 (compilation-normalize-filename, compile-abbreviate-directory):
20411 Delete functions.
20412 (compilation-get-file-structure): New function inherits
20413 functionality of the two preceding ones.
20414 (compilation-internal-error-properties, compilation-fake-loc):
20415 Use it so that different paths to the same file share the same
20416 markers. Also optimize finding adjacent marker slightly.
20417
20418 2004-04-25 Kim F. Storm <storm@cua.dk>
20419
20420 * image.el (insert-sliced-image): Add line-spacing t property
20421 to newlines separating image lines.
20422
20423 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
20424
20425 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
20426
20427 * ielm.el (ielm-prompt-read-only): New user option.
20428 (ielm-prompt): Expand docstring to describe new behavior.
20429 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
20430 mention it in the docstring.
20431
20432 2004-04-24 Andreas Schwab <schwab@suse.de>
20433
20434 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
20435
20436 * diff.el (diff): Set default-directory in diff buffer.
20437
20438 2004-04-24 Eli Zaretskii <eliz@gnu.org>
20439
20440 * mail/sendmail.el (mail-bury): Don't delete the frame where the
20441 mail was being composed if the terminal cannot display more than
20442 one frame; instead, switch to previous frame.
20443
20444 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
20445 (rmail-start-mail): Support rmail-mail-new-frame even on
20446 terminals that can display only one frame at a time.
20447
20448 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
20449
20450 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
20451 (checkdoc-output-font-lock-keywords): Remove error regexp.
20452 (checkdoc-output-mode-map): Remove.
20453 (checkdoc-output-mode): Derive from compilation-mode.
20454 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
20455
20456 * dired.el (dired-mode-map): Add a menu entry for wdired.
20457
20458 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
20459 (rx-bracket, rx-check-any, rx-any): Clean up name space.
20460
20461 * wdired.el (wdired-mode-map): Move init into declaration.
20462 Fix `return' binding.
20463 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
20464 Use force-mode-line-update.
20465 (wdired-get-filename): Use `unless'.
20466 (wdired-preprocess-files): Don't assume names have no \n and use / for
20467 dir separator.
20468 (wdired-normalize-filename): Use replace-regexp-in-string.
20469 (wdired-load-hooks): Remove.
20470 (wdired-mode-hooks): Rename to wdired-mode-hook.
20471
20472 * info-look.el: Add support for cfengine-mode.
20473 (info-lookup-setup-mode): Use dolist.
20474
20475 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
20476
20477 * wdired.el: New file.
20478
20479 2004-04-23 Juanma Barranquero <lektu@terra.es>
20480
20481 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
20482
20483 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
20484 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
20485 (pcomplete--help, pcomplete--here): Doc fixes.
20486
20487 2004-04-23 Andre Spiegel <spiegel@gnu.org>
20488
20489 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
20490 handles wrong-number-of-arguments in backend call.
20491
20492 * vc.el (vc-print-log): Likewise.
20493
20494 2004-04-20 Dave Love <fx@gnu.org>
20495
20496 * emacs-lisp/rx.el: Doc fixes.
20497 (rx-constituents): Add/extend many forms.
20498 (rx-check): Check form is a list.
20499 (bracket): Defvar.
20500 (rx-check-any, rx-any, rx-check-not): Modify.
20501 (rx-not): Simplify.
20502 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
20503 (rx-kleene): Use rx-trans-forms.
20504 (rx-quote-for-set): Delete.
20505 (rx): Allow multiple args.
20506
20507 2004-04-23 Kenichi Handa <handa@m17n.org>
20508
20509 * international/mule-util.el (char-displayable-p): Simplify by
20510 using internal-char-font.
20511
20512 2004-04-23 Juanma Barranquero <lektu@terra.es>
20513
20514 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
20515
20516 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
20517
20518 * diff-mode.el (diff-next-error): New fun.
20519 (diff-mode): Use it.
20520
20521 * simple.el (next-error): Change arg name.
20522 Add support for the documented C-u C-x ` usage.
20523
20524 * frame.el (special-display-popup-frame, next-multiframe-window)
20525 (previous-multiframe-window): Only consider frames on same display.
20526
20527 2004-04-22 Lars Hansen <larsh@math.ku.dk>
20528
20529 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
20530 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
20531
20532 2004-04-22 Kim F. Storm <storm@cua.dk>
20533
20534 * net/telnet.el (telnet): Add optional port arg.
20535
20536 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
20537
20538 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20539 Minor sanity check on the `hyperlink' slot.
20540
20541 * Makefile.in (recompile): Compile new files.
20542
20543 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
20544 Add byte-recompile-directory's optional `arg'.
20545
20546 * cvs-status.el (cvs-tree-use-charset): New var.
20547 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
20548 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
20549 (cvs-status-cvstrees): Use it.
20550
20551 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
20552 Make it a normal major mode.
20553 (checkdoc-buffer-label): Make sure the file name is meaningful.
20554 (checkdoc-output-to-error-buffer): Remove.
20555 (checkdoc-error, checkdoc-start-section): Rewrite.
20556
20557 * info.el (info-node, info-menu-5, info-xref, info-header-node)
20558 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20559 (Info-title-4-face): Use new syntax.
20560 (info-xref-visited): Inherit from info-xref.
20561
20562 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
20563
20564 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
20565
20566 * simple.el (next-error-last-buffer, next-error-function):
20567 New variables for the next-error framework.
20568 (next-error-buffer-p): New function.
20569 (next-error-find-buffer): Generalize compilation-find-buffer.
20570 (next-error, previous-error, first-error, next-error-no-select)
20571 (previous-error-no-select): Move from compile.el.
20572
20573 * replace.el (occur-next-error, occur-1): Hook into the next-error
20574 framework.
20575
20576 * progmodes/compile.el (compilation-start):
20577 Set next-error-last-buffer so next-error knows where to jump.
20578 (compilation-setup): Set the buffer-local variable
20579 next-error-function to 'compilation-next-error-function.
20580 (compilation-buffer-p, compilation-buffer-internal-p): Use an
20581 alternate way to find if a buffer is a compilation buffer, for
20582 next-error convenience.
20583 (next-error-no-select, previous-error-no-select, next-error)
20584 (previous-error, first-error): Move to simple.el.
20585 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
20586 (compilation-last-buffer): Remove.
20587 (compilation-start, compilation-next-error, compilation-setup)
20588 (compilation-next-error-function, compilation-find-buffer):
20589 Remove compilation-last-buffer use.
20590
20591 2004-04-21 Juanma Barranquero <lektu@terra.es>
20592
20593 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
20594 (font-lock-warning-face): Fix spacing.
20595
20596 * makefile.w32-in (WINS): Add url/ directory.
20597
20598 2004-04-21 Lars Hansen <larsh@math.ku.dk>
20599
20600 * desktop.el (desktop-buffer-mode-handlers): New variable.
20601 Alist of major mode specific functions to restore a desktop buffer.
20602 (desktop-buffer-handlers): Make variable obsolete.
20603 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
20604 Catch errors signaled in handlers. Update buffer count.
20605 Evaluate desktop-buffer-point.
20606 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
20607 move to dired.el.
20608 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
20609 move to info.el.
20610 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
20611 move to mail/rmail.el.
20612 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
20613 to mh-e/mh-e.el.
20614 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
20615 On fail, print message (to message buffer) even if
20616 desktop-missing-file-warning is nil.
20617 (desktop-buffer-misc-data-function): New buffer local variable.
20618 Function returning major mode specific data.
20619 (desktop-buffer-misc-functions): Make variable obsolete.
20620 (desktop-save): Use desktop-buffer-misc-data-function.
20621 (desktop-buffer-dired-misc-data): Rename to
20622 dired-desktop-buffer-misc-data and move to dired.el.
20623 (desktop-buffer-info-misc-data): Rename to
20624 Info-desktop-buffer-misc-data and move to info.el.
20625 (desktop-read): Add message about number of buffers restored/failed.
20626
20627 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
20628 Add parameters. Pause to display error only when
20629 desktop-missing-file-warning is non-nil.
20630 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
20631 (dired-mode): Bind desktop-buffer-misc-data-function.
20632
20633 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
20634 Add Parameters.
20635 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
20636 (Info-mode): Bind desktop-buffer-misc-data-function.
20637
20638 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
20639 Add Parameters.
20640
20641 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
20642 Add Parameters.
20643
20644 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
20645
20646 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
20647 the case of letters in case-insensitive expansions when the
20648 abbrev is preceded by characters with letter syntax.
20649
20650 2004-04-21 Richard M. Stallman <rms@gnu.org>
20651
20652 * progmodes/cperl-mode.el (cperl-putback-char):
20653 Delete Emacs 18 definition.
20654
20655 * international/mule.el (ctext-post-read-conversion):
20656 Use assoc-string, not assoc-ignore-case.
20657
20658 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
20659
20660 * emacs-lisp/easymenu.el (easy-menu-add):
20661 Do call x-popup-menu, but only if it's defined.
20662
20663 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
20664
20665 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
20666 Handle multiple args: compile like progn.
20667
20668 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
20669 take all args as &rest arg.
20670
20671 * autoinsert.el (auto-insert-alist): Insert the user's name in
20672 copyright notice, rather than Free Software Foundation.
20673
20674 2004-04-21 Kenichi Handa <handa@m17n.org>
20675
20676 * descr-text.el (describe-char): Make it work on *Help* buffer.
20677
20678 2004-04-21 Kim F. Storm <storm@cua.dk>
20679
20680 * image.el (insert-image): Add optional SLICE arg.
20681 (insert-sliced-image): New defun.
20682
20683 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
20684
20685 * subr.el (read-number): Check whether `default' is nil.
20686
20687 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20688
20689 * progmodes/compile.el (compilation-error-properties): Split into
20690 two.
20691 (compilation-internal-error-properties): New one.
20692 (compilation-compat-error-properties): Use it. Fix the non-marker
20693 case.
20694
20695 2004-04-20 Richard M. Stallman <rms@gnu.org>
20696
20697 * window.el (split-window-save-restore-data):
20698 Don't update the data if OLD-INFO is nil.
20699
20700 * view.el (view-return-to-alist): Mark it permanent local.
20701
20702 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
20703
20704 * recentf.el (recentf-save-list): Catch and warn about errors.
20705
20706 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
20707 so "Buffers" won't be pure.
20708
20709 * help-mode.el (help-mode-finish): Set help-return-alist first
20710 thing, setting only the entry for the selected window.
20711
20712 * help-fns.el (describe-function-1): If many non-control non-meta
20713 keys run the command, don't list all of them.
20714
20715 2004-04-20 Juanma Barranquero <lektu@terra.es>
20716
20717 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
20718 arg. Copied from Andre Spiegel's patch of 2004-03-21.
20719
20720 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
20721
20722 2004-04-20 Kenichi Handa <handa@m17n.org>
20723
20724 * international/quail.el (quail-lookup-key): New optional arg
20725 NOT-RESET-INDICES.
20726 (quail-get-translations): Call quail-lookup-key with
20727 NOT-RESET-INDICES t.
20728 (quail-completion): Likewise.
20729 (quail-lookup-map-and-concat): Likewise.
20730
20731 2004-04-20 Kenichi Handa <handa@m17n.org>
20732
20733 * international/quail.el (quail-update-translation): Don't insert
20734 such an unsupported multibyte char in a unibyte buffer.
20735
20736 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
20737
20738 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
20739 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
20740 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
20741 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
20742 (gdb-frame-assembler-buffer): Improve behavior with
20743 multiple frames.
20744 (gdb-display-buffer): Extend search to all visible frames.
20745
20746 2004-04-19 Eli Zaretskii <eliz@gnu.org>
20747
20748 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
20749 characters left after base64 decoding.
20750 (rmail-decode-region): Use -dos variety of `coding', to remove any
20751 ^M characters left after qp or base64 decoding.
20752
20753 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20754
20755 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
20756 messages.
20757
20758 2004-04-19 Stephen Eglen <stephen@gnu.org>
20759
20760 * add-log.el (add-change-log-entry): Update doc string to mention
20761 add-log-full-name and add-log-mailing-address.
20762
20763 2004-04-18 Juri Linkov <juri@jurta.org>
20764
20765 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
20766 (Info-find-node-2): Simplify error message.
20767 (Info-insert-dir): Use Info-following-node-name.
20768 (Info-goto-node): Remove *info-history* and *info-toc*.
20769 (Info-history): Create a node of the virtual history file.
20770 (Info-toc): Create a node of the virtual toc file.
20771 (Info-insert-toc): New arg `curr-file' for reference file names.
20772 (info-apropos): Remove redundant var binding for temp-file.
20773 (Info-index, Info-index-next, Info-mode): Doc fix.
20774 (Info-goto-emacs-command-node): Don't jump to *info* from
20775 non-*info* Info buffers.
20776 (Info-fontify-node): Don't show the file name of external
20777 references if `Info-hide-note-references' is `hide'. Don't hide
20778 newlines at the end of paragraphs.
20779
20780 * international/mule-diag.el (list-input-methods):
20781 Fix args to help-xref-button.
20782
20783 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
20784 to put into effect local variables from TUTORIAL files.
20785
20786 * textmodes/paragraphs.el (sentence-end) <function>: New fun
20787 with default value taken from the variable `sentence-end'.
20788 (sentence-end) <defcustom>: Set default to nil. Doc fix.
20789 Add nil const to :type.
20790 (sentence-end-without-period, sentence-end-double-space)
20791 (sentence-end-without-space): Doc fix.
20792
20793 * textmodes/paragraphs.el (forward-sentence):
20794 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
20795 (fill-delete-newlines):
20796 * progmodes/cc-cmds.el (c-beginning-of-statement):
20797 Use function `sentence-end' instead of variable `sentence-end'.
20798
20799 2004-04-18 Andreas Schwab <schwab@suse.de>
20800
20801 * progmodes/compile.el (compilation-start): Set window start to
20802 point-min if compilation-scroll-output is nil.
20803
20804 2004-04-18 John Wiegley <johnw@newartisans.com>
20805
20806 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
20807
20808 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
20809
20810 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
20811 (gdb-info-breakpoints-custom): Revert previous change.
20812 (gdb-view-assembler): Update assembler if necessary.
20813 (gdb-frame-handler): Parse correctly for gdb-current-frame.
20814 (gdb-display-source-buffer): Update properly when both source and
20815 assembler are visible.
20816
20817 2004-04-17 John Wiegley <johnw@newartisans.com>
20818
20819 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
20820 which limits the number of names shown in the minibuffer. Off by
20821 default.
20822 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
20823 up iswitchb for users with a multitude of open buffers by showing
20824 only the first and last N/2 buffers in the completion list (which
20825 is enough to aid C-s/C-r, and to know that more characters are
20826 needed to refine the completion list).
20827
20828 2004-04-17 Richard M. Stallman <rms@gnu.org>
20829
20830 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
20831 (file-truename): Expand all ~ constructs directly.
20832 (insert-directory): Delete any error msg output by the
20833 `insert-directory-program'.
20834
20835 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
20836 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
20837 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
20838 (allout-init): Use find-file-hook, not find-file-hooks.
20839 (allout-mode): Eliminate Emacs 18 support.
20840 Use write-contents-functions, not local-write-file-hooks.
20841
20842 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
20843
20844 * progmodes/compile.el (compilation-error-properties): Fix for
20845 adding messages when there are already markers for their file.
20846 (compilation-fake-loc): New function.
20847
20848 2004-04-16 Dave Love <fx@gnu.org>
20849
20850 * progmodes/python.el (python-compilation-line-number): Fix
20851 braindamage.
20852 (python-load-file): Fix python-orig-start setting.
20853
20854 * progmodes/compile.el: Doc fixes.
20855 (compilation-error-regexp-alist-alist)
20856 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
20857 (compilation-assq): Wrap in eval-when-compile.
20858 (compilation-mode-font-lock-keywords): Don't use list*.
20859 (compilation-start): Avoid warning.
20860 (compilation-compat-error-properties)
20861 (compilation-directory-properties): Add keymap property.
20862 (compilation-parsing-end): Make it a marker for better compatibility.
20863
20864 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
20865
20866 2004-04-16 Mark A. Hershberger <mah@everybody.org>
20867
20868 * xml.el: Doc fixes.
20869 (xml-get-children): Only looks at sub-tags and ignore strings.
20870
20871 * xml.el (xml-parse-tag): Avoid overwriting node-name.
20872
20873 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20874
20875 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
20876
20877 2004-04-16 Andre Spiegel <spiegel@gnu.org>
20878
20879 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
20880
20881 * vc.el (vc-print-log): Likewise.
20882
20883 2004-04-16 Masatake YAMATO <jet@gyve.org>
20884
20885 * simple.el (completion-setup-function): Set an initial value to
20886 `element-common-end' before entering loop. Set a value to
20887 `element-common-end' at the end of loop. The bug is reported by
20888 Juri Linkov <juri@jurta.org> in emacs-devel list.
20889 (completions-common-part): Rename from completion-de-emphasis.
20890 (completions-first-difference): Rename from completion-emphasis.
20891 Suggested by RMS.
20892
20893 2004-04-16 Juanma Barranquero <lektu@terra.es>
20894
20895 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
20896 (bookmark-edit-annotation-mode): Add mode name.
20897
20898 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20899
20900 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
20901 for nested conflict markers.
20902 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
20903
20904 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
20905
20906 * progmodes/gdb-ui.el (gdb-goto-info): New function.
20907
20908 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
20909
20910 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20911
20912 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
20913 Give a backtrace if requested.
20914
20915 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
20916
20917 * progmodes/python.el (python-mouse-2-command, python-RET-command):
20918 Remove unused functions.
20919 (python-orig-start-line, python-orig-file): Remove.
20920 (python-orig-start): New var.
20921 (python-input-filter, python-compilation-line-number)
20922 (python-send-region, python-load-file): Use it.
20923
20924 * info.el (info): Always jump to *info*.
20925
20926 * subr.el (posn-set-point): New function.
20927
20928 * mouse.el (mouse-set-point): Use it.
20929
20930 * progmodes/compile.el (compile-goto-error): Use it.
20931 (compilation-button-map): New keymap.
20932 (compilation-error-properties): Use it.
20933 (compilation-shell-minor-mode-map): Don't bind mouse-2.
20934
20935 * smerge-mode.el (smerge-popup-context-menu): Use it.
20936
20937 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
20938 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
20939 mouse and non-mouse case.
20940
20941 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
20942 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
20943
20944 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
20945 Make it work for non-mouse events.
20946
20947 * pcvs-info.el (cvs-status-map): Update binding name.
20948
20949 2004-04-14 Mark A. Hershberger <mah@everybody.org>
20950
20951 * xml.el (xml-maybe-do-ns): New function to handle namespace
20952 parsing of both attribute and element names.
20953 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
20954 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
20955 (xml-parse-tag): Update assumed namespaces. Clean up namespace
20956 parsing.
20957 (xml-parse-attlist): Make it do its own namespace parsing.
20958
20959 2004-04-14 Dave Love <fx@gnu.org>
20960
20961 * progmodes/python.el (run-python): Fix use of \n.
20962 (python-load-file): Remove `try' from Python fragment.
20963 (python-describe-symbol): Fix message.
20964
20965 * comint.el: Doc fixes.
20966 (comint-last-input-start, comint-last-input-end)
20967 (comint-last-output-start): Give them values.
20968 (comint-arguments): Avoid warning.
20969 (comint-skip-prompt): Use line-end-position.
20970 (comint-backward-matching-input): Rename arg to agree with doc.
20971 (comint-extract-string): Use syntax-ppss.
20972 (comint-dynamic-simple-complete): Delete useless list construction.
20973 (comint-redirect-subvert-readonly): New.
20974 (comint-redirect-preoutput-filter): Use it.
20975
20976 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20977 Correctly handle negative arguments when calling hook functions.
20978
20979 2004-04-14 Jesper Harder <harder@ifa.au.dk>
20980
20981 * info.el (info-apropos): Don't clobber Info-history-list.
20982
20983 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
20984
20985 * progmodes/compile.el (compilation-setup):
20986 Localize overlay-arrow-position.
20987 (compilation-sentinel): Restructure code equivalently.
20988 (compilation-next-error): Find message on same line after point if
20989 not found before point.
20990 (compile-mouse-goto-error): Restore function so that compilation
20991 buffer need not be current and use compile-goto-error.
20992 (compile-goto-error): Restore function.
20993 (next-error): Set overlay-arrow-position.
20994 (compilation-forget-errors): Don't localize already local
20995 compilation-locs and remove FIXME about refontifying.
20996
20997 2004-04-14 Kim F. Storm <storm@cua.dk>
20998
20999 * startup.el (emacs-quick-startup): New defvar (set by -Q).
21000 (command-line): New option -Q. Like -q --no-site-file, but in
21001 addition it also disables menu-bar, tool-bar, scroll-bars,
21002 tool-tips, and the blinking cursor.
21003 (command-line-1): Skip startup screen if -Q.
21004 (fancy-splash-head): Use ":align-to center" prop to center splash
21005 image.
21006
21007 * emulation/cua-base.el (cua-read-only-cursor-color)
21008 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
21009
21010 2004-04-13 Dave Love <fx@gnu.org>
21011
21012 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
21013 (syntax): Don't require.
21014 (python) <defgroup>: Add :version.
21015 (python-quote-syntax): Re-written.
21016 (inferior-python-mode): Move stuff here from run-python and add
21017 some more.
21018 (python-preoutput-continuation, python-preoutput-result)
21019 (python-dotty-syntax-table): New.
21020 (python-describe-symbol): Use them.
21021 (run-python): Move stuff to inferior-python-mode. Modify code
21022 loaded into Python.
21023 (python-send-region): Use python-proc, python-send-string.
21024 (python-send-string): Send newlines too. Callers changed.
21025 (python-load-file): Re-written.
21026 (python-eldoc-function): New.
21027 (info-look): Don't require.
21028 (python-after-info-look): New. A modified version of former
21029 top-level code for use with eval-after-load.
21030 (python-maybe-jython, python-guess-indent): Use widened buffer.
21031 (python-fill-paragraph): Re-written.
21032 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
21033 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
21034
21035 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
21036
21037 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
21038 Set compilation-error-regexp-alist earlier.
21039
21040 * progmodes/compile.el (compilation-minor-mode-map)
21041 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
21042 (compile-goto-error): Re-merge the mouse and non-mouse commands.
21043
21044 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
21045
21046 * progmodes/compile.el (compile-goto-error): Select the buffer/window
21047 corresponding to the event.
21048
21049 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
21050
21051 * loadup.el: Add cygwin to system-type list, for unexec() support.
21052
21053 2004-04-12 John Paul Wallington <jpw@gnu.org>
21054
21055 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
21056 (ibuffer-restore-window-config-on-quit): New variable to replace
21057 `ibuffer-delete-window-on-quit'. Update all references.
21058 (ibuffer-prev-window-config): New variable.
21059 (ibuffer-quit): Restore previous window configuration instead of
21060 deleting window.
21061 (ibuffer): Save window configuration before showing Ibuffer buffer.
21062
21063 * help.el (describe-mode): Doc fix.
21064
21065 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
21066
21067 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
21068 not to treat nil as a function.
21069
21070 * vc-arch.el (vc-arch-root): Be a bit more careful.
21071 (vc-arch-register): Save the buffer if we modified it.
21072 (vc-arch-delete-rej-if-obsolete): Save excursion.
21073 (vc-arch-find-file-hook): Use the simpler after-save-hook.
21074 (vc-arch-responsible-p, vc-arch-init-version): New functions.
21075
21076 * net/ldap.el (ldap-search): Use list*.
21077
21078 2004-04-12 Juri Linkov <juri@jurta.org>
21079
21080 * info.el (Info-follow-reference): Allow multiline reference name.
21081
21082 2004-04-11 Dave Love <fx@gnu.org>
21083
21084 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
21085
21086 * progmodes/python.el: New file.
21087
21088 2004-04-11 Andre Spiegel <spiegel@gnu.org>
21089
21090 * vc-hooks.el (vc-arg-list): Function removed.
21091 (vc-default-workfile-unchanged-p): Use condition-case to check for
21092 backward compatibility.
21093
21094 * vc.el (vc-print-log): Use condition-case to check for backward
21095 compatibility.
21096
21097 2004-04-11 Juri Linkov <juri@jurta.org>
21098
21099 * dired.el (dired-faces): New defgroup.
21100 (dired-header, dired-mark, dired-marked, dired-flagged)
21101 (dired-warning, dired-directory, dired-symlink, dired-ignored):
21102 New faces.
21103 (dired-header-face, dired-mark-face, dired-marked-face)
21104 (dired-flagged-face, dired-warning-face, dired-directory-face)
21105 (dired-symlink-face, dired-ignored-face): New face variables.
21106 (dired-font-lock-keywords): Use them instead of font-lock faces.
21107 Split the rule for dired marks into 3 separate rules: for marks,
21108 marked file names and flagged file names.
21109
21110 * help-mode.el (help-make-xrefs): Add a final newline to the
21111 *Help* buffer.
21112
21113 2004-04-11 John Paul Wallington <jpw@gnu.org>
21114
21115 * replace.el (occur-engine): Distinguish between one and several
21116 matches in the matches per buffer heading.
21117
21118 2004-04-11 Kim F. Storm <storm@cua.dk>
21119
21120 * ido.el (ido-confirm-unique-completion): New defcustom.
21121 (ido-complete): Use it.
21122 (ido-write-file): Set it to t unconditionally.
21123
21124 2004-04-10 Miles Bader <miles@gnu.org>
21125
21126 RCS keyword removal (only non-comment changes are enumerated here):
21127
21128 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
21129 (byte-compile-insert-header): Don't use `byte-compile-version'.
21130 * forms.el (forms-version): Variable removed.
21131 (forms-mode): Don't use `forms-version'.
21132 * recentf.el (recentf-version): Variable removed.
21133 * progmodes/delphi.el (delphi-version): Variable removed.
21134 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
21135
21136 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21137
21138 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
21139
21140 2004-04-09 Jesper Harder <harder@ifa.au.dk>
21141
21142 * info.el (info-apropos): Improve menu item regexp.
21143
21144 2004-04-09 Simon Josefsson <jas@extundo.com>
21145
21146 * mail/smtpmail.el: Add comment, based on report by
21147 kdc@rcn.com (Kevin D. Clark).
21148
21149 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21150
21151 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21152 Redo one more thing that I didn't notice Daniel had undone.
21153
21154 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
21155
21156 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
21157 (gdb-goto-breakpoint, gdb-display-buffer)
21158 (gdb-display-source-buffer, gdb-view-source-function)
21159 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
21160 (gdb-source-info, gdb-frame-handler): Don't specify a window
21161 for display.
21162 (gdb-info-breakpoints-custom): Remove superfluous update of
21163 assembler buffer.
21164 (gdb-many-windows): Make settable outside gdb.
21165
21166 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
21167
21168 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
21169 Derive from fundamental-mode rather than text-mode.
21170
21171 2004-04-08 Juri Linkov <juri@jurta.org>
21172
21173 * info.el (Info-history): Doc fix.
21174 (Info-history-list): New var.
21175 (info-xref): Change magenta4 to blue, remove bold for dark and
21176 light backgrounds, change bold to underline for non-color classes.
21177 (info-xref-visited): New face.
21178 (Info-fontify-visited-nodes): New custom.
21179 (Info-hide-note-references): Add new value `hide'. Doc fix.
21180 (Info-reference-name): New var.
21181 (Info-selection-hook): New custom.
21182 (Info-edit-mode-hook): New var.
21183 (Info-find-file): New fun.
21184 (Info-find-node): Move part of code to Info-find-file.
21185 (Info-find-node-2): Add anchors to Info-history-list. Move point
21186 to the place with the reference name if name is defined.
21187 (Info-select-node): Add current node to Info-history-list.
21188 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
21189 (Info-search-whitespace-regexp): New custom.
21190 (Info-search-case-fold): New var.
21191 (Info-search): Add "case-sensitively" to the prompt.
21192 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
21193 (Info-search-case-sensitively, Info-search-next): New fun.
21194 (Info-up): Move point to the menu item of the current node.
21195 (Info-history): New fun. Add *info-history* to
21196 same-window-buffer-names.
21197 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
21198 (Info-insert-toc): New fun.
21199 (Info-build-toc): New fun.
21200 (Info-follow-reference): Add new arg `fork'. Doc fix.
21201 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
21202 with the same name prefer the reference closest to point.
21203 (Info-next-reference): Replace * by + in the *Note regexp.
21204 Add regexp for http:// and ftp://. Skip the *Note prefix.
21205 (Info-prev-reference): Replace * by + in the *Note regexp.
21206 Add regexp for http:// and ftp://. Skip the *Note prefix.
21207 (Info-follow-nearest-node): Add new arg `fork'.
21208 (Info-try-follow-nearest-node): Add new arg `fork'.
21209 Call browse-url for http:// and ftp:// references.
21210 Set Info-reference-name for index entries.
21211 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
21212 Info-search-next, Info-history, Info-toc, clone-buffer.
21213 (Info-menu-update): Replace * by + in the *Note regexp.
21214 (Info-mode): Add documentation for Info-history, Info-toc,
21215 Info-search-case-sensitively, Info-search-next, clone-buffer.
21216 (Info-fontify-menu-headers): Remove fun. Move code to
21217 Info-fontify-node.
21218 (Info-fontify-node): Add docstring. Add local vars
21219 fontify-visited-p and not-fontified-p. If not-fontified-p is t
21220 then fontify header line, titles, menu headers, http and ftp
21221 references, refill paragraphs. If not-fontified-p is t or
21222 fontify-visited-p is t then fontify cross references, menu items.
21223 Fontify menu headers. Fontify http and ftp references.
21224 Change regexp for cross references to require whitespace after *Note,
21225 add matching groups for file and node names. Remove hack for quote.
21226 Use display property for Info-hide-note-references=t. Use fifth
21227 or fourth match for help-echo. Display visited nodes in a
21228 different face. Unhide file names of external references.
21229 Unhide newlines. Display visited menu items in a different face.
21230
21231 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
21232
21233 * progmodes/compile.el: Require CL.
21234 (compilation-mode-font-lock-keywords): Re-install the "line as
21235 function" patch.
21236
21237 * help-fns.el (help-C-source-directory): New var.
21238 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
21239 (describe-function-1, describe-variable): Use them.
21240
21241 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
21242 to C source files specially.
21243
21244 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
21245
21246 * info.el (Info-hide-cookies-node): New function.
21247 (Info-select-node): Use it.
21248 (Info-display-images-node): Remove message with image file name.
21249
21250 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
21251
21252 * progmodes/compile.el (compilation-warning-face)
21253 (compilation-info-face, compilation-skip-threshold)
21254 (compilation-skip-visited, compilation-context-lines):
21255 Declare :version when added to Emacs.
21256 (compilation-error-regexp-alist-alist): Extend caml and irix.
21257 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
21258 (compilation-mode-font-lock-keywords): Temporarily undo line as
21259 function patch, which wasn't ready.
21260
21261 2004-04-07 Kenichi Handa <handa@m17n.org>
21262
21263 * international/latin1-disp.el (latin1-display-setup): Check each
21264 character is displayable or not instead of calling
21265 latin1-display-check-font.
21266
21267 2004-04-06 Kenichi Handa <handa@m17n.org>
21268
21269 * language/ethio-util.el (ethio-sera-being-called-by-w3):
21270 New variable.
21271 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
21272 instead of sera-being-called-by-w3.
21273 (ethio-fidel-to-sera-buffer): Likewise.
21274 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
21275 instead of sera-being-called-by-w3.
21276 (ethio-write-file): Likewise.
21277
21278 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21279
21280 * printing.el: Doc fix.
21281
21282 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
21283
21284 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
21285 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
21286 (gdb-setup-windows): Only use separate IO buffer if required.
21287
21288 2004-04-06 Kim F. Storm <storm@cua.dk>
21289
21290 * term.el (term-is-xemacs): Remove.
21291 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
21292 (term-window-width): New function.
21293 (term-mode, term-check-size): Use it.
21294 (term-mode): Disable overflow-newline-into-fringe in term buffer.
21295
21296 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
21297
21298 * cus-edit.el (custom-add-parent-links): Change unbound variable
21299 `symbol' to `name'.
21300
21301 2004-04-05 Jesper Harder <harder@ifa.au.dk>
21302 * info.el (info-apropos): New function.
21303 (Info-mode-menu): Add it.
21304 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
21305
21306 * help-mode.el (help-make-xrefs): Recognize aliased variable with
21307 inherited docstring.
21308
21309 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
21310
21311 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
21312
21313 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
21314
21315 * progmodes/compile.el (font-lock): Don't require any more.
21316 (compilation-error-properties, compilation-start, compilation-sentinel)
21317 (compilation-filter, next-error): Use with-current-buffer.
21318 (compilation-skip-to-next-location, compilation-skip-threshold)
21319 (compilation-skip-visited): Move to silence the byte-compiler.
21320 (compilation-setup): Simplify.
21321 (compilation-next-error): Use line-(beginning|end)-position.
21322 Make sure `pt' is non-nil before using compilation-loop.
21323 (compile-goto-error): Add optional event arg. Use it.
21324 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
21325 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
21326 Update the binding for mouse-2.
21327 (first-error): Set compilation-current-error to nil rather than bob.
21328 (compilation-parsing-end, compilation-parse-errors-function)
21329 (compilation-error-list, compilation-old-error-list):
21330 "New" compatibility variables.
21331 (compile-buffer-substring, compilation-compat-error-properties)
21332 (compilation-compat-parse-errors, compilation-forget-errors):
21333 New compatibility functions.
21334 (compilation-mode-font-lock-keywords): Use them.
21335
21336 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
21337
21338 * autorevert.el (auto-revert-handler): If point (or a window
21339 point) is at the end of the buffer, keep it there after
21340 reverting. This allows to tail a file.
21341 Mention this in the `Commentary'.
21342
21343 * format.el (format-write-file): Add optional argument CONFIRM
21344 and make it behave like the analogous argument to `write-file'.
21345
21346 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21347
21348 * progmodes/ebnf2ps.el: Doc fix.
21349 (ebnf-version): New version number (4.2).
21350 (ebnf-syntax): Customization and docstring fix.
21351 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
21352 Put autoloaded funs before first use.
21353 (ebnf-style-database): Add dtd entry.
21354 (ebnf-syntax-alist): Add dtd initialization.
21355 (ebnf-token-sequence): New fun.
21356 (ebnf-comment-table): Add new comment action character.
21357 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
21358
21359 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
21360 Type Definition for XML).
21361
21362 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
21363 * progmodes/ebnf-bnf.el (ebnf-sequence):
21364 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
21365 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
21366 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
21367 Code simplification: call ebnf-token-sequence.
21368
21369 2004-04-04 Eli Zaretskii <eliz@gnu.org>
21370
21371 * calendar/timeclock.el (timeclock-relative)
21372 (timeclock-get-project-function, timeclock-get-workday-function)
21373 (timeclock-query-out, timeclock-when-to-leave)
21374 (timeclock-when-to-leave-string, timeclock-log-data)
21375 (timeclock-generate-report, timeclock-in): Doc fixes.
21376
21377 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21378
21379 * url/: New dir. Import the URL package from its repository.
21380
21381 2004-04-03 Andreas Schwab <schwab@suse.de>
21382
21383 * diff-mode.el (diff-mode): Fix missing quote.
21384
21385 2004-04-03 Juri Linkov <juri@jurta.org>
21386
21387 * descr-text.el (describe-property-list): Add `font-lock-face'.
21388
21389 * dired.el (dired-font-lock-keywords): Fix permission regexps.
21390
21391 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21392
21393 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
21394 Use utf-16le on little endian machines and utf-16be otherwise.
21395
21396 2004-04-02 David Kastrup <dak@gnu.org>
21397
21398 * net/browse-url.el (browse-url-generic): Use call-process
21399 instead of start-process to allow browsers that fork and detach.
21400
21401 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
21402
21403 * compile.el (compilation-current-error): New var.
21404 (compilation-setup, compile-mouse-goto-error)
21405 (compile-goto-error, next-error): Use it.
21406 (compilation-skip-to-next-location): Default to t, which gives
21407 contiguous skipping like old compile (where this was redundant).
21408 (compilation-next-error): Prevent previous-* commands from moving
21409 back to message at or just before point.
21410
21411 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
21412
21413 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
21414 (gdb-source-info): Don't display source at startup, if required.
21415 (gdb-show-main): New option.
21416 (gdba): Update documentation.
21417 (gdb-source): Cover case of auto-display output.
21418
21419 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
21420
21421 * autorevert.el: Delete obsolete autoloads and defvars.
21422 (auto-revert-check-vc-info): New user option.
21423 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21424 (auto-revert-handler-vc): Delete.
21425 (auto-revert-handler): Treat return value `fast' of
21426 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
21427
21428 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
21429 return `fast'.
21430
21431 * files.el (buffer-stale-function): Doc change.
21432
21433 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21434
21435 * printing.el: New tip on Tips section.
21436 (pr-version): New version number (6.7.4).
21437 (pr-shell-file-name): Initialization fix.
21438
21439 2004-03-31 Juri Linkov <juri@jurta.org>
21440
21441 * dired.el: Add autoload for `dired-do-touch'.
21442 (dired-touch-program): New var.
21443 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
21444 (dired-no-confirm): Add `touch' to docstring.
21445
21446 * dired-aux.el (dired-do-touch): New fun.
21447 (dired-do-chxxx): Add argument -t for touch operation.
21448
21449 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
21450 `dired-move-to-filename-regexp'.
21451
21452 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
21453
21454 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
21455
21456 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21457
21458 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
21459 and only if the buffer was modified.
21460
21461 2004-03-30 Kenichi Handa <handa@m17n.org>
21462
21463 * international/characters.el: Delete pairs for U+2308..U+230B.
21464
21465 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
21466
21467 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
21468 to detect the beginning of a level 2 or 3 annotation.
21469
21470 2004-03-29 Kenichi Handa <handa@m17n.org>
21471
21472 * international/ucs-tables.el (ucs-insert): Fix the error message.
21473
21474 2004-03-29 Kenichi Handa <handa@m17n.org>
21475
21476 * international/mule-util.el (char-displayable-p): Fix generation
21477 of XLFD file name.
21478
21479 * Makefile.in (setwins, setwins_almost): Change directory to $wd
21480 before finding directories by `find'.
21481
21482 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21483
21484 * subr.el (interactive-form): Delete. Now implemented in C.
21485
21486 * pcvs.el (cvs-parse-process): Workaround for Darwin.
21487
21488 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
21489 (vc-diff-label): New fun.
21490 (vc-diff-internal): Use it.
21491
21492 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
21493
21494 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21495
21496 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
21497
21498 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
21499 specify XML (EBNFX).
21500
21501 * progmodes/ebnf2ps.el: Doc fix.
21502 (ebnf-version): New version number (4.1).
21503 (ebnf-syntax): Adjust customization.
21504 (ebnf-style-database): Add ebnfx entry.
21505 (ebnf-syntax-alist): Add ebnfx initialization.
21506 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
21507
21508 * printing.el: Doc fix.
21509 (pr-version): New version number (6.7.3).
21510 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
21511 returns nil for mouse position. Reported by Drew Adams
21512 <drew.adams@oracle.com>.
21513 (pr-update-menus): Modify interactive declaration. Reported by Drew
21514 Adams <drew.adams@oracle.com>.
21515
21516 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
21517
21518 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
21519 (gud-gdba-marker-filter): Log the process input and output, if
21520 required. From Stefan Monnier.
21521 (gdb-debug-log, gdb-enable-debug-log): New variables.
21522 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
21523
21524 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21525
21526 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
21527 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
21528
21529 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
21530
21531 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
21532 Call vc-find-file-hook here instead of in auto-revert-buffers.
21533 (auto-revert-buffers): Delete call to vc-find-file-hook.
21534 (auto-revert-verbose, global-auto-revert-non-file-buffers)
21535 (global-auto-revert-mode, auto-revert-set-timer)
21536 (auto-revert-handler, auto-revert-buffers): Doc fixes.
21537
21538 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
21539
21540 * woman.el (woman-change-fonts): Rename local variable
21541 woman-font-alist to font-alist to avoid a compiler warning.
21542
21543 2004-03-27 Dave Love <fx@gnu.org>
21544
21545 * emacs-lisp/rx.el (rx): Doc fix.
21546 Fix copyright years.
21547
21548 * strokes.el (strokes-global-set-stroke-string): New function.
21549 (strokes-list-strokes): Cope with strings, not just commands.
21550 Set foreground color of image.
21551 (strokes-global-set-stroke): Doc fix.
21552
21553 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
21554
21555 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
21556 Auto Revert mode.
21557 (Buffer-menu-files-only): New variable.
21558 (Buffer-menu-toggle-files-only): New function.
21559 (Buffer-menu-mode-map): Bind it to `T'.
21560 (Buffer-menu-mode): Mention `T' in docstring.
21561 Set buffer-stale-function.
21562 (list-buffers-noselect): Mark buffer non-modified and set
21563 Buffer-menu-files-only.
21564
21565 * dired.el (buffer-stale-function): Remove no longer needed defvar.
21566
21567 * autorevert.el (auto-revert-handler): Print revert message
21568 before, rather than after, reverting.
21569 (buffer-stale-function): Move to files.el.
21570
21571 * files.el (buffer-stale-function): Move here from autorevert.el.
21572
21573 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
21574
21575 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
21576
21577 * calc/calc.el (calc-mode-map): Use mapc.
21578
21579 * apropos.el (apropos-mode): Don't autoload.
21580 (apropos-symbols-internal): New fun. Extracted from `apropos'.
21581 (apropos): Use it.
21582 (apropos-print): Add optional `text' argument.
21583 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
21584 Don't assume point-min == 1.
21585
21586 * bs.el (bs-buffer-list): Use buffer-local-value.
21587 (bs--set-toggle-to-show): Use with-current-buffer.
21588
21589 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
21590 New funs.
21591 (list-buffers-noselect): Use them. Adjust :align-to to new style.
21592
21593 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
21594
21595 * dabbrev.el (dabbrev-expand): Fix regexp construction.
21596 (dabbrev--find-expansion): Use pop.
21597 (dabbrev--search): Use match-string-no-properties.
21598
21599 * dired.el (dired-mode): Use run-mode-hooks.
21600 (dired-move-to-end-of-filename): Use match-string.
21601
21602 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
21603 is bound before using it.
21604 (ediff-verbose-p): Make it into a var since it's not constant.
21605
21606 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
21607
21608 * faces.el (read-face-font): Don't cons up unnecessarily.
21609 (header-line, tool-bar): Share common parts.
21610
21611 * files.el (file-relative-name): Use compare-strings.
21612
21613 * finder.el (finder-mode): Follow coding convention.
21614
21615 * subr.el (read-number): New function.
21616
21617 * ses.el (ses-read-number): Move to subr.el.
21618 (ses-set-header-row): Use read-number.
21619
21620 2004-03-26 Andre Spiegel <spiegel@gnu.org>
21621
21622 * vc-hooks.el (vc-arg-list): New function, which handles both
21623 compiled and uncompiled code.
21624 (vc-default-workfile-unchanged-p): Use it.
21625
21626 * vc.el (vc-print-log): Undo prev change, use new function
21627 vc-arg-list from vc-hooks.el.
21628
21629 2004-03-26 Masatake YAMATO <jet@gyve.org>
21630
21631 * simple.el (completion-setup-function): Emphasize the
21632 first uncommon characters in the completions; and de-emphasize
21633 the common prefix substrings.
21634 (completion-emphasis): New face.
21635 (completion-de-emphasis): New face.
21636
21637 2004-03-25 Juanma Barranquero <lektu@terra.es>
21638
21639 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
21640 Comment out (it's unused and unfinished code).
21641
21642 2004-03-25 Sam Steingold <sds@gnu.org>
21643
21644 * vc.el (vc-print-log): Fix a bug in the last patch:
21645 backend-function may be a byte-compiled object, not a lambda.
21646
21647 2004-03-25 Juri Linkov <juri@jurta.org>
21648
21649 * descr-text.el (describe-property-list): Add a button
21650 for `face' property that calls `describe-face'.
21651 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
21652
21653 * international/mule.el (keyboard-coding-system):
21654 * kmacro.el (kmacro-call-macro): Fix docstring.
21655
21656 * dired.el: Fix comments.
21657
21658 * textmodes/fill.el (fill): Fix Info link.
21659
21660 * font-lock.el (fast-lock, lazy-lock):
21661 * jit-lock.el (jit-lock): Remove links to removed Support Modes
21662 Info node.
21663
21664 * eshell/eshell.el (eshell): Fix broken info-link.
21665
21666 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
21667 * eshell/em-banner.el (eshell-banner):
21668 * eshell/em-smart.el (eshell-smart):
21669 * eshell/esh-cmd.el (eshell-cmd):
21670 Comment out broken info-links to incomplete Info manual.
21671
21672 * info-xref.el: Fix commentary.
21673
21674 2004-03-25 Kevin Ryde <user42@zip.com.au>
21675
21676 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
21677 Remove spurious node duplicate suppression, doesn't work, not wanted.
21678 (info-xref-output): Take format style args, add "sit-for 0" to let
21679 user see the results as they progress.
21680 (info-xref-check-all-custom): New function.
21681
21682 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
21683
21684 * gdb-ui.el: Moved to progmodes.
21685
21686 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21687
21688 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
21689
21690 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21691
21692 * calendar/appt.el (appt-check): Remove superfluous progn.
21693 When finished with diary buffer: if it was not being displayed
21694 before, kill it; otherwise restore its original state.
21695 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
21696
21697 * calendar/calendar.el (calendar-set-mode-line): Use total
21698 available mode-line width, rather than frame-width.
21699
21700 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
21701 after mode change so effect not lost.
21702
21703 2004-03-23 Dave Love <fx@gnu.org>
21704
21705 * dired.el (dired) <defgroup>: Add link to manual.
21706 (dired-font-lock-keywords): Add highlighting on unusual permissions.
21707 (dired-revert): Use dolist.
21708 (dired-mode-map): Add U binding.
21709 (dired-mode): Add font-lock-beginning-of-syntax-function.
21710 (dired-garbage-files-regexp): Make it a defcustom.
21711
21712 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
21713
21714 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
21715 is equivalent to nil.
21716 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
21717 (vc-arch-mode-line-string): Accept `added' state.
21718 (vc-arch-state): Use inode-sigs if available.
21719 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
21720 Copy&delete existing id file if any. Fallback if uuidgen is absent.
21721 (vc-arch-tagline-re): New var.
21722 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
21723 New functions.
21724 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
21725 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
21726
21727 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
21728 (vc-file-not-found-hook): Use it.
21729
21730 * diff-mode.el (diff-default-read-only): Change default.
21731 (diff-mode-hook): Make it a defcustom. Add some options.
21732 (diff-mode-map): Bind diff-refine-hook.
21733 (diff-yank-handler): New var.
21734 (diff-yank-function): New fun.
21735 (diff-font-lock-keywords): Use them.
21736 (diff-end-of-file): Handle case where file-header looks like diff text.
21737 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
21738 (diff-file-kill): Delete a subsequent empty line, if applicable.
21739 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
21740 (diff-find-file-name): Use it.
21741 (diff-tell-file-name): New command.
21742 (diff-mode): Be careful with view-mode.
21743 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
21744 New functions, for use in diff-mode-hook.
21745 (diff-find-source-location): Catch "regex too large" errors.
21746 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
21747 (diff-refine-hunk): New command.
21748
21749 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
21750 (smerge-context-menu-map): Remove unused var.
21751 (smerge-keep-all): Preserve markers.
21752 (smerge-keep-n): New fun.
21753 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21754 (smerge-keep-current, smerge-ediff): Use it.
21755 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
21756 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
21757 (smerge-resolve): Resolve trivial 3-part conflicts.
21758
21759 2004-03-23 Juri Linkov <juri@jurta.org>
21760
21761 * man.el (Man-width): New var.
21762 (Man-getpage-in-background): Use it.
21763 (Man-support-local-filenames): New var and fun.
21764 (Man-build-man-command): Don't add a second %s.
21765 (Man-fontify-manpage): Clean up message.
21766 (Man-mode): Set outline-regexp, outline-level,
21767 imenu-generic-expression.
21768
21769 * woman.el (woman-fill-frame): Doc fix.
21770 (woman-decode-region): Use window-width instead of frame-width.
21771
21772 * abbrevlist.el (list-one-abbrev-table):
21773 * descr-text.el (describe-char):
21774 * international/mule-diag.el (describe-current-coding-system):
21775 * international/quail.el (quail-insert-decode-map):
21776 Use window-width instead of frame-width.
21777
21778 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
21779 (jka-compr-mode-alist-additions): Add tbz.
21780 (jka-compr-write-region, jka-compr-insert-file-contents):
21781 Add message for undefined compress-program.
21782 (jka-compr-write-region): Remove redundant var bindings.
21783
21784 * dired-x.el (dired-guess-shell-alist-default): Add choices for
21785 extracting files into subdirectory. Add tbz and dz. Fix regexps.
21786 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
21787 (dired-man): Use dired-guess-shell-command.
21788 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
21789 Change default nil to t.
21790
21791 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
21792 (dired-compare-directories): Add default value for empty input.
21793
21794 * help-at-pt.el: Move suggestions for key bindings to Commentary.
21795
21796 * time.el (display-time-string-forms): Fix help-echo date format.
21797
21798 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
21799
21800 * autorevert.el (global-auto-revert-non-file-buffers): Expand
21801 docstring.
21802 (buffer-stale-function): New variable.
21803 (auto-revert-list-diff, auto-revert-dired-file-list)
21804 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
21805 (auto-revert-handler): Take over some functionality of deleted
21806 functions.
21807 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
21808
21809 * dired.el (dired-directory-changed-p): New fun, extracted from
21810 dired-internal-noselect.
21811 (dired-buffer-stale-p): New fun.
21812 (dired-internal-noselect): Use dired-directory-changed-p.
21813 Eliminate revert messages.
21814 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
21815
21816 2004-03-23 Kenichi Handa <handa@m17n.org>
21817
21818 * international/characters.el: Setup syntaxes for more parentheses
21819 Unicode characters.
21820
21821 * international/mule-cmds.el (select-safe-coding-system):
21822 Merge coding-system and auto-cs before comparing them.
21823
21824 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21825
21826 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
21827
21828 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21829 normal-auto-fill-function and comment-indent-function.
21830 The default values now work just as well.
21831 Don't set font-lock-beginning-of-syntax-function since we already set
21832 syntax-begin-function.
21833 (lisp-outline-level): Put ;;;###autoload at same level as (.
21834 (prin1-char): Quote special chars.
21835
21836 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
21837 than with-no-warnings.
21838
21839 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
21840 if the source location can't be found.
21841 (edebug-compute-previous-result): Use prin1-char.
21842
21843 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
21844 (debug-ignored-errors): Add an entry.
21845
21846 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
21847 (byte-compile-file): Output warning when deleting a file.
21848
21849 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
21850 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
21851
21852 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
21853 (byte-compile-inline-expand): Use backquote.
21854 (byte-optimize-pure-func): Rename from byte-optimize-concat.
21855 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
21856
21857 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
21858
21859 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
21860
21861 2004-03-22 Juri Linkov <juri@jurta.org>
21862
21863 * finder.el (finder-known-keywords): Fix data, tex, unix.
21864
21865 * play/landmark.el: Fix keywords.
21866
21867 * language/ethio-util.el (ethio-find-file): Doc fix.
21868
21869 * emacs-lisp/warnings.el: Doc fix.
21870
21871 * textmodes/ispell.el (ispell-help): Doc fix.
21872
21873 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
21874
21875 * format.el (format-insert-file): Always return a list of two
21876 elements, like insert-file-contents does.
21877
21878 2004-03-21 Andre Spiegel <spiegel@gnu.org>
21879
21880 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
21881 and vc-BACKEND-diff.
21882 (vc-print-log): If the print-log implementation supports it, use
21883 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
21884 (vc-version-diff, vc-diff-internal): Doc fixes.
21885
21886 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
21887 implementation supports it, let diff output go to *vc*,
21888 not *vc-diff*, since this is an internal call.
21889
21890 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
21891
21892 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
21893
21894 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
21895
21896 2004-03-21 Dave Love <fx@gnu.org>
21897
21898 * progmodes/cfengine.el (cfengine-mode):
21899 Set parse-sexp-ignore-comments.
21900
21901 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
21902
21903 2004-03-21 Juanma Barranquero <lektu@terra.es>
21904
21905 * allout.el (allout-mode): Fix docstring.
21906
21907 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
21908
21909 * files.el (insert-directory): Fix bug if SWITCHES is a list.
21910
21911 * autorevert.el (auto-revert-interval): Make new value take
21912 effect immediately when set through Custom.
21913 (auto-revert-set-timer): Add interactive declaration.
21914
21915 2004-03-19 David Ponce <david@dponce.com>
21916
21917 * ruler-mode.el (ruler-mode-header-line-format-old):
21918 Don't `make-variable-buffer-local'.
21919 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
21920 (ruler-mode-header-line-format): Simply funcall the above.
21921 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
21922 to save/restore a previous header line format.
21923 (ruler-mode-space): Don't depend on a numeric WIDTH value.
21924 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
21925 fringes and margins width.
21926 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
21927
21928 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21929
21930 * log-edit.el (log-edit-font-lock-keywords): Typo.
21931
21932 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
21933 (tex-send-tex-command): Rather than here.
21934 (tex-compilation-parse-errors): Simplify.
21935
21936 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
21937
21938 * time.el (display-time-string-forms): Add help-echo with date on time.
21939
21940 * composite.el (compose-region): Use restore-buffer-modified-p.
21941
21942 * disp-table.el (standard-display-8bit): Simplify.
21943
21944 * server.el (server-process-filter): Delete temp frame.
21945
21946 * add-log.el (add-change-log-entry): Simplify.
21947
21948 2004-03-19 Kim F. Storm <storm@cua.dk>
21949
21950 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
21951 (hexl-follow-line): Don't require 'fringe.
21952
21953 * progmodes/compile.el (compilation-start): Always set
21954 compilation-last-buffer and return it.
21955
21956 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
21957
21958 * simple.el (clone-buffer): Doc fix.
21959
21960 2004-03-18 Juanma Barranquero <lektu@terra.es>
21961
21962 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
21963
21964 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * log-edit.el (log-edit-font-lock-keywords): New var.
21967 (log-edit-mode): Use it.
21968
21969 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
21970
21971 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
21972 properly for watching in speedbar.
21973
21974 2004-03-17 Masatake YAMATO <jet@gyve.org>
21975
21976 * smerge-mode.el (smerge-popup-context-menu):
21977 Put `unwind-protect' around `overlay-put' and `popup-menu'.
21978
21979 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21980
21981 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
21982 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
21983 Take sealed revisions into account.
21984 (vc-arch-checkin): Extract a summary line from the message.
21985
21986 2004-03-16 Masatake YAMATO <jet@gyve.org>
21987
21988 * register.el (register): Provide `register' feature.
21989
21990 2004-03-15 Masatake YAMATO <jet@gyve.org>
21991
21992 Added context menu support in smerge mode.
21993 Most of the part is written by Stefan Monnier.
21994
21995 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
21996 New keymap and menu.
21997 (smerge-text-properties): New function.
21998 (smerge-remove-props): New function.
21999 (smerge-popup-context-menu): New function.
22000 (smerge-resolve): Call `smerge-remove-props'.
22001 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
22002 (smerge-keep-current): Ditto.
22003 (smerge-kill-current): New function.
22004 (smerge-match-conflict): Put text properties.
22005 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
22006
22007 2004-03-15 David Ponce <david@dponce.com>
22008
22009 * ruler-mode.el (ruler-mode-left-fringe-cols)
22010 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
22011 (ruler-mode-right-scroll-bar-cols): Remove.
22012 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
22013 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
22014 Use fringe-columns and scroll-bar-columns.
22015
22016 2004-03-15 Masatake YAMATO <jet@gyve.org>
22017
22018 * hl-line.el (hl-line-range-function): New variable.
22019 (hl-line-move): New function.
22020 (global-hl-line-highlight): Use `hl-line-move'.
22021 (hl-line-highlight): Ditto.
22022
22023 * scroll-bar.el (scroll-bar-columns):
22024 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
22025
22026 * ruler-mode.el (top-level): Require scroll-bar and fringe.
22027 (ruler-mode-left-fringe-cols)
22028 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
22029 (ruler-mode-right-scroll-bar-cols)
22030 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
22031 (ruler-mode-ruler-function): New variable.
22032 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
22033 if the value for `ruler-mode-ruler-function' is given.
22034
22035 * hexl.el (hexl-mode-hook): Make the hook customizable.
22036 (hexl-address-area, hexl-ascii-area): New customize variables.
22037 (hexlify-buffer): Put font-lock-faces on the address area and
22038 the ascii area.
22039 (hexl-activate-ruler): New function.
22040 (hexl-follow-line): New function.
22041 (hexl-highlight-line-range): New function.
22042 (hexl-mode-ruler): New function.
22043
22044 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22045
22046 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
22047 (vc-default-find-file-hook): New fun.
22048 (vc-find-file-hook): Call new find-file-hook operation.
22049
22050 * vc-arch.el: New file.
22051
22052 2004-03-12 Jesper Harder <harder@ifa.au.dk>
22053
22054 * info-look.el (info-lookup): Reuse an existing Info window.
22055
22056 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
22057
22058 * woman.el (woman-preserve-ascii): Default value changed to t and
22059 doc string revised.
22060
22061 2004-03-12 Richard M. Stallman <rms@gnu.org>
22062
22063 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
22064 Fix minor bug.
22065
22066 * replace.el (occur-engine): Change message for count of matches.
22067
22068 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
22069 For strings, do compare text properties.
22070
22071 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
22072
22073 * progmodes/compile.el (compile-auto-highlight)
22074 (compilation-error-list, compilation-old-error-list)
22075 (compilation-parse-errors-function, compilation-parsing-end)
22076 (compilation-error-message, compilation-directory-stack)
22077 (compilation-enter-directory-regexp-alist)
22078 (compilation-leave-directory-regexp-alist)
22079 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
22080 (compilation-current-file, compilation-regexps): Remove vars.
22081
22082 (compile-error-at-point, compilation-error-filedata)
22083 (compilation-error-filedata-file-name, compile-reinitialize-errors)
22084 (compilation-next-error-locus, compilation-forget-errors)
22085 (count-regexp-groupings, compilation-parse-errors)
22086 (compile-collect-regexps, compile-buffer-substring): Remove funs.
22087
22088 (compile-internal): Make obsolete.
22089
22090 (compilation-first-column, compilation-error)
22091 (compilation-directory-matcher, compilation-page-delimiter)
22092 (compilation-mode-font-lock-keywords, compilation-debug)
22093 (compilation-error-face, compilation-warning-face)
22094 (compilation-info-face, compilation-line-face)
22095 (compilation-column-face, compilation-enter-directory-face)
22096 (compilation-leave-directory-face, compilation-skip-threshold)
22097 (compilation-skip-visited, compilation-context-lines): New vars.
22098
22099 (compilation-warning-face, compilation-info-face)
22100 (compilation-message-face): New faces.
22101
22102 (compilation-error-regexp-alist-alist): New constant.
22103
22104 (compilation-face, compilation-directory-properties)
22105 (compilation-assq, compilation-error-properties, compilation-start)
22106 (define-compilation-mode, compilation-loop)
22107 (compilation-set-window): New functions.
22108
22109 (compile): Additional argument for interactive compiles like TeX.
22110
22111 * progmodes/grep.el (kill-grep): Move here from compile.el
22112 (grep-error, grep-hit-face, grep-error-face)
22113 (grep-mode-font-lock-keywords): New variables.
22114 (grep-regexp-alist): Simplify regexp and add `binary' case.
22115 (grep-mode): New mode.
22116 (grep-process-setup): Simplify.
22117
22118 2004-03-11 Jason Rumney <jasonr@gnu.org>
22119
22120 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
22121 letters on DOS/Windows.
22122
22123 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
22124
22125 * server.el (server-name): New var.
22126 (server-socket-dir): New var to replace server-socket-name.
22127 (server-start): Use them.
22128
22129 2004-03-11 Simon Josefsson <jas@extundo.com>
22130
22131 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
22132 died to avoid infloop. Reported by Jonathan Glauner
22133 <jglauner@sbum.org>.
22134
22135 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22136
22137 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
22138 (smerge-mode-menu): Use it to deactivate menu entries.
22139 (smerge-keep-current): New fun.
22140 (smerge-keep-current): Use it.
22141
22142 2004-03-10 John Paul Wallington <jpw@gnu.org>
22143
22144 * foldout.el (foldout-fold-list, foldout-modeline-string):
22145 Declare them as variables, not constants.
22146
22147 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22148
22149 * ps-print.el: Modification to print *Messages* buffer.
22150 (ps-print-version): New version 6.6.4.
22151 (ps-message-log-max): New fun.
22152 (ps-spool-without-faces, ps-spool-with-faces)
22153 (ps-count-lines-preprint): Code fix.
22154
22155 * printing.el: New tips in Tips section.
22156
22157 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22158
22159 * delim-col.el: Doc fix.
22160
22161 * printing.el: Doc fix. New doc section (Tips).
22162
22163 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
22164
22165 * type-break.el (type-break-emacs-variant): Remove.
22166 (type-break-run-at-time, type-break-cancel-function-timers):
22167 Use fboundp rather than version name and number.
22168
22169 2004-03-09 Masatake YAMATO <jet@gyve.org>
22170
22171 * hexl.el (hexl-mode): Use `make-local-variable' instead of
22172 `make-variable-buffer-local'.
22173
22174 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
22175
22176 * find-dired.el (find-dired): Call `shell-command' instead of
22177 `start-process-shell-command'. By this, Tramp takes over
22178 handling of remote directories.
22179
22180 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
22181
22182 * newcomment.el (comment-use-global-state): New var.
22183 (comment-search-forward): Use it.
22184
22185 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
22186
22187 * cus-edit.el (fill) <defgroup>: Move to fill.el.
22188
22189 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
22190 (enable-kinsoku): Make it a defcustom.
22191 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
22192 paragraph to same-comment-start-marker.
22193
22194 2004-03-07 Dave Love <fx@gnu.org>
22195
22196 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
22197 (browse-url-mail): Use it.
22198
22199 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
22200 (rfc2368-unhexify-string): Use replace-regexp-in-string.
22201
22202 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
22203
22204 * woman.el (woman-man.conf-path): Doc fix.
22205 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
22206
22207 2004-03-07 Eli Zaretskii <eliz@gnu.org>
22208
22209 * sort.el (sort-columns): Remove ms-dos from the list of systems
22210 where the external `sort' command is not used.
22211
22212 2004-03-07 Kim F. Storm <storm@cua.dk>
22213
22214 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
22215 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
22216 from overlay-arrow-variable-list.
22217 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
22218
22219 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
22220
22221 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
22222 overlay arrow string properly for the assembler buffer.
22223
22224 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
22225
22226 * mail/sendmail.el (mail-mode): Fix last change.
22227
22228 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
22229
22230 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
22231 for the assembler buffer.
22232 (gdb-assembler-custom): Position the overlay arrow.
22233 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
22234
22235 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
22236
22237 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
22238
22239 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
22240 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
22241
22242 * mail/sendmail.el (mail-mode): Set comment-start-skip.
22243
22244 * newcomment.el (uncomment-region): Allow non-terminated comment.
22245 (comment-normalize-vars): Check the user-specified comstart marker.
22246
22247 2004-03-04 Jesper Harder <harder@ifa.au.dk>
22248
22249 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
22250 Otherwise, do use it if the region only contains font-lock text
22251 properties.
22252
22253 2004-03-04 Masatake YAMATO <jet@gyve.org>
22254
22255 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
22256 as the callback function for eldoc.
22257 (hexl-print-current-point-info): New function.
22258 (hexl-current-address): Print the address in both decimal
22259 and hexadecimal format.
22260
22261 2004-03-04 Richard M. Stallman <rms@gnu.org>
22262
22263 * mail/rmail.el (rmail-convert-to-babyl-format):
22264 Specify t for UNIBYTE when calling mail-unquote-printable-region.
22265
22266 * mail/mail-utils.el (mail-unquote-printable-region):
22267 New arg UNIBYTE.
22268
22269 * startup.el (command-switch-alist): Doc fix.
22270
22271 * simple.el (undo): Temporarily set this-command to `undo-start',
22272 then set it to `undo' once undo-start returns without error.
22273
22274 * simple.el (minibuffer-history-sexp-flag): Doc fix.
22275
22276 * simple.el (kill-line): Don't disregard trailing whitespace
22277 in eol condition, if show-trailing-whitespace is set.
22278
22279 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
22280 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
22281 When disabling, restore old values only if mouse-sel-has-been-enabled.
22282
22283 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
22284 (isearch-{-char): New function.
22285 (isearch-mode-map): Bind { to isearch-{-char.
22286
22287 * font-lock.el (lisp-font-lock-keywords-2):
22288 Turn off the CL with-... and do-... general patterns.
22289 Instead, recognize several specific with... and do... constructs.
22290
22291 * files.el (switch-to-buffer-other-window):
22292 Bind same-window-buffer-names and same-window-regexps to nil.
22293 (switch-to-buffer-other-frame): Likewise.
22294
22295 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
22296
22297 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
22298 recognizing leading comment on code line.
22299
22300 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
22301
22302 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
22303 hidden files/directories.
22304
22305 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
22306
22307 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
22308 only comment-start (in case the mode hasn't set it).
22309
22310 * Makefile.in (AUTOGENEL): New var.
22311 (bootstrap-prepare): Rename from bootstrap-clean.
22312 Don't remove elc files.
22313 (maintainer-clean): New target.
22314
22315 * xml.el (xml-get-attribute-or-nil): Simplify.
22316
22317 2004-03-02 Juri Linkov <juri@jurta.org>
22318
22319 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
22320 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
22321 URL to prevent their substitution with the environment variable
22322 values by browsers.
22323
22324 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22325
22326 * ps-print.el: Doc fix.
22327 (ps-print-version): New version number (6.6.3).
22328 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
22329 Docstring fix.
22330 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
22331 before printing.
22332 (ps-time-stamp-yyyy-mm-dd): New fun.
22333 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
22334
22335 2004-03-02 Kim F. Storm <storm@cua.dk>
22336
22337 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
22338
22339 2004-03-01 Juanma Barranquero <lektu@terra.es>
22340
22341 * allout.el (allout-rebullet-heading): Fix typo in docstring.
22342
22343 * desktop.el (desktop-file-version)
22344 (desktop-after-read-hook): Fix typos.
22345 (desktop-clear-preserve-buffers): Remove redundant info in
22346 docstring already shown by the obsolescence message.
22347 (desktop-truncate, desktop-internal-v2s)
22348 (desktop-value-to-string): Change argument name to match docstring.
22349
22350 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
22351
22352 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
22353 docstring.
22354
22355 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22356
22357 * printing.el: Replace "As Is..." in PostScript file print/preview by
22358 "No Preprocessing...". Suggested by Colin Marquardt
22359 <_marquardt_@zmd.de>.
22360 (pr-insert-section-4): Adjust buffer interface.
22361
22362 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
22363
22364 Version 2.0.39 of Tramp released.
22365
22366 * net/tramp.el (tramp-handle-file-local-copy)
22367 (tramp-handle-write-region, tramp-open-connection-rsh):
22368 Variable name typo. Small change. From Patrick Tullmann
22369 <tullmann@flux.utah.edu>.
22370 (tramp-process-connection-type): New variable.
22371 (tramp-maybe-open-connection): Use it.
22372 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
22373 (tramp-touch): Set last-modified time of a remote file.
22374 (tramp-handle-write-region): Say which function is used when encoding.
22375
22376 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
22377
22378 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
22379 case of non-existing filename, too. Reported by Christoph Bauer
22380 <c_bauer@informatik.uni-kl.de>.
22381 (tramp-smb-get-file-entries): The directory in question should
22382 have permissions "drwxrwxrwx". Just virtual, because we don't
22383 know the real permissions. Don't we know?
22384 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
22385 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
22386 (tramp-smb-wait-for-output): Optimize algorithm getting pending
22387 output. If it was received chunkwise, there have been problems.
22388 Remove the "prompt not found" error message; it is obvious.
22389 Simplify algorithm.
22390 (tramp-smb-process-running): Remove. Since we acknowledge the
22391 virtual prompt for shares, there's no need for distinction of
22392 reading shares (process ends afterwards) and interactive mode of
22393 smblient.
22394 (tramp-smb-open-connection): Setting process sentinel removed.
22395 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
22396 "NT_STATUS_NETWORK_ACCESS_DENIED".
22397 (tramp-smb-maybe-open-connection): Set `process-connection-type'
22398 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
22399 (top-level): Setting default value in `tramp-default-method-alist'
22400 corrected. Order of USER and HOST have been wrong.
22401 Nobody complained for months ...
22402 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
22403 (tramp-smb-open-connection): Clear password cache if login has failed.
22404
22405 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
22406 `tramp-unified-filenames'.
22407 (tramp-completion-mode): Make test for XEmacs explicitly.
22408 `event-to-character' can exists in Emacs packages too.
22409 Reported by Matt Swift <swift@alum.mit.edu>.
22410 (tramp-buffer-name): Buffer name must contain the user if exists.
22411 Reported by Adrian Phillips <a.phillips@met.no>.
22412 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
22413 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
22414 (tramp-do-copy-or-rename-file-out-of-band): Rename from
22415 `tramp-do-copy-or-rename-file-one-local', because it handles also
22416 the case both files use the same out-of-band method.
22417 Implementation added.
22418 (tramp-handle-file-local-copy, tramp-handle-write-region):
22419 Out-of-band handling removed. `copy-file' called instead, which
22420 calls `tramp-do-copy-or-rename-file-out-of-band'.
22421 (tramp-action-password): Check for out-of-band method removed.
22422 This function is used for 'login-program.
22423 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
22424 appropriate.
22425 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
22426 and `tramp-parse-sknownhosts'.
22427 (tramp-completion-function-alist): It's a defvar now, because we
22428 want to apply the optimized `tramp-set-completion-function'
22429 instead of a static list.
22430 (tramp-set-completion-function): Implementation tuned.
22431 Avoid double entries, and entries where the function or the
22432 file/directory doesn't exist.
22433 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
22434 for SSH2.
22435 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
22436 (tramp-handle-dired-compress-file): New function.
22437 (tramp-async-proc): New variable.
22438 (tramp-handle-shell-command): Adding asynchronous processes.
22439 They are far from being perfect, but it works at least for
22440 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
22441 (top-level): Require password.el if visible. Should be mandatory
22442 once No Gnus has found its way into (X)Emacs.
22443 (tramp-read-passwd): Invoke `password-read' if available,
22444 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
22445 fallback any longer.
22446 (tramp-clear-passwd): New function.
22447 (tramp-process-actions, tramp-process-multi-actions):
22448 Clear password cache if login has failed.
22449
22450 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
22451 its own module.
22452 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
22453 `ange-ftp-ftp-name-res'. There could be incorrect values from
22454 previous calls in case the "ftp" method is used in the Tramp file
22455 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22456
22457 2004-02-28 Richard M. Stallman <rms@gnu.org>
22458
22459 * term.el (term-mouse-paste): Call mouse-set-point.
22460
22461 * thumbs.el: New file.
22462
22463 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22464
22465 * progmodes/ebnf-abn.el: Doc fix.
22466
22467 * progmodes/ebnf-bnf.el: Doc fix.
22468 (ebnf-repeat): Code fix.
22469
22470 * progmodes/ebnf2ps.el: Doc fix.
22471 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
22472
22473 2004-02-28 Juri Linkov <juri@jurta.org>
22474
22475 * ffap.el (dired-at-point): Additional writability test for
22476 relative directory names.
22477 (dired-at-point-prompter): Treat directories as a directory, get
22478 the directory component from files.
22479 (ffap-string-at-point): Return string from region if region is active.
22480 (ffap-file-at-point): Remove redundant code.
22481
22482 2004-02-28 Kim F. Storm <storm@cua.dk>
22483
22484 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
22485 Initialize margin area images to nil.
22486 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
22487 (breakpoint-enabled-bitmap-face)
22488 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
22489 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
22490 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
22491 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
22492 (gdb-reset): Use gdb-remove-breakpoint-icons.
22493 (gdb-put-string): Add dprop arg to specify alternative display
22494 property (for setting fringe bitmap).
22495 (gdb-remove-strings): Doc fix.
22496 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
22497 icon in fringe (if available), or else as icon or text in display
22498 margin. Creates necessary icons in breakpoint-bitmap,
22499 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
22500 Also make left window margin if required.
22501 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
22502 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
22503 no longer needed.
22504 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
22505 gdb-put-breakpoint-icon.
22506 (gdb-assembler-mode): Don't set left-margin-width here.
22507
22508 2004-02-27 Kevin Ryde <user42@zip.com.au>
22509
22510 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
22511 comma, so that it DTRT in macros.
22512
22513 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
22514
22515 * progmodes/sh-script.el (sh-shell-arg)
22516 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
22517 (sh-leading-keywords, sh-other-keywords): Fix custom type.
22518
22519 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
22520
22521 * faces.el (face-spec-set-match-display): Add a new attribute,
22522 `min-colors'.
22523 (region, highlight, secondary-selection): Use `min-colors'.
22524
22525 * custom.el (defface): Add documentation for `min-colors'.
22526
22527 * font-lock.el (font-lock-comment-face, font-lock-string-face)
22528 (font-lock-keyword-face, font-lock-function-name-face)
22529 (font-lock-variable-name-face, font-lock-constant-face):
22530 Use `min-colors'.
22531
22532 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
22533
22534 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22535
22536 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
22537 define assq-delete-all if it's not defined.
22538 (ebnf-generate-region): Code fix.
22539
22540 * printing.el: Doc fix.
22541 (pr-version): New version number (6.7.2).
22542 (pr-command): Return empty string if command is an empty string.
22543
22544 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22545
22546 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
22547
22548 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
22549 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
22550 semi-down-full. Fix a bug on productions like test = {"test"}* | (
22551 "tt" ["test"] ). Reported by Markus Dreyer
22552 <mdreyer@ix.urz.uni-heidelberg.de>.
22553 (ebnf-version): New version number (4.0).
22554 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
22555 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
22556 (ebnf-delete-style): New commands.
22557 (ebnf-directory, ebnf-file): New funs.
22558 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
22559 (ebnf-production-name-p, ebnf-stop-on-error): New options.
22560 (ebnf-syntax-alist): New var.
22561 (ebnf-element-width): New fun replacing ebnf-list-width.
22562 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
22563 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
22564 (ebnf-prologue): Adjust vars.
22565 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
22566 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
22567 (ebnf-check-style-values, ebnf-generate-production)
22568 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
22569 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
22570 (ebnf-token-repeat): Code fix.
22571
22572 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
22573 %right, %left and %prec. Suggested by Matthew K. Junker
22574 <junker@alum.mit.edu>.
22575 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
22576
22577 * progmodes/ebnf-iso.el: Doc fix.
22578 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
22579 (ebnf-iso-lex): Code fix.
22580
22581 * progmodes/ebnf-bnf.el: Doc fix.
22582 (ebnf-bnf-lex): Code fix.
22583
22584 * progmodes/ebnf-otz.el: Doc fix.
22585
22586 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
22587
22588 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
22589 (abbrev-prefix-mark): Doc fix.
22590
22591 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
22592
22593 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
22594 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
22595 (gdb-var-delete): Make interactive (really).
22596 (gdb-edit-value): Make non-interactive.
22597
22598 * progmodes/gud.el (gud-speedbar-menu-items):
22599 Add gdb-var-delete and, indirectly, gdb-edit-value.
22600 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
22601 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
22602 (gud-gdb-marker-filter): Add comment for annotations.
22603
22604 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22605
22606 * calendar/calendar.el (generate-calendar)
22607 (calendar-read-date): Prevent display of BC calendars once more -
22608 reverts 2003-10-01 change.
22609 (generate-calendar-month): Doc fix.
22610
22611 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
22612
22613 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
22614 return value of increment-calendar-month.
22615
22616 2004-02-21 Stephen Compall <s11@member.fsf.org>
22617
22618 * saveplace.el (save-place-forget-unreadable-files)
22619 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
22620 (save-place-forget-unreadable-files): New function.
22621 (save-place-alist-to-file): Use it to filter out files that are
22622 no longer readable.
22623
22624 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
22625 current Texinfo environment, using the same method as in
22626 `texinfo-insert-@end', and insert a space rather than a newline if
22627 point in a @table environment.
22628
22629 2004-02-21 Juri Linkov <juri@jurta.org>
22630
22631 * ffap.el (ffap-file-at-point): Try parent directories.
22632
22633 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
22634
22635 * vcursor.el (vcursor-modifiers): New defcustom.
22636 (vcursor-cs-binding): Use vcursor-modifiers instead of a
22637 hard-coded list.
22638
22639 2004-02-21 Masatake YAMATO <jet@gyve.org>
22640
22641 * play/animate.el (animate-birthday-present): Accept names other
22642 than `Sarah', too.
22643
22644 2004-02-21 Juri Linkov <juri@jurta.org>
22645
22646 * startup.el: Remove table of command line arguments from the
22647 Commentary section.
22648
22649 2004-02-20 John Wiegley <johnw@newartisans.com>
22650
22651 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
22652 again" modifier from 'e' to 'E', since 'e' is also used by the
22653 "file extension" modifier.
22654
22655 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
22656
22657 * help-fns.el (describe-categories): Doc fix.
22658
22659 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
22660
22661 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
22662 temporary file for buffer already visiting one. This change makes
22663 output likely to be directly usable by patch program.
22664 Suggested by Adrian Aichner <adrian@xemacs.org>
22665
22666 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
22667
22668 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
22669 case of variables defined in compound statements.
22670 (gdb-setup-windows, gdb-source-info, gdb-source-info):
22671 Simplify constructions using switch-to-buffer.
22672
22673 2004-02-19 Simon Josefsson <jas@extundo.com>
22674
22675 * play/morse.el: Fix typo.
22676 (morse-code): Add @.
22677
22678 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22679
22680 * calendar/appt.el (appt-display-format): Change default to
22681 'ignore, for backwards compatibility.
22682 (appt-display-message): If appt-display-format is 'ignore,
22683 respect old vars appt-msg-window and appt-visible.
22684 (appt-activate): Don't depend on return value of cancel-timer.
22685
22686 * calendar/calendar.el (calendar-holidays): Doc fix.
22687
22688 * calendar/cal-coptic.el (coptic-prompt-for-date):
22689 Use assoc-string instead of assoc-ignore-case.
22690 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
22691 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
22692 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
22693 * calendar/cal-islam.el (calendar-goto-islamic-date)
22694 (mark-islamic-diary-entries): Ditto.
22695 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
22696 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
22697 (calendar-read-mayan-tzolkin-date): Ditto.
22698 * calendar/calendar.el (calendar-read-date): Ditto.
22699 * calendar/diary-lib.el (mark-diary-entries): Ditto.
22700
22701 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
22702
22703 * progmodes/executable.el (executable-command-find-posix-p):
22704 Fix choice of the directory.
22705
22706 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
22707
22708 * simple.el (interprogram-cut-function)
22709 (interprogram-paste-function, kill-new, kill-append):
22710 Doc fixes.
22711 (kill-region): Make it return nil. Doc fix.
22712 (yank-pop): Make its argument optional.
22713 (yank): Make ARG `-' equivalent to `-1'.
22714
22715 2004-02-17 Eli Zaretskii <eliz@gnu.org>
22716
22717 * mail/rmail.el (rmail-get-new-mail): Don't reference
22718 rmail-use-spam-filter if rmail-spam-filter is not loaded.
22719
22720 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
22721
22722 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
22723 if one of global-auto-revert-non-file-buffers or autorevert-mode
22724 is non-nil.
22725
22726 2004-02-16 Eli Zaretskii <eliz@gnu.org>
22727
22728 * subr.el (delete-dups): A better implementation from Karl Heuer
22729 <kwzh@gnu.org>.
22730
22731 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
22732
22733 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
22734 correct place.
22735 * progmodes/icon.el (icon-indent-command): Ditto.
22736 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
22737
22738 2004-02-16 Eli Zaretskii <eliz@gnu.org>
22739
22740 * progmodes/grep.el (grep-compute-defaults): Undo change from
22741 2004-01-29: don't use executable-command-find-posix-p.
22742
22743 2004-02-16 Richard Sharman <rsharman@pobox.com>
22744
22745 * hilit-chg.el: Use require instead of eval-and-compile.
22746 (highlight-compare-buffers): New function.
22747
22748 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
22749
22750 * man.el (Man-fontify-manpage): Render section headings in
22751 `Man-overstrike-face' even when overstrike was not used by man
22752 formatter for section headings.
22753
22754 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
22755
22756 * rmail-spam-filter.el (vm-use-spam-filter)
22757 (rsf-min-region-length-added-to-spam-list): New variables.
22758 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
22759 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
22760 spam testing. Don't delete spam message if automatic deletion
22761 after output via variable rmail-delete-after-output is turned on.
22762 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
22763 rsf-bbdb-dont-create-entries-for-spam.
22764 (check-field): New function, extracted from code in
22765 rmail-spam-filter to ease addition of header fields like content-type.
22766 (message-content-type): New variable to check the content-type:
22767 field added, also in defcustom of rsf-definitions-alist.
22768 (rmail-spam-filter): Replace repeated test code for header fields
22769 by calls to check-field; change the call to
22770 rmail-output-to-rmail-file such that rmail-current-message stays
22771 the same to avoid wrong deletion of unseen flags.
22772 (rsf-add-contents-type): New function to convert old format
22773 of rmail-spam-definitions-alist into new one.
22774 Change prefixes of all variables and functions from
22775 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
22776
22777 2004-02-16 Eli Zaretskii <eliz@gnu.org>
22778
22779 * loadhist.el (unload-hook-features-list): New defvar.
22780
22781 2004-02-16 Dave Love <fx@gnu.org>
22782
22783 * loadhist.el (unload-feature): Doc fix. Rename flist to
22784 unload-hook-features-list.
22785
22786 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
22787
22788 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
22789 cookie. Don't check if we are looking-at open-formula.
22790
22791 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
22792
22793 * subr.el (match-string-no-properties): Use substring-no-properties.
22794
22795 2004-02-16 Eli Zaretskii <eliz@gnu.org>
22796
22797 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
22798 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
22799 Use lower-case "rx" in all error message.
22800
22801 2004-02-16 Dave Love <fx@gnu.org>
22802
22803 * emacs-lisp/rx.el (rx-or): Put group around result.
22804 (rx-constituents): Add backref.
22805 (rx-syntax): Add string-delimiter, comment-delimiter.
22806 (rx-categories): Add combining-diacritic.
22807 (rx-check-not, rx-greedy, rx): Doc fix.
22808 (rx-backref, rx-check-backref): New.
22809
22810 2004-02-16 Jesper Harder <harder@ifa.au.dk>
22811
22812 * newcomment.el (uncomment-region): Allow eob as comment end.
22813
22814 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
22815
22816 * filecache.el: All message and error commands now use prefix
22817 "Filecache:" to make it easy to read *Messages* buffer.
22818
22819 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
22820
22821 * autorevert.el: Add support to detect changed dired and VC buffers.
22822 (auto-revert-active-p, auto-revert-list-diff)
22823 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
22824 (auto-revert-handler, auto-revert-active-p): New functions.
22825 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
22826 and `auto-revert-active-p'.
22827 (eval-when-compile): Defvar dired-directory and vc-mode.
22828 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
22829 (auto-revert-handler-vc): New functions.
22830
22831 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
22832
22833 * progmodes/compile.el (compilation-directory): New defvar.
22834 (compile): Save current directory in compilation-directory.
22835 (recompile): Bind default-directory to compilation-directory if
22836 that is non-nil.
22837
22838 2004-02-16 Dave Love <fx@gnu.org>
22839
22840 * newcomment.el (comment-insert-comment-function)
22841 (comment-region-function, uncomment-region-function): New.
22842 (comment-indent): Use comment-insert-comment-function.
22843 (uncomment-region): Use uncomment-region-function.
22844 (comment-region): Use comment-region-function.
22845
22846 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
22847
22848 2004-02-16 Richard Stallman <rms@gnu.org>
22849
22850 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
22851 loaddefs* and ldefs-boot*.
22852
22853 2004-02-16 Eli Zaretskii <eliz@gnu.org>
22854
22855 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
22856 and email address at the beginning and end of the address.
22857
22858 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
22859 anchored at the beginning of the email address.
22860
22861 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
22862
22863 * international/ccl.el (ccl-compile-write): Pass `left' to
22864 ccl-embed-code to generate correct code of write-expr-register.
22865
22866 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
22867
22868 * progmodes/grep.el (grep-compute-defaults): Fix typos.
22869
22870 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22871
22872 * x-dnd.el: Mention support for Motif in commentary.
22873 (x-dnd-handle-drag-n-drop-event): Ditto.
22874
22875 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
22876
22877 * ses.el: Use "ses--" prefixes for buffer-local variables.
22878 Use (point-min) instead of 1, even when we know the buffer
22879 is unnarrowed.
22880 (ses-build-load-map): Delete. Distribute its content to defconsts for
22881 the three maps.
22882 (ses-menu, ses-header-line-menu): New menus.
22883 (ses-mode-map): Use them.
22884 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
22885
22886 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
22887
22888 * Makefile.in: Fix the CC Mode recompile kludge so it works
22889 when building in a different directory.
22890
22891 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
22892
22893 * simple.el (kill-new): Put yank-handler property on the entire string.
22894
22895 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
22896
22897 * diff.el: Don't use compile any more, use diff-mode instead.
22898 (diff-regexp-alist, diff-old-file, diff-new-file)
22899 (diff-parse-differences, diff-process-setup): Remove.
22900 (diff-sentinel): New fun.
22901 (diff): Use it. Run the process ourselves.
22902 Use diff-mode for the rest of the processing.
22903
22904 * diff.el (diff): Simplify code handling `switch'.
22905
22906 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
22907
22908 * pcvs-defs.el (cvs-menu): Add `tag'.
22909
22910 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
22911
22912 * simple.el (kill-append): Doc fix.
22913
22914 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22915 Adapt outline-regexp to the new conventions for commenting out code.
22916
22917 2004-02-11 John Paul Wallington <jpw@gnu.org>
22918
22919 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
22920
22921 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
22922
22923 * diff.el (diff-switches): New fun.
22924 (diff, diff-backup): Use it.
22925 (diff): Clean up the args construction. Use backquote.
22926 Use listp instead of consp to avoid putting a nil arg.
22927 (diff): Add a revert-buffer function.
22928
22929 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22930
22931 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
22932 handled by x-dnd-handle-file-name.
22933 (x-dnd-known-types): Add COMPOUND_TEXT.
22934 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
22935 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
22936 x-dnd-empty-state.
22937 (x-dnd-forget-drop): Ditto.
22938 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
22939 (x-dnd-handle-one-url): Return private when inserting text.
22940 (x-dnd-insert-ctext): New function.
22941 (x-dnd-handle-file-name): New function for FILE_NAME.
22942 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
22943 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
22944 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
22945
22946 2004-02-10 Kenichi Handa <handa@m17n.org>
22947
22948 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
22949 instead of while loop.
22950
22951 2004-02-10 Miles Bader <miles@gnu.org>
22952
22953 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
22954
22955 2004-02-09 Kenichi Handa <handa@m17n.org>
22956
22957 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
22958 have end-of-line.
22959
22960 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
22961
22962 * Makefile.in: Added extra dependencies in the recompile target
22963 needed to cope with the compile time macro expansions in CC Mode.
22964
22965 2004-02-09 Kim F. Storm <storm@cua.dk>
22966
22967 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
22968 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
22969 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
22970 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
22971 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
22972 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
22973 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
22974 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
22975 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
22976 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
22977 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
22978
22979 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
22980
22981 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
22982 Don't allow shrink if there's a window on our right.
22983
22984 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
22985 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
22986 Bring together declaration and initialization.
22987 (prolog-mode-variables): Don't set the syntax table.
22988 Don't set paragraph-start and comment-indent-function.
22989 Add /*..*/ to the comment regexps.
22990 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
22991 (prolog-mode-map): Don't bind TAB.
22992 (prolog-mode): Set the syntax table.
22993 (prolog-comment-indent): Remove.
22994 (inferior-prolog-mode-map): Initialize in the declaration.
22995 (inferior-prolog-mode-syntax-table)
22996 (inferior-prolog-mode-abbrev-table): New vars.
22997 (inferior-prolog-mode): Derive from comint-mode.
22998 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
22999 minibuffer windows.
23000
23001 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
23002 in file names, as long as it is unambiguous.
23003
23004 2004-02-08 Andreas Schwab <schwab@suse.de>
23005
23006 * textmodes/reftex-toc.el
23007 (reftex-toc-load-all-files-for-promotion): Remove useless use of
23008 format. Doc fix.
23009
23010 * textmodes/refer.el (refer-find-entry-internal): Remove extra
23011 format string arguments.
23012
23013 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
23014 string argument.
23015
23016 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
23017
23018 * play/zone.el (zone-call): Fix format string.
23019
23020 * net/webjump.el (webjump-builtin): Add missing format string argument.
23021
23022 * midnight.el (midnight-delay-set): Remove extra format string
23023 argument.
23024
23025 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
23026
23027 * hexl.el (hexl-insert-char): Add missing format string argument.
23028
23029 * format.el (format-decode): Fix format string.
23030
23031 * emulation/vi.el (vi-mode): Remove extra format string argument.
23032 (vi-repeat-last-search): Likewise.
23033 (vi-reverse-last-search): Likewise.
23034 (vi-goto-mark): Likewise.
23035 (vi-reverse-last-find-char): Likewise.
23036 (vi-repeat-last-find-char): Likewise.
23037 (vi-locate-def): Likewise.
23038
23039 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
23040
23041 * ediff-util.el (ediff-toggle-read-only): Remove extra format
23042 string argument.
23043 (ediff-toggle-regexp-match): Likewise.
23044
23045 * dired-aux.el (dired-do-query-replace-regexp): Add missing
23046 format string argument.
23047
23048 * calc/calc-map.el (calc-get-operator): Remove extra format
23049 string argument.
23050
23051 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
23052
23053 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
23054 string argument.
23055
23056 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
23057
23058 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
23059
23060 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
23061
23062 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
23063 (cl-struct-setf-expander): Likewise.
23064
23065 * vc.el (with-vc-file): Fix unsafe uses of error.
23066 (vc-cancel-version): Likewise.
23067
23068 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
23069
23070 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
23071 thousands separator; fixes <class>:<line-number> regexp for
23072 non-english locales.
23073
23074 2004-02-08 Andreas Schwab <schwab@suse.de>
23075
23076 * view.el (view-mode-enable): Revert previous change.
23077
23078 2004-02-07 Kim F. Storm <storm@cua.dk>
23079
23080 * simple.el (line-number-at-pos): Rename from line-at-pos.
23081 Uses changed (what-line and vc-annotate-warp-version).
23082
23083 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
23084
23085 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
23086 (diff-mode): Remove aborted attempt at support for compile.el.
23087 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
23088
23089 2004-02-06 Andreas Schwab <schwab@suse.de>
23090
23091 * view.el (view-mode-enable): Add view-mode-map to
23092 minor-mode-overriding-map-alist.
23093
23094 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23095
23096 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
23097
23098 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
23099
23100 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
23101 with point inside rather than after the paragraph.
23102
23103 2004-02-04 Sam Steingold <sds@gnu.org>
23104
23105 * mail/smtpmail.el (smtpmail-try-auth-methods):
23106 Do not try authentication when no mechanism is available.
23107 Pass port-name as defaultport to `netrc-machine'.
23108
23109 2004-02-04 Stephen Eglen <stephen@gnu.org>
23110
23111 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
23112 to show how minibuffer height can be constrained.
23113
23114 2004-02-04 John Paul Wallington <jpw@gnu.org>
23115
23116 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
23117
23118 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23119
23120 * x-dnd.el: New file for drag and drop.
23121
23122 * term/x-win.el: require x-dnd, set after-make-frame-functions
23123 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
23124 drag-n-drop event.
23125
23126 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
23127 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
23128 (dired-dnd-handle-file): New functions for drag and drop support.
23129 (dired-mode): Initialize drag and drop if x-dnd present.
23130
23131 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23132
23133 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
23134 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
23135 (cperl-mode): Set fill-paragraph-function.
23136 (cperl-fill-paragraph): Make it non-interactive.
23137
23138 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
23139
23140 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
23141
23142 2004-02-02 David Kastrup <dak@gnu.org>
23143
23144 * replace.el (perform-replace): Allow 'literal argument in
23145 regexp-flag to indicate literal replacement.
23146 (query-replace-regexp-eval): Use it.
23147
23148 2004-02-01 Andreas Schwab <schwab@suse.de>
23149
23150 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
23151
23152 2004-02-01 Stephen Eglen <stephen@gnu.org>
23153
23154 * info-look.el: Add support for maxima-mode. Update commentary
23155 because info-lookup-symbol is now bound to C-h S.
23156
23157 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
23158
23159 * simple.el (edit-and-eval-command): Bind print-level and
23160 minibuffer-history-sexp-flag around call to read-from-minibuffer.
23161 Correct initial position in command-history.
23162
23163 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
23164
23165 * files.el (read-directory-name): Adapt the docstring to recent
23166 change in Fread_file_name.
23167
23168 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
23169
23170 * ses.el (ses-print-cell): If print format too wide for column
23171 width, truncate decimal places if that helps to avoid "#####" fill.
23172 * ses.el (ses-initial-column-width): Revert previous change.
23173
23174 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
23175
23176 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
23177 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
23178 Add edebug info.
23179 (jit-lock-mode): Setup/cancel the new timer.
23180 (jit-lock-context-fontify): New fun. Extracted from
23181 context fontification code of jit-lock-stealth-fontify.
23182 (jit-lock-stealth-fontify): Don't do context fontification any more.
23183
23184 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
23185 (jit-lock-fontify-now): Handle the `quit' case.
23186 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
23187
23188 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
23189
23190 * progmodes/executable.el (executable-command-find-posix-p):
23191 New. Check if find handles arguments Posix-style.
23192
23193 * progmodes/grep.el (grep-compute-defaults):
23194 Use executable-command-find-posix-p.
23195 (grep-find): Check `grep-find-command'.
23196
23197 * filecache.el (file-cache-find-posix-p): Delete.
23198 (file-cache-add-directory-using-find):
23199 Use `executable-command-find-posix-p'.
23200
23201 2004-01-29 Dave Love <fx@gnu.org>
23202
23203 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
23204 Iterate the hook function if arg is given.
23205 (mark-defun, narrow-to-defun): Change order of finding the limits.
23206
23207 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
23208 (byte-compile-format-warn): New.
23209 (byte-compile-callargs-warn): Use it.
23210 (Format, message, error): Add byte-compile-format-like property.
23211 (byte-compile-maybe-guarded): New.
23212 (byte-compile-if, byte-compile-cond): Use it.
23213 (byte-compile-lambda): Compile interactive forms,
23214 just to make warnings about them.
23215
23216 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
23217
23218 * ses.el (ses-initial-column-width): Increase to 14, so it will
23219 work well with the default printer of "%.7g" for extreme values
23220 like "-1.234567e+07".
23221
23222 2004-01-29 Kenichi Handa <handa@m17n.org>
23223
23224 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
23225
23226 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
23227
23228 * dos-w32.el: Added support for the `default-printer-name' function.
23229
23230 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
23231
23232 * server.el (server-socket-name): Don't use the hostname in the
23233 socket name since /tmp is local to the host anyway.
23234
23235 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
23236 robust check of widening and fix var-naming.
23237
23238 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
23239
23240 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
23241 or rmail-spam- to rsf- in all function and variable names.
23242 (rsf-min-region-to-spam-list): New variable.
23243 (rsf-bbdb-auto-delete-spam-entries): Rename from
23244 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
23245 scanned together with the recipients field for spam testing; Don't
23246 delete spam message if rmail-delete-after-output is non-nil;
23247 (rsf-check-field): New function, extracted from code in
23248 rmail-spam-filter to ease addition of header fields like
23249 content-type:;
23250 (message-content-type): New variable. The content-type: field was
23251 added also in defcustom of rsf-definitions-alist;
23252 (rmail-spam-filter): Replace repeated test code for header fields
23253 by calls to check-field; change the call to
23254 rmail-output-to-rmail-file such that rmail-current-message stays
23255 the same to avoid wrong deletion of unseen flags.
23256 (rmail-use-spam-filter): Add autoload cookie.
23257
23258 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
23259
23260 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
23261 (file-cache-add-directory-using-find): Add Cygwin support.
23262 (file-cache-find-command-posix-flag): New user variable.
23263
23264 * filecache.el (file-cache-add-directory): Check for
23265 directories an remove them from dir-files.
23266
23267 2004-01-27 Richard M. Stallman <rms@gnu.org>
23268
23269 * man.el (Man-fontify-manpage): Clean up message.
23270
23271 2004-01-27 Kenichi Handa <handa@m17n.org>
23272
23273 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
23274 (sentence-end): Define using sentence-end-without-space.
23275
23276 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
23277 a sentence ends with one of a character in sentence-end-without-space.
23278
23279 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
23280
23281 * font-lock.el (font-lock): Add jit-lock as explicit group member.
23282 (jit-lock): Group declaration moved to jit-lock.el.
23283 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
23284 when necessary.
23285
23286 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
23287 (jit-lock-context-unfontify-pos): Rename from
23288 jit-lock-first-unfontify-pos.
23289 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
23290
23291 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
23292
23293 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
23294 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
23295 (fortran-fill): When filling a string, adjust re-search-backward
23296 argument for special case of string just on fill-column.
23297 When filling non-string, allow one extra char if
23298 fortran-break-before-delimiters is non-nil.
23299 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
23300 Use fortran-break-delimiters-re and fortran-no-break-re to
23301 correctly handle cases such as "**".
23302
23303 * progmodes/f90.el (f90-break-delimiters): Doc fix.
23304 (f90-no-break-re): Add some extra tokens. Doc fix.
23305
23306 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
23307
23308 * mail/rmail-spam-filter.el:
23309 Use two semicolons as Commentary line prefix.
23310 Add ";;; Code:" stylized comment.
23311 Delete end-of-line whitespace.
23312 Wrap (require 'cl) with `eval-when-compile'.
23313
23314 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
23315
23316 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
23317 at the top level of vc.el.
23318
23319 2004-01-23 Andre Spiegel <spiegel@gnu.org>
23320
23321 * vc.el (vc-current-line): Function removed. This is now done by
23322 the new function line-at-pos in simple.el.
23323 (vc-annotate-warp-version): Use line-at-pos instead of
23324 vc-current-line.
23325
23326 2004-01-22 Kim F. Storm <storm@cua.dk>
23327
23328 * simple.el (line-at-pos): New defun.
23329 (what-line): Use it. Optimize by only counting lines in narrowed
23330 region once.
23331
23332 2004-01-22 Kenichi Handa <handa@m17n.org>
23333
23334 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
23335 point (register r1) only for charset mule-unicode-0100-24ff.
23336
23337 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
23338
23339 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
23340 trailing white space and ensure a final newline.
23341
23342 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
23343 Add autoload cookie.
23344
23345 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
23346
23347 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
23348 activate view-mode explicitly.
23349
23350 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23351
23352 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
23353 menu-bar-enable-clipboard and make Paste use clipboard first.
23354
23355 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
23356
23357 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
23358 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
23359 (vc-mcvs-cvs): Remove.
23360 (vc-mcvs-command): Remove use of assert.
23361
23362 * outline.el (outline-insert-heading): Tighten up match.
23363 (outline-demote, outline-move-subtree-down): Don't assume anything
23364 about outline-regexp.
23365
23366 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
23367 (texinfo-show-structure): Explicitly add ^, and simplify.
23368
23369 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
23370
23371 * calendar/appt.el (appt-check): Restore usage of
23372 appt-issue-message deleted in previous change.
23373 (top-level): Activate package when loaded (needed for backwards
23374 compatibility).
23375
23376 2004-01-20 Jesper Harder <harder@ifa.au.dk>
23377
23378 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
23379 following previous change to smtpmail-send-data.
23380
23381 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
23382
23383 * vc.el (vc-default-previous-version): Doc enhancement.
23384 (vc-default-next-version): New function.
23385 (vc-print-log): New arg FOCUS-REV.
23386 (vc-annotate-mode): Derive from view-mode.
23387 (vc-annotate): New args REVISION, DISPLAY-MODE.
23388 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
23389 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
23390 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
23391 (vc-annotate-show-diff-revision-at-line, vc-current-line)
23392 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
23393
23394 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
23395
23396 2004-01-19 Karl Berry <karl@gnu.org>
23397
23398 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
23399 or "TexInfo".
23400
23401 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
23402
23403 * subr.el (delete-dups): New function.
23404
23405 2004-01-19 Karl Berry <karl@gnu.org>
23406
23407 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
23408 with ^, since that's what texinfo-show-structure
23409 documentation says (plus it works much better in texinfo.txi).
23410
23411 2004-01-18 Jesper Harder <harder@ifa.au.dk>
23412
23413 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
23414
23415 2004-01-18 David Ponce <david@dponce.com> (tiny change)
23416
23417 * progmodes/which-func.el (which-function-mode): Don't cancel
23418 which-func-update-timer if not set.
23419
23420 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
23421
23422 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
23423 Remove spurious left square bracket in XX:XXam regexp.
23424
23425 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
23426
23427 * progmodes/cc-defs.el: Do not require cl at run time.
23428
23429 2004-01-16 Richard M. Stallman <rms@gnu.org>
23430
23431 * emacs-lisp/cl.el (cl-cannot-unload): New function.
23432 (cl-unload-hook): Defvar this to run cl-cannot-unload.
23433
23434 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
23435 Call rmail-spam-filter. Delete and expunge spam.
23436 Print number of spam messages deleted.
23437 Save and restore the deletion status of old messages when reading
23438 new mail with spam filter, so that expunging spam does not expunge
23439 msgs deleted by the user.
23440 (rmail-only-expunge): Add an optional argument dont-show to
23441 prevent showing message after expunge.
23442
23443 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
23444
23445 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
23446 * subr.el (declare): New macro.
23447
23448 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
23449
23450 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
23451
23452 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
23453
23454 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23455 Test window-system rather than system-type (for X11/Mac).
23456
23457 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
23458
23459 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
23460
23461 2004-01-12 Richard M. Stallman <rms@gnu.org>
23462
23463 * mail/rmail.el (rmail-convert-to-babyl-format):
23464 Use mail-unquote-printable-region.
23465 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
23466 (rmail-hex-char-to-integer): Functions deleted.
23467
23468 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
23469 (mail-unquote-printable-region): New arg NOERROR.
23470 For invalid encoding, either signal an error to just return nil.
23471
23472 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23473
23474 * calendar/appt.el: Update copyright and commentary.
23475 (appt-issue-message): Make obsolete.
23476 (appt-visible, appt-msg-window): Make obsolete, in favor of
23477 appt-display-format.
23478 (appt-display-mode-line, appt-display-duration)
23479 (appt-display-diary, appt-time-msg-list, appt-mode-string)
23480 (appt-prev-comp-time, appt-display-count, appt-timer)
23481 (appt-convert-time): Doc change.
23482 (appt-disp-window-function, appt-delete-window-function):
23483 Use defcustom rather than defvar.
23484 (appt-display-format): New variable.
23485 (appt-display-message): New function with display code from appt-check.
23486 (appt-check): Add optional FORCE argument. Doc change.
23487 Add appt-make-list to diary-hook if displaying diary.
23488 Remove checking of view-diary-entries-initially.
23489 Message display section removed to new function appt-display-message.
23490 (appt-display-window): Doc change. Remove unused internal var
23491 this-buffer. Do not beep, since appt-display-message does that.
23492 (appt-make-list): Doc change. Use caar.
23493 (appt-sort-list): Simplify by using builtin sort function.
23494 (appt-update-list): New function for updating appts when diary is
23495 saved.
23496 (appt-activate): New autoloaded function to toggle package
23497 functionality.
23498
23499 * calendar/cal-x.el: (calendar-one-frame-setup)
23500 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
23501
23502 * calendar/calendar.el: Update copyright.
23503 (view-diary-entries-initially, european-calendar-style): Doc change.
23504 (calendar-setup): Make defcustom rather than defvar.
23505 (mark-visible-calendar-date): Initialize temp-face and faceinfo
23506 in let binding so local to function.
23507
23508 * calendar/diary-lib.el: Update copyright.
23509 (diary, diary-entry-time): Doc change.
23510 (list-diary-entries): Doc change. Trivial logic change.
23511 (fancy-diary-display): Restore make-face command mistakenly
23512 deleted 2003-05-08.
23513 (show-all-diary-entries): Allow to pop-up frame if needed.
23514
23515 2004-01-09 John Paul Wallington <jpw@gnu.org>
23516
23517 * bindings.el (mode-line-change-eol): Add EVENT parameter.
23518 Temporarily select EVENT's window for changing eol type.
23519
23520 2004-01-09 Deepak Goel <deego@gnufans.org>
23521
23522 * calendar/diary-lib.el (diary-entry-time):
23523 Also accept time in the form XX[.XX][am/pm/AM/PM].
23524 (fancy-diary-font-lock-keywords): Likewise.
23525 (diary-font-lock-keywords): Likewise.
23526 * calendar/appt.el (appt-add): Likewise.
23527 (appt-make-list): Likewise.
23528 (appt-convert-time): Likewise.
23529
23530 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
23531
23532 * gdb-ui.el (gdb-ann3): Revert previous change.
23533 (gdb-source-info): Allow for case of where compilation directory
23534 is not recorded.
23535
23536 2004-01-08 John Paul Wallington <jpw@gnu.org>
23537
23538 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
23539
23540 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
23541
23542 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
23543
23544 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
23545 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
23546 problems.
23547 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
23548
23549 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
23550
23551 * files.el (write-file-functions, write-contents-functions):
23552 Clarify docstrings.
23553
23554 2004-01-07 Kenichi Handa <handa@m17n.org>
23555
23556 * international/mule.el (set-auto-coding): Fix for the case that
23557 end-of-line is only CR.
23558
23559 2004-01-07 Kim F. Storm <storm@cua.dk>
23560
23561 * subr.el (event-start, event-end): Doc fix.
23562 (posn-string, posn-image): New defuns.
23563 (posn-object): Return either image or string object.
23564 (posn-object-x-y): Return 8th element of position.
23565 (posn-object-width-height): New defun.
23566
23567 2004-01-06 Andreas Schwab <schwab@suse.de>
23568
23569 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
23570 output.
23571
23572 2004-01-05 Karl Berry <karl@gnu.org>
23573
23574 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
23575 / and *, too.
23576
23577 2003-12-31 Simon Josefsson <jas@extundo.com>
23578
23579 * files.el (before-save-hook): Add.
23580 (basic-save-buffer): Use before-save-hook.
23581
23582 * emacs-lisp/copyright.el: Fix comment to recommend
23583 before-save-hook instead of write-file-functions.
23584
23585 2004-01-05 Richard M. Stallman <rms@gnu.org>
23586
23587 * finder.el (finder-commentary): Call delete-other-windows.
23588
23589 * net/ange-ftp.el (ange-ftp-file-attributes):
23590 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
23591
23592 2004-01-04 Karl Berry <karl@gnu.org>
23593
23594 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
23595 comment characters % and # in the copyright year notice,
23596 as well as ;.
23597
23598 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
23599
23600 * wid-edit.el (default): Define dummy :value-delete.
23601 Reported by Jesper Harder <harder@ifa.au.dk>.
23602
23603 2004-01-03 Richard M. Stallman <rms@gnu.org>
23604
23605 * progmodes/compile.el (compile-internal): Use point, not point-min,
23606 for set-window-point.
23607
23608 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
23609
23610 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
23611
23612 * progmodes/grep.el (grep-mode-map):
23613 Don't remap next-line, previous-line.
23614
23615 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
23616
23617 * speedbar.el (speedbar-edit-line): Change regexp to position
23618 the cursor on the first character of this line's button.
23619
23620 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
23621
23622 * subr.el (functionp): Doc fix.
23623
23624 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
23625
23626 * progmodes/idlwave.el (idlwave-make-tags):
23627 * textmodes/flyspell.el (flyspell-large-region):.
23628 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
23629 * emulation/viper-util.el (viper-glob-unix-files):
23630 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
23631 * man.el (Man-init-defvars):
23632 * jka-compr.el (jka-compr-call-process):
23633 * files.el (get-free-disk-space,insert-directory):
23634 * ediff-ptch.el (ediff-test-patch-utility):
23635 * ediff-diff.el (ediff-test-utility):
23636 * dired-aux.el (dired-check-process):
23637 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
23638 test the return value of call-process, because it can be a string.
23639
23640 2003-12-31 John Paul Wallington <jpw@gnu.org>
23641
23642 * bindings.el (completion-ignored-extensions): Add .pfsl.
23643
23644 2003-12-31 Kim F. Storm <storm@cua.dk>
23645
23646 * ido.el (ido-nonreadable-directory-p): New defun to check for
23647 nonreadable directory without activating tramp (to avoid problems
23648 with checking incomplete tramp paths).
23649 (ido-set-current-directory, ido-file-internal)
23650 (ido-file-name-all-completions1): Use it.
23651
23652 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
23653
23654 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
23655 documentation if the anchor (or node) name is preceded by `info
23656 anchor' or `Info anchor' in addition to earlier `info node' and
23657 `Info node'.
23658 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
23659
23660 2003-12-30 Eli Zaretskii <eliz@gnu.org>
23661
23662 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
23663 error in arguments to base64-decode-region. Remove ^M characters
23664 after decoding base64.
23665
23666 2003-12-30 Simon Josefsson <jas@extundo.com>
23667
23668 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
23669 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
23670 have only been distributed with Emacs for some years.
23671 (texinfo-mode-hook): Customize.
23672
23673 2003-12-30 Eli Zaretskii <eliz@gnu.org>
23674
23675 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
23676 cleaner (suggested by Richard Stallman).
23677
23678 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
23679 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
23680 file-name clashes on 8+3 DOS filesystems.
23681
23682 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
23683 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
23684 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
23685 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
23686 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
23687 file-name clashes on 8+3 filesystems.
23688
23689 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
23690 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
23691 file-name clashes on 8+3 DOS filesystems.
23692
23693 2003-12-29 Richard M. Stallman <rms@gnu.org>
23694
23695 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
23696 Upcase the character.
23697
23698 * textmodes/flyspell.el (mail-mode-flyspell-verify):
23699 Search for header separator alone on a line, literally,
23700 and search for it backward, not forward.
23701 (flyspell-abbrev-table): Always use global-abbrev-table
23702 if there is no local one.
23703
23704 * progmodes/sh-script.el (sh-get-indent-info):
23705 Don't move point back if at bob.
23706
23707 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
23708
23709 * play/handwrite.el (handwrite): Make the handwrite credit message
23710 a comment rather than an output command.
23711
23712 * obsolete/sc.el: Display message that this file is obsolete.
23713
23714 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
23715
23716 * mail/rfc822.el (rfc822-address-start): Declare variable.
23717 Renamed from address-start. All uses changed.
23718
23719 * term.el (term-exec): Set up sentinel.
23720 (term-sentinel): New function.
23721 (term-handle-exit): New function.
23722
23723 * subr.el (assoc-ignore-case, assoc-ignore-representation):
23724 Use assoc-string, and mark them obsolete.
23725 (delay-mode-hooks): Mark as permanent local.
23726
23727 * simple.el (sendmail-user-agent-compose): Use assoc-string.
23728
23729 * register.el (copy-rectangle-to-register): Doc fix.
23730
23731 * info.el (Info-insert-dir): Use assoc-string.
23732
23733 * info-look.el (info-lookup): Use assoc-string.
23734
23735 * frame.el (pop-up-frame-function): Use quote, not `function'.
23736 (frame-notice-user-settings): Calculate ADJUSTED-TOP
23737 copying with lists as coordinate values.
23738
23739 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
23740
23741 * find-dired.el (kill-find): New command.
23742 (find-dired): Make buffer read-only.
23743 Set up a keymap with C-c C-k running kill-find.
23744 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
23745
23746 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
23747
23748 * filecache.el (file-cache-ignore-case): New variable.
23749 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
23750
23751 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
23752 (comint-dynamic-complete-as-filename): Rename local vars.
23753 (comint-dynamic-list-filename-completions): Likewise.
23754
23755 * comint.el (comint-dynamic-list-completions-config): New var.
23756 (comint-dynamic-list-completions): Handle both SPC and TAB right.
23757
23758 * comint.el (comint-file-name-chars): Add [].
23759 (comint-word): Use skip-chars-backward, not search.
23760
23761 * shell.el (shell-file-name-chars): Add [].
23762
23763 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
23764
23765 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
23766
23767 * generic.el (define-generic-mode): Doc fix.
23768
23769 2003-12-29 Eli Zaretskii <eliz@gnu.org>
23770
23771 * files.el (kill-some-buffers): Doc fix.
23772
23773 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
23774
23775 * comint.el (comint-watch-for-password-prompt): Pass `string' as
23776 arg to send-invisible
23777 (send-invisible): Doc fix. The argument is now a prompt, not the
23778 string to send.
23779 (comint-read-noecho): Doc fix.
23780
23781 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
23782
23783 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
23784 "@", as required by some ISP hosting service. Fix defcustom
23785 argument syntax errors that prevented use of customization.
23786
23787 2003-12-29 Eli Zaretskii <eliz@gnu.org>
23788
23789 * xml.el (xml-get-attribute-or-nil): Doc fix.
23790
23791 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
23792
23793 * net/zone-mode.el (zone-mode): Use write-file-functions, not
23794 write-file-hooks.
23795
23796 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
23797
23798 * autorevert.el (auto-revert-interval): Doc fix.
23799
23800 2003-12-29 Mark A. Hershberger <mah@everybody.org>
23801
23802 * xml.el (xml-get-attribute-or-nil): New function, like
23803 xml-get-attribute, but returns nil if the attribute was not found.
23804 (xml-get-attribute): Convert to defsubst, uses
23805 xml-get-attribute-or-nil.
23806
23807 2003-12-29 Eli Zaretskii <eliz@gnu.org>
23808
23809 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
23810
23811 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
23812
23813 * custom.el (custom-declare-theme): Use `value' when putting
23814 properties on `theme'.
23815
23816 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
23817
23818 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
23819 for each yank-handler segment.
23820 (insert-for-yank-1): New function, with the body of the previous
23821 insert-for-yank.
23822
23823 * textmodes/table.el (table-yank-handler): New defcustom.
23824 (table--put-cell-indicator-property): Put yank-handler property
23825 that indicates the yank handler for the table cell.
23826
23827 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23828
23829 * generic-x.el (etc-modules-conf-generic-mode): A more complete
23830 set of keywords.
23831
23832 2003-12-29 Eli Zaretskii <eliz@gnu.org>
23833
23834 * international/mule-cmds.el (reset-language-environment)
23835 (set-language-environment): Don't invoke fontset-related functions
23836 if fontset-list is not fboundp.
23837
23838 2003-12-29 Kenichi Handa <handa@m17n.org>
23839
23840 * international/mule-cmds.el (reset-language-environment):
23841 Call set-overriding-fontspec-internal with nil.
23842 (set-language-environment): Call set-overriding-fontspec-internal
23843 if the language environment specify `overriding-fontspec'.
23844 (language-info-alist): Doc added.
23845
23846 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
23847 characters of mule-unicode-0100-24ff.
23848 (ccl-encode-windows-1251-font): New CCL program.
23849 ("Bulgarian"): Specify overriding-fontspec.
23850 ("Belarusian"): Likewise.
23851
23852 2003-12-28 Sam Steingold <sds@gnu.org>
23853
23854 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
23855 parameter ID-FORMAT to conform with the 2003-11-30 patch.
23856
23857 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
23858
23859 * progmodes/gud.el (gud-gdb-command-name): Set default to
23860 "gdb --annotate=3".
23861 (gud-gdb-marker-filter): Look out for annotations.
23862 (gdb-first-pre-prompt): New variable.
23863 Remove trailing white space.
23864
23865 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
23866 if necessary.
23867 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
23868 annotations are detected.
23869 (gud-gdba-marker-filter): Use global variable gud-marker-acc
23870 instead of a local one to allow transition from
23871 gud-gdb-marker-filter.
23872 Remove trailing white space.
23873
23874 2003-12-27 Kim F. Storm <storm@cua.dk>
23875
23876 * ido.el: Handle non-readable directories.
23877 (ido-decorations): Add 9th element for non-readable directory.
23878 (ido-directory-nonreadable): New dynamic var.
23879 (ido-set-current-directory): Set it.
23880 (ido-read-buffer, ido-file-internal):
23881 (ido-read-file-name, ido-read-directory-name): Let-bind it.
23882 (ido-file-name-all-completions1): Return empty list for
23883 non-readable directory.
23884 (ido-exhibit): Print [Not readable] if directory is not readable.
23885 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
23886 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
23887 Use it.
23888
23889 2003-12-27 Lars Hansen <larsh@math.ku.dk>
23890
23891 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
23892 calls to directory-files-and-attributes and file-attributes.
23893 (ls-lisp-format): Remove system dependent handling of user and
23894 group id's.
23895
23896 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
23897
23898 * ffap.el (ffap-read-file-or-url): Revert previous change.
23899
23900 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
23901
23902 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
23903 new list of included files called `files-with-node-lines', that
23904 only have node lines. This way @include commands can include any
23905 file, such as version and update files without node lines, not
23906 just files that are chapters.
23907
23908 2003-12-25 Andreas Schwab <schwab@suse.de>
23909
23910 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
23911 file not found.
23912
23913 2003-12-08 Miles Bader <miles@gnu.org>
23914
23915 * dired.el (dired-between-files): Always use dired-move-to-filename,
23916 which is more robust in non-english locales.
23917
23918 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
23919
23920 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
23921
23922 2003-12-24 Andreas Schwab <schwab@suse.de>
23923
23924 * shell.el (shell-file-name-quote-list): Add backslash.
23925
23926 * comint.el (comint-quote-filename): Correctly handle backslash
23927 in comint-file-name-quote-list.
23928
23929 2003-12-24 Kenichi Handa <handa@m17n.org>
23930
23931 * international/mule-cmds.el (set-default-coding-systems):
23932 Call ucs-set-table-for-input for all buffers that don't have local
23933 value of buffer-file-coding-system.
23934
23935 * international/ucs-tables.el (ucs-set-table-for-input):
23936 If translation-table-for-encode is a symbol, get its
23937 translation-table property.
23938
23939 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
23940
23941 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
23942 to `completing-read' on a recently fixed bug.
23943
23944 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
23945 instead of SPACE, to get the list of possible fringe modes.
23946 SPACE only works if both `partial-completion-mode' and
23947 `completion-auto-help' are nil.
23948
23949 * complete.el (PC-is-complete-p): Delete.
23950 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
23951 calls to `test-completion'.
23952
23953 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
23954
23955 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
23956 to edit values when there are no children.
23957
23958 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
23959 a mode called "Assembler" already exists.
23960 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
23961 (gud-watch): Use format option. Remove font properties from string.
23962 (gdb-var-create-handler, gdb-var-list-children-handler):
23963 Don't bother about properties as there are none.
23964 (gdb-var-create-handler, gdb-var-list-children-handler)
23965 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
23966 with two arguments.
23967 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
23968 Let speedbar show value changes with a different font.
23969 (gdb-edit-value): New defun.
23970 (gdb-clear-partial-output, gdb-clear-inferior-io)
23971 (def-gdb-auto-update-handler): Use erase-buffer.
23972 (gdb-frame-handler): Display watch expressions in
23973 FUNCTION::VARIABLE format if required.
23974
23975 2003-12-23 John Paul Wallington <jpw@gnu.org>
23976
23977 * info.el (Info-unescape-quotes, Info-split-parameter-string)
23978 (Info-goto-emacs-command-node): Doc fixes.
23979
23980 2003-12-12 Jesper Harder <harder@ifa.au.dk>
23981
23982 * cus-edit.el (custom-add-parent-links): Define "many".
23983
23984 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
23985
23986 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
23987 (widget-child-validate, widget-type-value-create)
23988 (widget-type-default-get, widget-type-match): New functions.
23989 (lazy): New widget.
23990 (menu-choice, checklist, radio-button-choice, editable-list)
23991 (group, documentation-string): Remove redundant (per 2003-10-25
23992 change) calls to `widget-children-value-delete'.
23993 (widget-choice-value-get, widget-choice-value-inline): Remove.
23994 (menu-choice): Update widget.
23995
23996 2003-12-03 Kenichi Handa <handa@m17n.org>
23997
23998 * language/cyrillic.el: Register "microsoft-cp1251" in
23999 ctext-non-standard-encodings-alist.
24000 ("Bulgarian"): Add ctext-non-standard-encodings.
24001 ("Belarusian"): Likewise.
24002
24003 * international/mule-conf.el (compound-text-with-extensions):
24004 Change the type to 2 (iso-2022 base).
24005
24006 * international/mule.el (ctext-non-standard-encodings-alist):
24007 Change the format.
24008 (ctext-non-standard-encodings): New variable.
24009 (ctext-post-read-conversion): Fully re-written.
24010 (ctext-non-standard-designations-alist): Delete it.
24011 (ctext-non-standard-encodings-table): New function.
24012 (ctext-pre-write-conversion): Fully re-written.
24013
24014 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
24015
24016 * cus-edit.el (custom-add-parent-links): Add documentation links
24017 for parent, if the item has none of its own.
24018
24019 2003-11-30 Richard M. Stallman <rms@gnu.org>
24020
24021 * dired-aux.el (dired-do-query-replace-regexp):
24022 Report files visited read-only.
24023
24024 2003-11-30 Juri Linkov <juri@jurta.org>
24025
24026 * dired-aux.el (dired-compare-directories): New command.
24027 (dired-file-set-difference, dired-files-attributes): New functions.
24028
24029 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
24030 Version 2.0.38 of Tramp released.
24031
24032 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
24033 Charles Curley <charlescurley@charlescurley.com>.
24034 (tramp-multi-connection-function-alist): Add ssht entry which adds
24035 "-e none -t -t" to the list of ssh args. Suggested by Adrian
24036 Aichner.
24037 (tramp-get-method-parameter): New function to retrieve a method
24038 parameter. This allows for omission of method parameters.
24039 Callers adjusted.
24040
24041 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
24042
24043 * net/tramp.el: Add new optional parameter ID-FORMAT to
24044 `file-attributes'. Calls of `file-attributes' won't use this
24045 parameter for backward compatibility reasons.
24046 (tramp-perl-file-attributes): Add a new parameter to Perl script
24047 in order to handle uid/gid as strings, if desired.
24048 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
24049 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
24050 order to make the function more general.
24051 (tramp-handle-file-attributes): Replace proprietary optional
24052 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
24053 (tramp-handle-file-attributes-with-perl): Handle parameter
24054 NONNUMERIC if set. This wasn't done in the past.
24055 (tramp-post-connection): Apply second parameter "$2" if
24056 `tramp-remote-perl' is called.
24057
24058 * net/tramp-smb.el (tramp-smb-handle-delete-file):
24059 Correct cut'n'waste error (`filename' instead of `directory').
24060 (tramp-smb-handle-directory-files-and-attributes)
24061 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
24062 introduced parameter ID-FORMAT.
24063 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
24064 error (`directory' instead of `ldir').
24065
24066 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
24067 `file-attributes' has a second parameter. If yes, apply it with
24068 value "'integer". Otherwise, don't use that parameter (default is
24069 integer format).
24070
24071 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
24072
24073 * help.el (help-map): Bind `display-local-help' to `C-h .'.
24074 (help-for-help): Add `C-h .' to the listed Help options.
24075 Remove trailing whitespace.
24076
24077 * help-at-pt.el: New file.
24078
24079 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
24080
24081 * subr.el (noreturn, 1value): New macros for test coverage.
24082 See `testcover.el'.
24083
24084 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
24085 `1value'.
24086
24087 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
24088 for macro `1value'.
24089 (testcover-1value): New function. Checks that a 1value form
24090 actually returns only one value. Requested by RMS.
24091
24092 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
24093
24094 * gdb-ui.el (gud-watch, gdb-var-create-handler)
24095 (gdb-var-list-children, gdb-var-list-children-handler)
24096 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
24097 gdb commands that use mi to keep them out of the command history.
24098
24099 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24100
24101 * cus-start.el (all): Add use-file-dialog.
24102
24103 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
24104
24105 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
24106
24107 2003-11-27 Kim F. Storm <storm@cua.dk>
24108
24109 * subr.el (posn-object-x-y): New defun.
24110
24111 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
24112
24113 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
24114 Don't use `space' for \\\n.
24115 Be more selective as to which # are comment-starters.
24116
24117 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
24118
24119 * subr.el (number-sequence): Improve handling of floating point
24120 arguments (suggested by Kim Storm). Allow negative arguments.
24121
24122 2003-11-26 Kenichi Handa <handa@m17n.org>
24123
24124 * international/mule-cmds.el (standard-display-european-internal):
24125 Cancel the standard-display-table setting for ` and '.
24126
24127 2003-11-26 Kim F. Storm <storm@cua.dk>
24128
24129 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
24130 New defcustoms to add ffap-like functionality to ido.
24131 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
24132 (ido-no-final-slash): New defun.
24133 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
24134 (ido-read-file-name): ): Toggle VC checking via
24135 vc-handled-backends instead of vc-master-templates.
24136 (ido-file-internal): Handle ido-use-url-at-point and
24137 ido-use-filename-at-point via code borrowed from ffap-guesser.
24138 Handle new ido-exit code ffap.
24139 (ido-sort-list): Ignore final slash when sorting file names.
24140
24141 2003-11-25 Kim F. Storm <storm@cua.dk>
24142
24143 * emulation/cua-base.el (cua--standard-movement-commands):
24144 Add forward-sentence and backward-sentence.
24145
24146 2003-11-25 Stephen Eglen <stephen@gnu.org>
24147
24148 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
24149 iswitchb-exit is set to 'usefirst when user selects buffer at head
24150 of list using RET. (Selecting buffers at the head of the list was
24151 broken if the substring was also a complete buffername.)
24152
24153 2003-11-23 Kim F. Storm <storm@cua.dk>
24154
24155 * progmodes/compile.el (grep-command, grep-use-null-device)
24156 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
24157 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
24158 (grep-regexp-alist, grep-program, find-program)
24159 (grep-find-use-xargs, grep-history, grep-find-history)
24160 (grep-process-setup, grep-compute-defaults)
24161 (grep-default-command, grep, grep-tag-default, grep-find)
24162 (grep-expand-command-macros, grep-tree-last-regexp)
24163 (grep-tree-last-files, grep-tree): Move grep variables, functions
24164 and commands to new file grep.el.
24165 (compilation-mode-map): Remove grep commands from Compile sub-menu.
24166 (compilation-process-setup-function): Doc fix.
24167 (compilation-highlight-regexp, compilation-highlight-overlay): New
24168 defvars used for highlighting current compile error in source buffer.
24169 (compile-internal): New optional args HIGHLIGHT-REGEXP and
24170 LOCAL-MAP which overrides compilation-highlight-regexp and
24171 compilation-mode-map for this compilation.
24172 Delay calling compilation-set-window-height until after running
24173 compilation-process-setup-function so it can buffer-local override
24174 compilation-window-height.
24175 Check buffer-local value of compilation-scroll-output.
24176 (compilation-set-window-height): Use buffer-local value of
24177 compilation-window-height.
24178 (compilation-revert-buffer): Don't pass (undefined)
24179 preserve-modes arg to revert-buffer.
24180 (next-error-no-select, previous-error-no-select): New commands.
24181 (compilation-goto-locus): Temporarily highlight current match in
24182 source buffer using compilation-highlight-regexp.
24183
24184 * progmodes/grep.el: New file with grep code from compile.el.
24185 (grep): New defcustom group.
24186 (grep-window-height): New defcustom, like compilation-window-height.
24187 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
24188 (grep-scroll-output): New defcustom, like compilation-scroll-output.
24189 (grep-command, grep-use-null-device, grep-find-command)
24190 (grep-tree-files-aliases, grep-tree-ignore-case)
24191 (grep-tree-ignore-CVS-directories): Move to grep custom group.
24192 (grep-setup-hook): New hook variable.
24193 (grep-mode-map): New keymap for grep commands. Add Grep menu.
24194 (grep-last-buffer): New defvar, override compilation-last-buffer.
24195 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
24196 Call compile-internal with args highlight-regexp and grep-mode-map.
24197
24198 2003-11-23 Kim F. Storm <storm@cua.dk>
24199
24200 * subr.el (event-start, event-end): Doc fix.
24201 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
24202 (posn-area, posn-actual-col-row, posn-object): New defuns.
24203 (posn-col-row): Simplify doc. Rewrite to use cond.
24204 (posn-point): Also return buffer position for events outside text
24205 area (that info is now present in the event position).
24206
24207 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
24208 mouse-set-point so that hscroll still works now that clicks on
24209 fringes generate specific mouse events.
24210 (mouse-set-point): Note that it now works in fringes and margins
24211 too due to new semantics of posn-point in fringes and margins.
24212
24213 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
24214 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
24215
24216 2003-11-20 Kim F. Storm <storm@cua.dk>
24217
24218 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
24219 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
24220 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
24221 to 100 for icons to avoid increasing line height when shown.
24222
24223 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
24224
24225 * newcomment.el (comment-normalize-vars): Initialize properly if
24226 comment-start was nil.
24227
24228 2003-11-19 Andreas Schwab <schwab@suse.de>
24229
24230 * simple.el (set-variable): Fix indentation.
24231
24232 2003-11-17 Kenichi Handa <handa@m17n.org>
24233
24234 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
24235 Fix docstring.
24236
24237 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
24238
24239 * international/latin1-disp.el (latin1-display): Fix docstring.
24240
24241 2003-11-16 John Wiegley <johnw@newartisans.com>
24242
24243 * eshell/em-ls.el (eshell-ls-file): There are times with
24244 size-width is nil and uncomputed (when directories are created in
24245 dired, for example); in this case, 4 is reasonable default value,
24246 although it may caused skewed new entries (which could be avoided
24247 by returning the original value of 8 in all cases, but 99% of the
24248 time this is a waste of whitespace).
24249
24250 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24251
24252 * cc-engine.el (c-guess-continued-construct)
24253 (c-guess-basic-syntax): Check a little more carefully if it's a
24254 function declaration when an unknown construct followed by a block
24255 is found inside a statement context. This avoids macros followed
24256 by blocks to be taken as function declarations.
24257
24258 (c-guess-continued-construct): Change the analysis of a statement
24259 continuation with a brace open to `substatement-block', for
24260 consistency with recognized statements.
24261
24262 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
24263 start is in a position so that `c-beginning-of-statement-1' jumped
24264 to the beginning of the same statement.
24265
24266 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
24267 Don't accept binary operators in the arglist if we're in a function
24268 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
24269 template recognition in cases like "if (a < b || c > d)".
24270
24271 (c-restricted-<>-arglists): New more appropriate name for
24272 `c-disallow-comma-in-<>-arglists'.
24273
24274 Accessing functions updated for the variable name change.
24275
24276 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
24277 match data could get clobbered if NOT-INSIDE-TOKEN is used.
24278
24279 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
24280 labels.
24281
24282 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
24283 instead of duplicating parts of it. This fixes bogus label
24284 recognition.
24285
24286 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
24287 of checking the context in which to apply the minimum indentation,
24288 so that it isn't enforced in e.g. namespace blocks.
24289
24290 * cc-vars.el (c-inside-block-syms): New constant used by
24291 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
24292 to somewhat reduce the risk of becoming stale.
24293
24294 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
24295 cc-cmds to cc-engine to allow use from cc-align.
24296
24297 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
24298 qualified identifiers containing "::".
24299
24300 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
24301 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
24302
24303 * cc-vars.el (c-emacs-features): Use a space in front of the name
24304 of the temporary buffer. That also avoids dumping problems in
24305 XEmacs due to undo info being left around after the buffer is killed.
24306
24307 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
24308 arglist to see if it's a K&R style declaration.
24309
24310 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
24311 before returning `knr-argdecl-intro'.
24312
24313 2003-11-16 John Wiegley <johnw@newartisans.com>
24314
24315 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
24316 field in a long-listing always 8 characters, use `size-width',
24317 which has already been computed.
24318
24319 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
24320
24321 * subr.el (minor-mode-list): Add `hs-minor-mode'.
24322
24323 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
24324
24325 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
24326 Support operation while narrowed, with `diff-restrict-view'.
24327
24328 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
24329
24330 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
24331 Take additional optional arg NARROWFUN. For the generated functions:
24332 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
24333 include frags that arrange to check for and save narrowing state before
24334 the move and then conditionally call NARROWFUN after the move.
24335
24336 2003-11-14 John Wiegley <johnw@newartisans.com>
24337
24338 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
24339 that was optional, but obviously missing based on surrounding code.
24340
24341 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
24342 string arguments to numbers unless the whole argument was seen as
24343 a number.
24344
24345 2003-11-14 Kenichi Handa <handa@m17n.org>
24346
24347 * international/mule.el (ctext-non-standard-encodings-alist):
24348 Fix coding systems.
24349
24350 2003-11-10 Kenichi Handa <handa@m17n.org>
24351
24352 * language/kannada.el ("Kannada"): Add sample-text.
24353
24354 * language/knd-util.el (kannada-compose-region)
24355 (kannada-compose-string, kannada-post-read-conversion):
24356 Add autoload cookie.
24357
24358 * international/quail.el (quail-completion): Change the message
24359 "corresponding translations" to "corresponding characters".
24360
24361 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
24362
24363 * descr-text.el (describe-char): Fix typo.
24364
24365 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
24366
24367 These changes are to support Kannada language/script.
24368
24369 * Makefile.in (DONTCOMPILE): Add kannada.el.
24370
24371 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
24372
24373 * loadup.el: Preload kannada.el.
24374
24375 * language/ind-util.el (ucs-kannada-to-is13194-alist)
24376 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
24377 New variables.
24378
24379 * language/kannada.el: New file.
24380
24381 * language/knd-util.el: New file.
24382
24383 2003-11-07 Andreas Schwab <schwab@suse.de>
24384
24385 * progmodes/autoconf.el (autoconf-font-lock-keywords):
24386 Also highlight AH_*.
24387
24388 * xml.el (xml-parse-dtd): Fix misplaced paren.
24389
24390 2003-11-07 Kenichi Handa <handa@m17n.org>
24391
24392 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
24393
24394 2003-11-05 Juri Linkov <juri@jurta.org>
24395
24396 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
24397 (desktop-buffer-file): Use saved buffer-file-coding-system
24398 for file reading. Set auto-insert to nil to prevent automatic
24399 insertion into restored empty files.
24400
24401 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
24402
24403 * files.el (risky-local-variable-p): Make second argument optional.
24404
24405 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
24406
24407 * subr.el (add-hook): Fix last change.
24408
24409 2003-11-03 Eli Zaretskii <eliz@gnu.org>
24410
24411 * mail/rmail.el (rmail-convert-to-babyl-format):
24412 If base64-decode-region signals an error, catch it and silently
24413 ignore it.
24414
24415 2003-11-01 Mark A. Hershberger <mah@everybody.org>
24416
24417 * xml.el (xml-parse-region): Allow comments to appear after the
24418 topmost element has closed.
24419 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
24420 (xml-ns-expand-attr): New functions to do namespace handling.
24421 (xml-intern-attrlist): Back-compatible handling of attribute names.
24422 (xml-parse-tag): Move namespace handling to separate functions.
24423 Now produces elements in the form ((:ns . "element") (attr-list)
24424 children) instead of ('ns:element (attr-list) children).
24425 (xml-parse-attlist): Fix attribute parsing.
24426 (xml-parse-dtd): Change parsing so that it produces strings
24427 instead of interned symbols.
24428
24429 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
24430
24431 * dired.el (dired-ls-sorting-switches): Doc fix.
24432
24433 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
24434
24435 * emacs-lisp/rx.el (rx-or): Fix the case of
24436 "(rx (and ?a (or ?b ?c) ?d))".
24437
24438 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
24439
24440 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
24441 (texinfo-format-region): Use it.
24442 (texinfo-format-buffer-1): Ditto.
24443
24444 2003-11-01 Alan Mackenzie <acm@muc.de>
24445
24446 Changes to allow scrolling whilst in isearch mode:
24447 * isearch.el (isearch-unread-key-sequence): New function,
24448 extracted from isearch-other-meta-char.
24449 (top level): (put 'foo 'isearch-scroll) on all Emacs's
24450 "scrollable" standard functions.
24451 (isearch-allow-scroll): New customizable variable.
24452 (isearch-string-out-of-window, isearch-back-into-window)
24453 (isearch-reread-key-sequence-naturally)
24454 (isearch-lookup-scroll-key): New functions.
24455 (isearch-other-meta-char): Doc string and functionality enhanced.
24456 Now accepts a prefix argument.
24457 (isearch-lazy-highlight-window-end): New variable.
24458 (isearch-lazy-highlight-new-loop): Pay attention to the window's
24459 end (thru isearch-lazy-highlight-window-end), not only its start.
24460
24461 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
24462 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
24463 (universal-argument, universal-argument-more, negative-argument)
24464 (digit-argument, universal-argument-other-key): Minor changes.
24465
24466 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
24467
24468 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
24469 recursively if the last message is deleted, thus avoiding an
24470 infinite loop.
24471
24472 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
24473
24474 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
24475 (tex-main-file): Don't add .tex if the extension is already present.
24476 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
24477
24478 2003-10-29 Lute Kamstra <lute@gnu.org>
24479
24480 * progmodes/octave-inf.el (inferior-octave-prompt):
24481 Recognize version number in prompt.
24482
24483 2003-10-28 Dave Love <fx@gnu.org>
24484
24485 * international/characters.el: Fix some Unicode ranges.
24486
24487 2003-10-28 Kenichi Handa <handa@m17n.org>
24488
24489 * disp-table.el (standard-display-8bit)
24490 (standard-display-default, standard-display-ascii)
24491 (standard-display-g1, standard-display-graphic)
24492 (standard-display-underline): Assure that standard-display-table
24493 is a display table.
24494
24495 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
24496
24497 * simple.el (reindent-then-newline-and-indent): Delete space *after*
24498 reindenting the first line.
24499
24500 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
24501
24502 * wid-edit.el (widget-default-delete): Always delete child widgets.
24503
24504 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
24505
24506 * newcomment.el (comment-indent): Don't call indent-according-to-mode
24507 if the line has code.
24508 Don't try to line up with something that's too far left.
24509
24510 * progmodes/octave-mod.el (octave-comment-start): Simplify.
24511 (octave-mode-syntax-table): Add % as a comment starter.
24512 (octave-point): Remove.
24513 (octave-in-comment-p, octave-in-string-p)
24514 (octave-not-in-string-or-comment-p, calculate-octave-indent)
24515 (octave-blink-matching-block-open, octave-auto-fill):
24516 Use line-(beginning|end)-position instead.
24517
24518 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
24519
24520 * emacs-lisp/authors.el (authors-aliases): Add correct realname
24521 for Francesco Potort\e,Al\e(B.
24522
24523 2003-10-23 Dave Love <fx@gnu.org>
24524
24525 * international/mule-cmds.el (locale-charset-to-coding-system):
24526 Don't rely on nil being a coding system.
24527
24528 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
24529 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
24530 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
24531
24532 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
24533
24534 * gdb-ui.el (gdb-current-language): New variable.
24535 (gdb-update-flag): Remove variable.
24536 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
24537 (gdb-take-last-elt): Remove function.
24538 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
24539 (gdb-post-prompt): Check for variable object changes here.
24540
24541 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
24542 object changes in gdb-ui.el.
24543
24544 2003-10-21 Richard M. Stallman <rms@gnu.org>
24545
24546 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
24547
24548 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
24549 Don't check for foo*/ wildcard form here.
24550 (insert-directory): Recognize foo*/ as a wildcard.
24551 Separate wildcard-regexp variable from the arg, wildcard.
24552
24553 * subr.el (add-hook): Correctly detect when make-local-hook was used.
24554 (remove-hook): Correctly handle strange cases about local hooks.
24555
24556 2003-10-21 David Ponce <david@dponce.com>
24557
24558 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
24559 argument REAL, to return a real number instead of a rounded
24560 integer value. Define as inline function.
24561 (ruler-mode-right-fringe-cols): Likewise.
24562 (ruler-mode-scroll-bar-cols): New function.
24563 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
24564 (ruler-mode-right-scroll-bar-cols): Likewise.
24565 (ruler-mode-space): New function.
24566 (ruler-mode-ruler): Use it. Handle variations of fringe style,
24567 scroll bar mode and margins in a more robust way.
24568
24569 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
24570
24571 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
24572 (antlr-c-init-language-vars): New function.
24573 (antlr-mode): Use it with cc-mode before v5.29.
24574 (antlr-c-common-init): Don't set some local vars here.
24575 (antlr-mode): Set them here.
24576 (antlr-c-forward-sws): New function alias.
24577 (antlr-mode): Redefine with cc-mode before v5.30.
24578 (antlr-skip-sexps): Use it.
24579 (antlr-skip-exception-part): Ditto.
24580 (antlr-skip-file-prelude): Ditto.
24581 (antlr-outside-rule-p): Ditto.
24582 (antlr-end-of-body): Ditto.
24583 (antlr-option-kind): Ditto.
24584 (antlr-insert-option-area): Ditto.
24585 (antlr-file-dependencies): Ditto.
24586
24587 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24588
24589 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
24590 Move backward only if point was not inside an entry.
24591
24592 2003-10-21 Richard M. Stallman <rms@gnu.org>
24593
24594 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
24595
24596 2003-10-21 Juri Linkov <juri@jurta.org>
24597
24598 * compare-w.el: Automatically skip non-matching text to resync.
24599 (compare-windows-whitespace): Doc fix.
24600 (compare-windows-sync, compare-windows-sync-string-size)
24601 (compare-windows-recenter, compare-ignore-whitespace)
24602 (compare-windows-highlight, compare-windows-face): New variables.
24603 (compare-windows): Use compare-windows-sync.
24604 (compare-windows-highlight, compare-windows-dehighlight)
24605 (compare-windows-sync-regexp)
24606 (compare-windows-sync-default-function): New functions.
24607
24608 2003-10-21 Juri Linkov <juri@jurta.org>
24609
24610 * diff.el (diff-parse-differences): Don't visit the files now;
24611 instead, just record the error locus.
24612
24613 2003-10-21 Dave Love <fx@gnu.org>
24614
24615 * progmodes/cfengine.el: New file.
24616
24617 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
24618
24619 * complete.el (PC-do-completion): Do not forget to use `pred' as the
24620 default-directory when completing file names.
24621
24622 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
24623
24624 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
24625 followed by the word `face', it gets treated as a face, even if
24626 it is also defined as a variable or a function.
24627
24628 2003-10-20 Dave Love <fx@gnu.org>
24629
24630 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
24631 Avoid incf in macro expansion.
24632
24633 2003-10-20 John Paul Wallington <jpw@gnu.org>
24634
24635 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
24636 `evenp' so we don't implicitly require cl library at runtime.
24637
24638 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
24639
24640 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
24641 (help-make-xrefs): Only make cross-references for faces if
24642 preceded or followed by the word `face'. Do not make a
24643 cross-reference for variables without variable documentation,
24644 unless preceded by the word `variable' or `option'. Update doc
24645 string accordingly.
24646
24647 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
24648
24649 * progmodes/hideshow.el: Rewrite one-armed `if'
24650 constructs using either `when' or `unless'.
24651 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
24652
24653 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
24654
24655 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
24656 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
24657 instead of 12x12.
24658
24659 2003-10-16 Eli Zaretskii <eliz@gnu.org>
24660
24661 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
24662 message while converting to Babyl.
24663
24664 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
24665
24666 * allout.el (allout-mode): Doc fix.
24667
24668 2003-10-16 Lute Kamstra <lute@gnu.org>
24669
24670 * subr.el (force-mode-line-update): Fix docstring.
24671
24672 2003-10-14 Dave Love <fx@gnu.org>
24673
24674 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
24675 (default-input-method): Add :link, improve :type.
24676 (locale-charset-language-names): Fix utf-8 pattern.
24677 (locale-charset-match-p, locale-charset-alist)
24678 (locale-charset-to-coding-system): New.
24679 (set-locale-environment): Deal with codeset part of locale specs.
24680
24681 2003-10-14 Lute Kamstra <lute@gnu.org>
24682
24683 * fringe.el (fringe-mode): Use active voice in docstring.
24684 (set-fringe-style): Ditto.
24685
24686 2003-10-13 Lute Kamstra <lute@gnu.org>
24687
24688 * fringe.el (fringe-mode): Fix docstring.
24689 (set-fringe-style): Ditto.
24690
24691 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
24692
24693 * ediff-mult.el (ediff-filegroup-action):
24694 Use ediff-default-filtering-regexp.
24695
24696 * ediff-util.el (ediff-recenter): Don't call
24697 ediff-restore-highlighting twice.
24698 (ediff-select-difference): Set current difference.
24699 (ediff-unselect-and-select-difference): Add comment.
24700
24701 * ediff.el (ediff-directories,ediff-directory-revisions)
24702 (ediff-directories3,ediff-merge-directories)
24703 (ediff-merge-directories-with-ancestor)
24704 (ediff-merge-directory-revisions)
24705 (ediff-merge-directory-revisions-with-ancestor):
24706 Use ediff-default-filtering-regexp.
24707
24708 2003-10-12 Andreas Schwab <schwab@suse.de>
24709
24710 * international/mule-cmds.el (locale-charset-language-names):
24711 Simplify regex by removing unused grouping.
24712
24713 2003-10-10 Dave Love <fx@gnu.org>
24714
24715 * bindings.el: Don't bind stop.
24716
24717 2003-10-08 Miles Bader <miles@gnu.org>
24718
24719 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
24720 face instead of attempting to emulate it.
24721
24722 2003-10-07 Kenichi Handa <handa@m17n.org>
24723
24724 * international/mule-diag.el (list-coding-systems-1): List coding
24725 systems that are loaded automatically.
24726
24727 * international/code-pages.el (iso-8859-11): Add autoload cookie.
24728
24729 * international/mule.el (autoload-coding-system): New function.
24730
24731 2003-10-07 Andreas Schwab <schwab@suse.de>
24732
24733 * log-edit.el (log-edit-changelog-entries): Prefer local value of
24734 change-log-default-name in the buffer visiting the file.
24735
24736 2003-10-06 Dave Love <fx@gnu.org>
24737
24738 * files.el (find-file-hook): Customize.
24739 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
24740
24741 * bindings.el (completion-ignored-extensions): Remove .log.
24742 (global-map): Add again, open, stop keys.
24743
24744 2003-10-05 Richard M. Stallman <rms@gnu.org>
24745
24746 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
24747 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
24748 Use sh-modify directly.
24749 (sh-select): Use sh-append, not eval.
24750
24751 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
24752
24753 * info.el (Info-following-node-name): New function.
24754
24755 * loadhist.el (unload-feature-special-hooks):
24756 Rename from loadhist-hook-functions.
24757 (loadhist-hook-functions): Now an alias.
24758
24759 2003-10-04 Eli Zaretskii <eliz@gnu.org>
24760
24761 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
24762 file-name clashes on 8+3 filesystems.
24763
24764 * Makefile.in (DONTCOMPILE, bootstrap-clean):
24765 Rename loaddefs-boot.el to ldefs-boot.el
24766
24767 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
24768 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
24769
24770 2003-10-03 Lute Kamstra <lute@gnu.org>
24771
24772 * info.el (Info-mode): Revert previous change.
24773 (Info-escape-percent): New function.
24774 (Info-fontify-node): Use it.
24775
24776 2003-10-02 Andreas Schwab <schwab@suse.de>
24777
24778 * loaddefs-boot.el: Regenerated.
24779
24780 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
24781
24782 * ffap.el: Remove defadvice related code from CVS since `complete'
24783 provides a `PC-completion-as-file-name-predicate' variable that
24784 ffap can override.
24785
24786 2003-10-02 Kenichi Handa <handa@m17n.org>
24787
24788 * international/utf-8.el (ccl-decode-mule-utf-8):
24789 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
24790
24791 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
24792 * international/subst-big5.el: Likewise.
24793 * international/subst-gb2312.el: Likewise.
24794 * international/subst-ksc.el: Likewise.
24795
24796 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24797
24798 * calendar/calendar.el (increment-calendar-month)
24799 (calendar-leap-year-p, calendar-absolute-from-gregorian)
24800 (generate-calendar, calendar-read-date, calendar-interval)
24801 (calendar-day-of-week): Handle years BC.
24802 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
24803
24804 2003-10-01 Dave Love <fx@gnu.org>
24805
24806 * language/cyrillic.el (cp1251): Alias for windows-1251.
24807
24808 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
24809 bootstrap.
24810
24811 2003-10-01 Lute Kamstra <lute@gnu.org>
24812
24813 * files.el: Fix typo.
24814 * imenu.el (imenu--generic-function): Docstring fix.
24815
24816 2003-09-30 Richard M. Stallman <rms@gnu.org>
24817
24818 * dired.el (dired-mode): Handle dired-directory as a list.
24819
24820 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
24821
24822 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
24823
24824 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
24825
24826 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
24827 Replace gud-display with gud-watch.
24828 (gud-speedbar-buttons): Add stuff for watching expressions
24829 in the speedbar when using M-x gdba. Use dolist on old part
24830 of this function.
24831
24832 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
24833 (gdb-update-flag): New variables.
24834 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
24835 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
24836 (gud-watch, gdb-var-create-handler) : New functions.
24837 (gdb-var-list-children, gdb-var-list-children-handler)
24838 (gdb-var-create-regexp, gdb-var-update-regexp)
24839 (gdb-var-list-children-regexp): New constants.
24840 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
24841 (gdb-annotation-rules): Reduce annotation set (level 3).
24842 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
24843 (gdb-post-prompt): Don't update GDB buffers every time speedbar
24844 updates.
24845 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
24846 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
24847 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
24848 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
24849 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
24850 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
24851 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
24852 (gud-display, gud-display1)
24853 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
24854 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
24855 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
24856 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
24857 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
24858 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
24859 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
24860 (gdb-display-display-buffer, gdb-toggle-display)
24861 (gdb-delete-display, gdb-expressions-popup-menu)
24862 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
24863 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
24864 to display buffer.
24865
24866 2003-09-30 Richard M. Stallman <rms@gnu.org>
24867
24868 * progmodes/ada-mode.el (ada-mode): Don't use advice.
24869 Instead, set which-func-functions.
24870
24871 * progmodes/which-func.el (which-func-modes): Add ada-mode.
24872 (which-func-functions): New variable.
24873 (which-function): Use that.
24874
24875 * info.el (Info-mode): Double each `%' in header line.
24876
24877 * emacs-lisp/lisp-mnt.el (lm-with-file):
24878 When FILE is nil, run BODY in current buffer.
24879
24880 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
24881
24882 * help.el (describe-mode): Start with a brief list of minor modes.
24883 Find them thru minor-mode-list so as to find them all.
24884 Show them in alphabetical order.
24885
24886 * mail/sendmail.el (mail-aliases): Doc fix.
24887
24888 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
24889
24890 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
24891
24892 * mail/rmailsum.el (rmail-make-summary-line-1):
24893 Change comma after last label to a space.
24894 (rmail-summary-font-lock-keywords): Adapt to that change.
24895
24896 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
24897
24898 * progmodes/scheme.el (scheme-mode-variables): When setting
24899 `font-lock-defaults', also specify that "#" should
24900 be interpreted with `word' syntax.
24901 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
24902
24903 2003-09-30 Lars Hansen <larsh@math.ku.dk>
24904
24905 * desktop.el: A lot of comments updated.
24906 (desktop-save-mode): Minor mode introduced.
24907 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
24908 (desktop-load-default): Function made obsolete.
24909 (desktop-locals-to-save): Variable made customizable.
24910 (desktop-read): Optional parameter `dirname' added.
24911 (desktop-change-dir, desktop-revert): Parameter `dirname' in
24912 `desktop-read' used.
24913 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
24914
24915 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
24916
24917 * whitespace.el (whitespace-clean-msg): Add user customizable message
24918 for displaying ``clean'' output.
24919 (whitespace-buffer): Use `whitespace-clean-msg'.
24920 (whitespace-global-mode): Fix typo.
24921
24922 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
24923
24924 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
24925
24926 2003-09-29 Lute Kamstra <lute@gnu.org>
24927
24928 * bindings.el (mode-line-modes): Remove superfluous :propertize
24929 construct in initialization.
24930 (mode-line-position): Change cons cell into proper list in
24931 initialization.
24932
24933 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
24934
24935 * international/mule.el (decode-coding-inserted-region): Use car
24936 of the return value of find-operation-coding-system.
24937
24938 2003-09-29 Kenichi Handa <handa@m17n.org>
24939
24940 * descr-text.el (describe-char): Fix previous change.
24941
24942 2003-09-28 Kenichi Handa <handa@m17n.org>
24943
24944 * descr-text.el (describe-char-display): New function.
24945 (describe-char): Pay attention to display table on describing how
24946 a character is displayed.
24947
24948 * international/mule-cmds.el (encoded-string-description):
24949 Prepend "0x" to each encoded byte.
24950
24951 2003-09-28 Andreas Schwab <schwab@suse.de>
24952
24953 * find-file.el (ff-special-constructs): Add autoload cookie.
24954
24955 2003-09-28 Kevin Ryde <user42@zip.com.au>
24956
24957 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
24958 makeinfo appends to duplicate index entries.
24959
24960 2003-09-28 Eli Zaretskii <eliz@gnu.org>
24961
24962 * dired-x.el (dired-clean-tex): Doc fix.
24963
24964 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
24965 using a Chinese tutorial.
24966
24967 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
24968
24969 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
24970 between "MAIL FROM:" and "RCPT TO:" and the following address.
24971
24972 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
24973
24974 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
24975
24976 2003-09-28 David Ponce <david@dponce.com>
24977
24978 * recentf.el (recentf-initialize-file-name-history): New defcustom.
24979 (recentf-load-list): When `recentf-initialize-file-name-history'
24980 is non-nil, initialize an empty `file-name-history' with the
24981 recent list.
24982
24983 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
24984
24985 * man.el (Man-default-man-entry): Remove the leading `*' from the
24986 word at point.
24987
24988 2003-09-26 Lute Kamstra <lute@gnu.org>
24989
24990 * bindings.el (mode-line-position): Mention size indication in
24991 docstring.
24992
24993 2003-09-26 Andre Spiegel <spiegel@gnu.org>
24994
24995 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
24996
24997 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
24998 because it's autoloaded now.
24999
25000 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
25001
25002 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
25003 (sh-font-lock-keywords, sh-feature): Fix previous change of
25004 sh-feature to avoid infloop with sh-font-lock-keywords.
25005
25006 2003-09-25 Kim F. Storm <storm@cua.dk>
25007
25008 * frame.el (frame-current-scroll-bars): New defun.
25009
25010 * window.el (window-current-scroll-bars): New defun.
25011
25012 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
25013
25014 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
25015 cause errors when the state cache contains info on parts that have
25016 been narrowed out.
25017
25018 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
25019
25020 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
25021 `c-setup-paragraph-variables' has to be used when this variable is
25022 changed; it doesn't work to reinitialize the mode since that
25023 typically clobbers the variable.
25024
25025 * progmodes/cc-styles.el (c-setup-paragraph-variables):
25026 Make it interactive.
25027
25028 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
25029
25030 * progmodes/cc-fonts.el (c-font-lock-declarations):
25031 Fix recognition of constructors and destructors for classes whose
25032 names are matched by `*-font-lock-extra-types'.
25033
25034 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
25035 followed by an identifier in C++ then it's a type.
25036
25037 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
25038
25039 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
25040 problem that primarily affected XEmacs. Don't use faces to find
25041 unterminated strings since Emacs and XEmacs fontify strings
25042 differently - this function should now work better in XEmacs.
25043
25044 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
25045
25046 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
25047 `expand-abbrev' workaround which caused braces to misbehave inside
25048 macros.
25049
25050 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
25051 handling. This bug could cause interactive font locking to bail out.
25052
25053 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
25054
25055 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
25056 Handle paren-style types in Pike. Also fixed some cases of
25057 insufficient handling of unbalanced parens.
25058
25059 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
25060
25061 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
25062 common shell prompts that are not common filename or URL characters.
25063 (ffap-file-at-point): Use the new regexp to strip the prompts from
25064 the file names. This is an issue mostly for user prompts that
25065 don't have a trailing space and find-file-at-point is invoked from
25066 within a shell inside Emacs.
25067
25068 2003-09-24 Andre Spiegel <spiegel@gnu.org>
25069
25070 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
25071 stamps numerically, rather than textually.
25072
25073 2003-09-24 Kenichi Handa <handa@m17n.org>
25074
25075 * language/devan-util.el (devanagari-post-read-conversion):
25076 * language/mlm-util.el (malayalam-post-read-conversion):
25077 * language/tml-util.el (tamil-post-read-conversion):
25078 Add autoload cookie.
25079
25080 * international/utf-8.el (utf-8-post-read-conversion):
25081 Call post-read-conversion functions for Devanagari, Malayalam,
25082 and Tamil.
25083
25084 2003-09-23 Dave Love <fx@gnu.org>
25085
25086 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
25087
25088 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
25089
25090 * progmodes/gud.el (perldb): Add gud-until to list of commands.
25091 Update gud-remove.
25092
25093 2003-09-22 Richard M. Stallman <rms@gnu.org>
25094
25095 * progmodes/sh-script.el (sh-mode-default-syntax-table):
25096 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
25097 (sh-mode-syntax-table-input): New variable.
25098 (sh-require-final-newline): Don't use eval.
25099 (sh-builtins, sh-leading-keywords, sh-other-keywords)
25100 (sh-variables, sh-font-lock-keywords): Don't use eval.
25101 (sh-set-shell): When setting require-final-newline,
25102 treat value = `require-final-newline' as don't change it.
25103 Set sh-mode-syntax-table locally based on
25104 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
25105
25106 * progmodes/compile.el (compile-internal):
25107 Call compilation-set-window-height before setting window start.
25108
25109 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
25110
25111 * emacs-lisp/bytecomp.el (byte-compile-log-file):
25112 Clear out byte-compile-last-warned-form.
25113
25114 2003-09-22 Richard M. Stallman <rms@gnu.org>
25115
25116 * woman.el (woman-file-name, woman-follow-word):
25117 If current-word returns nil, use "".
25118
25119 * simple.el (eval-expression): Bind standard-output in to-buffer case.
25120
25121 2003-09-22 Richard M. Stallman <rms@gnu.org>
25122
25123 * emacs-lisp/lisp-mnt.el (lm-with-file):
25124 Don't visit the file, just use insert-file-contents in temp buffer.
25125
25126 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
25127
25128 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
25129 Add surrounding \\( and \\) around the header, as in
25130 for lm-history-header 'Change Log\\|History'.
25131
25132 2003-09-22 John Paul Wallington <jpw@gnu.org>
25133
25134 * progmodes/ld-script.el: Add Commentary section,
25135 minor cleanup of file header.
25136 (ld-script-font-lock-keywords): Doc fix.
25137 (toplevel): Provide `ld-script' feature.
25138
25139 2003-09-21 Kim F. Storm <storm@cua.dk>
25140
25141 * scroll-bar.el (set-scroll-bar-mode): Initialize to
25142 new built-in variable default-frame-scroll-bars.
25143 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
25144 scroll-bar-mode; notably, use it instead of t when we toggle
25145 scroll-bars on.
25146 (toggle-scroll-bar): Use default-frame-scroll-bars.
25147
25148 2003-09-19 Masatake YAMATO <jet@gyve.org>
25149
25150 * pcvs.el (cvs-do-removal): Change the prompt depending on
25151 `filter' value.
25152
25153 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
25154
25155 * startup.el (command-line-1): Stop startup-echo-area-message
25156 being hidden by "Loading image..." message.
25157 (use-fancy-splash-screens-p, display-splash-screen):
25158 Move display-graphic-p test from latter to former.
25159
25160 * progmodes/sh-script.el (sh-font-lock-keywords):
25161 Highlight escaped EOLs differently from other backslash constructs.
25162
25163 2003-09-19 Richard M. Stallman <rms@gnu.org>
25164
25165 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
25166 New functions.
25167 (edebug-enter, edebug-outside-excursion): Use them.
25168
25169 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
25170 Fix the condition for whether to print "In WHERE".
25171
25172 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
25173
25174 * finder.el (finder-mode-hook): New variable.
25175 (finder-mode): Run hook finder-mode-hook
25176
25177 2003-09-18 Masatake YAMATO <jet@gyve.org>
25178
25179 * progmodes/ebrowse.el: Fix broken magic autoload comments.
25180
25181 2003-09-17 Mario Lang <mlang@delysid.org>
25182
25183 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
25184 "p %e" to actually print the value in the GUD buffer.
25185
25186 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
25187
25188 From David Ponce <david.ponce@wanadoo.fr>:
25189 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
25190 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
25191 from loaddefs-boot.el if necessary.
25192
25193 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
25194
25195 * progmodes/gud.el (gud-find-class): Make jdb work again since
25196 cc-mode changed the syntactic information.
25197
25198 2003-09-15 David Ponce <david@dponce.com>
25199
25200 * recentf.el: (recentf-exclude): Accept predicates too.
25201 (recentf-file-readable-p): New function.
25202 (recentf-include-p): Handle predicates in recentf-exclude.
25203 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
25204 (recentf-cleanup): Likewise.
25205 (recentf-save-list): Use write-file to handle backup of
25206 recentf-save-file.
25207
25208 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
25209
25210 * loaddefs-boot.el: Renamed from `loaddefs.el'
25211 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
25212 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
25213 necessary.
25214
25215 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
25216
25217 * electric.el (Electric-pop-up-window): For the `one-window' case,
25218 no longer disconcertingly move point in the original buffer.
25219
25220 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25221
25222 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
25223
25224 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
25225
25226 * dired.el (dired-mode-map): Fix typo.
25227
25228 2003-09-11 Richard M. Stallman <rms@gnu.org>
25229
25230 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
25231
25232 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
25233
25234 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
25235 the function is less noisy. Now only `kill-buffer' can ask questions.
25236
25237 2003-09-10 Mario Lang <mlang@delysid.org>
25238
25239 * battery.el: Update Commentary and Copyright.
25240 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
25241 appear due to wrong ordering of the expressions in `or'.
25242
25243 2003-09-09 Lute Kamstra <lute@gnu.org>
25244
25245 * misc.el (upcase-char): Fix docstring.
25246 (zap-up-to-char): New command.
25247
25248 2003-09-08 David Ponce <david@dponce.com>
25249
25250 Ensure that recentf correctly updates the menu bar.
25251 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
25252 (recentf-menu-bar): New function.
25253 (recentf-clear-data): Use it
25254 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
25255 of easy-menu-change.
25256
25257 2003-09-08 Lute Kamstra <lute@gnu.org>
25258
25259 * simple.el (size-indication-mode): New.
25260 * bindings.el (mode-line-position): Add buffer size indicator.
25261
25262 2003-09-04 Mario Lang <mlang@delysid.org>
25263
25264 * battery.el (battery-linux-proc-acpi): New function.
25265 (battery-status-function): Modify default value calculation to also
25266 check for availability of ACPI.
25267 (battery-echo-area-format): Ditto.
25268 (battery-mode-line-format): Ditto.
25269
25270 2003-09-06 Dave Love <fx@gnu.org>
25271
25272 * ielm.el (ielm-mode-hook): Add :options.
25273
25274 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
25275 (eldoc-print-current-symbol-info): Use it.
25276
25277 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
25278
25279 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
25280 being displayed in GUD buffer.
25281 (gdb-idle-input-queue): Remove var. Use just one queue.
25282 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
25283 Remove functions. Use just one queue.
25284 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
25285 (gdb-invalidate-assembler, gdb-get-current-frame):
25286 Modify functions. Use just one queue.
25287
25288 2003-09-04 Dave Love <fx@gnu.org>
25289
25290 * cus-start.el: Add blink-cursor-alist.
25291
25292 * ruler-mode.el (ruler-mode-fill-column-char)
25293 (ruler-mode-current-column-char): Use char-displayable-p,
25294 not window-system.
25295
25296 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
25297
25298 * language/european.el (windows-1252): Move from code-pages.
25299
25300 * language/cyrillic.el ("Windows-1251"): Delete.
25301 ("Bulgarian", "Belarusian"): Remove `features'.
25302 (windows-1251): Move from code-pages.
25303
25304 * international/mule-diag.el (non-iso-charset-alist):
25305 Remove `codepage' stuff.
25306 (print-designation, list-coding-systems-1): Output fixes.
25307
25308 * international/code-pages.el (cp-make-translation-table)
25309 (cp-valid-codes): Made defsubsts.
25310 (cp-fix-safe-chars): Delete.
25311 (mule-diag): Don't require.
25312 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
25313 (top-level): Check for defined coding system when defining
25314 cp... aliases. Change w32-add-charset-info test to avoid warning.
25315 (non-iso-charset-alist): Defvar when compiling.
25316 (cp-make-coding-system): Doc fix.
25317
25318 2003-09-02 Jason Rumney <jasonr@gnu.org>
25319
25320 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
25321 line-ends from CVS before doing conversion.
25322
25323 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
25324
25325 * calendar/diary-lib.el (diary-header-line-flag)
25326 (diary-header-line-format): New variables.
25327 (list-diary-entries): Use them to set header line in simple diary.
25328
25329 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
25330 other than font-lock-string-face to highlight backslashes.
25331
25332 2003-09-01 Jason Rumney <jasonr@gnu.org>
25333
25334 * international/titdic-cnv.el (tit-read-key-value): Include \r in
25335 regexp.
25336
25337 2003-09-01 Dave Love <fx@gnu.org>
25338
25339 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
25340
25341 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
25342 and :help; also line and column numbers labels.
25343
25344 * international/mule-util.el (char-displayable-p): Move from
25345 latin1-disp, rename and autoload.
25346
25347 * international/latin1-disp.el (latin1-char-displayable-p):
25348 Now obsolete alias. Replace uses with char-displayable-p.
25349 (latin1-display-ucs-per-lynx): Fix last change.
25350
25351 * international/mule-cmds.el (standard-display-european-internal):
25352 Don't use char code for Latin-1 NBSP.
25353 <XFree86 4>: Unfrob NBSP display table. Set display table to use
25354 U+2018, U+2019 for `'.
25355 (select-safe-coding-system): Message fix.
25356
25357 2003-09-01 Kenichi Handa <handa@m17n.org>
25358
25359 * international/fontset.el (setup-default-fontset): For Thai
25360 font, specify "*" family.
25361
25362 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25363
25364 * progmodes/compile.el (previous-error): Accept a prefix
25365 argument, similarly to next-error.
25366
25367 2003-08-31 Masatake YAMATO <jet@gyve.org>
25368
25369 * pcvs.el (cvs-do-removal): Use = instead of eq to check
25370 the number of files. Bind the number of files to a local
25371 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
25372
25373 2003-08-30 Eli Zaretskii <eliz@gnu.org>
25374
25375 * vc-hooks.el (vc-make-version-backup): Fix the change made on
25376 2003-07-26: msdos-long-file-names is a function, not a variable.
25377
25378 2003-08-29 Richard M. Stallman <rms@gnu.org>
25379
25380 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
25381 Do nothing with mail-personal-alias-file if it is nil.
25382
25383 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
25384 Do nothing if mail-personal-alias-file is nil.
25385
25386 * term.el (term-exec-1): Bind coding-system-for-read.
25387
25388 * dired.el (dired-mouse-find-file-other-window):
25389 Use dired-view-command-alist here, as in dired-view-file.
25390 (dired-view-command-alist): Use %s to substitute file name.
25391 Handle .ps_pages, .eps, .jpg, .gif, .png.
25392
25393 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
25394
25395 * info.el (Info-mode-map): Bind S-tab and <backtab> to
25396 `Info-prev-reference', instead of M-tab.
25397
25398 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
25399
25400 * simple.el (blink-matching-open): Work correctly on chars that
25401 are designated as parens through the syntax-table text property.
25402
25403 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
25404
25405 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
25406 line break position in the middle of a non-kinsoku (e.g. latin)
25407 word, making it skip until either a space or a character with
25408 category "|".
25409 (kinsoku-longer): Test for end of buffer.
25410
25411 2003-08-28 Eli Zaretskii <eliz@gnu.org>
25412
25413 * mail/rmail.el (rmail-convert-to-babyl-format):
25414 Detect quoted-printable- and base64-encoded messages and decode them
25415 automatically. Set the message's encoding from the charset=
25416 header, if any. Decode base64-encoded messages in Mail format as well.
25417
25418 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
25419
25420 * mail/smtpmail.el: Fix previous change.
25421 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
25422 calling smtpmail-via-smtp.
25423 (smtpmail-via-smtp): Add fall-back values for envelope-from.
25424
25425 2003-08-26 John Paul Wallington <jpw@gnu.org>
25426
25427 * image.el (image-jpeg-p): Don't search beyond length of data.
25428
25429 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
25430
25431 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
25432 misfeature in `expand-abbrev' which caused electric keywords like
25433 "else" to disappear if an open brace was typed directly afterwards.
25434
25435 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
25436
25437 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
25438 mandatory in `define-widget'.
25439
25440 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
25441 Don't align the operators "!=", "<=" and ">=" as assignment operators.
25442
25443 (c-assignment-operators): New language constant that only contains
25444 the assignment operators.
25445
25446 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
25447
25448 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
25449
25450 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
25451 Safeguard against unbalanced sexps.
25452
25453 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
25454
25455 * version.el (emacs-version): Check for gtk. Include gtk version info.
25456
25457 2003-08-25 John Paul Wallington <jpw@gnu.org>
25458
25459 * man.el (Man-default-man-entry): Don't whizz past the section
25460 number before looking for it.
25461
25462 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
25463
25464 * progmodes/gud.el (gud-display-line): Don't set window-point if
25465 source buffer is not visible. (Only happens with M-x gdba.)
25466
25467 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
25468 documentation.
25469 (gdb-source, gdb-source-info): Update to assembler unnecessary
25470 as its done after each GDB command anyway.
25471 (gdb-pre-prompt): Use with-current-buffer.
25472 (gdb-insert-field): Add help-echo text.
25473 (gdb-invalidate-assembler): Re-display of assembler now done in
25474 gdb-info-breakpoints-custom.
25475 (gdb-info-breakpoints-custom): Force re-display of assembler to
25476 happen *after* update of breakpoints buffer.
25477 (gdb-display-source-buffer): Don't choke if gdb-source-window
25478 isn't visible.
25479 (gdb-put-string, gdb-put-arrow): Remove free variables.
25480
25481 2003-08-24 John Paul Wallington <jpw@gnu.org>
25482
25483 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
25484
25485 * man.el (Man-default-man-entry): Strip text properties when
25486 snarfing parts of entry because `format' preserves properties.
25487
25488 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
25489
25490 * files.el (file-newest-backup): Use `expand-file-name'.
25491
25492 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
25493 Allow the diary to pop up a new frame, if needed.
25494
25495 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
25496 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
25497 (smtpmail-send-it): Make treatment of envelope-from consistent with
25498 sendmail.el.
25499
25500 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
25501 (sh-leading-keywords): Add the bash `time' reserved word.
25502 (sh-variables): Add some bash variables.
25503 (sh-add-completer): Fix nil branch of case statement.
25504
25505 2003-08-24 Masatake YAMATO <jet@gyve.org>
25506
25507 * progmodes/ld-script.el: New file.
25508
25509 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
25510
25511 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
25512
25513 2003-08-23 Andre Spiegel <spiegel@gnu.org>
25514
25515 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
25516 Better explain obsolescence, and what to use instead.
25517
25518 2003-08-23 Masatake YAMATO <jet@gyve.org>
25519
25520 * pcvs.el (cvs-do-removal): Show the deleted file name
25521 on the prompt.
25522
25523 2003-08-20 Dave Love <fx@gnu.org>
25524
25525 * international/mule.el (make-coding-system)
25526 (set-buffer-file-coding-system): Doc fix.
25527
25528 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
25529
25530 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
25531
25532 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
25533
25534 * international/utf-16.el: Add mime-text-unsuitable coding system
25535 properties.
25536
25537 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
25538
25539 * cus-edit.el: Add some :links.
25540 (bib): Remove.
25541
25542 * textmodes/bib-mode.el (bib): Add :group external.
25543
25544 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
25545
25546 * wid-edit.el (widget-echo-help): Make it handle expressions that
25547 evaluate to strings.
25548
25549 2003-08-18 Michael Mauger <mmaug@yahoo.com>
25550
25551 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
25552
25553 Simplify selection of SQL products to define highlighting and
25554 interactive mode. Includes detailed instructions on adding
25555 support for new products.
25556
25557 * progmodes/sql.el (sql-product): New variable. Identifies SQL
25558 product for use in highlighting and interactive mode.
25559 (sql-interactive-product): New variable. SQL product for
25560 sql-interactive-mode.
25561 (sql-product-support): New variable. Specifies product-specific
25562 parameters to drive highlighting and interactive mode.
25563 (sql-imenu-generic-expression): Add more object types.
25564 (sql-sqlite-options): Correct comment.
25565 (sql-ms-program): Use "osql" rather than "isql".
25566 (sql-prompt-regexp, sql-prompt-length): Update comment.
25567 (sql-mode-menu): Add "Start SQLi session" entry.
25568 Replace Highlighting submenu with Product menu. Fix Send Region entry.
25569 (sql-mode-abbrev-table): Add abbreviations. Support of
25570 SYSTEM-FLAG on define-abbrev. Support was removed with last
25571 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
25572 (sql-mode-font-lock-object-name): Add font-lock pattern for object
25573 names.
25574 (sql-mode-ansi-font-lock-keywords): Set as default value.
25575 (sql-mode-oracle-font-lock-keywords): Set as default value.
25576 Support Oracle 9i keywords.
25577 (sql-mode-postgres-font-lock-keywords): Set as default value.
25578 (sql-mode-linter-font-lock-keywords): Set as default value.
25579 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
25580 SQLServer 2000.
25581 (sql-mode-sybase-font-lock-keywords)
25582 (sql-mode-interbase-font-lock-keywords)
25583 (sql-mode-sqlite-font-lock-keywords)
25584 (sql-mode-strong-font-lock-keywords)
25585 (sql-mode-mysql-font-lock-keywords)
25586 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
25587 keywords.
25588 (sql-mode-font-lock-defaults): Update comment.
25589 (sql-product-feature): New function. Returns feature associated
25590 with a product from `sql-product-support' alist.
25591 (sql-product-font-lock): New function. Set font-lock support
25592 based on `sql-product'.
25593 (sql-add-product-keywords): New function. Add font-lock rules to
25594 product-specific keyword variables.
25595 (sql-set-product): New function. Set `sql-product' and apply
25596 appropriate font-lock highlighting.
25597 (sql-highlight-product): New function. Set font-lock support
25598 based on a product. Also set mode name to include product name.
25599 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
25600 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
25601 Use `sql-set-product'.
25602 (sql-highlight-ms-keywords)
25603 (sql-highlight-sybase-keywords)
25604 (sql-highlight-interbase-keywords)
25605 (sql-highlight-strong-keywords)
25606 (sql-highlight-mysql-keywords)
25607 (sql-highlight-sqlite-keywords)
25608 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
25609 (sql-get-login): Prompt in the same order as the tokens.
25610 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
25611 (sql-product-interactive): New function. Common portions of
25612 product-specific interactive mode wrappers.
25613 (sql-interactive-mode): Rewritten to use product features.
25614 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
25615 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
25616 (sql-db2, sql-linter): Use `sql-product-interactive'.
25617 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
25618 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
25619 (sql-connect-ingres, sql-connect-postgres)
25620 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
25621 New functions. Format command line parameters and invoke comint on
25622 the appropriate interpreter. Code was in the corresponding
25623 `sql-xyz' function before.
25624 (sql-connect-ms): New function. Support -E argument to use
25625 operating system credentials for authentication.
25626
25627 2003-08-18 Kenichi Handa <handa@m17n.org>
25628
25629 * international/mule.el (encode-char): Fix for the ASCII case.
25630
25631 2003-08-15 Kenichi Handa <handa@m17n.org>
25632
25633 * international/fontset.el (setup-default-fontset): Change "*" to
25634 nil in the specifications of font family.
25635
25636 2003-08-18 Kim F. Storm <storm@cua.dk>
25637
25638 * kmacro.el (kmacro-keymap): Group related bindings in
25639 initialization for clarity. Bind C-s to start macro.
25640 Remove C-r binding.
25641 (kmacro-initial-counter-value): New defvar to hold initial counter
25642 value in case we set the value before defining a macro.
25643 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
25644 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
25645 not defining or executing macro. Doc fix.
25646 (kmacro-add-counter): Clear kmacro-initial-counter-value.
25647 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
25648 temporarily view older elements on the macro ring without cycling
25649 the ring.
25650 (kmacro-display): Doc fix.
25651 (kmacro-exec-ring-item): New helper function.
25652 (kmacro-call-ring-2nd): Use it.
25653 (kmacro-call-ring-2nd-repeat): Doc fix.
25654 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
25655 (kmacro-end-or-call-macro): Execute last viewed macro (using
25656 kmacro-exec-ring-item) from ring if this follows
25657 kmacro-view-macro. This allows us to find a macro on the ring
25658 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
25659 the ring to bring it to the head of the ring.
25660 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
25661 Allow binding to reserved keys without specifying C-x C-k prefix.
25662 Ask for confirmation if entered key sequence is already bound to
25663 a non-macro command.
25664 (kmacro-view-macro): Repeating command will show older elements
25665 on the macro ring; C-k will execute the last viewed macro.
25666 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
25667 property from 'ring to 'head.
25668
25669 2003-08-17 Alan Shutko <ats@acm.org>
25670
25671 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
25672 keeping December out of the alist.
25673
25674 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
25675
25676 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
25677 * calendar/calendar.el (calendar-mode-map): Bind it to key.
25678 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
25679 (calendar-flatten): New function.
25680 (calendar-mouse-view-other-diary-entries)
25681 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
25682 in the menu title and to show multi-line diary entries correctly
25683 in the menu.
25684
25685 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
25686
25687 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
25688 defcustom, because the default was recently changed.
25689
25690 2003-08-16 Richard M. Stallman <rms@gnu.org>
25691
25692 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
25693
25694 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
25695 New subroutine, broken out of eval-last-sexp-1.
25696 (eval-last-sexp-1): Use eval-last-sexp-print-value.
25697
25698 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
25699
25700 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
25701
25702 * simple.el (eval-expression): Use eval-last-sexp-print-value.
25703
25704 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
25705
25706 * progmodes/compile.el (compilation-error-regexp-alist):
25707 Add Java ANt error detection as described in document
25708 http://ant.apache.org/faq.html
25709
25710 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
25711
25712 * simple.el (backward-word, forward-to-indentation)
25713 (backward-to-indentation): Argument changed to optional.
25714 (next-line, previous-line): Use `or' instead of `unless'.
25715
25716 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25717
25718 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
25719 instead of a constant.
25720
25721 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
25722
25723 * shell.el (shell): With prefix-arg, suggest a new buffer name.
25724
25725 2003-08-12 Andre Spiegel <spiegel@gnu.org>
25726
25727 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
25728 (vc-sccs-workfile-version): Search the entire delta table, rather
25729 than just the first entry, because that might be a deleted version.
25730
25731 2003-08-11 Karl Fogel <kfogel@red-bean.com>
25732
25733 * menu-bar.el (menu-bar-options-menu): Supply a body for the
25734 [save-place] binding in the Options menu. Have it require
25735 'saveplace' and then toggle the variable manually, to avoid an
25736 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
25737 for the bug report.
25738
25739 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
25740
25741 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
25742 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
25743 (gdb-info-threads-custom): Add help-echo text.
25744 (gdb-display-back): Don't use purecopy.
25745 (gdb-info-breakpoints-custom, gdb-reset)
25746 (gdb-assembler-custom): Use display-images-p to test if breakpoint
25747 icons can be displayed.
25748
25749 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
25750
25751 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
25752
25753 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
25754
25755 * bookmark.el (bookmark-completing-read):
25756 Return a string, instead of a list of one string.
25757 Use a popup menu if activated from the mouse.
25758 (bookmark-edit-annotation): Remove unused vars.
25759 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
25760 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
25761 to bookmark-completing-read.
25762 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
25763 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
25764 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
25765 and erase-buffer.
25766 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
25767 (bookmark-menu-jump, bookmark-menu-insert)
25768 (bookmark-popup-menu-and-apply-function)
25769 (bookmark-menu-popup-paned-bookmark-menu): Remove.
25770 (bookmark-menu-build-paned-menu): Remove by folding it into
25771 bookmark-menu-popup-paned-menu.
25772 (menu-bar-bookmark-map): Move the define-key statements here.
25773 Use the "non-menu" commands since they now pop up a menu if needed.
25774 (bookmark-exit-hook-internal): Simplify.
25775
25776 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
25777
25778 * reftex-toc.el (reftex-toc-rename-label): New function.
25779 (reftex-toc-check-docstruct): New function.
25780
25781 * reftex.el (reftex-region-active-p): New function.
25782
25783 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
25784 regexp to find the \bibliography macro.
25785
25786 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
25787 which does not exist in LaTeX.
25788 (reftex-cite-format-builtin): Added amsrefs support.
25789 (reftex-toc-confirm-promotion): New option
25790
25791 * reftex-toc.el
25792 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
25793 (reftex-toc-demote, reftex-toc-promote)
25794 (reftex-toc-do-promote, reftex-toc-promote-prepare)
25795 (reftex-toc-promote-action, reftex-toc-extract-section-number)
25796 (reftex-toc-newhead-from-alist)
25797 (reftex-toc-load-all-files-for-promotion): New functions.
25798 (reftex-toc-help): Added description of new keys.
25799 (reftex-toc-split-windows-fraction): New option.
25800 (reftex-recenter-toc-when-idle): Search *toc* window on all
25801 visible frames.
25802 (reftex-toc): Additional parameter REUSE
25803 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
25804 with REUSE argument.
25805 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
25806 the call of `reftex-toc'.
25807 (reftex-make-separate-toc-frame): New function .
25808 (reftex-toc-recenter): When called with triple prefix arg, call
25809 `reftex-make-separate-toc-frame' first.
25810 (reftex-toc-toggle-dedicated-frame): New command.
25811 (reftex-toc-quit): Adapted to delete frame when called in
25812 dedicated frame.
25813
25814 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
25815 all enclosing macros.
25816
25817
25818 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25819
25820 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
25821 first use.
25822
25823 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25824
25825 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
25826
25827 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
25828
25829 * calendar/calendar.el (list-diary-entries-hook)
25830 (diary-display-hook, nongregorian-diary-listing-hook)
25831 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
25832 Add some customize options for these hooks.
25833 (calendar-abbrev-construct): Don't try to take a substring longer
25834 than the original string.
25835
25836 2003-08-05 Richard M. Stallman <rms@gnu.org>
25837
25838 * emacs-lisp/testcover.el (noreturn): Report error if does return.
25839 (testcover-reinstrument-clauses): Doc fix.
25840
25841 * emacs-lisp/warnings.el: Doc fixes, args renamed.
25842 (warning-type-format): Rename from warning-group-format.
25843
25844 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
25845 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
25846 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
25847 to prevent warnings about defvar for an obsolete variable.
25848
25849 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
25850 warning-group-format renamed to warning-type-format.
25851
25852 * subr.el (read-passwd): Use clear-string instead of fillarray.
25853
25854 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
25855 Use vconcat instead of concat.
25856 (edmacro-sanitize-for-string): New function.
25857
25858 2003-08-05 Dave Love <fx@gnu.org>
25859
25860 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
25861 line-number-display-limit-width.
25862
25863 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
25864
25865 2003-08-05 Kenichi Handa <handa@m17n.org>
25866
25867 * international/code-pages.el: Don't require mule-diag.
25868
25869 * international/mule-diag.el (non-iso-charset-alist):
25870 Add autoload cookie.
25871
25872 * language/devan-util.el (dev-glyph-order): Add an entry for the
25873 glyph code #xC4.
25874
25875 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
25876
25877 * calendar/calendar.el (diary-file, diary-file-name-prefix)
25878 (european-calendar-style, diary-date-forms)
25879 (calendar-day-name-array, calendar-month-name-array): Doc change.
25880 (generate-calendar-month): Adapt for new behavior of
25881 `calendar-day-name' function.
25882 (calendar-abbrev-length, calendar-day-abbrev-array)
25883 (calendar-month-abbrev-array): New variables.
25884 (calendar-abbrev-construct): New function.
25885 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
25886 rather than fixing abbrevs at some width. Calling syntax change.
25887 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
25888 (calendar-date-string): Adapt for new behaviors of
25889 `calendar-day-name' and `calendar-month-name' functions.
25890
25891 * calendar/diary-lib.el (list-diary-entries): Adapt for new
25892 behavior of `calendar-day-name' and `calendar-month-name' functions.
25893 (diary-name-pattern): Use abbrev arrays, rather than fixing
25894 abbrevs at three chars. Calling syntax change.
25895 (mark-diary-entries): Adapt for new behaviors of
25896 `diary-name-pattern' and `calendar-make-alist' functions.
25897 (fancy-diary-font-lock-keywords): Adapt for new behavior of
25898 `diary-name-pattern' function.
25899 (font-lock-diary-date-forms): Use abbrev arrays, rather than
25900 fixing abbrevs at three chars. Calling syntax change.
25901 (cal-hebrew, cal-islam): Require when compiling.
25902 (diary-font-lock-keywords): Adapt for new behavior of
25903 `font-lock-diary-date-forms' function.
25904
25905 * calendar/cal-hebrew.el: Reposition some code so defined before used.
25906 (calendar-hebrew-month-name-array-common-year)
25907 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
25908 (list-hebrew-diary-entries): Adapt for new behaviors of
25909 `calendar-day-name' and `add-to-diary-list' functions.
25910 (mark-hebrew-diary-entries): Adapt for new behaviors of
25911 `diary-name-pattern' and `calendar-make-alist' functions.
25912
25913 * calendar/cal-islam.el (calendar-islamic-month-name-array):
25914 Add doc string.
25915 (list-islamic-diary-entries): Adapt for new behaviors of
25916 `calendar-day-name' and `add-to-diary-list' functions.
25917 (mark-islamic-diary-entries): Adapt for new behaviors of
25918 `diary-name-pattern' and `calendar-make-alist' functions.
25919
25920 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
25921 `calendar-month-name' function.
25922
25923 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
25924
25925 * calendar/solar.el (solar-seasons-data): Move definition before use.
25926
25927 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
25928 (cal-tex-LaTeX-hourbox): Move definition before use.
25929
25930 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
25931 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
25932 * lunar.el, solar.el (displayed-month, displayed-year):
25933 Define for compiler.
25934
25935 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25936
25937 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
25938 MODE. Renamed from c-init-c-language-vars'.
25939 (c-initialize-cc-mode): Change accordingly.
25940 (c-common-init): Ditto.
25941 (c-mode): Ditto.
25942 (c++-mode): Use `c-init-language-vars-for'.
25943 (objc-mode): Ditto.
25944 (java-mode): Ditto.
25945 (idl-mode): Ditto.
25946 (pike-mode): Ditto.
25947 (awk-mode): Ditto.
25948
25949 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25950
25951 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
25952 or not the point moved.
25953
25954 (c-search-decl-header-end): Don't trip up on operator identifiers
25955 in C++ and operators like == in all languages.
25956
25957 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
25958 Detect leading labels correctly.
25959
25960 2003-08-02 Andreas Schwab <schwab@suse.de>
25961
25962 * textmodes/ispell.el: Don't redo key bindings on loading, put
25963 them only in loaddefs.el.
25964 * bookmark.el: Likewise.
25965 * dabbrev.el: Likewise.
25966 * emerge.el: Likewise.
25967
25968 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
25969 has more than one member.
25970
25971 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
25972
25973 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25974
25975 * lpr.el (printify-region): It was ending conversion before the
25976 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
25977
25978 2003-07-31 John Paul Wallington <jpw@gnu.org>
25979
25980 * net/browse-url.el (browse-url-epiphany): Doc fix.
25981
25982 2003-07-30 Kenichi Handa <handa@m17n.org>
25983
25984 * international/fontset.el (setup-default-fontset):
25985 Change registry names of Akurti fonts.
25986
25987 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
25988
25989 * comint.el (comint-read-noecho): Use `clear-string' instead of
25990 `fillarray'.
25991
25992 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
25993
25994 * outline.el (outline-mode-hook): Add defvar.
25995
25996 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
25997
25998 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
25999 Restore assembler in source window if that is what has been selected.
26000 (menu): Add gdb-restore-windows to menu. Make gdba
26001 specific menus only visible from gdba.
26002
26003 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
26004
26005 * progmodes/compile.el (compilation-environment): New user variable.
26006 (compile-internal): Respect it.
26007
26008 2003-07-23 Masatake YAMATO <jet@gyve.org>
26009
26010 * progmodes/gud.el (gdb-script-font-lock-keywords):
26011 Put `font-lock-function-name-face' on a symbol which includes
26012 `-' like `hook-run'. Put font-lock-variable-name-face
26013 on a symbol starting with $.
26014
26015 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
26016
26017 * files.el (set-visited-file-name): Use truename for buffer-file-name.
26018
26019 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
26020
26021 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
26022
26023 2003-07-26 Andre Spiegel <spiegel@gnu.org>
26024
26025 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
26026 Use with-no-warnings.
26027 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
26028 rather than to find-file-not-found-hook, which doesn't exist.
26029
26030 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
26031
26032 * international/quail.el (quail-translate-key): Fix previous change.
26033
26034 2003-07-25 John Paul Wallington <jpw@gnu.org>
26035
26036 * server.el (server-start): Check `server-process' is non-nil
26037 before killing it to avoid killing current buffer's process.
26038
26039 * simple.el (choose-completion-string): Use `minibufferp';
26040 test `completion-reference-buffer' if `buffer' arg is nil.
26041 (push-mark): Use `when' and `unless'.
26042 (pop-mark): Use `when'.
26043
26044 * mouse-sel.el (mouse-sel-get-selection-function):
26045 Check `x-last-selected-text-primary'. Don't barf if it or
26046 `x-last-selected-text' aren't bound.
26047
26048 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26049
26050 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
26051
26052 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
26053
26054 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
26055
26056 2003-07-23 John Paul Wallington <jpw@gnu.org>
26057
26058 * tooltip.el (defface tooltip): Inherit from variable-pitch.
26059
26060 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
26061
26062 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
26063 string. Defvar the derived hook.
26064
26065 * macros.el (insert-kbd-macro): Escape double quote character.
26066 From Thomas W Murphy <twm@andrew.cmu.edu>.
26067
26068 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
26069
26070 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
26071 to match the specific mark rather than reusing comment-start-skip.
26072
26073 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
26074
26075 * progmodes/hideshow.el (hs-special-modes-alist):
26076 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
26077
26078 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
26079
26080 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
26081 value using ?\s.
26082
26083 2003-07-21 John Paul Wallington <jpw@gnu.org>
26084
26085 * subr.el (with-selected-window): Add closing paren.
26086
26087 2003-07-21 Richard M. Stallman <rms@gnu.org>
26088
26089 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
26090 (lisp-mode): Likewise.
26091
26092 * subr.el (with-selected-window): Copy code form save-selected-window
26093 so as to call select-window with norecord arg.
26094 (dynamic-completion-table): Doc fix.
26095 (lazy-completion-table): Doc fix.
26096
26097 * international/mule-cmds.el (set-locale-environment):
26098 langinfo renamed to locale-info.
26099
26100 * international/mule.el (auto-coding-functions): Doc fix.
26101
26102 2003-07-21 Kenichi Handa <handa@m17n.org>
26103
26104 * international/quail.el (quail-translate-key):
26105 Update quail-current-str correctly.
26106
26107 2003-07-21 Andreas Schwab <schwab@suse.de>
26108
26109 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
26110 ?, to "_".
26111
26112 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
26113 Version 2.0.36 of Tramp released.
26114
26115 * net/tramp.el (tramp-default-password-end-of-line): Rename from
26116 tramp-password-end-of-line.
26117 (tramp-password-end-of-line): New method parameter.
26118 (tramp-get-password-end-of-line): Function to access method
26119 parameter `tramp-password-end-of-line', or variable
26120 `tramp-default-password-end-of-line' (default value).
26121 (tramp-methods): Add entries for new parameter
26122 tramp-password-end-of-line.
26123 (tramp-enter-password): Use new function
26124 `tramp-get-password-end-of-line'.
26125 (tramp-handle-insert-file-contents): Do not
26126 unconditionally inhibit the file operation file-local-copy, only
26127 do that when the inhibit-file-name-operation is currently
26128 insert-file-contents. This fixes finding remote CVS-controlled
26129 files. (It would barf on inserting the CVS/Entries file
26130 literally, because the file-local-copy handler wasn't called.)
26131 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
26132 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
26133 (tramp-initial-commands): New variable.
26134 (tramp-process-initial-commands): New function, using the variable.
26135 (tramp-open-connection-setup-interactive-shell): Call the new function.
26136 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
26137 method into the buffer name, never use nil. Reported by Hanak
26138 David <dhanak@inf.bme.hu>.
26139 (tramp-open-connection-setup-interactive-shell): Erase buffer
26140 before sending "stty -onlcr".
26141
26142 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
26143
26144 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
26145
26146 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
26147
26148 2003-07-19 John Paul Wallington <jpw@gnu.org>
26149
26150 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
26151 (artist-draw-rect, artist-draw-square): Doc fixes.
26152
26153 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
26154
26155 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
26156
26157 2003-07-19 Kenichi Handa <handa@m17n.org>
26158
26159 * international/kkc.el (kkc-show-conversion-list-update):
26160 Highlight the correct candidate in the message.
26161
26162 2003-07-18 John Paul Wallington <jpw@gnu.org>
26163
26164 * simple.el (current-word): Don't include punctuation char when
26165 `really-word' arg is non-nil.
26166
26167 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
26168
26169 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
26170 moved to the directory obsolete.
26171
26172 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
26173
26174 * info.el (Info-menu-entry-name-re): Allow newlines in
26175 menu entry names.
26176
26177 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
26178 syntax-ppss-after-change-function.
26179 (syntax-ppss-after-change-function): New alias. Update uses.
26180 (syntax-ppss): Catch the case where the buffer is narrowed.
26181
26182 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
26183
26184 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
26185 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
26186
26187 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
26188
26189 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
26190 since it might be modified.
26191
26192 * progmodes/cc-langs.el (c++-make-template-syntax-table)
26193 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
26194 names to these language constants.
26195
26196 2003-07-15 Kim F. Storm <storm@cua.dk>
26197
26198 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
26199 All uses changed.
26200
26201 2003-07-14 Mark A. Hershberger <mah@everybody.org>
26202
26203 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
26204 Namespace support.
26205
26206 2003-07-13 Juanma Barranquero <lektu@terra.es>
26207
26208 * frame.el (modify-all-frames-parameters): Reinstall (copyright
26209 papers received).
26210
26211 2003-07-13 Karl Eichwalder <ke@suse.de>
26212
26213 * textmodes/po.el (po-find-charset): White space at the start of the
26214 Content-Type field body is non-mandatory.
26215
26216 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
26217
26218 * textmodes/texinfo.el (texinfo-section-list):
26219 Append appendixsection; a synonym for appendixsec.
26220
26221 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
26222
26223 * man.el (Man-translate-cleanup): New.
26224 (Man-translate-references): Call `Man-translate-cleanup' to clean
26225 leading, trailing and middle spaces.
26226
26227 2003-07-13 Lars Hansen <larsh@math.ku.dk>
26228
26229 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
26230 Handle `dired-directory' being a list.
26231
26232 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
26233
26234 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
26235 it doesn't exist.
26236
26237 2003-07-12 Richard M. Stallman <rms@gnu.org>
26238
26239 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
26240
26241 * progmodes/cc-defs.el (c-make-keywords-re):
26242 Don't use delete-duplicates.
26243 (c-lang-const): Don't use mapcan.
26244
26245 * apropos.el (apropos-show-scores): Make it customizable.
26246 Document new meaning.
26247 (apropos): Compute scores from symbols.
26248 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
26249
26250 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26251
26252 * ps-bdf.el: Fix copyright line.
26253 (bdf-directory-list): Fix initialization code.
26254
26255 2003-07-11 John Paul Wallington <jpw@gnu.org>
26256
26257 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
26258 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
26259 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
26260
26261 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
26262
26263 * emacs-lisp/ring.el (ring-elements): Doc fix.
26264
26265 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26266
26267 * calendar/timeclock.el (timeclock-relative)
26268 (timeclock-ask-before-exiting, timeclock-use-display-time):
26269 Doc changes.
26270 (timeclock-modeline-display): Give a message if
26271 `timeclock-use-display-time' is non-nil but `display-time-mode'
26272 is not active.
26273
26274 2003-07-11 Kenichi Handa <handa@m17n.org>
26275
26276 * international/mule-cmds.el (set-language-environment):
26277 Set current-language-environment to the correct string.
26278
26279 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26280
26281 * ps-print.el: Print line number correctly in a region. Reported by
26282 Tim Allen <timallen@ls83.fsnet.co.uk>.
26283 (ps-print-version): New version number (6.6.2).
26284 (ps-printing-region): Code fix.
26285
26286 2003-07-10 John Paul Wallington <jpw@gnu.org>
26287
26288 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
26289 this function can be called from `add-completions-from-tags-table'.
26290
26291 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
26292
26293 * calendar/timeclock.el (timeclock-use-display-time)
26294 (timeclock-day-over-hook, timeclock-workday-remaining)
26295 (timeclock-status-string, timeclock-when-to-leave)
26296 (timeclock-when-to-leave-string, timeclock-log-data)
26297 (timeclock-find-discrep, timeclock-day-base)
26298 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
26299 (timeclock-modeline-display): Set the variable
26300 `timeclock-modeline-display'.
26301 (timeclock-update-modeline): Doc fix. Respect value of
26302 `timeclock-relative'.
26303
26304 2003-07-09 Richard M. Stallman <rms@gnu.org>
26305
26306 * textmodes/reftex-parse.el (reftex-all-document-files):
26307 Add autoload cookie.
26308
26309 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
26310 (reftex-scanning-info-available-p): Add autoload cookie.
26311
26312 * international/mule-cmds.el
26313 (set-display-table-and-terminal-coding-system): Delete duplicate
26314 aset on standard-display-table.
26315
26316 * view.el (view-file): If existing buffer's major mode is special,
26317 don't go into view mode.
26318
26319 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
26320
26321 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
26322
26323 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
26324 buffer changes; there's third party code that calls this function
26325 directly.
26326
26327 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
26328
26329 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
26330 (autodoc-font-lock-keywords): Don't byte compile on font lock
26331 initialization when running from byte compiled files.
26332
26333 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
26334
26335 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
26336 statement ends with auto-increment "++".
26337
26338 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
26339
26340 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
26341 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
26342 these are changed, so declare them as variables and not constants.
26343
26344 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
26345
26346 * subr.el (dolist, dotimes): Doc fix.
26347
26348 2003-07-08 Kim F. Storm <storm@cua.dk>
26349
26350 * international/mule-cmds.el
26351 (set-display-table-and-terminal-coding-system): Don't break
26352 bootstrap if standard-display-table isn't setup yet.
26353
26354 2003-07-07 Richard M. Stallman <rms@gnu.org>
26355
26356 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
26357 Give it a doc string, and autoload it.
26358
26359 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
26360 Use with-no-warnings.
26361
26362 * info.el (Info-search): If find invisible text, search again.
26363
26364 * isearch.el (search-whitespace-regexp): Add a shy group around it.
26365
26366 * man.el (Man-name-regexp): Match + as part of name.
26367
26368 * simple.el (visible-mode): Rename from vis-mode.
26369 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
26370
26371 * simple.el (current-word): New arg REALLY-WORD specifies
26372 don't include punctuation chars.
26373
26374 * emacs-lisp/debug.el (debug, debugger-env-macro):
26375 Use with-no-warnings while accessing and binding unread-command-char.
26376
26377 * international/mule-cmds.el
26378 (set-display-table-and-terminal-coding-system): Use explicit loop
26379 instead of calling standard-display-default.
26380
26381 * net/ange-ftp.el (ange-ftp-file-symlink-p):
26382 Use condition-case to catch error in ange-ftp-get-files.
26383
26384 * net/browse-url.el (browse-url-browser-function):
26385 Add alternative for Epiphany.
26386 (browse-url-epiphany-program, browse-url-epiphany-arguments)
26387 (browse-url-epiphany-startup-arguments)
26388 (browse-url-epiphany-new-window-is-tab): New variables.
26389 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
26390
26391 * progmodes/compile.el (compile-auto-highlight): Default now t.
26392 (compile): Doc fix.
26393 (compilation-next-error): Fix previous change.
26394
26395 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
26396
26397 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
26398
26399 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
26400
26401 * gdb-ui.el (gdb-source-info): Display current frame when
26402 attaching to an existing process.
26403 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
26404 while laying out windows when attaching to an existing process.
26405
26406 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
26407
26408 * info.el (Info-menu): Use Info-menu-entry-name-re.
26409
26410 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
26411
26412 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
26413 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
26414
26415 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
26416 to match the same text.
26417
26418 2003-07-06 John Paul Wallington <jpw@gnu.org>
26419
26420 * vc.el (vc-annotate-offset): Move defvar up.
26421
26422 2003-07-06 Kim F. Storm <storm@cua.dk>
26423
26424 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
26425 This should fix the infinite loop when extracting menu names.
26426
26427 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
26428
26429 * files.el (auto-mode-alist, interpreter-mode-alist):
26430 Remove entries to CC Mode modes to avoid duplicates; they are now added
26431 with autoload directives in cc-mode.el.
26432
26433 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
26434
26435 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
26436 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
26437 these are changed, so declare them as variables and not constants.
26438
26439 * progmodes/cc-mode.el: Fix some autoload problems: Try to
26440 ensure that the entry for ".c" extension comes before the one for
26441 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
26442 Fix incorrect entries that were added to `interpreter-mode-alist'.
26443 Move the autoload directives for AWK to the top level since they
26444 aren't recognized anywhere else. Do not use the new AWK mode doc
26445 in the autoload form for the old AWK mode.
26446
26447 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26448
26449 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
26450 (bibtex-sort-ignore-string-entries): Default value t.
26451 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
26452 erroneously in previous version.
26453 (bibtex-string-files): Docstring reflects new parsing scheme.
26454 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
26455 docstring, add # as one of the chars to crush
26456 (bibtex-autokey-prefix-string, bibtex-autokey-names)
26457 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
26458 (bibtex-autokey-name-change-strings)
26459 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
26460 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
26461 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
26462 (bibtex-autokey-title-terminators)
26463 (bibtex-autokey-titlewords-stretch)
26464 (bibtex-autokey-titleword-ignore)
26465 (bibtex-autokey-titleword-case-convert)
26466 (bibtex-autokey-titleword-abbrevs)
26467 (bibtex-autokey-titleword-abbrevs)
26468 (bibtex-autokey-titleword-change-strings)
26469 (bibtex-autokey-titleword-length)
26470 (bibtex-autokey-titleword-separator)
26471 (bibtex-autokey-name-year-separator)
26472 (bibtex-autokey-year-title-separator)
26473 (bibtex-autokey-before-presentation-function)
26474 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
26475 Fix docstring.
26476 (bibtex-strings, bibtex-reference-keys):
26477 Use lazy-completion-table and make-variable-buffer-local.
26478 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
26479 (bibtex-braced-string-syntax-table)
26480 (bibtex-quoted-string-syntax-table): New variables.
26481 (bibtex-parse-nested-braces): Remove.
26482 (bibtex-parse-field-string): Use syntax table and forward-sexp.
26483 (bibtex-parse-association): Simplify.
26484 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
26485 (bibtex-parse-field-text): Simplify.
26486 (bibtex-search-forward-field, bibtex-search-backward-field):
26487 argument BOUND can take value t.
26488 (bibtex-start-of-field, bibtex-start-of-name-in-field)
26489 (bibtex-end-of-name-in-field, bibtex-end-of-field)
26490 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
26491 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
26492 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
26493 (bibtex-skip-to-valid-entry): Return buffer position of beginning
26494 and ending of entry. Update for changes of bibtex-search-entry.
26495 Simplify.
26496 (bibtex-map-entries): FUN is called with three arguments.
26497 (bibtex-search-entry): Return a cons pair with buffer positions of
26498 beginning and end of entry.
26499 (bibtex-enclosing-field): Simplify.
26500 (bibtex-format-entry): Use booktitle to set a missing title.
26501 (bibtex-autokey-get-names): Fiddle with regexps.
26502 (bibtex-generate-autokey): Use identity.
26503 (bibtex-parse-keys): Use simplified parsing algorithm if
26504 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
26505 arguments. Return alist of keys.
26506 (bibtex-parse-strings): Simplify. Return alist of strings.
26507 (bibtex-complete-string-cleanup): Fix docstring.
26508 (bibtex-read-key): New function.
26509 (bibtex-mode): Fix docstring. Do not parse for keys and
26510 strings when the mode is entered. Set fill-paragraph-function to
26511 bibtex-fill-field. Setup font-lock-mark-block-function the way
26512 font-lock intended.
26513 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
26514 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
26515 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
26516 (bibtex-Preamble): Avoid hard coded constants.
26517 (bibtex-make-field): Fix docstring. Simplify.
26518 (bibtex-beginning-of-entry): Always return new position of point.
26519 (bibtex-end-of-entry): Rearrange cond clauses.
26520 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
26521 Update for changes of bibtex-map-entries.
26522 (bibtex-ispell-abstract): Do not move point.
26523 (bibtex-entry-index): Use downcase. Simplify.
26524 (bibtex-lessp): Handle catch-all.
26525 (bibtex-find-crossref): Turn into a command.
26526 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
26527 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
26528 preamble entries.
26529 (bibtex-fill-field-bounds): New function.
26530 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
26531 (bibtex-fill-entry): Use bibtex-fill-field-bounds
26532 (bibtex-String): Use bibtex-strings. Always obey
26533 bibtex-sort-ignore-string-entries.
26534
26535 2003-07-05 John Paul Wallington <jpw@gnu.org>
26536
26537 * cus-theme.el (customize-create-theme):
26538 Call `customize-create-theme' in Reset widget's notify function.
26539
26540 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
26541 (ibuffer-mark-interactive): Use `or' instead of `unless'.
26542 (define-ibuffer-column name): Add summarizer.
26543 (define-ibuffer-column size): Likewise.
26544 (define-ibuffer-column filename): Likewise.
26545 (define-ibuffer-column process): Likewise. Change BODY's output too.
26546 (define-ibuffer-column filename-and-process): Likewise, likewise.
26547 (ibuffer): Remove local vars `already-in' and `need-update'.
26548
26549 * ibuf-ext.el: Don't require `derived' at compile-time.
26550
26551 2003-07-05 Kim F. Storm <storm@cua.dk>
26552
26553 * info.el: Disable paragraph refilling.
26554 (Info-refill-paragraphs): New defcustom.
26555 (Info-fontify-node): Use it.
26556
26557 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
26558
26559 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
26560 thingies from constructors created by defstruct.
26561
26562 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
26563 the default value of the variable.
26564 (byte-code-meter): Move declaration to top level.
26565
26566 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
26567
26568 * info.el (Info-following-node-name-re): New fun.
26569 (Info-following-node-name): Remove.
26570 (Info-insert-dir): Use the new fun.
26571 (Info-extract-pointer): Don't save restriction; use new fun.
26572 (Info-menu-entry-name-re): New const.
26573 (Info-menu-entry-name-re): Use it along with new fun.
26574 (Info-node-spec-re): Use new fun.
26575 (Info-complete-menu-item, Info-fontify-node): Use new const.
26576 (Info-goto-node, Info-follow-reference, Info-menu-update):
26577 Use match-string.
26578 (Info-follow-reference): Use assoc-string.
26579 Use a list of strings for the completion table.
26580 (Info-fontify-node): Use match-string, line-end-position.
26581 Limit the search for `node:' to the first line.
26582
26583 * newcomment.el (uncomment-region): Remove padding coming from
26584 comment-start rather than just from comment-padding.
26585
26586 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
26587 (vc-cvs-stay-local-p): Use vc-stay-local-p.
26588 (vc-cvs-rename-file): Remove (use the default).
26589 (vc-cvs-register): Register parent dir if needed.
26590 (vc-cvs-could-register): Return non-nil if parent can be registered.
26591 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
26592 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
26593
26594 * vc-svn.el (vc-svn-use-edit): Make it into a const.
26595 (vc-svn-update): Fix the arguments to `svn'.
26596 (vc-svn-diff-tree): Just use `vc-svn-diff'.
26597 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
26598 Simple implementations, assuming `name' is a URL.
26599
26600 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
26601 set of chars allowed unquoted in a case pattern.
26602
26603 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
26604
26605 * font-lock.el (font-lock-extra-types-widget)
26606 (c-font-lock-extra-types, c++-font-lock-extra-types)
26607 (objc-font-lock-extra-types, java-font-lock-extra-types)
26608 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
26609 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
26610 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
26611 (font-lock-match-c++-structor-declaration)
26612 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
26613 (c++-font-lock-keywords-3, c++-font-lock-keywords)
26614 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
26615 (objc-font-lock-keywords-3, objc-font-lock-keywords)
26616 (java-font-lock-keywords-1, java-font-lock-keywords-2)
26617 (java-font-lock-keywords-3, java-font-lock-keywords)
26618 (java-font-lock-syntactic-face-function): Remove obsolete code
26619 and constants. It's all in cc-fonts.el now.
26620
26621 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
26622
26623 * mail/sendmail.el (mail-specify-envelope-from)
26624 (mail-envelope-from): Doc fix.
26625
26626 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
26627
26628 * generic-x.el: Do away with the dependency on `c-emacs-features'
26629 when populating `rul-generic-mode-syntax-table'; we already know
26630 this isn't XEmacs.
26631
26632 See ChangeLog.10 for earlier changes.
26633
26634 ;; Local Variables:
26635 ;; coding: iso-2022-7bit
26636 ;; End:
26637
26638 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
26639 Copying and distribution of this file, with or without modification,
26640 are permitted provided the copyright notice and this notice are preserved.
26641
26642 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1