]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(font-lock-keywords): Add defvar.
[gnu-emacs] / lisp / ChangeLog
1 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2
3 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4 of args to `tramp-run-real-handler', even if it's empty in this
5 case.
6
7 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8
9 * dired.el (dired-move-to-filename-regexp): Add date format for
10 Mac OS X 10.3 in East Asian locales.
11
12 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13
14 * files.el (make-auto-save-file-name): Add file name handler call
15 if applicable.
16
17 * net/tramp.el (tramp-file-name-handler-alist)
18 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
19 (tramp-handle-make-auto-save-file-name): Rename from
20 `tramp-make-auto-save-file-name'.
21 (tramp-exists-file-name-handler): New defun.
22 (tramp-advice-make-auto-save-file-name): Make defadvice only when
23 `make-auto-save-file-name' is not a magic file name operation.
24
25 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
26
27 * textmodes/org.el (org-special-keyword): New face.
28 (org-table-copy-down, org-table-eval-formula)
29 (org-table-recalculate, org-init-section-numbers): Use
30 `string-to-number' instead of `string-to-int'.
31 (org-get-location): Use `insert-buffer-substring' instead of
32 `insert-buffer'.
33 (org-modify-diary-entry-string): New function.
34 (org-get-entries-from-diary): Set the hook for
35 `add-to-diary-list'.
36 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
37 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
38 active region.
39 (org-export-as-html): Handle QUOTE keyword.
40 (org-quote-string): New option.
41 (org-bookmark-jump-unhide): New function, used for
42 `bookmark-after-jump-hook'.
43 (org-diary-default-entry): Apply only when not called through
44 `org-agenda'.
45
46 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
47
48 * net/eudc.el (mode-popup-menu):
49 * play/handwrite.el (ps-printer-name, ps-lpr-command):
50 * progmodes/ada-mode.el (compile-auto-highlight)
51 (skeleton-further-elements):
52 * progmodes/autoconf.el (font-lock-syntactic-keywords):
53 * progmodes/cmacexp.el (msdos-shells):
54 * progmodes/compile.el (font-lock-extra-managed-props)
55 (font-lock-keywords, font-lock-maximum-size)
56 (font-lock-support-mode):
57 * progmodes/grep.el (font-lock-lines-before):
58 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
59 * progmodes/mixal-mode.el (compile-command):
60 * progmodes/perl-mode.el (font-lock-comment-face)
61 (font-lock-doc-face, font-lock-string-face):
62 * progmodes/prolog.el (comint-prompt-regexp):
63 * progmodes/sh-script.el (font-lock-comment-face)
64 (font-lock-set-defaults, font-lock-string-face):
65 * progmodes/sql.el (font-lock-keyword-face)
66 (font-lock-set-defaults, font-lock-string-face):
67 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
68 (itimer-version, lazy-lock-defer-contextually)
69 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
70 Add defvars.
71
72 * progmodes/cperl-mode.el (cperl-electric-lbrace)
73 (cperl-electric-keyword, cperl-electric-pod)
74 (cperl-electric-backspace, cperl-forward-re)
75 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
76 (vc-rcs-header, vc-sccs-header): Add defvars.
77
78 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
79 (font-lock-syntactic-keywords, gud-find-expr-function):
80 Add defvars.
81
82 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
83 (gdb-frame-parameters): Declare before use.
84
85 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
86 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
87 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
88 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
89
90 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
91 (idlwave-help-with-source): Use `insert-buffer-substring', not
92 `insert-buffer'.
93
94 2005-08-29 Juri Linkov <juri@jurta.org>
95
96 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
97 Put outline-back-to-heading function call inside save-excursion.
98
99 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
100
101 * man.el (Man-init-defvars, Man-translate-references)
102 (Man-support-local-filenames, Man-highlight-references):
103 * progmodes/sql.el (sql-interactive-mode):
104 * shell.el (shell-mode, shell-resync-dirs): Fix typos in
105 docstrings.
106
107 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
108 (compilation-mode-font-lock-keywords): Add defvars.
109 (checkdoc-interactive-loop): "?\ " -> "?\s".
110
111 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
112 (font-lock-doc-face, font-lock-string-face)
113 (font-lock-keywords-case-fold-search): Add defvars.
114 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
115
116 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
117 Don't pass X and Y (they are ignored anyway).
118 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
119 (mouse-delete-window): Make arguments optional.
120
121 * obsolete/rnews.el (news-add-news-group): Don't use
122 `end-of-line'.
123 (caesar-translate-table, minor-modes, news-buffer-save)
124 (news-group-name, news-minor-modes): Add defvars.
125
126 * emacs-lisp/lselect.el (mouse-highlight-priority)
127 (x-lost-selection-functions, zmacs-regions):
128 * emacs-lisp/pp.el (font-lock-verbose):
129 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
130 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
131 (ses-mode-map):
132 * emacs-lisp/tcover-unsafep.el (safe-functions):
133 * international/mule-cmds.el (mac-system-coding-system)
134 (mac-system-locale):
135 * language/ethio-util.el (rmail-current-message)
136 (rmail-message-vector):
137 * language/thai-util.el (thai-auto-composition-mode):
138 * mail/metamail.el (rmail-current-message, rmail-message-vector):
139 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
140 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
141 (vm-primary-inbox, vm-spool-files):
142 * mail/rmail.el (deleted-head, font-lock-fontified)
143 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
144 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
145 (total-messages):
146 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
147 (rmail-summary-mode-map):
148 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
149 (rmail-last-label, rmail-last-multi-labels)
150 (rmail-summary-vector, rmail-total-messages):
151 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
152 * mail/rmailsum.el (msgnum):
153 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
154 (rmail-current-message):
155 * obsolete/fast-lock.el (font-lock-face-list):
156 * obsolete/rnewspost.el (mail-reply-buffer):
157 * obsolete/scribe.el (compile-command):
158 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
159
160 2005-08-28 John Paul Wallington <jpw@gnu.org>
161
162 * ibuf-ext.el (ibuffer-auto-update-changed): Use
163 `frame-or-buffer-changed-p' to check whether we need to update.
164 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
165 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
166 as a `frame-or-buffer-changed-p' state vector instead.
167
168 2005-08-27 Romain Francoise <romain@orebokech.com>
169
170 * textmodes/makeinfo.el (makeinfo-compile): Use
171 `compilation-start'. Set `next-error-function' according to
172 `disable-errors'.
173 (makeinfo-next-error): New function.
174 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
175 (makeinfo-buffer): Likewise.
176
177 * progmodes/compile.el (compilation-start): Add autoload cookie.
178
179 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
180 * textmodes/sgml-mode.el: Likewise.
181 * progmodes/python.el: Likewise.
182
183 2005-08-27 Eli Zaretskii <eliz@gnu.org>
184
185 * simple.el (blink-matching-paren-distance): Document the meaning
186 of nil value, and allow to customize to nil.
187
188 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
189 command.com, not command.exe.
190
191 2005-08-26 John Wiegley <johnw@newartisans.com>
192
193 * eshell/esh-cmd.el (eshell-rewrite-named-command): Changed the
194 code around a bit so that an extraneous nil argument is not added
195 to a command when no args are given.
196
197 * eshell/esh-arg.el (eshell-parse-double-quote): If a
198 double-quoted argument resolves to nil, return it as an empty
199 string rather than as nil. This made it impossible to pass "" to
200 a shell script as a null string argument.
201
202 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * outline.el (outline-invent-heading): New fun.
205 (outline-promote, outline-demote): Use it.
206 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
207 (outline-end-of-subtree): Remove unused var `opoint'.
208
209 2005-08-26 David Reitter <david.reitter@gmail.com>
210
211 * menu-bar.el (truncate-lines, write-file, print-buffer)
212 (ps-print-buffer-faces, ps-print-buffer, split-window):
213 Disable menu items when the frame they refer to is invisible, or when
214 they refer to a buffer and the minibuffer is selected.
215
216 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
217
218 * progmodes/flymake.el (flymake-highlight-err-lines):
219 Use save-excursion around flymake-highlight-line to preserve point.
220
221 2005-08-26 Eli Zaretskii <eliz@gnu.org>
222
223 * progmodes/octave-mod.el: Change Author and Maintainer address.
224 (octave-maintainer-address): Change Kurt's email address.
225 * progmodes/octave-inf.el: Change Author and Maintainer address.
226 * progmodes/octave-hlp.el: Change Author and Maintainer address.
227
228 2005-08-26 Kim F. Storm <storm@cua.dk>
229
230 * subr.el (version-list-<, version-list-<=, version-list-=):
231 Renamed from integer-list-*.
232 (version-list-not-zero): Likewise. Fix while loop.
233 (version=): Use version-list-= instead of string-equal.
234
235 2005-08-26 Richard M. Stallman <rms@gnu.org>
236
237 * outline.el (outline-promote): Try shortening the heading.
238 As last resort, read the heading to use.
239 (outline-demote): As last resort, read the heading to use.
240
241 2005-08-26 Romain Francoise <romain@orebokech.com>
242
243 * progmodes/compile.el (compilation-start): Doc fix.
244
245 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
246 (antlr-font-lock-additional-keywords): Fix reference to
247 `antlr-font-lock-literal-regexp' erroneously changed during the
248 mass face rename.
249 (antlr-run-tool): Use `compilation-start'.
250
251 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
252 instead of the obsolete `compile-internal'.
253
254 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
255
256 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
257 (number, original-date):
258 * calendar/cal-china.el (date):
259 * calendar/cal-coptic.el (date):
260 * calendar/cal-french.el (date):
261 * calendar/cal-hebrew.el (date, entry, number, original-date):
262 * calendar/cal-islam.el (date, number, original-date):
263 * calendar/cal-iso.el (date):
264 * calendar/cal-julian.el (date):
265 * calendar/cal-mayan.el (date):
266 * calendar/cal-menu.el (date, event):
267 * calendar/cal-persia.el (date):
268 * calendar/lunar.el (date):
269 * calendar/solar.el (date): Add defvars.
270
271 * emerge.el:
272 * ibuffer.el:
273 * info-xref.el:
274 * obsolete/bg-mouse.el:
275 * obsolete/sun-curs.el:
276 * obsolete/swedish.el: Move the `defvar's to the top level.
277
278 * smerge-mode.el (smerge-refined-change): Add :group.
279
280 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
283 (smerge-keep-n): Remove props.
284 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
285 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
286 now that it's done in smerge-keep-n.
287 (smerge-refined-change): New face.
288 (smerge-refine-chopup-region, smerge-refine-highlight-change)
289 (smerge-refine): New funs.
290 (smerge-basic-map): Bind smerge-refine.
291
292 2005-08-25 Juri Linkov <juri@jurta.org>
293
294 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
295 compilation-process-setup-function and compilation-disable-input
296 in grep-mode instead of let-bindings in grep.
297
298 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
299 Delete "Automatic File De/compression" (auto-compression-mode).
300
301 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
302
303 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
304 Silence warning about non-existent variable.
305
306 2005-08-25 Richard M. Stallman <rms@gnu.org>
307
308 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
309 Rename "Describe Key" to "Describe Key or Mouse Operation".
310
311 * mail/mailalias.el (build-mail-aliases): Delete comments
312 from the contents before processing them.
313
314 * isearch.el (isearch-edit-string): Erase the Search prompt
315 if user enters an empty string and there is no default.
316
317 * comint.el (comint-file-name-prefix): Add autoload.
318
319 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
320
321 * subr.el (play-sound): Rearrange to avoid warning.
322
323 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
324
325 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
326 New hook.
327 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
328
329 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
330
331 * subr.el (version-separator, version-regexp-alist): New vars used by
332 version comparison funs.
333 (integer-list-<, integer-list-=, integer-list-<=)
334 (integer-list-not-zero): New funs for integer list comparison.
335 (version-to-list, version=, version<, version<=): New funs for version
336 comparison.
337
338 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
339
340 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
341 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
342 time to silence the byte-compiler.
343
344 * ibuffer.el (ibuffer-compile-make-eliding-form)
345 (ibuffer-check-formats): Use `with-no-warnings' to hide references
346 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
347 so it's silly to get warnings for it).
348 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
349 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
350 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
351 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
352 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
353 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
354 Defvar at compile time.
355 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
356 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
357 Declare them before use.
358
359 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
360 (info-xref-good, info-xref-bad): Defvar at compile time.
361
362 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
363 Use `let*' instead of `let'.
364
365 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
366 (*mouse-y*, menu, char): Defvar at compile time.
367 (sc::menu): Declare it before use.
368 (sc::pack-one-line): Use `let', not `let*'.
369
370 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
371 (mail-send-hook): Defvar at compile time.
372
373 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
374 Defvar at compile time.
375
376 * term/sun-mouse.el (current-global-mousemap)
377 (current-local-mousemap): Declare them before use.
378
379 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
380
381 * bookmark.el (bookmark-after-jump-hook): New hook.
382 (bookmark-jump): Run `bookmark-after-jump-hook'.
383
384 2005-08-23 Juri Linkov <juri@jurta.org>
385
386 * faces.el (minibuffer-prompt): Doc fix.
387
388 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
389
390 * progmodes/xscheme.el: Trivial changes to silence warnings.
391 (xscheme-previous-mode, xscheme-previous-process-state):
392 Add defvars.
393 (xscheme-last-input-end, xscheme-process-command-line)
394 (xscheme-process-name, xscheme-buffer-name)
395 (xscheme-expressions-ring-max, xscheme-expressions-ring)
396 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
397 (xscheme-control-g-synchronization-p)
398 (xscheme-control-g-disabled-p, xscheme-string-receiver)
399 (default-xscheme-runlight, xscheme-runlight)
400 (xscheme-runlight-string, xscheme-process-filter-state)
401 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
402 Move to beginning of file.
403 (scheme-interaction-mode-commands-alist)
404 (scheme-interaction-mode-map, scheme-debugger-mode-map): Declare
405 them before use. Note: the initialization code for the variables
406 has not been moved because it uses functions that reference the
407 variables.
408 (xscheme-control-g-message-string, xscheme-process-filter-alist)
409 (xscheme-prompt-for-expression-map): Declare them before use.
410 (scheme-debugger-mode-commands): "?\ " -> "?\s".
411
412 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
413
414 * hexl.el (hexl-print-current-point-info): Fix simple spelling
415 error.
416
417 2005-08-22 Juri Linkov <juri@jurta.org>
418
419 * faces.el (set-face-underline): Delete this duplicate function
420 and make an obsolete alias to set-face-underline-p.
421 (set-face-underline-p): Use docstring of set-face-underline.
422 (describe-face): Create hyperlink to parent face.
423
424 * info.el (Info-insert-dir): Use save-excursion around
425 insert-buffer-substring.
426 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
427 (Info-escape-percent): Delete function.
428 (Info-fontify-node): Replace Info-escape-percent by
429 replace-regexp-in-string with REP arg set to lambda that
430 duplicates `%' and preserves text properties.
431
432 * progmodes/compile.el (compilation-disable-input): Doc fix.
433 (define-compilation-mode): Doc fix and refill.
434 (kill-compilation): Use `mode-name' in the error message.
435 (compilation-find-file): Use `compilation-error' in the
436 read-file-name's prompt.
437
438 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
441 (smerge-auto-leave): Make undo re-enable the mode.
442 (debug-ignored-errors): Add the user-error of impossible resolution.
443 (smerge-resolve): Move things around a bit, in preparation for later.
444 (smerge-diff): Don't fail if the buffer has no associated file.
445 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
446 (smerge-conflict-overlay): New function.
447 (smerge-match-conflict): Don't add text properties here.
448 (smerge-find-conflict): Instead, add an overlay here.
449 Also check for the case where we're inside a conflict already, so as to
450 obviate the need for font-lock-multiline, which is unbearably slow with
451 large conflicts and ciomplex font-lock patterns.
452 (smerge-remove-props): Remove overlay rather than text-properties.
453 (smerge-mode): Don't set font-lock-multiline.
454 Remove overlays when turned off.
455
456 2005-08-21 Kim F. Storm <storm@cua.dk>
457
458 * ido.el (ido-ignore-item-p): Use save-match-data.
459 Bind case-fold-search to ido-case-fold locally.
460
461 2005-08-20 Richard M. Stallman <rms@gnu.org>
462
463 * files.el (normal-mode): If font lock is on, turn it off and on.
464
465 * subr.el (replace-regexp-in-string): Doc fix.
466
467 * startup.el (command-line-1): Don't suppress startup screen
468 due to existing processes.
469
470 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
471
472 * progmodes/compile.el (compilation-disable-input): Default to nil.
473
474 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
475
476 * progmodes/compile.el (compilation-disable-input): New defcustom.
477 (compilation-start): If compilation-disable-input is non-nil, send
478 EOF to the compilation process.
479
480 2005-08-20 Eli Zaretskii <eliz@gnu.org>
481
482 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
483 Run the argument of tex-shell-cd-command through
484 convert-standard-filename, to get the correct style of slashes on
485 Windows, and enclose the result in quotes, in case the file name
486 includes whitespace or other special characters.
487
488 2005-08-19 Andreas Schwab <schwab@suse.de>
489
490 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
491 process.
492
493 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
494
495 * cus-start.el (minibuffer-prompt-properties): Correct typo.
496
497 2005-08-18 Kim F. Storm <storm@cua.dk>
498
499 * scroll-lock.el: Fix errors due to incorrect line wrapping.
500
501 2005-08-18 Richard M. Stallman <rms@gnu.org>
502
503 * scroll-lock.el: New file.
504
505 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
506
507 * dired.el (dired-move-to-end-of-filename):
508 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
509
510 2005-08-18 Kim F. Storm <storm@cua.dk>
511
512 * ido.el (ido-everywhere): Fix defcustom :set function to disable
513 rather than toggle mode when custom value is nil.
514 (ido-everywhere): Fix defun doc string.
515
516 2005-08-17 Richard M. Stallman <rms@gnu.org>
517
518 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
519 as tag instead of "Inviolable".
520
521 2005-08-17 Kim F. Storm <storm@cua.dk>
522
523 * windmove.el (windmove-coordinates-of-position): Remove.
524 (windmove-coordinates-of-window-position): Remove.
525 (windmove-reference-loc): Use posn-at-point instead.
526
527 * subr.el (insert-for-yank-1): Doc fix.
528
529 * ido.el (ido-enter-matching-directory): Rename from
530 ido-enter-single-matching-directory. Change 'slash choice to
531 'only. Add 'first choice.
532 (ido-exhibit): Adapt to above changes.
533
534 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
535
536 * Makefile.in: Expand comment about building loaddefs.el.
537
538 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
539
540 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
541 Comment use of defadvice.
542
543 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
544
545 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
546
547 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
548 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
549 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
550 * progmodes/idlw-shell.el, progmodes/ld-script.el,
551 * progmodes/which-func.el, ruler-mode.el, strokes.el,
552 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
553 for backward compatibility for faces that did not appear in the
554 previous Emacs release.
555
556 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
557
558 2005-08-15 Kim F. Storm <storm@cua.dk>
559
560 * emulation/cua-base.el (cua-delete-region): Return t if
561 deleted region was non-empty.
562 (cua-replace-region): Inhibit overwrite-mode for
563 self-insert-command if replaced region was non-empty.
564 (cua--explicit-region-start, cua--status-string): Make them
565 buffer-local at top-level...
566 (cua-mode): ...rather than when mode is enabled.
567
568 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
569
570 * progmodes/vhdl-mode.el (vhdl-emacs-21):
571 Set t for Emacs 21, 22, and so on.
572
573 2005-08-15 David Ponce <david@dponce.com>
574
575 * tree-widget.el Update Commentary header.
576 (tree-widget-theme): Doc fix.
577 (tree-widget-space-width): New option.
578 (tree-widget-image-properties): Look up in the default theme too.
579 (tree-widget--cursors): Only for images with arrow pointer shape.
580 (tree-widget-lookup-image): Pointer shape is hand by default.
581 (tree-widget-icon): Rename generic icon widget from
582 `tree-widget-control'.
583 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
584 derive from `tree-widget-icon'.
585 (tree-widget-handle): Improve default look and feel of the text
586 representation.
587 (tree-widget): Rename :*-control properties to :*-icon properties.
588 Add :action and :help-echo properties.
589 (tree-widget-after-toggle-functions): Move.
590 (tree-widget-close-node, tree-widget-open-node): Remove.
591 (tree-widget-before-create-icon-functions): New hook.
592 (tree-widget-value-create): Update to allow customization of icons
593 and nodes at run-time via that new hook.
594 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
595 (tree-widget-icon-action, tree-widget-icon-help-echo)
596 (tree-widget-action, tree-widget-help-echo): New functions.
597
598 2005-08-15 Kim F. Storm <storm@cua.dk>
599
600 * ido.el (ido-buffer-internal): Use with-no-warnings.
601 (ido-make-merged-file-list): Use while-no-input.
602
603 2005-08-15 Richard M. Stallman <rms@gnu.org>
604
605 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
606 (flyspell-large-region): Fix doc and custom type.
607
608 2005-08-14 Richard M. Stallman <rms@gnu.org>
609
610 * files.el (interpreter-mode-alist): Doc fix.
611
612 * mail/rmail.el (rmail-nonignored-headers): New variable.
613 (rmail-clear-headers): Use it.
614 (rmail-reply): Better handling of mail-followup-to header.
615
616 * progmodes/sh-script.el (sh-font-lock-keywords-var):
617 Rename variable from sh-font-lock-keywords. In the `shell' entry,
618 don't try to refer to executable-font-lock-keywords.
619 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
620 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
621 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
622 (sh-mode): Set comment-start-skip, local-abbrev-table,
623 imenu-case-fold-search.
624 (sh-set-shell): Don't set them here.
625 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
626 Don't cache the results in the original alist; don't ever modify
627 that alist.
628
629 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
630
631 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
632 empty.
633
634 2005-08-15 Andreas Schwab <schwab@suse.de>
635
636 * desktop.el: Put autoload cookie at risky-local-variable declarations.
637
638 * dired.el, info.el, mail/rmail.el: Revert last change.
639
640 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
641
642 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
643 modification in `eval-after-load' form.
644 * info.el: Likewise.
645 * mail/rmail.el: Likewise.
646
647 2005-08-14 Juri Linkov <juri@jurta.org>
648
649 * progmodes/compile.el (compilation-mode-font-lock-keywords):
650 Remove highlighting of "Compilation started". Highlight only
651 the word "finished" in "Compilation finished". Add highlighting
652 of "interrupt", "killed", "terminated" and the exit code.
653 (compilation-start): Add newline after header. Use exactly the
654 same time stamp format as the finishing message.
655 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
656
657 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
658 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
659 Add highlighting of "interrupt", "killed", "terminated".
660
661 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
662 enabled and the current command is self-insert-command, call it
663 explicitly with overwrite-mode bound to nil, to not allow it
664 to delete the character after the selected region.
665
666 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
667
668 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
669 move-end-of-line, end-of-line, and beginning-of-line to the list
670 of commands after which the echo area is updated.
671
672 2005-08-12 Eli Zaretskii <eliz@gnu.org>
673
674 * cus-edit.el (custom-save-all, custom-save-delete):
675 Bind recentf-exclude to exclude custom-file.
676
677 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
678
679 * mail/rmailsum.el (rmail-summary-end-of-message): New command
680 to go to the bottom of the mail message. Added to
681 `rmail-summary-mode-map' with key "/".
682 (rmail-summary-show-message): New (internal) function for use by
683 both `rmail-summary-beginning/end-of-message'.
684 (rmail-summary-beginning-of-message): Change to use
685 rmail-summary-show-message.
686
687 * mail/rmail.el (rmail-end-of-message): New command to go to the
688 end of the current message. Added to `rmail-mode-map' with key "/".
689 (rmail-beginning-of-message): Fix to work as documented.
690 (rmail-mode): Change documentation.
691
692 * progmodes/compile.el (compilation-start): Add the line
693 "Compilation started" with compilation start time.
694 (compilation-mode-font-lock-keywords): Add `started' to keywords.
695
696 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
697
698 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
699 of menu items.
700
701 2005-08-11 Richard M. Stallman <rms@gnu.org>
702
703 * simple.el (pop-global-mark): Reverse test of widen-automatically.
704
705 * battery.el (battery-status-function): Don't use ignore-errors.
706
707 2005-08-11 Lute Kamstra <lute@gnu.org>
708
709 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
710 define-obsolete-variable-alias.
711
712 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
715 (ange-ftp-send-cmd): Revert last change, and expand
716 the comment explaining the problem.
717
718 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
719
720 * ldefs-boot.el: Update.
721
722 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
723 item to "Time, Load and Mail". Change help echo text.
724
725 * time.el (display-time-use-mail-icon, display-time-format)
726 (display-time-string-forms): Shorten first line of docstrings.
727
728 2005-08-10 Lars Hansen <larsh@soem.dk>
729
730 * desktop.el (desktop-buffer-mode-handlers):
731 Make non-customizable. Add autoload cookie. Change initial value to
732 nil; add elements in respective modules instead. Fix doc string.
733 (desktop-load-file): New function.
734 (desktop-minor-mode-handlers): New autoloaded variable.
735 (desktop-create-buffer): Call minor mode handlers.
736 Use desktop-load-file to load major and minor mode modules prior to
737 checking for a handler.
738 (desktop-save): Don't add nil to desktop-minor-modes for minor
739 modes with nil function in desktop-minor-mode-table. Don't delete
740 desktop file before rewriting it.
741 (desktop-locals-to-save): Add autoload cookie. Don't make
742 automatically buffer-local. Add variables column-number-mode,
743 size-indication-mode, indent-tabs-mode,
744 indicate-buffer-boundaries, indicate-empty-lines and
745 show-trailing-whitespace.
746 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
747 regexps. Don't use desktop-clear-preserve-buffers-regexp.
748 (desktop-clear-preserve-buffers-regexp): Delete.
749 (desktop-clear-preserve-buffers): Update initial value and docstring.
750 (desktop-save-buffer): Fix doc string.
751
752 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
753 (hilit-chg-desktop-restore): New function.
754 (highlight-changes-mode): Add highlight-changes-mode to
755 desktop-locals-to-save.
756
757 * dired.el: Add handler to desktop-buffer-mode-handlers.
758 (dired-restore-desktop-buffer): Remove autoload cookie.
759 (dired-mode): Add autoload cookie.
760
761 * info.el: Add handler to desktop-buffer-mode-handlers.
762 (Info-restore-desktop-buffer): Remove autoload cookie.
763 (Info-mode): Add autoload cookie.
764
765 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
766 (mh-restore-desktop-buffer): Remove autoload cookie.
767 (mh-folder-mode): Add autoload cookie.
768
769 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
770 (rmail-restore-desktop-buffer): Remove autoload cookie.
771
772 2005-08-11 Masatake YAMATO <jet@gyve.org>
773
774 * hexl.el (hexl-address-region):
775 (hexl-ascii-region, hexl-font-lock-keywords):
776 (hexl-highlight-line-range): Use the term "region"
777 instead of "area" for consistency with the other symbols
778 defined in hexl.el.
779
780 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
781
782 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
783 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
784 out by Juri Linkov). Add `display-battery-mode'.
785
786 2005-08-09 Juri Linkov <juri@jurta.org>
787
788 * progmodes/compile.el (compilation-mode-font-lock-keywords):
789 Remove `-text' from face variable names.
790 (compilation-error-file-name, compilation-warning-file-name)
791 (compilation-info-file-name): Delete faces.
792 (compilation-line-number, compilation-column-number):
793 Remove face underlining.
794 (compilation-message-face): Set to `underline' value by default.
795 (compilation-error-face, compilation-warning-face)
796 (compilation-info-face): Remove `-file-name' from face names.
797 (compilation-error-text-face, compilation-warning-text-face)
798 (compilation-info-text-face): Delete face variables.
799 (compilation-text-face): Delete function.
800
801 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
802 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
803 (grep-error-face): Set to `compilation-error' instead of
804 `compilation-error-face' (which is redefined to `grep-hit-face' in
805 grep buffers).
806 (grep-mode-font-lock-keywords): Remove `-text' from face variable
807 names. Use `grep-error-face' instead of `compilation-error-text-face'.
808
809 * dired-aux.el (dired-do-query-replace-regexp):
810 Use `query-replace-read-args'.
811
812 * replace.el (query-replace-read-from, query-replace-read-to)
813 (query-replace-read-args): Rename arg `string' to `prompt'.
814
815 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
816
817 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
818
819 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
820 uploading files.
821 (ange-ftp-canonize-filename): Handle file names beginning with ~
822 correctly.
823
824 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
825
826 * textmodes/fill.el (canonically-space-region)
827 (fill-context-prefix, fill-french-nobreak-p)
828 (fill-delete-newlines, fill-comment-paragraph)
829 (justify-current-line): "?\ " -> "?\s".
830
831 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
832
833 * textmodes/fill.el (fill-nonuniform-paragraphs):
834 Improve argument/docstring consistency.
835
836 2005-08-09 Richard M. Stallman <rms@gnu.org>
837
838 * textmodes/ispell.el (ispell-word): More fboundp checks.
839
840 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
841 (find-file-noselect-1): Call it here, only if RAWFILE.
842 (normal-mode): Always set some major mode.
843 (save-some-buffers-action-alist): Change some explanation strings.
844 (file-name-non-special): In the `quote' method, use unwind-protect.
845
846 2005-08-09 Magnus Henoch <mange@freemail.hu>
847
848 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
849 (ispell-have-aspell-dictionaries): New variable.
850 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
851 (ispell-get-aspell-config-value): New function.
852 (ispell-aspell-find-dictionary): New function.
853 (ispell-aspell-add-aliases): New function.
854 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
855 appropriate. Don't look for ispell dictionaries if we use aspell.
856 (ispell-menu-map): Don't build a submenu of dictionaries.
857
858 2005-08-09 Richard M. Stallman <rms@gnu.org>
859
860 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
861 (sql-read-passwd): Use read-passwd.
862
863 * progmodes/idlw-toolbar.el (idlwave-toolbar)
864 (idlwave-toolbar-is-possible): Add defvars.
865
866 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
867 Avoid warnings.
868
869 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
870 (idlwave-system-class-info, idlwave-executive-commands-alist):
871 Use defvar.
872
873 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
874
875 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
876 Avoid warnings.
877
878 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
879 and content-type: headers.
880
881 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
882
883 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
884 and rename some of them to be more self-explanatory.
885
886 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
887
888 * startup.el (command-line-1): Implement -scriptload.
889
890 * replace.el (occur-engine): Initial *Occur* output not undoable.
891
892 * menu-bar.el (menu-bar-file-menu): Rename some menu items
893 and improve help strings.
894
895 * isearch.el (isearch-repeat): When changing direction,
896 mark search successful.
897
898 * ediff-init.el: Use (featurep 'xemacs).
899
900 * comint.el (send-invisible): Identify buffer, if not selected.
901
902 * align.el: Delete autoload for c-guess-basic-syntax.
903
904 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
905
906 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
907 Improve argument/docstring consistency. Doc fixes.
908 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
909 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
910 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
911 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
912 (r2bv-organization, r2bv-pages, r2bv-primary-author)
913 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
914 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
915 Defvar at compile time.
916
917 2005-08-09 Juri Linkov <juri@jurta.org>
918
919 * info.el: Replace `info' with upper-case `Info' where appropriate.
920 (info-title-1, info-title-2, info-title-3, info-title-4)
921 (info-menu-header): Move up face definitions.
922 (info-menu-star): Rename from `info-menu-5'.
923 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
924 (Info-fontify-visited-nodes): Fix docstring.
925 (Info-hide-note-references): Fix docstring.
926 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
927 menu items in the same way as on cross-references.
928 (info-apropos): Fix sorting order and formatting to be like in the
929 stand-alone Info browser. Display error messages for 1 sec.
930 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
931 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
932 from the menu bar.
933 (Info-insert-dir): Restore point after calling
934 `insert-buffer-substring'.
935
936 2005-08-08 Richard M. Stallman <rms@gnu.org>
937
938 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
939 (recompute-lucid-menubar): Add defvars.
940
941 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
942
943 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
944
945 * net/net-utils.el (run-dig): Rename from `dig'.
946
947 * play/gametree.el (gametree-mode): Use make-local-variable,
948 not make-variable-buffer-local.
949
950 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
951
952 * ansi-color.el (ansi-color-make-extent)
953 (ansi-color-set-extent-face): Use fboundp, not functionp.
954
955 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
956 not make-variable-buffer-local.
957
958 * bookmark.el (Info-current-file): Add defvar.
959 (bookmark-jump-noselect): Use with-no-warnings.
960
961 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
962
963 * ebuff-menu.el (Helper-return-blurb): Add defvar.
964
965 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
966
967 * find-file.el (ada-procedure-start-regexp)
968 (ada-package-start-regexp): Add defvars.
969
970 * info.el (Info-insert-dir): Use insert-buffer-substring.
971
972 * xml.el (xml-att-def-re): Add defvar.
973
974 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
975 calling convention.
976
977 * subr.el (while-no-input): Return t if there is input.
978
979 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
980
981 * cus-start.el (all): Add `overflow-newline-into-fringe'.
982
983 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
984
985 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
986 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
987
988 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
989
990 * cmuscheme.el (scheme-start-file): Replace reference to
991 `user-emacs-directory' by "~/.emacs.d/".
992
993 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
994
995 * info.el (Info-dir-remove-duplicates): Avoid case folding
996 in loop; instead, keep downcased strings for comparison.
997 Suggested by Helmut Eller.
998
999 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
1000
1001 Sync with Tramp 2.0.50.
1002
1003 * tramp.el: Remove defvar of `last-coding-system-used' in the
1004 XEmacs case; not necessary anymore.
1005 (tramp-user-regexp): Allow "@" as part of user name.
1006 (tramp-handle-set-visited-file-modtime)
1007 (tramp-handle-insert-file-contents)
1008 (tramp-handle-write-region): No special handling for
1009 `last-coding-system-used, because this is done in
1010 `tramp-accept-process-output' now.
1011 (tramp-accept-process-output): New defun.
1012 (tramp-process-one-action, tramp-process-one-multi-action)
1013 (tramp-wait-for-regexp, tramp-wait-for-output)
1014 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
1015 Howells <dhowells@redhat.com>.
1016 (clear-visited-file-modtime): Defadvice removed. The check for
1017 unset buffer's modtime does not need to be based on
1018 `tramp-buffer-file-attributes'. Suggested by RMS.
1019 (tramp-message): Insert "\n" if not being at beginning of line.
1020 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
1021 sequence with same logic.
1022 (tramp-completion-handle-expand-file-name): Discard call of
1023 `tramp-drop-volume-letter'. It is not necessary, and there have
1024 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
1025 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1026 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
1027 should always be visible.
1028 (tramp-handle-insert-directory, tramp-setup-complete)
1029 (tramp-set-process-query-on-exit-flag)
1030 (tramp-append-tramp-buffers): Pacify byte-compiler.
1031 (tramp-bug): Delete non-existing variables from list.
1032 Apply `tramp-load-report-modules' as pre-hook.
1033 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
1034 `shell-prompt-pattern' because of non-7bit characters.
1035 Reported by Sebastian Luque <sluque@mun.ca>.
1036 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
1037 (tramp-match-string-list): Remove function.
1038 (tramp-wait-for-regexp): Remove call of that function.
1039 Suggested by Kim F. Storm <storm@cua.dk>.
1040 (tramp-set-auto-save-file-modes): Use octal integer code #o600
1041 instead of octal character code ?\600. The latter resulted in a
1042 syntax error with XEmacs.
1043
1044 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
1045 XEmacs case; not necessary anymore.
1046 (tramp-smb-handle-write-region): No special handling for
1047 `last-coding-system-used, because this is done in
1048 `tramp-accept-process-output' now.
1049 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
1050
1051 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
1052
1053 * wid-edit.el (widget-choice-value-create):
1054 Unconditionally respect user choice. Set :explicit-choice back to nil
1055 when no longer needed.
1056 (widget-choice-action): Unconditionally respect user choice.
1057 Eliminate :explicit-choice-value.
1058
1059 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
1060
1061 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
1062 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
1063 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
1064 running new function `toggle-indicate-empty-lines'.
1065 Rename "Customize" item to "Customize fringe".
1066 Rename "Indicators" item to "Buffer boundaries" and change help echo.
1067 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
1068 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
1069 Delete "Empty lines only" item.
1070 (menu-bar-showhide-fringe-ind-customize): New function.
1071 (menu-bar-showhide-fringe-ind-mixed)
1072 (menu-bar-showhide-fringe-ind-box)
1073 (menu-bar-showhide-fringe-ind-right)
1074 (menu-bar-showhide-fringe-ind-left)
1075 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
1076 instead of `fringe-indicators'.
1077
1078 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
1079
1080 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
1081 Change the date of last update.
1082
1083 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
1084
1085 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
1086 (viper-exec-yank, viper-put-back): Don't display modification msg
1087 if in the minibuffer.
1088
1089 * viper-init.el (viper-replace-overlay-cursor-color)
1090 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
1091 Make variables frame local.
1092
1093 * viper-util.el (viper-append-filter-alist): Use append instead of
1094 nconc.
1095
1096 * viper.el (viper-vi-state-mode-list)
1097 (viper-emacs-state-mode-list): Move help-mode and
1098 completion-list-mode from the first list to the second.
1099 (viper-mode): Docstring.
1100 (viper-go-away, viper-non-hook-settings): Don't localize
1101 minor-mode-alist in newer Emacsen. Add advice to
1102 set-cursor-color. Don't bind "\C-c\\".
1103
1104 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
1105
1106 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
1107 (scheme-macro-expand-command): New user options.
1108 (scheme-trace-procedure, scheme-expand-current-form): New commands.
1109 (scheme-form-at-point, scheme-start-file)
1110 (scheme-interactively-start-process): New functions.
1111 (scheme-get-process): New function, extracted from `scheme-proc'.
1112 (run-scheme): Call `scheme-start-file' to get start file, and pass
1113 it to `make-comint'.
1114 (switch-to-scheme, scheme-proc):
1115 Call `scheme-interactively-start-process' if no Scheme buffer/process
1116 is available.
1117
1118 2005-08-06 Juri Linkov <juri@jurta.org>
1119
1120 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1121 Use `compilation-text-face', `compilation-info-text-face' and
1122 `compilation-error-text-face' instead of `font-lock-keyword-face'.
1123 (compilation-error): New face.
1124 (compilation-error-file-name): Inherit from
1125 `compilation-error' instead of `font-lock-warning-face'.
1126 (compilation-warning-file-name): Inherit from
1127 `compilation-warning' instead of `font-lock-warning-face'.
1128 (compilation-info, compilation-error-file-name)
1129 (compilation-warning-file-name, compilation-info-file-name)
1130 (compilation-line-number, compilation-column-number): Doc fix.
1131 (compilation-error-text-face, compilation-warning-text-face)
1132 (compilation-info-text-face): New face variables.
1133 (compilation-line-face, compilation-column-face)
1134 (compilation-enter-directory-face)
1135 (compilation-leave-directory-face): Doc fix.
1136 (compilation-text-face): New function.
1137
1138 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
1139 instead of 1 to display binary file names as info file links.
1140 (grep-error-face): Use `compilation-error-face' instead of
1141 `font-lock-keyword-face'.
1142 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
1143 and `compilation-warning-text-face' instead of
1144 `font-lock-keyword-face'. Use `compilation-error-text-face'
1145 instead of `grep-error-face'.
1146
1147 2005-08-05 Kenichi Handa <handa@m17n.org>
1148
1149 * international/code-pages.el: Add autoload cookies for all coding
1150 systems.
1151
1152 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
1153
1154 * cus-start.el (all): Put undo.c where it alphabetically belongs.
1155
1156 2005-08-04 Juri Linkov <juri@jurta.org>
1157
1158 * progmodes/compile.el (compilation-mode-map):
1159 * progmodes/grep.el (grep-mode-map):
1160 Bind TAB to `compilation-next-error' and [backtab] to
1161 `compilation-previous-error'.
1162
1163 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
1164 matching line numbers, column numbers and their ranges with regexp
1165 matching only line numbers.
1166 (grep-context-face): New face variable.
1167 (grep-mode-font-lock-keywords): Use it.
1168
1169 * faces.el (read-face-name): Delete duplicate faces.
1170
1171 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
1172
1173 * thumbs.el (thumbs-find-image): Don't make variables
1174 automatically buffer local.
1175 (thumbs-current-tmp-filename, thumbs-current-image-filename)
1176 (thumbs-image-num): Make automatically buffer local.
1177 (thumbs-show-thumbs-list): Use `make-local-variable', not
1178 `make-variable-buffer-local'.
1179 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
1180
1181 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
1182 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
1183 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
1184 (bother, bye, canyou, chatlst, continue, deathlst, describe)
1185 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
1186 (feelings-about, foullst, found, hello, history, howareyoulst)
1187 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
1188 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
1189 (neglst, obj, object, owner, please, problems, qlist)
1190 (random-adjective, relation, remlst, repetitive-shortness)
1191 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
1192 (shortlst, something, sportslst, stallmanlst, states, subj)
1193 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
1194 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
1195 Defvar at compile time.
1196
1197 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
1198 not `make-variable-buffer-local'.
1199
1200 2005-08-02 Kim F. Storm <storm@cua.dk>
1201
1202 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
1203 rectangle overlay in selected window.
1204
1205 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
1206
1207 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
1208 instead of display group. Make `indicate-buffer-boundaries'
1209 customizable through Custom.
1210
1211 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
1212
1213 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
1214 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
1215 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
1216 (gdb-put-string): Fix typos in docstrings.
1217
1218 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
1219
1220 Update copyright notices of files in progmodes directory for
1221 release of Emacs 22.1.
1222
1223 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
1224
1225 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
1226 Don't barf if the GUD buffer has been killed.
1227
1228 2005-08-01 Kim F. Storm <storm@cua.dk>
1229
1230 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
1231
1232 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * simple.el (next-error-follow-minor-mode):
1235 make-variable-buffer-local -> make-local-variable.
1236
1237 * emacs-lisp/cl-extra.el: Require CL also when compiling.
1238
1239 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
1240 (byte-compile-form-make-variable-buffer-local): New functions to warn
1241 about misuses of make-variable-buffer-local where make-local-variable
1242 was meant.
1243
1244 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
1245
1246 * bs.el (bs-attributes-list): Doc fix.
1247 (bs): Update url-link.
1248
1249 * desktop.el (desktop-save-buffer): Fix typos in docstring.
1250 (desktop-load-default): Simplify.
1251
1252 * ibuffer.el (ibuffer-columnize-and-insert-list)
1253 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
1254 (ibuffer-unmark-all, ibuffer-toggle-marks)
1255 (ibuffer-unmark-forward, ibuffer-unmark-backward)
1256 (ibuffer-compile-make-format-form, ibuffer-format-column)
1257 (ibuffer-current-buffers-with-marks)
1258 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
1259 (ibuffer): Doc fix.
1260 (ibuffer-mode): Fix typo in docstring.
1261 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
1262 with `define-obsolete-variable-alias'.
1263 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
1264
1265 2005-07-29 Kenichi Handa <handa@m17n.org>
1266
1267 * international/mule-cmds.el (select-message-coding-system):
1268 Be sure to use LF for end-of-line. If no coding system is decided,
1269 return iso-8859-1-unix.
1270
1271 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
1272
1273 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
1274 (ange-ftp-pending-error-line): New vars.
1275 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
1276 to handle the non-fatal no-route-to-host messages.
1277 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
1278
1279 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
1280
1281 * isearch.el (isearch-mode-map, isearch-other-meta-char)
1282 (isearch-quote-char, isearch-printing-char)
1283 (isearch-text-char-description): "?\ " -> "?\s".
1284 (isearch-lazy-highlight-cleanup)
1285 (isearch-lazy-highlight-initial-delay)
1286 (isearch-lazy-highlight-interval)
1287 (isearch-lazy-highlight-max-at-a-time)
1288 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
1289 Declare with define-obsolete-*-alias macros.
1290 (isearch-forward): Fix typo in docstring.
1291 (search-invisible, search-ring-yank-pointer)
1292 (regexp-search-ring-yank-pointer): Doc fixes.
1293
1294 * recentf.el (recentf-menu-append-commands-p): Declare with
1295 `define-obsolete-variable-alias'.
1296 (recentf-max-saved-items, recentf-menu-filter)
1297 (recentf-arrange-by-rule-subfilter): Doc fixes.
1298 (recentf-menu-append-commands-flag)
1299 (recentf-initialize-file-name-history, recentf-expand-file-name)
1300 (recentf-clear-data): Fix typos in docstrings.
1301
1302 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
1303
1304 * progmodes/gdb-ui.el: Smarten comments.
1305 (gdb-info-breakpoints-custom): Use nowarn when finding file.
1306
1307 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1308
1309 * term/apollo.el (terminal-init-apollo): New function containing
1310 all former top level forms in the file.
1311 * term/bobcat.el (terminal-init-bobcat):
1312 * term/cygwin.el (terminal-init-cygwin):
1313 * term/iris-ansi.el (terminal-init-iris-ansi):
1314 * term/linux.el (terminal-init-linux):
1315 * term/news.el (terminal-init-news):
1316 * term/rxvt.el (terminal-init-rxvt):
1317 * term/sun.el (terminal-init-sun):
1318 * term/tvi970.el (terminal-init-tvi970):
1319 * term/vt100.el (terminal-init-vt100):
1320 * term/vt102.el (terminal-init-vt102):
1321 * term/vt125.el (terminal-init-vt125):
1322 * term/vt200.el (terminal-init-vt200):
1323 * term/vt201.el (terminal-init-vt201):
1324 * term/vt220.el (terminal-init-vt220):
1325 * term/vt240.el (terminal-init-vt240):
1326 * term/vt300.el (terminal-init-vt300):
1327 * term/vt320.el (terminal-init-vt320):
1328 * term/vt400.el (terminal-init-vt400):
1329 * term/vt420.el (terminal-init-vt420):
1330 * term/wyse50.el (terminal-init-wyse50):
1331 * term/xterm.el (terminal-init-xterm): Likewise.
1332
1333 * term/README: Describe the terminal-init-* functionality.
1334
1335 * startup.el (command-line): After loading the terminal initialization
1336 file call the corresponding terminal initialization function.
1337
1338 2005-07-27 Kenichi Handa <handa@m17n.org>
1339
1340 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
1341 negative.
1342
1343 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
1344 (ps-mule-composition-prologue): Fix for the case that
1345 RelativeCompose is false.
1346
1347 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
1350
1351 * descr-text.el (describe-char): Handle the case where the list of
1352 chars is displayed in a separate frame.
1353 Be a bit more discriminating when looking for the char.
1354
1355 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
1356
1357 * bookmark.el (bookmark-automatically-show-annotations)
1358 (bookmark-read-annotation-text-func): Doc fixes.
1359 (bookmark-save): Improve argument/docstring consistency.
1360 (bookmark-get-bookmark, bookmark-get-bookmark-record)
1361 (bookmark-alist-from-buffer)
1362 (bookmark-upgrade-file-format-from-0)
1363 (bookmark-grok-file-format-version)
1364 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
1365 (bookmark-read-annotation-mode)
1366 (bookmark-insert-current-bookmark, bookmark-jump)
1367 (bookmark-exit-hook): Fix typos in docstrings.
1368 (bookmark-exit-hooks): Define as obsolete alias.
1369 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
1370 not `bookmark-exit-hooks'. Fix docstring.
1371 (bookmark-bmenu-select): "?\ " -> "?\s".
1372
1373 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
1374
1375 * startup.el (command-line): Fix typo.
1376
1377 2005-07-24 Richard M. Stallman <rms@gnu.org>
1378
1379 * tooltip.el (tooltip-mode): Test emacs-basic-display,
1380 not emacs-quick-startup.
1381
1382 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
1383
1384 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
1385 (reb-next-match, reb-show-subexp): Use `with-selected-window'
1386 instead of `reb-with-current-window'.
1387 (reb-prev-match): Likewise. Also, don't move left if the search
1388 was unsuccessful.
1389 (reb-initialize-buffer): New function.
1390 (re-builder, reb-change-syntax): Use it.
1391
1392 * man.el (Man-goto-page): Make second argument NOERROR optional.
1393
1394 2005-07-23 Richard M. Stallman <rms@gnu.org>
1395
1396 * man.el (Man-bgproc-sentinel): Check here for failure to find
1397 any man page in the output, and report the error here.
1398 (Man-arguments): Make it permanent local.
1399 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
1400 (Man-mode): Pass t for NOERROR.
1401
1402 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
1403 (grep-mode-font-lock-keywords):
1404 Don't use compilation-...-face for messages that are not file names.
1405
1406 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1407 Don't use compilation-...-face for messages that are not file names.
1408
1409 2005-07-22 Juri Linkov <juri@jurta.org>
1410
1411 * startup.el (normal-splash-screen): Update menu name.
1412
1413 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
1414
1415 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1416
1417 * term/xterm.el: Load term/rxvt if the terminal is actually an
1418 rxvt terminal.
1419 (xterm-rxvt-set-background-mode): Remove, not used anymore.
1420
1421 * term/rxvt.el (function-key-map): Use substitute-key-definition
1422 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
1423
1424 * term/cygwin.el: New file.
1425
1426 2005-07-22 Kim F. Storm <storm@cua.dk>
1427
1428 * image-file.el (insert-image-file, image-file-yank-handler):
1429 Fix last change to maintain a (unique) yank-handler on yanked images.
1430
1431 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
1432
1433 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
1434 of the file size (as in "177B" for 177 bytes). This happens with
1435 "ls -lh" on FreeBSD.
1436
1437 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
1438
1439 * hilit-chg.el (highlight-changes-global-initial-state)
1440 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
1441 (hilit-chg-fixup, highlight-changes-mode):
1442 Fix typos in docstrings.
1443 (highlight-changes-global-modes, highlight-changes-rotate-faces):
1444 Doc fixes.
1445
1446 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
1447
1448 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
1449 mode function using `eval-after-load'.
1450
1451 2005-07-21 Kim F. Storm <storm@cua.dk>
1452
1453 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
1454 included when reporting an emacs crash, and tell about the DEBUG file.
1455
1456 * image-file.el (insert-image-file): Add yank-handler.
1457 (image-file-yank-handler): Yank handler to make unique copies of
1458 images when they are yanked into a buffer next to each other.
1459
1460 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
1461
1462 * comint.el (comint-use-prompt-regexp, comint-send-input)
1463 (comint-source-default, comint-extract-string)
1464 (comint-get-source, comint-word, comint-completion)
1465 (comint-source, comint-prompt-read-only, comint-update-fence):
1466 Fix typos in docstrings.
1467 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
1468 Declare with define-obsolete-*-alias macros.
1469 (comint-previous-matching-input-from-input)
1470 (comint-next-matching-input-from-input)
1471 (comint-previous-matching-input, comint-next-matching-input)
1472 (comint-forward-matching-input):
1473 Improve argument/docstring consistency.
1474
1475 * desktop.el (desktop-clear-preserve-buffers-regexp):
1476 Also preserve the *server* buffer.
1477
1478 * simple.el (clone-indirect-buffer): Doc fix.
1479 (fixup-whitespace, just-one-space)
1480 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
1481 (next-error, next-error-highlight)
1482 (next-error-highlight-no-select, next-error-last-buffer)
1483 (next-error-buffer-p, next-error-find-buffer, next-error)
1484 (previous-error, next-error-no-select, previous-error-no-select)
1485 (open-line, split-line, minibuffer-prompt-width, kill-new)
1486 (binary-overwrite-mode): Fix typos in docstrings.
1487 (set-fill-column): Fix typo in message.
1488
1489 * skeleton.el (skeleton-proxy-new): Doc fix.
1490
1491 * strokes.el (strokes-load-hook): Doc fix.
1492 (strokes-grid-resolution, strokes-get-grid-position)
1493 (strokes-renormalize-to-grid, strokes-read-stroke)
1494 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1495 (strokes-global-map): Fix typos in docstrings.
1496 (strokes-help): Doc fix. Fix help message and pass it through
1497 `substitute-command-keys'.
1498
1499 * tempo.el (tempo-insert-prompt, tempo-interactive)
1500 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1501 (tempo-insert-string-functions, tempo-local-tags)
1502 (tempo-define-template, tempo-insert-template)
1503 (tempo-insert-prompt-compat, tempo-is-user-element)
1504 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1505 Fix typos in docstrings.
1506
1507 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1508 (vcursor-key-bindings, vcursor-use-vcursor-map)
1509 (vcursor-find-window, vcursor-scroll-down)
1510 (vcursor-disable, vcursor-beginning-of-buffer)
1511 (vcursor-end-of-buffer): Fix typos in docstrings.
1512 (vcursor-relative-move, vcursor-get-char-count):
1513 Improve argument/docstring consistency.
1514
1515 * version.el: "?\ " -> "?\s".
1516
1517 * wid-edit.el (widget-default-create, widget-after-change)
1518 (widget-default-format-handler, widget-checklist-add-item)
1519 (widget-radio-add-item, widget-choose, widget-specify-secret)
1520 (widget-field-value-create, widget-field-value-get)
1521 (widget-editable-list-format-handler)
1522 (widget-editable-list-entry-create, widget-group-value-create)
1523 (widget-documentation-link-add)
1524 (widget-documentation-string-value-create): "?\ " -> "?\s".
1525 (widget-convert-text): Doc fix.
1526 (widget-narrow-to-field, widget-field-find)
1527 (widget-url-link-action, widget-emacs-library-link-action)
1528 (widget-color-notify): Fix typos in docstrings.
1529
1530 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
1531 (x-select-text, set-w32-system-coding-system)
1532 (w32-add-charset-info): Fix typos in docstrings.
1533
1534 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
1535 (cua-enable-cua-keys, cua-use-hyper-key)
1536 (cua-virtual-rectangle-edges): Fix typos in docstrings.
1537 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
1538
1539 * net/tramp.el (tramp-handle-load): Fix typo in error message.
1540
1541 * emacs-lisp/re-builder.el (regexp-builder): Declare with
1542 `defalias' instead of faking it.
1543
1544 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
1545 (eshell-ls-missing, eshell-ls-dired-initial-args)
1546 (eshell-ls-use-in-dired): Fix typos in docstrings.
1547
1548 2005-07-20 Kim F. Storm <storm@cua.dk>
1549
1550 * emulation/cua-base.el (cua-mode): Improve doc string.
1551
1552 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
1553
1554 * abbrev.el (expand-region-abbrevs): Doc fix.
1555 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
1556 Improve argument/docstring consistency.
1557
1558 * arc-mode.el (archive-get-descr, archive-alternate-display):
1559 Doc fixes.
1560 (archive-l-e): Improve argument/docstring consistency.
1561 (archive-tmpdir, archive-unixdate, archive-unixtime)
1562 (archive-chmod-entry): Fix typos in docstrings.
1563 (archive-unflag, archive-unflag-backwards)
1564 (archive-unmark-all-files): "?\ " -> "?\s".
1565
1566 * buff-menu.el (Buffer-menu-unmark): Doc fix.
1567 (Buffer-menu-not-modified, Buffer-menu-execute)
1568 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
1569 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
1570
1571 * composite.el (compose-string, encode-composition-rule)
1572 (compose-last-chars): Fix typos in docstrings.
1573
1574 * desktop.el (desktop-enable, desktop-basefilename):
1575 Declare with `define-obsolete-variable-alias'.
1576 (desktop-internal-v2s): Don't quote keywords.
1577 (desktop-clear): "?\ " -> "?\s".
1578
1579 * dired.el (dired-align-file, dired-flag-backup-files)
1580 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
1581 (dired-listing-switches, dired-ls-F-marks-symlinks)
1582 (dired-dwim-target, dired-load-hook, dired-mode-hook)
1583 (dired-directory, dired-faces, dired, dired-revert)
1584 (dired-mode, dired-summary, dired-view-file)
1585 (dired-copy-filename-as-kill, dired-delete-file)
1586 (dired-no-confirm, dired-unmark-all-marks)
1587 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
1588 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
1589 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
1590 Fix typos in message strings.
1591
1592 * dired-x.el (virtual-dired): Declare with `defalias'.
1593 (dired-mark-unmarked-files, dired-local-variables-file)
1594 (dired-omit-here-always): Doc fix.
1595 (dired-omit-mode, dired-find-subdir)
1596 (dired-enable-local-variables, dired-clean-up-buffers-too)
1597 (dired-extra-startup, dired-mark-extension, dired-jump)
1598 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
1599 (dired-smart-shell-command, dired-guess-shell-alist-user)
1600 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
1601 (dired-x-bind-find-file, dired-x-submit-report):
1602 Fix typos in docstrings.
1603 (dired-mark-unmarked-files): "?\ " -> "?\s".
1604
1605 * dirtrack.el (dirtrack-list): Fix typos in docstring.
1606
1607 * faces.el (describe-face): "?\ " -> "?\s".
1608 (read-all-face-attributes, read-face-font, modify-face)
1609 (face-attr-construct, italic): Fix typos in docstrings.
1610 (frame-update-face-colors): Declare with
1611 `define-obsolete-function-alias'.
1612
1613 * files.el (find-file-noselect, recode-file-name): Doc fixes.
1614 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
1615 (magic-mode-alist, buffer-file-numbers-unique)
1616 (write-file-functions, get-free-disk-space):
1617 Fix typos in docstrings.
1618 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
1619 (write-contents-hooks, write-file-hooks):
1620 Declare with `define-obsolete-variable-alias'.
1621
1622 * forms-d2.el (arch-rj): Fix typo in docstrings.
1623 (arch-tocol): Likewise. "?\ " -> "?\s".
1624
1625 * frame.el (set-frame-font, cursor-in-non-selected-windows):
1626 Fix typo in docstring.
1627 (set-screen-width, set-screen-height): Delete redundant info in
1628 doctrings.
1629 (new-frame, screen-height, screen-width): Declare with
1630 `define-obsolete-function-alias'.
1631 (delete-frame-hook, blink-cursor): Declare with
1632 `define-obsolete-variable-alias'.
1633
1634 * paths.el (prune-directory-list): Fix typos in docstring.
1635
1636 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1637 (cvs-prefix-get): Fix typos in docstrings.
1638
1639 * ps-print.el (ps-extend-face-list, ps-extend-face)
1640 (ps-print-background-image): Fix typos in docstrings.
1641 (ps-default-fg, ps-default-bg): Doc fixes.
1642
1643 * s-region.el (s-region-bind): Doc fix.
1644 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1645
1646 * textmodes/org.el (org-table-formula-substitute-names)
1647 (org-table-get-vertical-vector): Doc fixes.
1648 (org-table-recalculate): Remove unused argument to `message'.
1649
1650 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
1651
1652 * textmodes/org.el (org-table-column-names)
1653 (org-table-column-name-regexp)
1654 (org-table-named-field-locations): New variables.
1655 (org-archive-subtree): Protect `this-command' when calling
1656 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1657 the kill buffer.
1658 (org-complete): Remove fixed-formula completion.
1659 (org-edit-formulas-map): New variable.
1660 (org-table-edit-formulas): New command.
1661 (org-finish-edit-formulas, org-abort-edit-formulas)
1662 (org-show-variable, org-table-get-vertical-vector): New functions.
1663 (org-table-maybe-eval-formula): Handle `:=' fields.
1664 (org-table-get-stored-formulas, org-table-store-formulas)
1665 (org-table-get-formula, org-table-modify-formulas)
1666 (org-table-replace-in-formulas): Handle named field formulas.
1667 (org-table-get-specials): Store locations of named fields.
1668
1669 2005-07-19 Juri Linkov <juri@jurta.org>
1670
1671 * progmodes/grep.el (grep-regexp-alist)
1672 (grep-mode-font-lock-keywords, grep-process-setup):
1673 Use default GNU grep match color "01;31m" instead of "01;41m".
1674 (grep-regexp-alist, grep-mode-font-lock-keywords):
1675 Use `\\[[0-9]*m' instead of `\\[00m'.
1676 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1677 sgr_start where its handling is more important. Use the real
1678 length of sgr_start instead of constant 8.
1679 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1680 specially. Delete all remaining escape sequences.
1681 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1682 (grep-regexp-alist): Make hyperlink only for binary file name
1683 instead of the whole line.
1684 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1685 (grep-mode): Add autoload.
1686
1687 * emacs-lisp/find-func.el (find-function-regexp):
1688 Add `define-compilation-mode'.
1689
1690 2005-07-19 Juri Linkov <juri@jurta.org>
1691
1692 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1693 (compare-windows-sync-string-size, compare-windows-recenter)
1694 (compare-windows-highlight, compare-windows): Add version 22.1.
1695 (compare-windows) <defface>: Inherit from lazy-highlight instead
1696 of duplicating its default value.
1697
1698 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1699 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1700
1701 * descr-text.el (describe-char): Create link buttons for `charset'
1702 and `code point'. Add the current input method name with a link
1703 button to `to input' field. Print face names of display table
1704 characters in `The display table entry is displayed by' section
1705 instead of printing face-id in the `display' field.
1706 Guess hardcoded faces and create a link button for them.
1707 Skip empty fields when calculating max-width.
1708 Treat `widget-create' specially while inserting strings from the
1709 collected field list.
1710 (describe-char-after): Made obsolete in version 22.1, not 21.5.
1711
1712 * diff-mode.el (diff-file-header): Change foreground color from
1713 yellow to green on light backgrounds.
1714 (diff-context): Inherit from `shadow' only for color/grayscale
1715 with more than 88 colors.
1716 (diff-indicator-removed, diff-indicator-added)
1717 (diff-indicator-changed): New faces.
1718 (diff-font-lock-keywords): Use new faces. Regroup rules.
1719 Add "^---$" for `normal' diff format. Fontify `#' lines with
1720 font-lock-comment-delimiter-face and font-lock-comment-face.
1721 Add `#' to ^[^...] in the rule for `diff-context-face'.
1722
1723 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1724 a button-like box. Inherit from `highlight' on low colors.
1725 (shadow): Use shades of gray only for color/grayscale with
1726 more than 88 colors. Use green for light backgrounds with
1727 8 colors, and yellow for dark backgrounds with 8 colors.
1728
1729 * font-lock.el (font-lock-regexp-grouping-backslash):
1730 Don't inherit from escape-glyph (use bold for all cases).
1731
1732 * info.el (info-xref-visited): Use light foreground color `violet'
1733 for dark backgrounds instead of dark color `magenta3'.
1734 (info-title-1): Use `yellow' color for dark backgrounds.
1735
1736 * isearch.el (isearch): Use not-too-dark magenta3 instead of
1737 too-light magenta2.
1738
1739 * replace.el (match): Use slightly more light RoyalBlue3 instead
1740 of dark RoyalBlue4.
1741
1742 * wid-edit.el (widget-inactive): Inherit from `shadow'.
1743
1744 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * novice.el (disabled-command-hook): Declare it with
1747 `define-obsolete-variable-alias'.
1748
1749 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1750 (desktop-buffer-misc-functions, desktop-buffer-handlers)
1751 (desktop-load-default): Add release to obsolescence info.
1752 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1753 (desktop-append-buffer-args, desktop-read):
1754 Fix typos in docstrings.
1755 (desktop-kill): Fix typo in message.
1756 (desktop-save): Doc fix.
1757
1758 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
1759
1760 * viper-cmd.el (viper-escape-to-state): Bug fix.
1761 (viper-envelop-ESC-key): Change the definition of fast
1762 keysequence so it'll work with keyboard macros.
1763
1764 * ediff.el (ediff-patch-buffer): Change the docstring.
1765
1766 2005-07-19 Kenichi Handa <handa@m17n.org>
1767
1768 * international/mule-cmds.el (select-safe-coding-system): Try to
1769 use an auto-coding (if any) before anything else. If the found
1770 auto-coding is invalid, show a warning message.
1771
1772 * international/mule.el (find-auto-coding): New function created
1773 by modifying the body of set-auto-coding.
1774 (set-auto-coding): Use find-auto-coding to find a coding.
1775
1776 2005-07-18 Richard M. Stallman <rms@gnu.org>
1777
1778 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1779 not isearch-mode-end-hook-error.
1780 (allout-before-change-protect): Fix error message.
1781
1782 2005-07-18 Juri Linkov <juri@jurta.org>
1783
1784 * allout.el (allout-mode):
1785 * calculator.el (calculator-copy):
1786 * custom.el (custom-known-themes):
1787 * dired.el (dired-desktop-buffer-misc-data)
1788 (dired-restore-desktop-buffer):
1789 * dired-x.el (dired-omit-marker-char):
1790 * files.el (basic-save-buffer):
1791 * font-core.el (font-lock-mode):
1792 * calendar/calendar.el (calendar-goto-hebrew-date)
1793 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1794 (calendar-goto-persian-date):
1795 * language/ethio-util.el (ethio-sera-to-fidel-region):
1796 * textmodes/picture.el (picture-mode):
1797 Delete duplicate duplicate words.
1798
1799 2005-07-18 Juri Linkov <juri@jurta.org>
1800
1801 * isearch.el (isearch-mode-map): Remove key bindings for regexp
1802 chars * ? } |.
1803 (isearch-fallback): Don't call `isearch-process-search-char'.
1804 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1805 (isearch-process-search-char): Call `isearch-fallback' for regexp
1806 chars * ? } |.
1807 (isearch-return-char): Make obsolete with `make-obsolete' instead
1808 of simply documenting it as obsolete in the docstring.
1809 (isearch-fallback): Refill docstring.
1810
1811 * international/isearch-x.el
1812 (isearch-process-search-multibyte-characters): Remove unneeded
1813 `concat'. Add intermediate values to `junk-hist' instead of
1814 `minibuffer-history'. Test the length of `str'.
1815
1816 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
1817
1818 * allout.el (allout-resolve-xref): Fix typos in error strings.
1819 (allout-before-change-protect): Remove unneeded `concat'.
1820
1821 * array.el (array-mode, array-reconfigure-rows)
1822 (untabify-backward): Fix typos in docstrings.
1823 (array-reconfigure-rows): Use `insert-buffer-substring', not
1824 `insert-buffer'.
1825
1826 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
1827 * progmodes/ada-mode.el (ada-make-body):
1828 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
1829
1830 * dired.el (dired-log):
1831 * tar-mode.el (tar-subfile-save-buffer):
1832 * play/zone.el (zone-pgm-stress-destress):
1833 Use `insert-buffer-substring', not `insert-buffer'.
1834
1835 2005-07-17 Simon Josefsson <jas@extundo.com>
1836
1837 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
1838
1839 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
1840
1841 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1842 Add plain auth method.
1843 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
1844
1845 2005-07-17 Kim F. Storm <storm@cua.dk>
1846
1847 * ido.el (dired-other-window): Add ido property.
1848
1849 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
1850
1851 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1852 Fix typo in docstring.
1853 (byte-compile-interactive-only-functions): Add `insert-buffer' and
1854 `insert-file-literally'.
1855
1856 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1857 info and delete redundant message. Doc fix.
1858 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1859 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1860
1861 2005-07-16 Richard M. Stallman <rms@gnu.org>
1862
1863 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1864 (byte-compile-and): Use byte-compile-and-recursion.
1865 (byte-compile-or-recursion): New function.
1866 (byte-compile-or): Use that.
1867 (byte-compile-if): Guard the else-clause too.
1868 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
1869
1870 * isearch.el (isearch-mode-end-hook-quit): New variable.
1871 (isearch-done): Bind it.
1872 (isearch-mode-end-hook): Doc fix.
1873
1874 * allout.el (allout-isearch-did-quit): Variable deleted.
1875 (allout-real-isearch-abort): Function name no longer used.
1876 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1877 (allout-isearch-rectification): isearch-mode always exists.
1878 Don't set allout-isearch-did-quit.
1879 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1880 allout-isearch-did-quit.
1881 (allout-enwrap-isearch): Just add the hook.
1882 (allout-isearch-abort): Function deleted.
1883 (allout-pre-command-business): Avoid warning.
1884
1885 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1886 Correctly avoid warnings.
1887 (pascal-outline): Likewise.
1888
1889 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1890
1891 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1892
1893 * play/tetris.el (tetris-mode): Avoid warning.
1894
1895 * play/snake.el (snake-mode): Avoid warning.
1896
1897 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1898 (gamegrid-set-display-table): Avoid warning.
1899 (gamegrid-set-timer): Likewise.
1900 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1901 (gamegrid-add-score-with-update-game-score-1): Take FILE
1902 as argument.
1903 (gamegrid-add-score-with-update-game-score): Pass that argument.
1904 Rename have-shared-game-dir to gamegrid-shared-game-dir.
1905
1906 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1907
1908 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1909 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1910
1911 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1912 and insert-file.
1913
1914 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1915 (sc-ask): Avoid warnings.
1916
1917 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1918 (eshell-hist-initialize): Use that var the natural way.
1919
1920 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1921
1922 * emacs-lisp/re-builder.el (reb-cook-regexp):
1923 Avoid warning calling lre-compile-string.
1924 (reb-color-display-p): Avoid warning.
1925
1926 * calculator.el (calculator-last-input): Guard uses
1927 of event-key and key-press-event-p.
1928 (event-key, key-press-event-p): Delete definitions.
1929
1930 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
1931 (find-gc-source-directory, find-gc-subrs-callers)
1932 (find-gc-noreturn-list, find-gc-source-files)
1933 (find-gc-subrs-called): Vars renamed and defvar'd.
1934
1935 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1936 (checkdoc-overlay-put, checkdoc-delete-overlay)
1937 (checkdoc-overlay-start, checkdoc-overlay-end)
1938 (checkdoc-mode-line-update, checkdoc-char=):
1939 Define such that compiler knows they are defined.
1940 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
1941 (checkdoc-read-event): Delete. Use read-event directly.
1942
1943 * whitespace.el (whitespace-make-overlay)
1944 (whitespace-overlay-put, whitespace-delete-overlay)
1945 (whitespace-overlay-start, whitespace-overlay-end):
1946 Define such that compiler knows they are defined.
1947 (whitespace): Move conditional inside.
1948
1949 * tempo.el (tempo-insert-template): Suppress warning.
1950
1951 * ediff-diff.el (longlines-mode): Add defvar.
1952
1953 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
1954
1955 * server.el: Bind "C-x #" in a way that works even if C-x is
1956 redefined to a command key, not a prefix key.
1957
1958 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1959
1960 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1961 cl-make-type-test till execution time.
1962
1963 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
1964
1965 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1966 arg ARG and use it.
1967
1968 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1969
1970 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1971
1972 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
1973
1974 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1975 a defcustom with two :set or :type keywords.
1976
1977 2005-07-15 Richard M. Stallman <rms@gnu.org>
1978
1979 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1980 Don't give ^M comment-end syntax.
1981
1982 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
1983
1984 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
1985 Don't consider gdbmi (gdb-mi.el has its own update functions).
1986 (gdb-var-delete): Make it work for gdbmi as well.
1987 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1988
1989 * progmodes/gud.el (etags, sdb): Only require etags when needed.
1990 (gud-speedbar-menu-items): Correct logic for enabling items.
1991
1992 2005-07-15 Kim F. Storm <storm@cua.dk>
1993
1994 * ido.el: Fix commentary.
1995 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
1996 Use with-no-warnings around ffap-guesser.
1997 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1998 Let bind minibuffer-completing-file-name to t.
1999
2000 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
2001
2002 * startup.el (site-run-file, keyboard-type): Doc fixes.
2003 (command-line): Check for "--basic-display" argument; also for
2004 "--quick", not "--bare-bones" (which was renamed).
2005 (fancy-splash-text): Add missing item "Getting New Versions".
2006 (normal-splash-screen): Fix typos and improve consistency with
2007 `fancy-splash-text'. Update copyright year.
2008
2009 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
2010 valid binding for `help-char'.
2011
2012 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
2013
2014 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
2015
2016 * term.el (term-mode): Disable cua-mode for term buffers.
2017
2018 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
2019
2020 * add-log.el (add-log-mailing-address, change-log-merge):
2021 Doc fixes.
2022 (change-log-get-method-definition): Fix typo in docstring.
2023
2024 2005-07-14 Kim F. Storm <storm@cua.dk>
2025
2026 * emulation/cua-base.el:
2027 (cua--pre-command-handler-1, cua--pre-command-handler)
2028 (cua--post-command-handler-1, cua--post-command-handler):
2029 Split in two. Check (buffer local) value of cua-mode.
2030 (cua-selection-mode): New command.
2031
2032 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
2033
2034 * custom.el (custom-initialize-safe-set)
2035 (custom-initialize-safe-default): Doc fixes.
2036
2037 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2038 and simplify :init-value again.
2039
2040 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2041 and simplify :init-value again. Delete autoload.
2042
2043 * startup.el (command-line): Use `custom-reevaluate-setting' again
2044 for tooltip-mode.
2045
2046 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
2047 a defcustom with two :initialize keywords.
2048
2049 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
2050
2051 * allout.el (my-mark-marker, allout-isearch-prior-pos)
2052 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
2053 (allout-post-command-business, allout-flag-region)
2054 (isearch-reenable-font-lock, allout-yank)
2055 (allout-insert-latex-header, allout-insert-latex-trailer)
2056 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
2057 (allout-latex-verb-quote): Fix typos in docstrings.
2058 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
2059 (allout-unprotected, allout-prefix-data):
2060 Improve argument/docstring consistency.
2061 (allout-chart-subtree): Fix argument spec.
2062 (allout-open-topic): Rename `use_sib_bullet' argument to
2063 `use-sib-bullet'. Doc fix.
2064
2065 * whitespace.el (whitespace-check-buffer-leading)
2066 (whitespace-check-buffer-trailing)
2067 (whitespace-check-buffer-indent)
2068 (whitespace-check-buffer-spacetab)
2069 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
2070 (whitespace-check-leading-whitespace)
2071 (whitespace-check-trailing-whitespace)
2072 (whitespace-check-spacetab-whitespace)
2073 (whitespace-check-indent-whitespace)
2074 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
2075 (whitespace-modes): Fix typos in docstrings.
2076 (defgroup, defcustom): Doc fixes.
2077
2078 * winner.el (winner-mode, winner-boring-buffers)
2079 (winner-pending-undo-ring): Doc fixes.
2080 (winner-ring): Remove unneeded `progn'.
2081 (winner-equal): `defsubst' it.
2082 (winner-redo): Fix message.
2083
2084 2005-07-13 Kim F. Storm <storm@cua.dk>
2085
2086 * simple.el (line-move-1): Always use vertical-motion to
2087 do the last (or only) line move to ensure some movement.
2088 Undo 2005-06-23 change--don't check for overlays.
2089
2090 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2091
2092 * term/mac-win.el (ccl-encode-mac-roman-font)
2093 (ccl-encode-mac-centraleurroman-font)
2094 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2095 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
2096 Change charset-id boundary of dimension to ?\xef.
2097 (mac-char-fontspec-list): New constant.
2098 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
2099 argument. Nil uses itself as family in font-spec. Previous
2100 behavior for nil is now provided by non-nil non-string argument.
2101 All callers changed. Add font-specs for Mac fonts to
2102 "fontset-default" unless iso8859-1 fonts are installed.
2103
2104 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * progmodes/sh-script.el (sh-get-indent-info): Only indent
2107 a continuation line if the \ is preceded by SPC or TAB.
2108 (sh-get-indent-info): Simplify.
2109 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
2110 Use with-current-buffer.
2111
2112 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
2113 when the matched text is empty.
2114
2115 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
2116
2117 * startup.el (command-line): Revert to previous handling of
2118 tooltip-mode. Explain in comment why the complexity is needed.
2119
2120 * tooltip.el (tooltip-mode): Revert to previous implementation of
2121 its defcustom.
2122
2123 * frame.el (blink-cursor-mode): Revert to previous implementation
2124 of its defcustom. Update comment.
2125
2126 2005-07-12 Lars Hansen <larsh@soem.dk>
2127
2128 * desktop.el: Update e-mail address.
2129
2130 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2131
2132 * term/mac-win.el (mac-services-mail-selection)
2133 (mac-services-mail-to): New functions.
2134 (mac-application-menu-map): Bind them.
2135
2136 2005-07-12 wulei <milton@wulei.net> (tiny change)
2137
2138 * progmodes/gdb-ui.el: Add note about buffering with Windows.
2139
2140 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
2141
2142 * custom.el (custom-reevaluate-setting): Doc fix.
2143
2144 2005-07-11 Jay Belanger <belanger@truman.edu>
2145
2146 * calc/calc.el (calc-embedded-announce-formula-alist)
2147 (calc-embedded-open-close-plain-alist)
2148 (calc-embedded-open-close-mode-alist): Add checks for additional
2149 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
2150
2151 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
2152
2153 * custom.el (custom-enable-theme): Don't add theme to
2154 `custom-enabled-themes' with `push' because there is no
2155 setf-method for `delq'.
2156
2157 2005-07-11 Richard M. Stallman <rms@gnu.org>
2158
2159 * custom.el (custom-declare-variable): Doc fix.
2160
2161 * dired-aux.el (dired-compare-directories): Remove "." and ".."
2162 from the alists.
2163
2164 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
2165 Do nothing if edebug-active.
2166
2167 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
2168 (edebug-display): Do it here instead.
2169
2170 2005-07-10 Richard M. Stallman <rms@gnu.org>
2171
2172 * cus-face.el (custom-theme-set-faces): Make it work.
2173 (custom-reset-faces): Doc fix.
2174 (custom-theme-reset-internal-face, custom-theme-face-value):
2175 Functions deleted.
2176
2177 * custom.el (custom-push-theme): Maintain list of the settings
2178 of a given theme in its theme-settings property.
2179 Maintain position of old settings in the theme-value
2180 or theme-face property.
2181 (custom-enabled-themes): New variable.
2182 (custom-theme-enabled-p): New function.
2183 (provide-theme): Update custom-enabled-themes.
2184 Disable and reenable the `user' theme.
2185 (require-theme): Doc fix.
2186 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
2187 (custom-theme-value, custom-theme-variable-value): Likewise.
2188 (custom-theme-reset-internal): Likewise.
2189 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
2190 (custom-enable-theme, custom-disable-theme): New functions.
2191 (custom-variable-theme-value, custom-face-theme-value): Likewise.
2192 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
2193 (custom-theme-reset-variables): Simplify.
2194 (deftheme, custom-declare-theme, custom-make-theme-feature):
2195 Definitions moved.
2196
2197 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
2198
2199 * longlines.el (longlines-show-region)
2200 (longlines-unshow-hard-newlines): Recognize hard newlines by
2201 non-nil hard property, instead of t.
2202
2203 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
2204
2205 * viper-cmd.el (viper--key-maps): New variable.
2206 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
2207 emulation-mode-map-alists.
2208 (viper-envelop-ESC-key): Use viper-subseq.
2209 (viper-search-forward/backward/next): Disable debug-on-error.
2210
2211 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2212 (viper-ESC-key): New defcustoms.
2213
2214 * viper-macs.el (ex-map-read-args): Use viper-subseq.
2215
2216 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
2217 (viper-subseq): Copy of subseq from cl.el.
2218
2219 * viper.el (viper-go-away, viper-set-hooks): Use
2220 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
2221
2222 * viper-mous.el (viper-current-frame-saved): Use defvar.
2223
2224 * viper-init.el: Get rid of -face in face names.
2225
2226 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2227 Make it work with longlines mode
2228
2229 * ediff-mult.el (ediff-meta-mode-hook): New variable.
2230
2231 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
2232
2233 * ediff-init: Get rid of -face in face names.
2234
2235 2005-07-10 Richard M. Stallman <rms@gnu.org>
2236
2237 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
2238 and with-timeout-unsuspend.
2239
2240 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
2241 and with-timeout-unsuspend.
2242
2243 * emacs-lisp/timer.el (with-timeout-timers): New variable.
2244 (with-timeout): Bind that variable to record timers.
2245 (with-timeout-suspend, with-timeout-unsuspend): New functions.
2246
2247 * emacs-lisp/debug.el (debug-help-follow): New function.
2248 (debugger-mode-map): Use that instead of help-follow.
2249 (debugger-setup-buffer): Use eval-buffer-list
2250 to handle eval-buffer frames.
2251
2252 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
2253
2254 * timezone.el (timezone-parse-date): Change first regexp
2255 so it will not mistakenly match dates with no time zone.
2256
2257 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
2258
2259 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
2260
2261 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
2262
2263 * custom.el (custom-initialize-safe-set)
2264 (custom-initialize-safe-default): New functions.
2265
2266 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2267 and simplify :init-value.
2268
2269 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2270 and simplify :init-value. Delete obsolete comment.
2271
2272 * startup.el (command-line): Use `custom-reevaluate-setting' to
2273 handle `tooltip-mode'. Delete obsolete comment.
2274
2275 * files.el (set-visited-file-name): Avoid calling
2276 `file-name-nondirectory' with a nil argument.
2277
2278 2005-07-09 Richard M. Stallman <rms@gnu.org>
2279
2280 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
2281 was called with nil for the buffer, handle the read position right.
2282 Handle read position for eval-region, too.
2283
2284 2005-07-09 Juri Linkov <juri@jurta.org>
2285
2286 * fringe.el (fringe-mode): Add period in docstring.
2287 (fringe-query-style): Build prompt depending on `all-frames' arg.
2288
2289 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
2290 to not create links to unrelated functions in the Help buffer.
2291
2292 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
2293 Doc fix.
2294
2295 * simple.el (next-error-hook): New variable.
2296 (next-error): Use it. Doc fix.
2297
2298 * textmodes/ispell.el (ispell-command-loop): Add current
2299 dictionary name and program name to mode-line-format.
2300 (ispell-region, ispell-process-line): Add current dictionary name
2301 and program name to messages.
2302
2303 2005-07-08 Jay Belanger <belanger@truman.edu>
2304
2305 * calc/calc.el (calc-embedded-announce-formula-alist)
2306 (calc-embedded-open-close-formula-alist)
2307 (calc-embedded-open-close-word-alist)
2308 (calc-embedded-open-close-plain-alist)
2309 (calc-embedded-open-close-new-formula-alist)
2310 (calc-embedded-open-close-mode-alist)
2311 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
2312 (calc-embedded-mode-hook): New variables.
2313
2314 * calc/calc-embed.el (calc-embedded-firsttime)
2315 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
2316 New variables.
2317 (calc-do-embedded): Use calc-embedded-firsttime,
2318 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
2319 determine whether or not to run hooks.
2320 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
2321 calc-embedded-firsttime-formula appropriately.
2322 Set calc-embedded delimiter variables according to mode.
2323
2324 2005-07-08 Richard M. Stallman <rms@gnu.org>
2325
2326 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
2327 Check for "emacs", etc., as entire symbol, not just as word.
2328 (checkdoc-file-comments-engine): Use regexp-quote on FN.
2329
2330 * files.el (set-visited-file-name): Report the error
2331 for "empty filename" earlier.
2332 (kill-some-buffers): Ignore buffers already dead.
2333
2334 * fringe.el (fringe-mode): Doc fix.
2335
2336 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2337 Check for (featurep 'xemacs) and turn off warnings in what it guards.
2338 Use unwind-protect to ensure byte-compile-unresolved-functions
2339 is updated.
2340
2341 * whitespace.el (whitespace-buffer-leading-cleanup):
2342 Simplify w/ skip-chars-forward.
2343 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
2344
2345 * mail/rmail.el (rmail-only-expunge): Fix paren error.
2346 Unconditionally try to leave point at the same old place.
2347
2348 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
2349
2350 * comint.el (comint-postoutput-scroll-to-bottom)
2351 (comint-show-maximum-output): Take scroll-margin into consideration.
2352
2353 2005-07-08 Kim F. Storm <storm@cua.dk>
2354
2355 * ido.el (ido-use-filename-at-point): New choice `guess'.
2356 (ido-file-internal): Try ffap-guesser if selected.
2357
2358 * ido.el (ido-before-fallback-functions): New hook.
2359 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
2360 (ido-read-file-name): Run it.
2361
2362 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
2365 strings rather than a list of symbols to the completion function.
2366
2367 2005-07-07 Jay Belanger <belanger@truman.edu>
2368
2369 * calc/calc-units.el (math-apply-units): Change the places in
2370 which units are simplified.
2371
2372 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
2373
2374 * cus-edit.el (customize-option, customize-option-other-window):
2375 Make them handle aliases.
2376
2377 * custom.el (custom-variable-p): Make it recursively follow
2378 aliases. Mention that in the docstring.
2379
2380 2005-07-07 Richard M. Stallman <rms@gnu.org>
2381
2382 * cus-start.el (exec-path): Use `directory' instead of `file'.
2383 Fix tag for nil.
2384
2385 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2386
2387 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
2388 when called non-interactively. Doc fix.
2389
2390 2005-07-07 Lute Kamstra <lute@gnu.org>
2391
2392 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
2393 new address as well.
2394
2395 2005-07-07 Kenichi Handa <handa@m17n.org>
2396
2397 * international/mule.el (make-coding-system):
2398 Describe `ascii-incompatible' property in the docstring.
2399 (set-file-name-coding-system): Signal an error if coding-system is
2400 ascii-incompatible.
2401 (set-keyboard-coding-system): Likewise.
2402
2403 * international/mule-cmds.el (set-default-coding-systems):
2404 Don't set default-file-name-coding-system and
2405 default-keyboard-coding-system if coding-system is ASCII-incompatible.
2406
2407 * international/utf-16.el: Declare that all UTF-16-based coding
2408 systems are ASCII-incompatible.
2409
2410 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
2411
2412 * progmodes/gud.el: Require font-lock for displaying errors.
2413 Used by gdb-ui.el.
2414
2415 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
2418 values for the pattern lists which are `read'able but not
2419 `append'able (like symbols).
2420
2421 2005-07-06 Richard M. Stallman <rms@gnu.org>
2422
2423 * progmodes/flymake.el (flymake-float-time): Instead of
2424 with-no-warnings, test for xemacs.
2425 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
2426 to avoid warning.
2427
2428 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
2429
2430 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
2431
2432 2005-07-05 Lute Kamstra <lute@gnu.org>
2433
2434 * battery.el: Add support for Darwin (with much debugging help
2435 from Samuel Lauber <sam124@operamail.com>).
2436 (battery-status-function, battery-echo-area-format)
2437 (battery-mode-line-format): Add support for pmset on Darwin.
2438 (battery-load-low, battery-load-critical): New user options.
2439 (battery-pmset): New function.
2440
2441 2005-07-05 Lute Kamstra <lute@gnu.org>
2442
2443 Update FSF's address in GPL notices.
2444
2445 * textmodes/page-ext.el: Update FSF's address.
2446
2447 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
2450 filling from using prefix when filling a single-line docstring.
2451
2452 * progmodes/flymake.el: Remove useless eval-when-compile.
2453
2454 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
2455
2456 2005-07-04 Richard M. Stallman <rms@gnu.org>
2457
2458 * textmodes/org.el (org-file-apps-defaults-gnu):
2459 Rename from org-file-apps-defaults-linux.
2460 (org-default-apps): Don't test system-type for `linux'.
2461 (org-file-apps): Doc fix.
2462
2463 2005-07-04 David Ponce <david@dponce.com>
2464
2465 * tree-widget.el: Improve header Commentary section.
2466 (tree-widget) [defgroup]
2467 (tree-widget-image-enable, tree-widget-themes-directory)
2468 (tree-widget-theme, tree-widget-image-properties-emacs)
2469 (tree-widget-image-properties-xemacs, tree-widget-create-image)
2470 (tree-widget-image-formats, tree-widget-control)
2471 (tree-widget-empty-control, tree-widget-leaf-control
2472 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
2473 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
2474 (tree-widget-keep, tree-widget-after-toggle-functions)
2475 (tree-widget-open-node, tree-widget-close-node): Doc fix.
2476 (tree-widget-open-control, tree-widget-close-control): Fix doc and
2477 :help-echo message.
2478 (tree-widget-set-theme): Doc fix. Use `string-equal'.
2479 (tree-widget-image-properties): Doc fix. Clearer implementation.
2480 (tree-widget--cursors): New constant.
2481 (tree-widget-lookup-image): New function split from
2482 `tree-widget-find-image'. Clearer implementation.
2483 (tree-widget-find-image): Use it.
2484 (tree-widget-button-keymap): Use `set-keymap-parent'.
2485 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
2486 Define the sub-widgets here.
2487 (tree-widget-node): Check that :node is not a tree-widget.
2488 (tree-widget-get-super, tree-widget-open-control)
2489 (tree-widget-close-control, tree-widget-empty-control)
2490 (tree-widget-leaf-control, tree-widget-guide)
2491 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
2492 (tree-widget-no-handle, tree-widget-value-delete)
2493 (tree-widget-map): Remove.
2494 (tree-widget-children-value-save): Doc fix. Simplified.
2495 (tree-widget-value-create): Update according to previous changes.
2496
2497 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
2498
2499 * textmodes/org.el: Leading space replaced by TABS.
2500 (org-recalc-marks, org-table-rotate-recalc-marks)
2501 (org-table-get-specials): Treat "^" and "_" marks.
2502 (org-table-justify-field-maybe): Optional argument NEW.
2503 (org-table-eval-formula): Parsing of the format simplified.
2504 New modes C,I. Honor the %= parameter in the current table.
2505 Avoid unnecessary re-align by using the NEW argument to
2506 `org-table-justify-field-maybe'.
2507 (org-calc-default-modes): Default for date-format mimicks org-mode.
2508 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
2509
2510 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2511
2512 * cus-face.el (custom-theme-set-faces): Make it handle face
2513 aliases whose alias declarations are pre- or autoloaded.
2514
2515 2005-07-04 Juri Linkov <juri@jurta.org>
2516
2517 * faces.el (read-face-name): Put the code for getting a face name
2518 from the buffer before adding the faces from the `face' property.
2519 Use `completing-read-multiple' instead of `completing-read'.
2520 Require `crm'. Add default value and post-process the returned
2521 list of faces.
2522
2523 * emacs-lisp/crm.el (crm-find-current-element)
2524 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2525
2526 * emacs-lisp/lisp-mode.el (eval-defun-1):
2527 * emacs-lisp/edebug.el (edebug-eval-defun):
2528 Remove unnecessary quotes.
2529
2530 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
2531
2532 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
2533 (prolog-indent-level): Fix typo in docstring.
2534
2535 * info.el (Info-history, Info-history-forward)
2536 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
2537
2538 * add-log.el (add-change-log-entry):
2539 * comint.el (comint-dynamic-list-input-ring)
2540 (comint-dynamic-list-completions):
2541 * dabbrev.el (dabbrev-expand):
2542 * delim-col.el (delimit-columns-rectangle-line):
2543 * diff-mode.el (diff-context->unified, diff-reverse-direction)
2544 (diff-unified->context):
2545 * ediff-init.el (ediff-abbrev-jobname):
2546 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
2547 (ediff-replace-session-activity-marker-in-meta-buffer):
2548 * info.el (Info-summary):
2549 * lpr.el (printify-region):
2550 * printing.el (pr-create-interface):
2551 * ps-print.el (ps-print-quote):
2552 * ses.el (ses-column-widths, ses-print-cell)
2553 (ses-adjust-print-width, ses-center):
2554 * shell.el (shell-file-name-quote-list):
2555 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
2556 (strokes-fill-current-buffer-with-whitespace)
2557 (strokes-xpm-for-stroke, strokes-list-strokes)
2558 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
2559 * term.el (term-dynamic-list-input-ring)
2560 (term-dynamic-list-completions):
2561 * calc/calc.el (math-format-stack-value):
2562 * emacs-lisp/edebug.el (edebug-display-freq-count):
2563 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
2564 (delphi-new-comment-line):
2565 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
2566 * progmodes/executable.el (executable-set-magic):
2567 * progmodes/python.el (inferior-python-mode):
2568 * progmodes/scheme.el (scheme-mode-syntax-table):
2569 * progmodes/sh-script.el (sh-maybe-here-document):
2570 * progmodes/sql.el (sql-copy-column):
2571 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
2572 * textmodes/bibtex.el (bibtex-mode):
2573 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
2574 (sgml-auto-attributes):
2575 * textmodes/table.el (table-insert, table-shorten-cell)
2576 (table--generate-source-scan-lines, table-delete-row)
2577 (*table--cell-delete-char, table--spacify-frame)
2578 (table--horizontally-shift-above-and-below)
2579 (table--cell-insert-char, table--cell-blank-str)
2580 (table--fill-region-strictly):
2581 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
2582 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
2583
2584 * add-log.el (change-log):
2585 * apropos.el (apropos):
2586 * comint.el (comint-completion, comint-source):
2587 * dabbrev.el (dabbrev):
2588 * delim-col.el (columns):
2589 * diff-mode.el (diff-mode):
2590 * ediff.el (ediff):
2591 * ediff-diff.el (ediff-diff):
2592 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
2593 * ediff-mult.el (ediff-mult):
2594 * ediff-ptch.el (ediff-ptch):
2595 * ediff-wind.el (ediff-window):
2596 * facemenu.el (facemenu):
2597 * indent.el (indent):
2598 * info.el (info):
2599 * jka-cmpr-hook.el (compression, jka-compr):
2600 * lpr.el (lpr):
2601 * outline.el (outlines):
2602 * pcmpl-cvs.el (pcmpl-cvs):
2603 * pcmpl-rpm.el (pcmpl-rpm):
2604 * printing.el (printing):
2605 * ps-print.el (postscript, ps-print, ps-print-horizontal)
2606 (ps-print-vertical, ps-print-headers, ps-print-font)
2607 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
2608 (ps-print-background, ps-print-printer, ps-print-page)
2609 (ps-print-miscellany):
2610 * ses.el (ses):
2611 * shell.el (shell, shell-directories, shell-faces):
2612 * startup.el (initialization):
2613 * strokes.el (strokes):
2614 * term.el (term):
2615 * uniquify.el (uniquify):
2616 * w32-vars.el (w32):
2617 * calc/calc.el (calc):
2618 * emacs-lisp/bytecomp.el (bytecomp):
2619 * emacs-lisp/cl-indent.el (lisp-indent):
2620 * emacs-lisp/edebug.el (edebug):
2621 * emacs-lisp/elp.el (elp):
2622 * emacs-lisp/testcover.el (testcover):
2623 * emacs-lisp/trace.el (trace):
2624 * emulation/viper-ex.el (viper-ex):
2625 * emulation/viper-mous.el (viper-mouse):
2626 * mail/mailalias.el (mailalias):
2627 * mail/supercite.el (supercite, supercite-frames)
2628 (supercite-attr, supercite-cite, supercite-hooks):
2629 * net/rcompile.el (remote-compile):
2630 * net/rlogin.el (rlogin):
2631 * obsolete/ooutline.el (outlines):
2632 * progmodes/delphi.el (delphi):
2633 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
2634 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
2635 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
2636 (ebnf-optimization):
2637 * progmodes/etags.el (etags):
2638 * progmodes/executable.el (executable):
2639 * progmodes/idlwave.el (idlwave):
2640 * progmodes/pascal.el (pascal):
2641 * progmodes/prolog.el (prolog):
2642 * progmodes/python.el (python):
2643 * progmodes/scheme.el (scheme):
2644 * progmodes/sh-script.el (sh, sh-script):
2645 * progmodes/sql.el (SQL):
2646 * progmodes/tcl.el (tcl):
2647 * textmodes/bibtex.el (bibtex, bibtex-autokey):
2648 * textmodes/enriched.el (enriched):
2649 * textmodes/makeinfo.el (makeinfo):
2650 * textmodes/sgml-mode.el (sgml):
2651 * textmodes/table.el (table-hooks):
2652 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2653 * textmodes/texinfo.el (texinfo):
2654 * textmodes/two-column.el (two-column):
2655 Finish `defgroup' description with period.
2656
2657 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
2658 * eshell/esh-var.el (eshell-var):
2659 * progmodes/vhdl-mode.el (vhdl-testbench):
2660 * textmodes/org.el (org): Fix typos in docstrings.
2661
2662 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2663 consistency.
2664
2665 * progmodes/flymake.el (flymake-find-file): Remove.
2666 (flymake-float-time): Use `with-no-warnings'.
2667 (flymake-check-start-time, flymake-check-was-interrupted)
2668 (flymake-err-info, flymake-is-running, flymake-last-change-time)
2669 (flymake-new-err-info): `defvar' at compile time.
2670
2671 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
2672
2673 * replace.el (occur-hook): Doc fix.
2674 (occur-1): Don't call `occur-hook' if there are no matches.
2675
2676 2005-07-03 Richard M. Stallman <rms@gnu.org>
2677
2678 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2679 global-map, save the same map.
2680 (global-map): Don't alter it at top level.
2681 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2682 Then alter it here instead.
2683 (tpu-edt-off): Set global-map to the saved one.
2684
2685 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2686 All references simplified.
2687 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
2688 (zmacs-regions): Add defvar.
2689 (repeat-complex-command-map): Everything about that deleted.
2690
2691 * textmodes/artist.el (artist-key-is-drawing)
2692 (artist-key-endpoint1, artist-key-poly-point-list)
2693 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2694 (artist-key-compl-table, artist-rb-save-data)
2695 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2696 Don't put them in eval-when-compile.
2697 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2698
2699 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2700 Use with-no-warnings.
2701
2702 * net/browse-url.el (dos-windows-version): Add defvar.
2703
2704 * mail/supercite.el (filladapt-prefix-table): Add defvar.
2705
2706 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2707 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
2708 (rmail-new-summary-line-count): Rename from new-summary-line-count.
2709 Add defvar.
2710 (rmail-summary-beginning-of-message): Use with-no-warnings.
2711 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2712
2713 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2714 Use with-no-warnings.
2715
2716 * emulation/vi.el (vi-mark-region): Use c-mark-function.
2717 (c-mark-function): Add point-moving-unit property.
2718 (vi-goto-line): Use with-no-warnings.
2719
2720 * emulation/edt.el (edt-last-copied-word): Add defvar.
2721 (zmacs-region-stays): Likewise.
2722 (edt-mark-section-wisely): Use c-mark-function for C.
2723 Use makr-defun for Fortran.
2724 (time-string): defvar deleted.
2725 (edt-display-the-time): Don't set time-string.
2726
2727 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2728
2729 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2730 Don't warn when name is not constant
2731 or for defining the group `emacs'.
2732
2733 * tooltip.el (gud-tooltip-mode): Add defvar.
2734
2735 * startup.el (default-frame-background-mode): Add defvar.
2736
2737 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2738
2739 * info.el (tool-bar-map): Add defvar.
2740
2741 * dired.el (dnd-protocol-alist): Add defvar.
2742
2743 * dired-aux.el (dired-query): Display question with answer, when
2744 the user answers.
2745
2746 * custom.el (custom-add-option): Doc fix.
2747
2748 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2749
2750 2005-07-03 Eli Zaretskii <eliz@gnu.org>
2751
2752 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2753 bogus name from the last change.
2754
2755 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
2756
2757 * custom.el (custom-declare-variable): Fix typos in comment.
2758 (custom-known-themes): Doc fix.
2759 (custom-theme-directory): New defcustom.
2760 (require-theme): Make it check `custom-theme-directory'.
2761
2762 * cus-theme.el (custom-new-theme-mode): New function.
2763 (custom-theme-name, custom-theme-variables, custom-theme-faces)
2764 (custom-theme-description): Add compiler defvars.
2765 (customize-create-theme): Add doc to the "*New Custom Theme*"
2766 buffer. Use `custom-new-theme-mode'.
2767 (custom-theme-write): Put the created buffer in emacs-lisp-mode
2768 and save it to the `custom-theme-directory'. Make this the
2769 default directory of the buffer.
2770
2771 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
2772
2773 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2774 Fix unbalanced parentheses.
2775
2776 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2779 into flymake-mode and delegate to flymake-mode.
2780
2781 * find-file.el (ff-which-function-are-we-in): Clean up.
2782
2783 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
2784
2785 * replace.el (occur-rename-buffer): Fix docstring.
2786
2787 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2788 (edt-last-copied-word, edt-learn-macro-count)
2789 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2790 (edt-rect-start-point, edt-user-global-map, rect-start-point)
2791 (time-string, zmacs-region-stays):
2792 * emulation/edt-mapper.el (edt-save-function-key-map)
2793 (EDT-key-name): `defvar' to silence the byte-compiler.
2794
2795 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
2796
2797 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2798 font-lock-regexp-backslash. Doc fix.
2799 (font-lock-regexp-backslash-grouping-construct): Rename from
2800 font-lock-regexp-backslash-construct. Doc fix.
2801 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
2802 grouping constructs.
2803
2804 2005-07-02 Eli Zaretskii <eliz@gnu.org>
2805
2806 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2807 updating all the prerequisites.
2808
2809 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
2810
2811 * textmodes/org.el (org-agenda-start-on-weekday)
2812 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2813 (org-agenda-use-time-grid, org-archive-location)
2814 (org-allow-space-in-links, org-usenet-links-prefer-google)
2815 (org-enable-table-editor, org-export-default-language)
2816 (org-export-html-show-new-buffer, org-fill-paragraph)
2817 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2818 (org-goto-quit, org-occur, org-eval-in-calendar)
2819 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2820 (org-agenda-diary-entry, org-remember-help)
2821 (org-table-convert-region, org-at-table-p)
2822 (org-table-move-row-down, org-table-move-row-up)
2823 (org-table-copy-region, org-table-toggle-vline-visibility)
2824 (org-table-get-stored-formulas, org-table-get-specials)
2825 (org-recalc-commands, org-table-eval-formula)
2826 (org-table-formula-substitute-names, orgtbl-make-binding)
2827 (org-format-org-table-html, org-format-table-table-html)
2828 (org-format-table-table-html-using-table-generate-source)
2829 (org-customize): Fix typos in docstrings.
2830 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2831 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2832 (org-back-to-heading): Doc fixes.
2833 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2834 (org-agenda-change-all-lines, org-get-header):
2835 Improve argument/docstring consistency.
2836 (orgtbl-error): Fix error message.
2837
2838 * progmodes/flymake.el (flymake-find-possible-master-files)
2839 (flymake-master-file-compare, flymake-get-line-err-count)
2840 (flymake-highlight-line, flymake-gui-warnings-enabled):
2841 Fix typos in docstrings.
2842 (flymake-parse-line, flymake-get-project-include-dirs-function)
2843 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2844 Doc fixes.
2845 (flymake-get-project-include-dirs-function)
2846 (flymake-make-err-menu-data):
2847 Improve argument/docstring consistency.
2848
2849 2005-07-01 Lute Kamstra <lute@gnu.org>
2850
2851 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2852 Catch errors with ignore-errors. Use temporary buffer.
2853 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
2854
2855 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2856 background color faces.
2857 (facemenu-set-foreground, facemenu-set-background):
2858 Use facemenu-set-face-from-menu.
2859 (facemenu-set-face-from-menu): Treat face names that start with
2860 "fg:" or "bg:" as special.
2861 (facemenu-add-new-color): Don't create faces. Simplify.
2862
2863 2005-06-30 Richard M. Stallman <rms@gnu.org>
2864
2865 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2866 (crm-find-current-element): Likewise.
2867
2868 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
2869
2870 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
2871
2872 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * arc-mode.el (archive-extract): Make it work as a mouse binding.
2875 (archive-mouse-extract): Make it an obsolete alias.
2876 (archive-mode-map): Don't use archive-mouse-extract any more.
2877 (archive-mode, archive-extract): write-contents-hooks ->
2878 write-contents-functions.
2879 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2880 first arg.
2881 (archive-rename-entry): Update the call.
2882 (archive-zip-summarize): Remove unused var `method'.
2883 (archive-lzh-summarize): Remove unused var `creator'.
2884
2885 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2886 dedicated frame upon exit.
2887
2888 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2889 (archive-zip-extract, archive-zip-expunge)
2890 (archive-zip-update, archive-zip-update-case): Use executable-find.
2891 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2892 Use restore-buffer-modified-p.
2893 (archive-extract, archive-add-new-member, archive-write-file-member):
2894 Use with-current-buffer.
2895 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2896
2897 2005-06-30 Andreas Schwab <schwab@suse.de>
2898
2899 * progmodes/gud.el (gud-filter): Remove unneeded progn.
2900
2901 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2902
2903 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2904
2905 2005-06-30 Juri Linkov <juri@jurta.org>
2906
2907 * faces.el (vertical-border): Inherit from mode-line-inactive
2908 only on tty.
2909
2910 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
2911
2912 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2913 example, -NLINES in the `occur' docstring).
2914
2915 * replace.el (occur-1): When no matches are found, do not set the
2916 `buffer-read-only' and modified flags for the occur buffer,
2917 because it is deleted.
2918
2919 * emulation/cua-base.el (cua-check-pending-input)
2920 (cua-repeat-replace-region, cua-mode, cua-debug)
2921 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2922 Fix typos in docstrings.
2923
2924 * emulation/cua-gmrk.el (cua-toggle-global-mark)
2925 (cua-cut-region-to-global-mark)
2926 (cua--cut-rectangle-to-global-mark):
2927 Remove period from end of messages.
2928
2929 * emulation/cua-rect.el (cua-do-rectangle-padding):
2930 Remove period from end of messages.
2931 (cua--rectangle-seq-format): Fix typo in docstring.
2932 (cua-sequence-rectangle, cua-fill-char-rectangle):
2933 Improve argument/docstring consistency.
2934
2935 2005-06-29 Juri Linkov <juri@jurta.org>
2936
2937 * faces.el (default-frame-background-mode): New internal variable.
2938 (frame-set-background-mode): Use it.
2939
2940 * startup.el (normal-top-level): Set default-frame-background-mode
2941 instead of frame-background-mode. Before setting it, test for its
2942 nil value. Remove tests for frame-background-mode and frame
2943 parameter `reverse'. Add test for "unspecified-fg".
2944
2945 * term/xterm.el (xterm-rxvt-set-background-mode):
2946 * term/rxvt.el (rxvt-set-background-mode):
2947 Set default-frame-background-mode instead of frame-background-mode.
2948
2949 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
2950
2951 * simple.el (set-variable): Warn about obsolete user variables.
2952
2953 * imenu.el (imenu--completion-buffer):
2954 * mouse.el (mouse-buffer-menu-alist):
2955 * msb.el (msb-invisible-buffer-p):
2956 * calendar/diary-lib.el (diary-header-line-format):
2957 * emacs-lisp/pp.el (pp-buffer):
2958 * progmodes/cperl-mode.el (cperl-do-auto-fill):
2959 * textmodes/picture.el (picture-replace-match):
2960 Change space constants followed by a sexp to "?\s ".
2961
2962 * play/decipher.el (decipher-loop-with-breaks):
2963 * textmodes/texinfo.el (texinfo-insert-@item): Change space
2964 constants "protected" from end of line by a comment to "?\s".
2965
2966 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2967
2968 * font-lock.el (save-buffer-state): Use `declare'.
2969
2970 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2971 reset the syntax-table to cperl-mode-syntax-table.
2972 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2973 "foo_print_bar" is not matched as a reserved keyword.
2974
2975 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
2976
2977 * textmodes/org.el (orgtbl-setup): New function, for delayed
2978 setup for the orgtbl commands.
2979 (org-calc-default-modes): New option.
2980 (orgtbl-make-binding): Use `defun' to get better help display.
2981 (org-diary): Call `org-compile-prefix-format'.
2982 (org-table-formula-substitute-names): New function.
2983 (org-agenda-day-view, org-agenda-week-view): New commands.
2984 (org-agenda-toggle-week-view): Command removed.
2985 (org-tbl-menu): Split off from org-org-menu.
2986 (org-mode): Move removal of outline-mode menus to here.
2987 (org-table-formula-debug): New option.
2988 (org-table-insert-row): Keep first field if just "#" or "*".
2989 (org-mode): Paragraph regexps fixed.
2990 (org-table-recalculate-regexp): New constant.
2991 (org-table-justify-field-maybe): Avoid replace if not necessary.
2992 (org-copy-special, org-cut-special): Use `call-interactively'.
2993 (org-table-copy-region): Take region from `interactive' call.
2994 (org-trim): Return string even if no match.
2995 (org-formula): New face.
2996 (org-set-font-lock-defaults): No longer highlight "FIXME".
2997 But highlight formula-related fields in table.
2998 (org-table-p): Use regexp, not fontification.
2999 (org-table-align): Handle white space at end of line.
3000 (org-table-formula-evaluate-inline): New option.
3001 (org-mode): Auto-wrapping in comment lines turned off.
3002 (org-table-copy-down): Evaluate only in copied field, not in
3003 destination.
3004 (org-table-current-formula): Variable removed.
3005 (org-table-store-formulas, org-table-get-stored-formulas)
3006 (org-table-modify-formulas, org-table-replace-in-formulas)
3007 (org-table-maybe-eval-formula): New functions.
3008 (org-table-get-formula): Modify to use stored formulas.
3009 (org-table-insert-column, org-table-delete-column)
3010 (org-table-move-column): Call `org-table-modify-formulas'.
3011 (org-complete): Add completion for keyword formulas.
3012 (orgtbl-mode): Pull orgtbl-mode-map to start of
3013 minor-mode-map-alist.
3014
3015 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * progmodes/python.el (python-check): Require `compile' before
3018 modifying its variables.
3019
3020 * newcomment.el (comment-indent-default): Don't get fooled by an early
3021 end of buffer.
3022
3023 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3024
3025 * ps-print.el (ps-print-version): Fix version number.
3026
3027 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
3028
3029 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
3030
3031 2005-06-28 Richard M. Stallman <rms@gnu.org>
3032
3033 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
3034 (flyspell-local-mouse-map): Declaration deleted.
3035 (flyspell-mouse-map): Bind only mouse-2.
3036 (flyspell-mode-map): Don't test flyspell-use-local-map.
3037 (flyspell-overlay-keymap-property-name): Var deleted.
3038 (flyspell-mode-on): Don't make local bindings for
3039 flyspell-mouse-map and flyspell-mode-map.
3040 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
3041
3042 * textmodes/ispell.el (ispell-word): Do not ignore short words.
3043
3044 * progmodes/compile.el (compilation-next-error-function):
3045 Don't switch buffers; operate on the current buffer.
3046
3047 * progmodes/compile.el (compilation-error-file-name)
3048 (compilation-warning-file-name, compilation-info-file-name)
3049 (compilation-line-number, compilation-column-number): New faces.
3050 (compilation-error-face, compilation-warning-face)
3051 (compilation-info-face, compilation-line-face)
3052 (compilation-column-face): Use them.
3053
3054 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
3055
3056 * comint.el (comint-password-prompt-regexp): Accept ", try again".
3057
3058 * bindings.el (global-map): Bind insertchar and its variants.
3059
3060 2005-06-27 Richard M. Stallman <rms@gnu.org>
3061
3062 * textmodes/artist.el (artist-text-overwrite)
3063 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
3064
3065 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3066
3067 * ps-print.el: It was not working the page selection for printing.
3068 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
3069 (ps-print-version): New version 6.6.7.
3070 (ps-end-sheet): New fun.
3071 (ps-header-sheet, ps-end-job): Call it.
3072
3073 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
3074
3075 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
3076
3077 2005-06-27 Lute Kamstra <lute@gnu.org>
3078
3079 * facemenu.el (facemenu-unlisted-faces): Add foreground and
3080 background color faces.
3081 (facemenu-get-face): Delete function.
3082 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
3083 (facemenu-add-new-color): Make second argument mandatory.
3084 Create the appropriate face and return it. Simplify.
3085 (facemenu-set-foreground, facemenu-set-background): Don't check if
3086 color is defined. Use return value of facemenu-add-new-color.
3087
3088 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
3089
3090 * progmodes/gud.el (gud-filter): Add missing argument to
3091 with-selected-window.
3092
3093 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
3096 a :require to the defcustom.
3097
3098 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
3099 defcustoms corresponding to minor modes.
3100
3101 2005-06-26 David Ponce <david@dponce.com>
3102
3103 * recentf.el: Require tree-widget instead of wid-edit.
3104 (recentf-filename-handler): Fix widget :type.
3105 (recentf-cancel-dialog, recentf-open-more-files)
3106 (recentf-open-files-action): Doc fix.
3107 (recentf-dialog-goto-first): New function.
3108 (recentf-dialog-mode-map): Set parent keymap first.
3109 (recentf-dialog-mode): Define with define-derived-mode.
3110 Don't display continuation lines in dialogs.
3111 (recentf-edit-list): Rename from recentf-edit-selected-items.
3112 (recentf-edit-list-select): Rename from recentf-edit-list-action.
3113 Simplify.
3114 (recentf-edit-list-validate): New function.
3115 (recentf-edit-list): Update accordingly.
3116 (recentf-open-files-item-shift): Remove.
3117 (recentf-open-files-item): Convert menu elements into tree and
3118 link widgets. Don't create the widgets.
3119 (recentf-open-files): Update accordingly.
3120 (recentf-save-list): Untabify.
3121
3122 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
3123
3124 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
3125 (keep-lines): Add INTERACTIVE arg. Never delete lines only
3126 partially contained in the active region. Do not take active
3127 region into account when called from Lisp, unless INTERACTIVE arg
3128 is non-nil. Use `forward-line' instead of `beginning-of-line' to
3129 avoid trouble with fields. Make marker point nowhere when no
3130 longer used. Always return nil. Doc fix.
3131 (flush-lines): Add INTERACTIVE arg. Do not take active region
3132 into account when called from Lisp, unless INTERACTIVE arg is
3133 non-nil. Use `forward-line' instead of `beginning-of-line' to
3134 avoid trouble with fields. Make marker point nowhere when no
3135 longer used. Always return nil. Doc fix.
3136 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
3137 interchangeable. Do not take active region into account when
3138 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
3139 message in echo area when called from Lisp, unless INTERACTIVE arg
3140 is non-nil. Avoid saying "1 occurrences". Do not use markers.
3141 Return the number of matches. Doc fix.
3142 (occur): Doc fix.
3143 (perform-replace): Make comment follow double space convention for
3144 the sake of `outline-minor-mode'.
3145
3146 * faces.el (facep): Doc fix.
3147
3148 2005-06-25 Richard M. Stallman <rms@gnu.org>
3149
3150 * facemenu.el (facemenu-enable-faces-p): New function.
3151 (facemenu-background-menu, facemenu-foreground-menu)
3152 (facemenu-face-menu): Add menu-enable property.
3153
3154 * jka-compr.el (jka-compr-insert-file-contents):
3155 Special handling if cannot find the uncompression program.
3156
3157 * cus-face.el (custom-face-attributes): Add autoload.
3158
3159 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3160 Bind comment-indent-function locally.
3161
3162 * window.el (save-selected-window): Use save-current-buffer.
3163
3164 * subr.el (with-selected-window): Use save-current-buffer.
3165
3166 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
3167 and with-current-buffer.
3168
3169 2005-06-24 Richard M. Stallman <rms@gnu.org>
3170
3171 * simple.el (line-move-1): Fix previous change.
3172
3173 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
3174
3175 * replace.el (occur-1): Set `buffer-read-only' and the
3176 buffer-modified flag before running `occur-hook' to protect
3177 against unintentional buffer switches that can lead to data loss.
3178
3179 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
3180
3181 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
3182 (gud-gdb-marker-filter): Use font-lock-warning-face for any
3183 initial error.
3184
3185 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
3186 after fresh input.
3187 (gdb-var-create-handler): Put name of expression in quotes.
3188
3189 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
3190
3191 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
3192 elements of RING in order, and without bogus nil elements.
3193
3194 2005-06-23 Richard M. Stallman <rms@gnu.org>
3195
3196 * simple.el (set-variable): Args renamed; doc fix.
3197 (line-move-1): When there are overlays around, use vertical-motion.
3198
3199 * faces.el (escape-glyph): Use brown against light background.
3200 (nobreak-space): Rename from no-break-space.
3201 Fix previous change.
3202
3203 * dired-aux.el (dired-do-copy): Fix arg prompt.
3204
3205 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
3206
3207 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
3208
3209 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
3210 rather than "Distributor".
3211
3212 2005-06-23 Lute Kamstra <lute@gnu.org>
3213
3214 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
3215 (debug-on-entry): Use it. New interactive declaration that uses
3216 function-called-at-point.
3217
3218 2005-06-23 Kim F. Storm <storm@cua.dk>
3219
3220 * subr.el (save-match-data): Add comment about using evaporate arg
3221 to set-match-data.
3222
3223 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
3224
3225 * cus-edit.el (customize-face)
3226 (customize-face-other-window): Handle face aliases.
3227
3228 * faces.el (face-documentation, set-face-attribute)
3229 (face-spec-set): Handle face aliases.
3230
3231 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
3232
3233 * help-mode.el (help-make-xrefs): If a symbol representing a face
3234 name is not followed by the word "face", it could still be a
3235 function or variable name, so don't bypass other checks.
3236
3237 2005-06-22 Juri Linkov <juri@jurta.org>
3238
3239 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
3240 Replace aliased functions with calls where second arg `inherit' is t.
3241
3242 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * progmodes/gdb-ui.el (gdb-error): New variable.
3245 (gdb-error): New function.
3246 (gdb-annotation-rules): Act on error-begin and error annotations.
3247 (gdb-concat-output): Use font-lock-warning-face for errors.
3248
3249 2005-06-22 Miles Bader <miles@gnu.org>
3250
3251 * bindings.el (propertized-buffer-identification): Use renamed
3252 `Buffer-menu-buffer' face.
3253
3254 * faces.el (vertical-border): Rename from `vertical-divider'.
3255 (escape-glyph): Change dark-background color back to `cyan'.
3256
3257 2005-06-21 Juri Linkov <juri@jurta.org>
3258
3259 * faces.el (face-user-default-spec): Try getting `customized-face'
3260 prior to `saved-face'.
3261 (frame-background-mode): Refill docstring.
3262
3263 * emacs-lisp/lisp-mode.el (eval-defun-1):
3264 * emacs-lisp/edebug.el (edebug-eval-defun):
3265 Set `saved-face' temporarily to nil before calling form.
3266 Set `customized-face' to the new spec after that.
3267
3268 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
3269
3270 * subr.el (1value, lambda, key-substitution-in-progress):
3271 Doc fixes.
3272
3273 * autoinsert.el (auto-insert-alist):
3274 * ses.el (ses-call-printer):
3275 * subr.el (noreturn):
3276 * emacs-lisp/lisp.el (check-parens):
3277 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
3278 * net/browse-url.el (browse-url-mosaic):
3279 * progmodes/cc-defs.el (c-safe-scan-lists):
3280 * progmodes/ebnf-abn.el (ebnf-abn-lex):
3281 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
3282 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
3283 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
3284 * progmodes/ebnf-iso.el (ebnf-iso-lex):
3285 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
3286
3287 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
3288
3289 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
3290
3291 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
3292
3293 * calendar/appt.el (appt-make-list): Activate the package, if
3294 not already active (for backwards compatibility).
3295
3296 2005-06-20 Kim F. Storm <storm@cua.dk>
3297
3298 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
3299
3300 2005-06-20 Miles Bader <miles@gnu.org>
3301
3302 * faces.el (vertical-divider): New face.
3303
3304 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * simple.el (kill-whole-line): Doc fix.
3307 (next-error-buffer-p, next-error-find-buffer)
3308 (clone-indirect-buffer): Fix typos in docstrings.
3309 (comment-line-break-function): Doc fix: don't say variable
3310 is automatically buffer-local (it isn't).
3311
3312 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
3313
3314 * net/tramp-ftp.el (top):
3315 * net/tramp-smb.el (top):
3316 * net/tramp-util.el (top):
3317 * net/tramp-uu.el (top):
3318 * net/tramp-vc.el (top):
3319 * net/tramp.el (top): Revert copyright years back to original
3320 ones. Tramp has a life outside GNU Emacs.
3321
3322 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
3323
3324 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
3325
3326 2005-06-18 Juri Linkov <juri@jurta.org>
3327
3328 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
3329 end of first regexp to limit the match to the position between
3330 line number and source line with same separator character as used
3331 between file name and line number. In the second regexp limit
3332 mouse-face area to file name and line number by adding new group
3333 for them and referring it in HYPERLINK arg.
3334 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
3335 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
3336 previous line where grep markers may be already removed.
3337
3338 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3339
3340 * progmodes/ps-mode.el: Update version and maintainer's email address.
3341
3342 2005-06-18 Steve Youngs <steve@xemacs.org>
3343
3344 * net/browse-url.el (browse-url-browser-function)
3345 (browse-url-default-browser): Add firefox.
3346 (browse-url-firefox-program, browse-url-firefox-arguments)
3347 (browse-url-firefox-startup-arguments)
3348 (browse-url-firefox-new-window-is-tab): New defcustoms.
3349 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
3350
3351 2005-06-17 Richard M. Stallman <rms@gnu.org>
3352
3353 * startup.el (command-line): Warn if specified user name has
3354 no home directory.
3355
3356 * term.el (term-get-old-input, term-input-filter, term-input-sender)
3357 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
3358
3359 * longlines.el (longlines-mode, longlines-show-hard-newlines):
3360 Doc fixes.
3361
3362 * faces.el (underline): Try bold if terminal doesn't support underline.
3363
3364 * mail/sendmail.el (mail-setup-with-from): New variable.
3365 (mail-insert-from-field): New function.
3366 (sendmail-send-it): Call it.
3367 (mail-setup): Optionally call it here.
3368
3369 * term/linux.el: Call tty-no-underline.
3370
3371 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
3372
3373 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
3374
3375 2005-06-17 Miles Bader <miles@gnu.org>
3376
3377 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
3378 (ediff-current-diff-C, ediff-current-diff-Ancestor)
3379 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
3380 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
3381 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
3382 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
3383 Remove "-face" suffix from face names.
3384 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3385 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3386 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3387 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3388 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3389 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3390 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3391 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3392 New backward-compatibility aliases for renamed faces.
3393 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3394 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3395 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3396 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3397 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3398 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3399 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3400 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3401 Use renamed ediff faces.
3402
3403 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
3404 Remove "-face" suffix from face names.
3405 (eshell-test-ok-face, eshell-test-failed-face):
3406 New backward-compatibility aliases for renamed faces.
3407 (eshell-run-test): Use renamed eshell-test faces.
3408
3409 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
3410 face name.
3411 (eshell-prompt-face): New backward-compatibility alias for renamed
3412 face.
3413 (eshell-emit-prompt): Use renamed eshell-prompt face.
3414
3415 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
3416 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
3417 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
3418 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
3419 Remove "-face" suffix from face names.
3420 (eshell-ls-directory-face, eshell-ls-symlink-face)
3421 (eshell-ls-executable-face, eshell-ls-readonly-face)
3422 (eshell-ls-unreadable-face, eshell-ls-special-face)
3423 (eshell-ls-missing-face, eshell-ls-archive-face)
3424 (eshell-ls-backup-face, eshell-ls-product-face)
3425 (eshell-ls-clutter-face):
3426 New backward-compatibility aliases for renamed faces.
3427 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
3428
3429 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
3430 Remove "-face" suffix from face name.
3431 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
3432 instead of literal face.
3433
3434 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
3435
3436 * emacs-lisp/warnings.el (display-warning, lwarn)
3437 (warning-minimum-log-level): Doc fixes.
3438 (warning-minimum-level, warning-minimum-log-level):
3439 Add :debug to :type choices.
3440
3441 * progmodes/ada-mode.el (ada-format-paramlist)
3442 (ada-get-indent-case, ada-check-matching-start)
3443 (ada-check-defun-name, ada-goto-matching-decl-start)
3444 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
3445 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
3446 (ada-make-subprogram-body): Follow error conventions.
3447 (ada-case-exception-file, ada-indent-comment-as-code)
3448 (ada-indent-handle-comment-special, ada-indent-renames)
3449 (ada-indent-return, ada-search-directories-internal)
3450 (ada-tab-policy, ada-case-exception-substring)
3451 (ada-other-file-alist, ada-matching-start-re)
3452 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
3453 (ada-imenu-generic-expression, ada-compile-goto-error)
3454 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
3455 (ada-popup-menu, ada-add-extensions, ada-mode)
3456 (ada-region-selected, ada-create-case-exception)
3457 (ada-create-case-exception-substring, ada-after-keyword-p)
3458 (ada-activate-keys-for-case, ada-adjust-case-region)
3459 (ada-adjust-case-buffer, ada-format-paramlist)
3460 (ada-scan-paramlist, ada-insert-paramlist)
3461 (ada-indent-newline-indent)
3462 (ada-indent-newline-indent-conditional)
3463 (ada-justified-indent-current, ada-goto-previous-word)
3464 (ada-indent-current, ada-get-indent-open-paren)
3465 (ada-get-indent-paramlist, ada-get-indent-end)
3466 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
3467 (ada-get-indent-block-start, ada-get-indent-subprog)
3468 (ada-get-indent-noindent, ada-get-indent-label)
3469 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
3470 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
3471 (ada-goto-stmt-end, ada-goto-next-word)
3472 (ada-check-matching-start, ada-check-defun-name)
3473 (ada-goto-matching-decl-start, ada-goto-matching-start)
3474 (ada-goto-matching-end, ada-search-ignore-string-comment)
3475 (ada-in-decl-p, ada-looking-at-semi-or)
3476 (ada-looking-at-semi-private, ada-in-paramlist-p)
3477 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
3478 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
3479 (ada-next-procedure, ada-previous-procedure, ada-next-package)
3480 (ada-previous-package, ada-create-menu)
3481 (ada-fill-comment-paragraph-justify)
3482 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
3483 (ada-other-file-name, ada-last-which-function-line)
3484 (ada-last-which-function-subprog, ada-which-function)
3485 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
3486 (ada-gen-treat-proc, ada-check-emacs-version)
3487 (ada-continuation-indent, ada-align-region-separate):
3488 Fix typos in docstrings.
3489 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
3490
3491 2005-06-16 Lute Kamstra <lute@gnu.org>
3492
3493 * simple.el (fundamental-mode): Run after-change-major-mode-hook
3494 conditionally.
3495
3496 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
3497
3498 * comint.el (comint-replace-by-expanded-filename)
3499 (comint-prompt-regexp, comint-delimiter-argument-list)
3500 (comint-preinput-scroll-to-bottom):
3501 * info.el (Info-hide-cookies-node):
3502 * ls-lisp.el (ls-lisp-classify):
3503 * find-file.el (ff-search-directories, ff-special-constructs)
3504 (ff-find-other-file):
3505 * font-lock.el (font-lock-keywords):
3506 * shell.el (shell-prompt-pattern)
3507 (shell-dynamic-complete-functions, shell-mode)
3508 (shell-delimiter-argument-list):
3509 * term.el (term-replace-by-expanded-filename)
3510 (term-prompt-regexp, term-delimiter-argument-list):
3511 * woman.el (woman-ignore, woman0-if):
3512 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
3513 * emacs-lisp/elint.el (elint-init-env):
3514 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
3515 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
3516 * language/ethio-util.el (ethio-tilde-escape)
3517 (ethio-use-three-dot-question):
3518 * net/zone-mode.el (zone-mode-load-time-setup):
3519 * progmodes/cc-align.el (c-lineup-argcont):
3520 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
3521 * progmodes/cperl-mode.el (cperl-set-style-back):
3522 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3523 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
3524 Fix spellings in docstrings.
3525
3526 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
3527 * progmodes/modula2.el (m2-for): Fix spellings.
3528
3529 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
3530
3531 * simple.el (undo-more): Don't use `format' on `error' arguments.
3532 Improve argument/docstring consistency.
3533 (pending-undo-list): Doc fix.
3534
3535 * smerge-mode.el (smerge-ensure-match):
3536 * emulation/vip.el (vip-ex):
3537 * net/zone-mode.el (zone-mode-update-serial):
3538 * progmodes/idlwave.el (idlwave-complete):
3539 * progmodes/vhdl-mode.el (vhdl-visit-file)
3540 (vhdl-compose-wire-components):
3541 Don't use `format' on `error' arguments.
3542
3543 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
3544 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
3545 (tooltip-help-tips): Fix typos in docstrings.
3546
3547 2005-06-16 David Ponce <david@dponce.com>
3548
3549 * tree-widget.el (tree-widget-value-create): Simplify last change.
3550
3551 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
3552
3553 * ido.el (ido-incomplete-regexp): New variable.
3554 (ido-set-matches-1): Handle invalid-regexp error and set
3555 ido-incomplete-regexp.
3556 (ido-incomplete-regexp): New face.
3557 (ido-completions): Use it.
3558 (ido-complete, ido-exit-minibuffer, ido-completions):
3559 Handle incomplete regexps.
3560 (ido-completions): Add check for complete match when entering a regexp.
3561
3562 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3563
3564 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
3565
3566 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3567
3568 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
3569 by field delimiters.
3570
3571 2005-06-15 David Ponce <david@dponce.com>
3572
3573 * tree-widget.el: eval-and-compile inlined functions so they will
3574 be available at run-time too.
3575 (tree-widget-super-format-handler)
3576 (tree-widget-format-handler): Remove.
3577 (tree-widget-value-create): Handle the :indent property.
3578
3579 2005-06-15 Miles Bader <miles@gnu.org>
3580
3581 * progmodes/which-func.el (which-func): Only inherit
3582 `font-lock-function-name-face' when that makes sense against the
3583 default mode-line face, otherwise set the face color explicitly.
3584
3585 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
3586 faces instead of (non-existent) variables.
3587
3588 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
3591 (iswitchb-get-matched-buffers): Likewise. Simplify.
3592
3593 2005-06-14 Miles Bader <miles@gnu.org>
3594
3595 * progmodes/ld-script.el (ld-script-location-counter):
3596 Remove "-face" suffix from face name.
3597 (ld-script-location-counter-face):
3598 New backward-compatibility alias for renamed face.
3599 (ld-script-location-counter-face): Use renamed face.
3600
3601 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
3602 (cperl-hash): Remove "-face" suffix from face names.
3603 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
3604 New backward-compatibility aliases for renamed faces.
3605 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
3606 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
3607
3608 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
3609 name.
3610 (which-func-face): New backward-compatibility alias for renamed face.
3611 (which-func-format): Use renamed which-func face.
3612
3613 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
3614 (vhdl-function, vhdl-directive, vhdl-reserved-word)
3615 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
3616 names.
3617 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
3618 (vhdl-speedbar-configuration, vhdl-speedbar-package)
3619 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
3620 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
3621 (vhdl-speedbar-architecture-selected)
3622 (vhdl-speedbar-configuration-selected)
3623 (vhdl-speedbar-package-selected)
3624 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
3625 names.
3626 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
3627 Use renamed faces.
3628 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
3629 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
3630 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
3631 Use renamed faces.
3632 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
3633 names.
3634 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
3635 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
3636 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
3637 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3638 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3639 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3640
3641 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3642 face name.
3643 (sh-heredoc-face): New backward-compatibility alias for renamed face.
3644 (sh-heredoc-face): Use renamed sh-heredoc face.
3645
3646 * progmodes/idlw-help.el (idlwave-help-link):
3647 Remove "-face" suffix from face name.
3648 (idlwave-help-link-face):
3649 New backward-compatibility alias for renamed face.
3650 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3651
3652 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3653 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3654 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3655 New backward-compatibility aliases for renamed faces.
3656 (idlwave-shell-disabled-breakpoint-face)
3657 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3658
3659 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3660 Remove "-face" suffix from face names.
3661 (flymake-errline-face, flymake-warnline-face):
3662 New backward-compatibility aliases for renamed faces.
3663 (flymake-highlight-line): Use renamed flymake faces.
3664
3665 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3666 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3667 (ebrowse-member-class, ebrowse-progress):
3668 Remove "-face" suffix from face names.
3669 (ebrowse-tree-mark-face, ebrowse-root-class-face)
3670 (ebrowse-file-name-face, ebrowse-default-face)
3671 (ebrowse-member-attribute-face, ebrowse-member-class-face)
3672 (ebrowse-progress-face):
3673 New backward-compatibility aliases for renamed faces.
3674 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3675 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3676 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3677 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3678
3679 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3680 antlr-syntax)
3681 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3682 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3683 names.
3684 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3685 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3686 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3687 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3688 backward-compatibility aliases for renamed faces.
3689 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3690 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3691 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3692 remove "font-lock-". Use renamed antlr-mode faces.
3693 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
3694 literal face-names with face variable references.
3695
3696 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3697 face name.
3698 (Buffer-menu-buffer-face): New backward-compatibility alias for
3699 renamed face.
3700 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3701
3702 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
3703
3704 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
3705 Eliminate "-face" suffix.
3706 (makefile-targets): Inherit from font-lock-function-name-face and
3707 eliminate "-face" suffix.
3708 (makefile-shell): Remove attributes and eliminate "-face" suffix.
3709 (makefile-*-font-lock-keywords): Append makefile-targets in rule
3710 actions, instead of prepending, to make it less visible.
3711 (makefile-previous-dependency, makefile-match-dependency):
3712 Don't match a target on a continuation line.
3713
3714 * files.el (auto-mode-alist): Put Makefile in gmake mode.
3715
3716 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
3717
3718 * progmodes/gdb-ui.el (menu): Re-order menu items.
3719 (gdb-tooltip-print): Respect tooltip-use-echo-area.
3720
3721 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3722 Define in tooltip.el.
3723 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3724 (gud-tooltip-tips): Respect tooltip-use-echo-area and
3725 gud-tooltip-echo-area.
3726
3727 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3728 backward compatibility and make obsolete.
3729 (tooltip-help-tips): Use tooltip-use-echo-area.
3730 (tooltip-show-help-function): Rename to...
3731 (tooltip-show-help): ...this, because it is a function.
3732 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3733
3734 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3735
3736 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3737 (edebug-print-length, edebug-print-level, edebug-print-circle)
3738 (edebug-modify-breakpoint, edebug-eval-last-sexp)
3739 (edebug-eval-print-last-sexp): Doc fixes.
3740
3741 2005-06-14 Kim F. Storm <storm@cua.dk>
3742
3743 * ido.el (ido-mode): Make a new keymap every time we enable ido,
3744 as the coverage buffer/file/both may change.
3745
3746 2005-06-14 Lute Kamstra <lute@gnu.org>
3747
3748 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3749 and run-mode-hooks. Simplify.
3750
3751 * mail/rmailedit.el (rmail-edit-mode):
3752 * progmodes/octave-inf.el (inferior-octave-mode):
3753 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3754
3755 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3756 and run-mode-hooks.
3757 (recentf-edit-list, recentf-open-files): Don't call
3758 kill-all-local-variables directly.
3759
3760 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3761
3762 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
3763
3764 * emacs-lisp/byte-run.el (make-obsolete)
3765 (define-obsolete-function-alias): Rename arguments FUNCTION and
3766 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
3767 (make-obsolete-variable, define-obsolete-variable-alias):
3768 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
3769 respectively.
3770
3771 * isearchb.el (isearchb-activate):
3772 * pcvs.el (cvs-mode):
3773 * ses.el (ses-load):
3774 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3775 * net/tramp.el (tramp-find-file-exists-command)
3776 (tramp-find-shell):
3777 * progmodes/ada-mode.el (ada-create-case-exception)
3778 (ada-create-case-exception-substring, ada-make-subprogram-body):
3779 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3780 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3781 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3782 * textmodes/org.el (org-promote, org-evaluate-time-range)
3783 (org-agenda-next-date-line, org-agenda-previous-date-line)
3784 (org-agenda-error, org-open-at-point, org-table-move-row)
3785 (org-format-table-table-html-using-table-generate-source)
3786 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3787 * textmodes/reftex.el (reftex-access-scan-info):
3788 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3789 (reftex-toc-promote-prepare): Follow error conventions.
3790
3791 * diff-mode.el (diff-mode): Fix typo in docstring.
3792
3793 * forms.el (forms--intuit-from-file): Fix reference to
3794 `forms-number-of-fields' in error message.
3795 (forms-print): Fix quoting in error message.
3796
3797 * forms.el (forms-mode):
3798 * emulation/vi.el (vi-goto-insert-state):
3799 * progmodes/flymake.el (flymake-new-err-info)
3800 (flymake-start-syntax-check-for-current-buffer)
3801 (flymake-simple-cleanup):
3802 * eshell/esh-var.el (eshell/export):
3803 * progmodes/gud.el (xdb):
3804 * textmodes/flyspell.el (flyspell-incorrect-hook)
3805 (flyspell-maybe-correct-transposition)
3806 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3807
3808 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
3809
3810 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3811 minibuffer prompt.
3812
3813 2005-06-13 Kim F. Storm <storm@cua.dk>
3814
3815 * subr.el (add-to-ordered-list): New defun.
3816
3817 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3818 add cua--keymap-alist to emulation-mode-map-alists.
3819
3820 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * subr.el (complete-in-turn): New macro.
3823 (dynamic-completion-table, lazy-completion-table): Add debug info.
3824
3825 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3826 in preference to face aliases.
3827
3828 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3829 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3830 Remove unused vars `start' and `firstline'.
3831 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3832 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3833
3834 2005-06-13 Eli Zaretskii <eliz@gnu.org>
3835
3836 * cus-start.el (all): Don't complain about missing GTK-related
3837 variables, unless either `gtk' is boundp or this isn't a
3838 `windows-nt' build.
3839
3840 2005-06-13 Lute Kamstra <lute@gnu.org>
3841
3842 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3843 run-mode-hooks.
3844
3845 * ediff-mult.el (ediff-meta-mode):
3846 * ediff-util.el (ediff-mode): Use run-mode-hooks.
3847
3848 * ledit.el (ledit-mode): Use delay-mode-hooks.
3849
3850 * woman.el (woman-mode-line-format): Delete constant.
3851 (woman-mode-map): Initialize it properly.
3852 (woman-mode): Set mode-class property to special.
3853 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
3854 Set major-mode and mode-name. Don't set mode-line-format directly.
3855 (Man-getpage-in-background): Don't reference woman-mode-line-format.
3856
3857 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3858 string argument obsolete.
3859
3860 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
3861
3862 * textmodes/org.el (org-CUA-compatible): New option.
3863 (org-disputed-keys): New variable.
3864 (org-key): New function.
3865 (orgtbl-make-binding): Add docstring to the created function.
3866 (org-mode): Set paragraph start/separate regexps.
3867 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3868 (org-archive-location, org-archive-mark-done)
3869 (org-archive-stamp-time): New options.
3870 (org-archive-subtree): New command.
3871 (org-fill-paragraph): New function.
3872 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3873 (org-fake-empty-table-line): Function removed.
3874 (org-format-org-table-html): Do not create empty table lines at
3875 separator lines. Improved table header treatment.
3876 (org-link-format): New option.
3877 (org-make-link): New function.
3878 (org-insert-link, org-store-link): Use org-make-link.
3879 (org-open-file): Quote file name for shell command, to allow
3880 spaces in file names.
3881 (org-link-regexp): Fix bug with mailto link.
3882 (org-link-maybe-angles-regexp, org-protected-link-regexp):
3883 New constants.
3884 (org-export-as-html): Deal with the optional angles around a link.
3885 Better treatment of file: links.
3886 (org-open-at-point): Replace @{ and @} with < and >.
3887 (org-run-mode-hooks): Function removed.
3888 (org-agenda-mode): No longer use `org-run-mode-hooks'.
3889
3890 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
3891
3892 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3893 MI command -data-list-register-values.
3894 (gdb-post-prompt): Indent properly.
3895
3896 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
3897
3898 * hilit-chg.el (highlight-changes-colors): Rename from
3899 `highlight-changes-colours'.
3900 (highlight-changes-colours): Keep as obsolete alias.
3901 (highlight-changes-face-list): Doc fix.
3902 (hilit-chg-make-list): Use `highlight-changes-colors'.
3903
3904 2005-06-12 Mark A. Hershberger <mah@everybody.org>
3905
3906 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3907 defun-prompt-regexp.
3908
3909 2005-06-12 Eli Zaretskii <eliz@gnu.org>
3910
3911 * loadup.el: Don't say we are dumping under 2 names on windows-nt
3912 and cygwin.
3913
3914 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3915 Don't use an old loaddefs.el, as in Makefile.in.
3916
3917 2005-06-12 Lute Kamstra <lute@gnu.org>
3918
3919 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3920
3921 * man.el (Man-mode-map): Initialize it properly.
3922 (Man-mode): Set mode-class property to special.
3923
3924 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3925
3926 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3927
3928 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3929 A newline is needed in the docstring there.
3930
3931 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3932 Doc fixes.
3933
3934 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3935
3936 * printing.el: Doc fix. The menubar is no more changed when printing
3937 is loaded, it only changes when pr-menu-bind or pr-update-menus is
3938 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
3939 (pr-version): New version number (6.8.4).
3940 (pr-menu-bind): New command.
3941 (pr-update-menus): Docstring and code fix.
3942 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3943 Docstring fix.
3944 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3945 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3946
3947 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
3948
3949 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3950 "Returns" to "return", document useful return values, etc.
3951
3952 2005-06-11 Alan Mackenzie <acm@muc.de>
3953
3954 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3955 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3956 (adaptive-file-function): Minor amendment to doc-string.
3957
3958 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3959
3960 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
3961 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3962 Fix :type--it is `integer', not `string'.
3963
3964 * faces.el (modeline-highlight): Rename from (the erroneous)
3965 `modeline-higilight'.
3966
3967 2005-06-11 Lute Kamstra <lute@gnu.org>
3968
3969 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3970 lisp-interaction-mode-map but make it the parent.
3971 (edebug-eval-mode): Use define-derived-mode.
3972
3973 2005-06-11 Andreas Schwab <schwab@suse.de>
3974
3975 * bindings.el: Add binding of `ESC functionkey' for every
3976 `M-functionkey'.
3977 * hexl.el (hexl-mode-map): Likewise.
3978
3979 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
3980
3981 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3982 [msft]: update regexp for newer msft compilers.
3983
3984 2005-06-10 Mark A. Hershberger <mah@everybody.org>
3985
3986 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3987 ATTLIST portions of included DTDs.
3988 (xml-parse-dtd): Eliminate use of inefficient match-data.
3989
3990 2005-06-10 Miles Bader <miles@gnu.org>
3991
3992 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3993 (mpuz-text): Remove "-face" suffix from face names.
3994 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3995 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3996 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3997
3998 * play/gomoku.el (gomoku-O, gomoku-X):
3999 Remove "-face" suffix from face names.
4000 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
4001 New backward-compatibility aliases for renamed faces.
4002 (gomoku-font-lock-keywords): Use renamed gomoku faces.
4003
4004 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
4005
4006 * thumbs.el: Fixes for changes of 2005-06-09.
4007 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
4008 as a directory.
4009 (thumbs-thumbname): Remove directory separator from format string;
4010 `thumbs-thumbsdir' now returns a valid directory name.
4011 (thumbs-temp-dir): New defsubst.
4012 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
4013 Use it.
4014
4015 * cus-edit.el (minibuffer):
4016 * files.el (make-backup-file-name-function):
4017 * filesets.el (filesets-external-viewers):
4018 * hilit-chg.el (highlight-changes-colours)
4019 (highlight-changes-face-list, highlight-changes-rotate-faces):
4020 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
4021 * kmacro.el (kmacro-call-macro):
4022 * log-edit.el (log-edit-changelog-full-paragraphs):
4023 * mouse.el (mouse-1-click-follows-link):
4024 * skeleton.el (skeleton-autowrap):
4025 * subr.el (insert-for-yank-1):
4026 * tempo.el (tempo-insert-region):
4027 * terminal.el (terminal-emulator):
4028 * time.el (display-time-mail-face):
4029 * vc.el (vc-annotate):
4030 * vcursor.el (vcursor-copy-line):
4031 * woman.el (woman-bold-headings, woman-ignore)
4032 (woman-default-faces, woman-monochrome-faces):
4033 * calendar/todo-mode.el (todo-insert-threshold):
4034 * emulation/pc-select.el (pc-select-selection-keys-only)
4035 (pc-selection-mode):
4036 * emulation/vip.el (vip-find-char-forward):
4037 * emulation/viper-cmd.el (viper-find-char-forward):
4038 * international/mule-cmds.el
4039 (select-safe-coding-system-accept-default-p)
4040 (input-method-exit-on-invalid-key):
4041 * international/mule-diag.el (describe-coding-system):
4042 * international/ucs-tables.el (unify-8859-on-encoding-mode):
4043 * net/browse-url.el (browse-url-xterm-program):
4044 * obsolete/lazy-lock.el (lazy-lock-mode):
4045 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
4046 (cperl-mode):
4047 * progmodes/cpp.el (cpp-face-light-name-list)
4048 (cpp-face-dark-name-list):
4049 * progmodes/delphi.el (delphi-newline-always-indents):
4050 Fix spellings in docstrings.
4051
4052 * ido.el (ido-mode, ido-file-extensions-order)
4053 (ido-default-file-method, ido-default-buffer-method)
4054 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
4055 (ido-decorations, ido-read-file-name-as-directory-commands)
4056 (ido-read-file-name-non-ido, ido-work-directory-list)
4057 (ido-ignore-item-temp-list, ido-current-directory)
4058 (ido-magic-forward-char, ido-enter-find-file)
4059 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
4060 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
4061
4062 2005-06-10 Lute Kamstra <lute@gnu.org>
4063
4064 * play/dunnet.el (dun-mode): Use define-derived-mode.
4065 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
4066 obsolete alias.
4067
4068 * play/doctor.el (doctor-mode-map): Remove defvar.
4069 (doctor-mode): Use define-derived-mode.
4070
4071 * mail/mspools.el (mspools-mode):
4072 * net/eudc-hotlist.el (eudc-hotlist-mode):
4073 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
4074
4075 2005-06-10 Miles Bader <miles@gnu.org>
4076
4077 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4078 Remove "-face" suffix from face names.
4079 (flyspell-incorrect-face, flyspell-duplicate-face):
4080 New backward-compatibility aliases for renamed faces.
4081 (flyspell-mode-on, make-flyspell-overlay)
4082 (flyspell-highlight-incorrect-region)
4083 (flyspell-highlight-duplicate-region)
4084 (flyspell-display-next-corrections)
4085 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
4086
4087 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
4088 from face name.
4089 (texinfo-heading-face): New backward-compatibility alias for
4090 renamed face.
4091 (texinfo-heading-face): Use renamed texinfo-heading face.
4092
4093 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
4094 suffix from face names.
4095 (tex-math-face, tex-verbatim-face):
4096 New backward-compatibility aliases for renamed faces.
4097 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
4098 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
4099 literal face name.
4100
4101 * textmodes/table.el (table-cell): Remove "-face" suffix from face
4102 name.
4103 (table-cell-face): New backward-compatibility alias for renamed face.
4104 (table--put-cell-face-property, table--update-cell-face):
4105 Use renamed table-cell face.
4106
4107 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
4108 from face name.
4109 (sgml-namespace-face): New backward-compatibility alias for
4110 renamed face.
4111 (sgml-namespace-face): Use renamed sgml-namespace face.
4112
4113 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
4114 (org-level-4, org-level-5, org-level-6, org-level-7)
4115 (org-level-8, org-warning, org-headline-done)
4116 (org-deadline-announce, org-scheduled-today)
4117 (org-scheduled-previously, org-link, org-done, org-table)
4118 (org-time-grid): Remove "-face" suffix from face names.
4119 (org-level-1-face, org-level-2-face, org-level-3-face)
4120 (org-level-4-face, org-level-5-face, org-level-6-face)
4121 (org-level-7-face, org-level-8-face, org-warning-face)
4122 (org-headline-done-face, org-deadline-announce-face)
4123 (org-scheduled-today-face, org-scheduled-previously-face)
4124 (org-link-face, org-done-face, org-table-face)
4125 (org-time-grid-face):
4126 New backward-compatibility aliases for renamed faces.
4127 (org-level-faces, org-set-font-lock-defaults, org-timeline)
4128 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
4129 (org-agenda-get-timestamps, org-agenda-get-scheduled)
4130 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
4131
4132 * emulation/viper-init.el (viper-search, viper-replace-overlay)
4133 (viper-minibuffer-emacs, viper-minibuffer-insert)
4134 (viper-minibuffer-vi): Remove "-face" suffix from face names.
4135 (viper-search-face, viper-replace-overlay-face)
4136 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
4137 (viper-minibuffer-vi-face):
4138 New backward-compatibility aliases for renamed faces.
4139 (viper-search-face, viper-replace-overlay-face)
4140 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
4141 (viper-minibuffer-vi-face): Use renamed viper faces.
4142
4143 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
4144 Remove "-face" suffix from face names.
4145 (testcover-nohits-face, testcover-1value-face):
4146 New backward-compatibility aliases for renamed faces.
4147 (testcover-mark): Use renamed testcover faces.
4148
4149 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
4150 face name.
4151 (diary-button-face): New backward-compatibility alias for renamed face.
4152 (diary-entry): Use renamed diary-button face.
4153
4154 * calendar/calendar.el (diary, calendar-today, holiday)
4155 (mark-visible-calendar-date): Remove "-face" suffix from face names.
4156 (diary-face, calendar-today-face, holiday-face):
4157 New backward-compatibility aliases for renamed faces.
4158 (eval-after-load "facemenu", diary-entry-marker)
4159 (calendar-today-marker, calendar-holiday-marker, diary-face):
4160 Use renamed calendar faces.
4161
4162 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
4163 (compare-windows-face): New backward-compatibility alias for
4164 renamed face.
4165 (compare-windows-highlight): Use renamed compare-windows face.
4166
4167 * strokes.el (strokes-char): Remove "-face" suffix from face name.
4168 (strokes-char-face): New backward-compatibility alias for renamed face.
4169 (strokes-encode-buffer): Use renamed strokes-char face.
4170
4171 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
4172 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
4173 Remove "-face" suffix from face names.
4174 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4175 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4176 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
4177 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
4178 Use renamed pcvs faces.
4179 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
4180 * pcvs-defs.el (cvs-mode-map): Likewise.
4181 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
4182
4183 * info.el (info-title-1, info-title-2, info-title-3)
4184 (info-title-4): Remove "-face" suffix from and downcase face names.
4185 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4186 (Info-title-4-face):
4187 New backward-compatibility aliases for renamed faces.
4188 (Info-fontify-node): Use renamed info faces.
4189
4190 * hilit-chg.el (highlight-changes, highlight-changes-delete):
4191 Remove "-face" suffix from face names.
4192 (highlight-changes-face, highlight-changes-delete-face):
4193 New backward-compatibility aliases for renamed faces.
4194 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
4195 (hilit-chg-make-list): Use renamed highlight-changes faces.
4196
4197 * generic-x.el (show-tabs-tab, show-tabs-space):
4198 Remove "-face" suffix from face names.
4199 (show-tabs-tab-face, show-tabs-space-face):
4200 New backward-compatibility aliases for renamed faces.
4201 (show-tabs-generic-mode-font-lock-defaults-1)
4202 (show-tabs-generic-mode-font-lock-defaults-2):
4203 Use renamed show-tabs faces.
4204
4205 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
4206 (smerge-markers): Remove "-face" suffix from face names.
4207 (smerge-mine-face, smerge-other-face, smerge-base-face)
4208 (smerge-markers-face):
4209 New backward-compatibility aliases for renamed faces.
4210 (smerge-mine-face, smerge-other-face, smerge-base-face)
4211 (smerge-markers-face): Use renamed smerge faces.
4212
4213 * log-view.el (log-view-file, log-view-message): Remove "-face"
4214 suffix from face names.
4215 (log-view-file-face, log-view-message-face): New
4216 backward-compatibility aliases for renamed faces.
4217 (log-view-file-face, log-view-message-face): Use renamed log-view
4218 faces.
4219
4220 * paren.el (show-paren-match, show-paren-mismatch):
4221 Remove "-face" suffix from face names.
4222 (show-paren-match-face, show-paren-mismatch-face):
4223 New backward-compatibility aliases for renamed faces.
4224 (show-paren-function): Use renamed show-paren faces.
4225
4226 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
4227 (ruler-mode-margins, ruler-mode-fringes)
4228 (ruler-mode-column-number, ruler-mode-fill-column)
4229 (ruler-mode-comment-column, ruler-mode-goal-column)
4230 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
4231 suffix from face names.
4232 (ruler-mode-default-face, ruler-mode-pad-face)
4233 (ruler-mode-margins-face, ruler-mode-fringes-face)
4234 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
4235 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
4236 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
4237 backward-compatibility aliases for renamed faces.
4238 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
4239 (ruler-mode-column-number, ruler-mode-fill-column)
4240 (ruler-mode-comment-column, ruler-mode-goal-column)
4241 (ruler-mode-tab-stop, ruler-mode-current-column)
4242 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
4243 faces.
4244
4245 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
4246 face name.
4247 (whitespace-highlight-the-space): Use renamed face.
4248 (whitespace-highlight-face): New backward-compatibility alias for
4249 renamed face.
4250
4251 * woman.el (woman-italic, woman-bold, woman-unknown)
4252 (woman-addition, woman-symbol-face):
4253 Remove "-face" suffix from face names.
4254 (woman-italic-face, woman-bold-face, woman-unknown-face)
4255 (woman-addition-face):
4256 New backward-compatibility aliases for renamed faces.
4257 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
4258 (woman-decode-region, woman-replace-match)
4259 (woman-display-extended-fonts, woman-special-characters)
4260 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
4261 Use renamed woman faces.
4262
4263 * longlines.el (longlines-visible-face): Face removed.
4264
4265 * diff-mode.el (diff-header, diff-file-header, diff-index)
4266 (diff-hunk-header, diff-removed, diff-added, diff-changed)
4267 (diff-function, diff-context, diff-nonexistent): Remove "-face"
4268 suffix from face names.
4269 (diff-header-face, diff-file-header-face, diff-index-face)
4270 (diff-hunk-header-face, diff-removed-face, diff-added-face)
4271 (diff-changed-face, diff-function-face, diff-context-face)
4272 (diff-nonexistent-face): New backward-compatibility aliases for
4273 renamed faces.
4274 (diff-header-face, diff-file-header-face)
4275 (diff-index, diff-index-face, diff-hunk-header)
4276 (diff-hunk-header-face, diff-removed, diff-removed-face)
4277 (diff-added, diff-added-face, diff-changed-face, diff-function)
4278 (diff-function-face, diff-context-face, diff-nonexistent)
4279 (diff-nonexistent-face): Use renamed diff-mode faces.
4280
4281 * progmodes/compile.el (compilation-warning-face)
4282 (compilation-info-face): Remove "-face" suffix from face names.
4283 (compilation-warning-face, compilation-info-face):
4284 New backward-compatibility aliases for renamed faces.
4285 (compilation-warning-face, compilation-info-face):
4286 Use renamed compilation faces.
4287
4288 * add-log.el (change-log-date, change-log-name)
4289 (change-log-email, change-log-file, change-log-list)
4290 (change-log-conditionals, change-log-function)
4291 (change-log-acknowledgement): Remove "-face" suffix from face names.
4292 (change-log-date-face, change-log-name-face)
4293 (change-log-email-face, change-log-file-face)
4294 (change-log-list-face, change-log-conditionals-face)
4295 (change-log-function-face, change-log-acknowledgement-face):
4296 New backward-compatibility aliases for renamed faces.
4297 (change-log-font-lock-keywords): Use renamed change-log faces.
4298
4299 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
4300 (custom-set, custom-changed, custom-saved, custom-button)
4301 (custom-button-pressed, custom-documentation, custom-state)
4302 (custom-comment, custom-comment-tag, custom-variable-tag)
4303 (custom-variable-button, custom-face-tag, custom-group-tag-1)
4304 (custom-group-tag): Remove "-face" suffix from face names.
4305 (custom-magic-alist, custom-magic-value-create)
4306 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
4307 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4308 (custom-set-face, custom-changed-face, custom-saved-face)
4309 (custom-button-face, custom-button-pressed-face)
4310 (custom-documentation-face, custom-state-face)
4311 (custom-comment-face, custom-comment-tag-face)
4312 (custom-variable-tag-face, custom-variable-button-face)
4313 (custom-face-tag-face, custom-group-tag-face-1)
4314 (custom-group-tag-face):
4315 New backward-compatibility aliases for renamed faces.
4316
4317 * wid-edit.el (widget-documentation, widget-button)
4318 (widget-field, widget-single-line-field, widget-inactive)
4319 (widget-button-pressed): "-face" suffix removed from face names.
4320 (widget-documentation-face, widget-button-face)
4321 (widget-field-face, widget-single-line-field-face)
4322 (widget-inactive-face, widget-button-pressed-face):
4323 New backward-compatibility aliases for renamed faces.
4324 (widget-documentation-face, widget-button-face)
4325 (widget-button-pressed-face, widget-specify-field)
4326 (widget-specify-inactive): Use renamed widget faces.
4327
4328 2005-06-10 Kenichi Handa <handa@m17n.org>
4329
4330 * term/x-win.el (x-clipboard-yank): Remove condition-case
4331 wrapping.
4332
4333 2005-06-11 Kenichi Handa <handa@m17n.org>
4334
4335 * add-log.el (change-log-font-lock-keywords): Make the regexp for
4336 date lines stricter.
4337
4338 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
4339
4340 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
4341 of x-get-selection.
4342
4343 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
4344
4345 * comint.el (comint-mode, comint-snapshot-last-prompt):
4346 * frame.el (frame-current-scroll-bars):
4347 * term.el (term-mode, term-check-proc, term-input-sender)
4348 (term-simple-send, term-extract-string, term-word)
4349 (term-match-partial-filename):
4350 * window.el (window-current-scroll-bars):
4351 * emulation/cua-base.el (cua-normal-cursor-color)
4352 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
4353 (cua-global-mark-cursor-color):
4354 * mail/undigest.el (rmail-forward-separator-regex):
4355 Fix typos in docstrings.
4356
4357 * comint.el (comint-check-proc, make-comint-in-buffer)
4358 (comint-source-default): Doc fixes.
4359
4360 * term.el (term-send-string): Improve argument/docstring
4361 consistency.
4362
4363 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
4364
4365 * comint.el (comint-send-input): Bind `inhibit-read-only' around
4366 call to `delete-region'.
4367 (comint-mode-hook): Do not enable Font Lock by default.
4368
4369 2005-06-09 Lute Kamstra <lute@gnu.org>
4370
4371 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
4372 could be void.
4373
4374 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * emacs-lisp/debug.el (debugger-will-be-back): New var.
4377 (debug): Use it.
4378 (debugger-step-through, debugger-continue, debugger-jump)
4379 (debugger-return-value): Set it when needed.
4380 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
4381 Use inhibit-read-only.
4382
4383 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
4384
4385 * window.el (shrink-window-if-larger-than-buffer)
4386 (window-size-fixed): Fix typo in docstring.
4387
4388 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
4389 thumbnails directory on loading.
4390 (thumbs-conversion-program): Use `eq' to check the system type,
4391 not `equal'.
4392 (thumbs-temp-dir): Initialize to `temporary-file-directory',
4393 not "/tmp". Fix docstring.
4394 (thumbs-thumbsdir): New function to return the thumbnails
4395 directory, creating it if needed.
4396 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
4397 (thumbs-temp-file): Delete variable and make it into a function.
4398 (thumbs-resize-image, thumbs-modify-image): Use it.
4399 (thumbs-kill-buffer): Simplify.
4400 (thumbs-gensym): Defalias or duplicate CL `gensym'.
4401 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
4402 docstrings.
4403
4404 2005-06-09 Kim F. Storm <storm@cua.dk>
4405
4406 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4407 set-match-data to free markers in match-data.
4408
4409 * replace.el (replace-match-data): Pass RESEAT arg `t' to
4410 match-data to unchain markers in match-data.
4411
4412 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4415 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
4416 unnecessary now.
4417
4418 2005-06-08 Richard M. Stallman <rms@gnu.org>
4419
4420 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
4421 give the variable a doc string that doesn't say don't set it directly.
4422
4423 * textmodes/ispell.el (ispell-check-version):
4424 Use match-string-no-properties.
4425 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
4426 (ispell-buffer-local-words): Likewise.
4427
4428 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
4429 except on terminals with enough colors to really display it.
4430 (makefile-dependency-regex): Delete spurious `bb'.
4431
4432 * faces.el (escape-glyph): Use blue once again in last case.
4433 (no-break-space): Redefine so that it isn't invisible on a tty.
4434
4435 2005-06-08 Kim F. Storm <storm@cua.dk>
4436
4437 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
4438 also when reading directory name.
4439
4440 2005-06-08 Lute Kamstra <lute@gnu.org>
4441
4442 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
4443 (flyspell-mode-line-string): Remove autoload cookie.
4444 (flyspell-mode): Remove defvar.
4445
4446 2005-06-07 Lute Kamstra <lute@gnu.org>
4447
4448 * textmodes/org.el (org-run-mode-hooks): New function.
4449 (org-agenda-mode): Use it.
4450
4451 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
4452
4453 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
4454
4455 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
4458
4459 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
4460
4461 * font-lock.el (font-lock-add-keywords): Doc fix.
4462
4463 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4466 (tex-compile-default): In the absence of any history, use the order in
4467 tex-compile-alist to choose the preferred command.
4468 (tex-compile-commands): Reorder a bit.
4469
4470 * textmodes/flyspell.el (flyspell-auto-correct-binding)
4471 (flyspell-incorrect-face, flyspell-duplicate-face):
4472 Use (X)Emacs-agnostic code.
4473 (flyspell-mode-map): Don't overwrite at each load. Remove code
4474 redundant with the subsequent add-minor-mode. Merge Emacs and
4475 XEmacs code.
4476 (flyspell-word): Minor simplification.
4477 (flyspell-math-tex-command-p): Quieten the byte-compiler.
4478 (flyspell-external-point-words): Remove unused vars `size' and
4479 `start'.
4480 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
4481 the corresponding Emacs code.
4482 (flyspell-correct-word, flyspell-xemacs-popup): Use
4483 flyspell-do-correct.
4484
4485 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4486 a dedicated window.
4487
4488 * international/latexenc.el (latexenc-find-file-coding-system):
4489 Undo part of last patch, to turn off a compiler warning.
4490
4491 2005-06-06 Juri Linkov <juri@jurta.org>
4492
4493 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4494 Rename `tmm-inactive-face' to `tmm-inactive'.
4495
4496 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
4497
4498 * iswitchb.el: Rename faces.
4499
4500 2005-06-06 Kim F. Storm <storm@cua.dk>
4501
4502 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4503 (cua-global-mark): Remove -face suffix from face names.
4504
4505 * emulation/cua-gmrk.el (cua--init-global-mark):
4506 Remove cua-global-mark face setup.
4507
4508 2005-06-06 Richard M. Stallman <rms@gnu.org>
4509
4510 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4511 just like other allowed characters.
4512 (makefile-match-dependency): Exclude leading and training whitespace
4513 from the range of regexp subexp 1.
4514 (makefile-macroassign-regex): Don't try to match the body,
4515 just the name of the macro being defined.
4516
4517 * info.el (Info-read-node-name-2): New function.
4518 (Info-read-node-name-1): Use that.
4519 Add a completion-base-size-function property.
4520
4521 * simple.el (completion-setup-function): Look for
4522 completion-base-size-function property of
4523 minibuffer-completion-table.
4524
4525 * files.el (locate-file-completion): Doc fix.
4526
4527 * printing.el: Don't call pr-update-menus; user must do that.
4528
4529 * emacs-lisp/debug.el (debugger-window): New variable.
4530 (debug): Use debugger-window if it is set and still alive.
4531 Record debugger-window for next entry.
4532
4533 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
4534
4535 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
4536
4537 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
4538 (hack-one-local-variable, hack-local-variables)
4539 (hack-local-variables-prop-line): Pass that arg.
4540
4541 2005-06-06 Kim F. Storm <storm@cua.dk>
4542
4543 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4544 (ido-indicator): Remove -face suffix from face names.
4545
4546 2005-06-06 Juri Linkov <juri@jurta.org>
4547
4548 * font-lock.el (font-lock-regexp-backslash)
4549 (font-lock-regexp-backslash-construct): New faces.
4550 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
4551 after `('. Add `while-no-input' to control structures.
4552
4553 * faces.el (no-break-space, shadow): New faces.
4554 (escape-glyph): Use less loud colors pink2 and red4.
4555
4556 * diff-mode.el (diff-context-face)
4557 * dired.el (dired-ignored)
4558 * rfn-eshadow.el (file-name-shadow)
4559 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
4560
4561 * info.el (Info-title-1-face): Use green instead of yellow because
4562 bold yellow is not readable on light backgrounds.
4563
4564 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
4565 before selecting the desired mode to not spend time fontifying
4566 old contents.
4567
4568 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
4569
4570 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
4571 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
4572
4573 * ps-print.el (ps-default-fg, ps-default-bg):
4574 Fix typos in docstrings.
4575
4576 * isearchb.el (isearchb): Don't pass a spurious second argument to
4577 `iswitchb-completions'.
4578
4579 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
4580
4581 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
4582 to preserve point.
4583 (gdb-find-file-hook): Add doc string.
4584
4585 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
4586 C dereferenced pointer expression.
4587 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
4588
4589 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
4590
4591 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
4592 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
4593 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
4594 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
4595 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
4596 Make background transparent.
4597
4598 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
4599
4600 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
4601 (font-lock-remove-keywords): Doc fix.
4602 (font-lock-mode-major-mode): Compiler defvar.
4603 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
4604
4605 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
4606 (font-lock-mode): Update `font-lock-mode-major-mode'.
4607 (font-lock-set-defaults): Compiler defvar.
4608 (font-lock-default-function): Take `font-lock-mode-major-mode'
4609 into account.
4610
4611 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
4612 keep track of which major mode it enabled the minor mode for.
4613 Use find-file-hook again. Update docstring.
4614
4615 * simple.el (eval-expression-print-level)
4616 (eval-expression-print-length, eval-expression-debug-on-error):
4617 Doc fixes.
4618
4619 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
4620
4621 * iswitchb.el (iswitchb-single-match-face)
4622 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
4623 (iswitchb-invalid-regexp-face): New faces.
4624 (iswitchb-completions): Use them.
4625 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
4626 now marked as an obsolete alias.
4627 (iswitchb-read-buffer): Remove check for bound font variables.
4628 (iswitchb-invalid-regexp): New free variable.
4629 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
4630 set iswitchb-invalid-regexp.
4631 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
4632 invalid regexps.
4633 (iswitchb-completions): Add check for complete match when entering
4634 a regexp.
4635 (iswitchb-completions): Remove require-match argument.
4636 (iswitchb-exhibit): Fix caller.
4637 (iswitchb-common-match-inserted): New variable.
4638 (iswitchb-complete, iswitchb-completion-help): Use it.
4639
4640 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
4641
4642 * url-http.el (url-http-chunked-encoding-after-change-function):
4643 Use `url-http-debug' instead of `message'.
4644
4645 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
4646
4647 * url-http.el (url-http-parse-headers): Pass redirected URL as a
4648 callback argument.
4649
4650 2005-06-04 Kim F. Storm <storm@cua.dk>
4651
4652 * simple.el (line-move): Only call sit-for when moving backwards.
4653
4654 * ido.el (ido-make-merged-file-list-1): New defun split from
4655 ido-make-merged-file-list.
4656 (ido-make-merged-file-list): Bind throw-on-input around call to
4657 ido-make-merged-file-list-1. Return input-pending-p if
4658 interrupted by more input available.
4659 (ido-read-internal): Handle input-pending-p return value from
4660 ido-make-merged-file-list.
4661
4662 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4665 compatibility code.
4666
4667 * international/latexenc.el (latexenc-find-file-coding-system):
4668 Don't inherit the EOL part of the coding-system from the
4669 tex-main buffer. Fit within 80 columns.
4670
4671 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
4672
4673 * tmm.el (tmm-inactive-face): New face.
4674 (tmm-remove-inactive-mouse-face): New function.
4675 (tmm-prompt, tmm-add-one-shortcut)
4676 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4677 but not selectable.
4678
4679 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
4680
4681 * faces.el (face-equal): Improve argument/docstring consistency.
4682
4683 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
4684
4685 * progmodes/make-mode.el (makefile-targets-face)
4686 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4687 (makefile-bsdmake-dependency-regex)
4688 (makefile-makepp-rule-action-regex)
4689 (makefile-bsdmake-rule-action-regex): New constants.
4690 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4691
4692 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4693 Allow (...) within `...' for makepp messages.
4694
4695 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
4696
4697 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
4698
4699 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4700 "." files are deleted from all file lists before comparison.
4701
4702 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4703 (viper-ESC-key): Made them customizable.
4704
4705 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
4706
4707 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
4708
4709 * autorevert.el (auto-revert-buffers): Use save-match-data.
4710
4711 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4714 menu items with a nil command binding.
4715
4716 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
4717
4718 * emacs-lisp/cl-macs.el (defsetf):
4719 Improve argument/docstring consistency.
4720
4721 * faces.el (list-faces-display): Improve the formatting by
4722 computing the maximum length required for any face-name (reworked
4723 patch of 1999-01-11, accidentally deleted on 1999-07-21).
4724 (internal-find-face): Remove redundant info in docstring.
4725
4726 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
4727
4728 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4729 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4730 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4731 (gdb-assembler-custom): Improve regexps.
4732 (def-gdb-auto-update-handler): Use window point to preserve point.
4733
4734 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4737
4738 2005-05-31 Jay Belanger <belanger@truman.edu>
4739
4740 * calc/calc-embed.el (calc-embedded-word): Change argument passed
4741 to calc-embedded.
4742 (calc-embedded-make-info): Have plain prefix argument select
4743 entire line.
4744
4745 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
4746
4747 * faces.el (list-faces-display): Signal error if passed a regexp
4748 that matches no face name.
4749
4750 * simple.el (filter-buffer-substring): Fix typo in docstring.
4751
4752 2005-05-31 Richard M. Stallman <rms@gnu.org>
4753
4754 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
4755 (vhdl-emacs-21): Doc fix.
4756 (vhdl-mode): Unconditionally set comment-padding.
4757 (vhdl-fixup-whitespace-region): Insert spaces only where
4758 there are none.
4759 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4760
4761 2005-05-30 John Wiegley <johnw@newartisans.com>
4762
4763 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4764 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4765 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
4766 `directory-sep-char' to ?/, and all uses of `string-to-int' to
4767 `string-to-number'.
4768
4769 2005-05-30 Jay Belanger <belanger@truman.edu>
4770
4771 * calc/calc.el (calc-bug-address): Fix docstring.
4772 (calc-window-hook, calc-trail-window-hook): New variables.
4773 (calc-trail-display): Restore use of calc-trail-window-hook.
4774 (calc): Restore use of calc-window-hook.
4775
4776 2005-05-31 Masatake YAMATO <jet@gyve.org>
4777
4778 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
4779
4780 * help-fns.el (help-C-file-name): Add autoload mark for
4781 `find-function-noselect'.
4782
4783 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4786 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4787
4788 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4789
4790 * calendar/diary-lib.el (mark-included-diary-files): Only kill
4791 included diary buffer if it was not already being visited.
4792 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4793
4794 * calendar/icalendar.el (top-level): Do not require 'appt.
4795
4796 * mail/supercite.el (sc-select-attribution): Only use a list
4797 element from sc-attrib-selection-list if it returns a string.
4798 Reported by Davide G. M. Salvetti <salve@debian.org>.
4799
4800 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
4801
4802 * thumbs.el (thumbs-thumbname): The resulting thumbname now
4803 includes a hash value to improve its uniqueness, and has a ".jpg"
4804 extension. Also, it is now a valid filename on all systems.
4805 (thumbs-make-thumb): Use `let', not `let*'.
4806 (thumbs-show-thumbs-list): Check for JPEG availability.
4807
4808 2005-05-30 Richard M. Stallman <rms@gnu.org>
4809
4810 * filesets.el (filesets-menu-ensure-use-cached):
4811 Prevent warning when emacs-version>= is undefined.
4812
4813 * printing.el (pr-interactive-n-up): Use string-to-number.
4814
4815 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4816
4817 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4818 Warn only when name to be defined is quoted.
4819
4820 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
4821
4822 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4823 Make regexp more robust.
4824 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4825 Force regeneration of disassembly.
4826
4827 2005-05-29 Jay Belanger <belanger@truman.edu>
4828
4829 * calc/calc.el (calc-user-invocation): Check if
4830 calc-invocation-macro is non-nil.
4831
4832 2005-05-29 Juri Linkov <juri@jurta.org>
4833
4834 * add-log.el (change-log-font-lock-keywords):
4835 Add `+' to e-mail regexp to accept mail address with keywords.
4836
4837 * man.el (Man-name-regexp): Add `:' to accept qualified names.
4838
4839 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4840
4841 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4842
4843 * ielm.el (inferior-emacs-lisp-mode): Ditto.
4844
4845 2005-05-29 Richard M. Stallman <rms@gnu.org>
4846
4847 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4848 Undo the change that moves to end of the current word.
4849
4850 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4851
4852 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4853 Throw error when count <= 0 to ensure input is a number.
4854 (gdb-read-memory-custom): Pick up address from buffer.
4855 (gdb-memory-mode): Allow user to increment and decrement
4856 memory address from header line.
4857
4858 2005-05-29 Richard M. Stallman <rms@gnu.org>
4859
4860 * flyspell.el (flyspell-version): Function deleted.
4861 (flyspell-auto-correct-previous-hook): Doc fix.
4862
4863 * jit-lock.el (jit-lock-function, jit-lock-after-change):
4864 Do nothing if memory is full.
4865
4866 * font-lock.el (font-lock-fontify-syntactically-region):
4867 Pass t for GREEDY to looking-back.
4868
4869 * saveplace.el (save-place-alist-to-file): Write the file
4870 using write-region.
4871
4872 * subr.el (looking-back): New argument GREEDY.
4873
4874 * progmodes/compile.el (compilation-start): Set the mode
4875 before inserting the initial text.
4876
4877 * progmodes/which-func.el (which-func-update-1): Turn the mode
4878 off in case of error by setting which-func-mode.
4879
4880 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
4881
4882 * flyspell.el (flyspell-auto-correct-previous-word):
4883 Narrow down to what's on the screen, and recenter overlays
4884 at the end of the next word.
4885
4886 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
4887
4888 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
4889 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
4890 (flyspell-abbrev-p): Default to nil.
4891 (flyspell-use-global-abbrev-table-p): Doc fix.
4892 (flyspell-large-region): Allow nil as value.
4893 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4894
4895 (mail-mode-flyspell-verify): More robust handling
4896 of `mail-header-separator'. More efficient signature detection.
4897 Allow for regexp metacharacters in message-header-separator.
4898 Adding `To' not to be checked in mail-mode-flyspell-verify.
4899
4900 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4901 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4902 Bind flyspell-auto-correct-binding.
4903 Bind C-. and C-, .
4904 (flyspell-mode-map): Likewise.
4905 (flyspell-mode): Doc fix.
4906 (flyspell-accept-buffer-local-defs): Preserve current buffer.
4907 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4908 (flyspell-word-cache-result): New var, always local.
4909 (flyspell-check-pre-word-p): Doc fix.
4910 (flyspell-check-changed-word-p): Handle spc like newline.
4911 (flyspell-post-command-hook): Set flyspell-word-cache-result.
4912 (flyspell-word-search-backward, flyspell-word-search-forward):
4913 New functions.
4914 (flyspell-word): Return t if nothing to check.
4915 When parsing TeX code, check for after } or \.
4916 Use flyspell-word-search-backward to find previous word.
4917 Return nil if duplicated word.
4918 For word already checked, return same value as last time.
4919 Set flyspell-word-cache-result after checking.
4920 Don't clobber the return value.
4921 (flyspell-get-word): Major rewrite.
4922 (flyspell-external-point-words): New locals pword, pcount.
4923 Fix size used in progress message.
4924 Find the proper corresponding word in flyspell-large-region-buffer.
4925 (flyspell-region): Check for flyspell-large-region = nil.
4926 (flyspell-highlight-incorrect-region): Clean up overlays in region.
4927 (flyspell-auto-correct-word): Check that WORD is a cons.
4928 (flyspell-correct-word): Likewise.
4929
4930 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
4931
4932 * progmodes/make-mode.el (makefile-rule-action-regex)
4933 (makefile-macroassign-regex, makefile-makepp-mode)
4934 (makefile-bsdmake-mode): Continuation lines may be empty.
4935 Reported by Joshua Varner.
4936 (makefile-makepp-font-lock-keywords): Add $(stem).
4937
4938 2005-05-28 Karl Berry <karl@gnu.org>
4939
4940 * textmodes/tex-mode.el: Now that tex-send-command calls
4941 shell-quote-argument (2005-03-31 change), remove all calls to
4942 shell-quote-argument; they all end up invoking tex-send-command.
4943 The double quoting loses on filenames with non-safe characters,
4944 such as "@". Reported by Frederik Fouvry.
4945
4946 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4947
4948 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4949 about preserving point.
4950
4951 2005-05-27 Jay Belanger <belanger@truman.edu>
4952
4953 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4954 Info-goto-node.
4955
4956 * calc/calc-embed.el (calc-embed-arg): New variable.
4957 (calc-do-embedded-activate, calc-embedded-activate-formula)
4958 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4959 variable by new variable.
4960 (calc-embedded-make-info): Replace undeclared variable by new
4961 variable. When selecting region with positive prefix
4962 argument, use end of previous line instead of beginning of line.
4963
4964 * calc/calc-aent.el (calc-arg-values): Declare it.
4965
4966 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4967 Declare them.
4968
4969 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4970
4971 * calc/calc.el (calc-alg-map): Declare it.
4972
4973 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4974
4975 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
4976
4977 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4978 (gdb-registers-buffer, toggle-gdb-all-registers):
4979 Toggle display of floating point registers.
4980 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4981
4982 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
4983 (toggle-gud-tooltip-dereference):
4984 Rename from gud-toggle-tooltip-dereference.
4985
4986 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4989
4990 2005-05-27 Jay Belanger <belanger@truman.edu>
4991
4992 * calc/calc-prog.el (calc-kbd-report): Remove.
4993 (calc-kbd-query): Rewrite.
4994
4995 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
4996
4997 * image.el (image-library-alist): Move to image.c.
4998 (image-type-available-p): Doc fix.
4999
5000 2005-05-27 Lute Kamstra <lute@gnu.org>
5001
5002 * calc/calc.el (calc):
5003 * outline.el (outline-1, outline-2, outline-3, outline-4)
5004 (outline-5, outline-6, outline-7, outline-8):
5005 * textmodes/dns-mode.el (dns-mode):
5006 * textmodes/sgml-mode.el (sgml-namespace-face):
5007 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
5008 (tex-verbatim-face, tex-use-reftex):
5009 * textmodes/texinfo.el (texinfo-heading-face):
5010 Specify customization group.
5011
5012 * longlines.el: Don't require easy-mmode.
5013 (longlines-visible-face): Specify customization group.
5014
5015 2005-05-27 Kenichi Handa <handa@m17n.org>
5016
5017 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
5018 encoding table of windows-1251.
5019
5020 * international/ucs-tables.el (ucs-set-table-for-input):
5021 If translation-table-for-input of a coding system is a symbol, get
5022 its translation-table property.
5023
5024 * international/code-pages.el: Don't register a coding system into
5025 non-iso-charset-alist more than once.
5026 (cp-make-coding-system): Likewise.
5027
5028 2005-05-26 John Wiegley <johnw@newartisans.com>
5029
5030 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
5031 `eshell-resume-eval' is wrapped in a list, it indicates that the
5032 command was run asynchronously. In that case, unwrap the value
5033 before checking the delimiter value.
5034
5035 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
5036 character before a space at the end of a line is \, assume the space
5037 is part of the last argument rather than a final argument separator.
5038
5039 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
5040 is in use, and the target is `t' or `nil' (which are the most common
5041 values), don't assume that the symbol target is a buffer.
5042
5043 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
5044
5045 * calendar/calendar.el (calendar-mode-line-format):
5046 Use mode-line-highlight as mouse-face.
5047
5048 * time.el (display-time-string-forms, display-time-update):
5049 Use mode-line-highlight as mouse-face.
5050
5051 2005-05-26 Jay Belanger <belanger@truman.edu>
5052
5053 * calc/calc.el (calc-language-alist): Remove extra defvar.
5054
5055 2005-05-26 Lute Kamstra <lute@gnu.org>
5056
5057 * arc-mode.el (archive-mode):
5058 * bookmark.el (bookmark-read-annotation-mode)
5059 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
5060 * bs.el (bs-mode):
5061 * calc/calc-yank.el (calc-edit-mode):
5062 * calc/calc.el (calc-mode, calc-trail-mode):
5063 * calculator.el (calculator-mode):
5064 * chistory.el (command-history-mode):
5065 * comint.el:
5066 * cus-edit.el (custom-mode):
5067 * descr-text.el (describe-text-mode):
5068 * ebuff-menu.el (Electric-buffer-menu-mode):
5069 * ediff-util.el (ediff-mode):
5070 * emacs-lisp/re-builder.el (reb-mode):
5071 * emulation/vi.el (vi-mode-setup):
5072 * emulation/ws-mode.el (wordstar-mode):
5073 * eshell/esh-mode.el (eshell-mode):
5074 * forms.el (forms-mode):
5075 * help-mode.el (help-mode):
5076 * hexl.el (hexl-mode):
5077 * ibuffer.el (ibuffer-mode):
5078 * ielm.el (inferior-emacs-lisp-mode):
5079 * info.el (Info-mode, Info-edit-mode):
5080 * international/swedish.el:
5081 * ledit.el (ledit-from-lisp-mode):
5082 * locate.el (locate-mode):
5083 * mail/rmail.el (rmail-mode):
5084 * mail/rmailedit.el (rmail-edit-mode):
5085 * mail/rmailsum.el (rmail-summary-mode):
5086 * mail/supercite.el (sc-electric-mode):
5087 * net/eudc.el (eudc-mode):
5088 * net/quickurl.el (quickurl-list-mode):
5089 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
5090 * obsolete/ooutline.el (outline-mode):
5091 * obsolete/options.el (Edit-options-mode):
5092 * obsolete/rnews.el (news-mode):
5093 * obsolete/rnewspost.el (news-reply-mode):
5094 * play/5x5.el (5x5-mode):
5095 * play/decipher.el (decipher-mode, decipher-stats-mode):
5096 * play/gomoku.el (gomoku-mode):
5097 * play/snake.el (snake-mode):
5098 * play/solitaire.el (solitaire-mode):
5099 * play/tetris.el (tetris-mode):
5100 * progmodes/ada-mode.el (ada-mode):
5101 * progmodes/antlr-mode.el (antlr-mode):
5102 * progmodes/autoconf.el (autoconf-mode):
5103 * progmodes/dcl-mode.el (dcl-mode):
5104 * progmodes/delphi.el (delphi-mode):
5105 * progmodes/ebrowse.el (ebrowse-tree-mode)
5106 (ebrowse-electric-list-mode, ebrowse-member-mode)
5107 (ebrowse-electric-position-mode):
5108 * progmodes/f90.el (f90-mode):
5109 * progmodes/fortran.el (fortran-mode):
5110 * progmodes/icon.el (icon-mode):
5111 * progmodes/idlw-help.el (idlwave-help-mode):
5112 * progmodes/idlw-shell.el (idlwave-shell-mode):
5113 * progmodes/idlwave.el (idlwave-mode):
5114 * progmodes/inf-lisp.el (inferior-lisp-mode):
5115 * progmodes/m4-mode.el (m4-mode):
5116 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
5117 * progmodes/modula2.el (modula-2-mode):
5118 * progmodes/octave-inf.el (inferior-octave-mode):
5119 * progmodes/octave-mod.el (octave-mode):
5120 * progmodes/pascal.el (pascal-mode):
5121 * progmodes/sh-script.el (sh-mode):
5122 * progmodes/sql.el (sql-mode, sql-interactive-mode):
5123 * progmodes/vhdl-mode.el (vhdl-mode):
5124 * progmodes/xscheme.el (scheme-interaction-mode):
5125 * replace.el (occur-mode):
5126 * ses.el (ses-mode):
5127 * simple.el (completion-list-mode):
5128 * skeleton.el:
5129 * speedbar.el (speedbar-mode):
5130 * term.el (term-mode):
5131 * terminal.el (terminal-edit-mode):
5132 * textmodes/reftex-index.el (reftex-index-mode)
5133 (reftex-index-phrases-mode):
5134 * textmodes/reftex-sel.el (reftex-select-label-mode)
5135 (reftex-select-bib-mode):
5136 * textmodes/reftex-toc.el (reftex-toc-mode):
5137 * wdired.el (wdired-change-to-wdired-mode):
5138 * wid-browse.el (widget-browse-mode):
5139 Use run-mode-hooks.
5140
5141 * array.el (array-mode):
5142 * calendar/todo-mode.el (todo-mode):
5143 * man.el (Man-mode):
5144 * play/landmark.el (lm-mode):
5145 * play/mpuz.el (mpuz-mode):
5146 Use kill-all-local-variables and run-mode-hooks.
5147
5148 * subr.el (delay-mode-hooks): Specify indentation.
5149
5150 2005-05-26 Mark A. Hershberger <mah@everybody.org>
5151
5152 * xml.el (xml-substitute-special): Don't die for undefined xml
5153 entities.
5154
5155 2005-05-26 Jay Belanger <belanger@truman.edu>
5156
5157 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
5158 of nil.
5159
5160 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
5161
5162 * progmodes/gdb-ui.el (gdb-frame-address):
5163 Rename from gdb-current-address.
5164 (gdb-previous-frame-address): Rename from gdb-previous-address.
5165 (gdb-selected-frame): Rename from gdb-current-frame.
5166 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
5167 (gdb-frame-number): Rename from gdb-current-stack-level.
5168 (gdb-ann3): Match new mode-name for disassembly buffer.
5169 Extend initialization of variables.
5170 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
5171 (gdb-memory-mode): Use mouse-face in header line.
5172 (gdb-assembler-buffer-name): Call it disassembly and give frame
5173 in mode line.
5174 (gdb-source-spec-regexp, gdb-assembler-custom)
5175 (gdb-invalidate-assembler, gdb-frame-handler):
5176 Make robust to leading zeroes in address format.
5177
5178 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
5179
5180 * textmodes/org.el (org-mode): Use `define-derived-mode' to
5181 define `org-mode'.
5182 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
5183
5184 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * log-edit.el (log-edit-changelog-entries): Distinguish between
5187 filenames like xfns.c and fns.c.
5188
5189 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
5190
5191 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
5192 point after reverting.
5193 (Buffer-menu-make-sort-button): Handle the case where
5194 `Buffer-menu-use-header-line' is nil.
5195
5196 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5197
5198 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
5199 New funcs. In minibuffer-local-completion-map bind `]', `/'
5200 and `:' to them.
5201
5202 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * startup.el (normal-top-level): Allow modification of load-path while
5205 we're iterating over it.
5206
5207 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
5208
5209 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
5210 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
5211 (thumbs-resize-interactive, thumbs-insert-image)
5212 (thumbs-insert-thumb, thumbs-dired-show-marked)
5213 (thumbs-find-image-at-point, thumbs-delete-images)
5214 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
5215 (thumbs-increment-image-size, thumbs-decrement-image-size):
5216 Fix typos in docstrings.
5217
5218 2005-05-24 Andre Spiegel <spiegel@gnu.org>
5219
5220 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
5221 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
5222 (cperl-mode): Use them.
5223
5224 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
5225
5226 * window.el (quit-window, shrink-window-if-larger-than-buffer):
5227 Doc fixes.
5228
5229 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
5230
5231 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
5232 Bind C-d to gdb-inferior-io-eof.
5233
5234 * dired.el (dired-dnd-popup-notice): Use message-box.
5235
5236 2005-05-23 Masatake YAMATO <jet@gyve.org>
5237
5238 * bindings.el (mode-line-major-mode-keymap):
5239 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
5240
5241 * faces.el (mode-line-highlight): New face.
5242
5243 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
5244 as mouse-face.
5245
5246 * bindings.el (top-level, help-echo, mode-line-modified)
5247 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
5248 as mouse-face.
5249
5250 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
5251
5252 * progmodes/cc-engine.el (c-guess-basic-syntax):
5253 Remove spurious call to `zerop'.
5254
5255 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
5256
5257 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
5258
5259 CC Mode update to 5.30.10:
5260
5261 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
5262 could go past the limit in decoration level 2, thereby causing
5263 errors during interactive fontification.
5264
5265 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
5266 the file is evaluated interactively.
5267
5268 * cc-engine.el (c-guess-basic-syntax): Handle operator
5269 declarations somewhat better in C++.
5270
5271 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
5272 make use of `run-mode-hooks' which has been added in Emacs 21.1.
5273 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
5274 (awk-mode): Use it.
5275 (make-local-hook): Suppress warning about obsoleteness.
5276
5277 * cc-engine.el, cc-align.el, cc-cmds.el
5278 (c-append-backslashes-forward, c-delete-backslashes-forward)
5279 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
5280 Compensate for return value from `forward-line' when it has moved
5281 but not to a different line due to eob.
5282
5283 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
5284 `objc-method-intro' and `objc-method-args-cont'.
5285
5286 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
5287
5288 CC Mode update to 5.30.10:
5289
5290 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
5291 in the copyright statement. Incidentally, change "along with GNU
5292 Emacs" to "along with this program" where it occurs.
5293
5294 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
5295 so that it is interactive, hence can be found by M-x awk-mode
5296 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
5297 <gmorris+emacs@ast.cam.ac.uk>.
5298
5299 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
5300 Mode's regexps.
5301
5302 2005-05-23 Kevin Ryde <user42@zip.com.au>
5303
5304 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
5305 c-parse-state, to avoid a lisp error (on bad code).
5306
5307 2005-05-23 Lute Kamstra <lute@gnu.org>
5308
5309 * subr.el (font-lock-defaults): Remove defvar as it's already
5310 defined in font-core.el.
5311
5312 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
5313
5314 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
5315
5316 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
5317 more general and work when GDB variable "print pretty" is on,
5318 as with Emacs, for example.
5319
5320 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
5321
5322 * font-core.el: Update comment.
5323
5324 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5325 Use `after-change-major-mode-hook' instead of `find-file-hook'.
5326
5327 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
5328
5329 2005-05-22 Eli Zaretskii <eliz@gnu.org>
5330
5331 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
5332 and `yank-handler' in the doc strings.
5333
5334 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
5337
5338 2005-05-22 Richard M. Stallman <rms@gnu.org>
5339
5340 * help.el (describe-key): Move print-help-return-message call
5341 out of conditional.
5342
5343 * progmodes/etags.el (list-tags): Use with-no-warnings.
5344
5345 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
5346 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
5347 (starttls-extra-args, starttls-extra-arguments): Add defvars.
5348
5349 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
5350
5351 * language/viet-util.el (viet-viscii-nonascii-translation-table):
5352 Add defvar.
5353
5354 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
5355 Use defvar, not defconst.
5356
5357 * hexl.el (hexl-follow-line): Use with-no-warnings.
5358
5359 * emulation/tpu-extras.el: Use write-file-functions instead of
5360 write-file-hooks.
5361
5362 * dired.el (dired-font-lock-keywords): Fontify files with junk
5363 extensions even if marked by -F.
5364
5365 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
5366
5367 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
5368 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
5369 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
5370 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
5371 (concatenate, list-length, get*, getf, cl-remprop):
5372 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
5373 (etypecase, progv, lexical-let, lexical-let*)
5374 (multiple-value-bind, multiple-value-setq, shiftf):
5375 Improve argument/docstring consistency.
5376
5377 * subr.el (focus-frame, unfocus-frame):
5378 Revert deletion on 2005-05-01.
5379
5380 2005-05-22 Andre Spiegel <spiegel@gnu.org>
5381
5382 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
5383 doesn't exist.
5384
5385 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
5386 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
5387
5388 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
5389
5390 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
5391 already deleted variables: auto-fill-hook, blink-paren-hook,
5392 lisp-indent-hook, inhibit-local-variables, unread-command-event,
5393 suspend-hooks, comment-indent-hook, meta-flag,
5394 before-change-function, after-change-function,
5395 font-lock-doc-string-face.
5396
5397 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5398
5399 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5400
5401 2005-05-21 Eli Zaretskii <eliz@gnu.org>
5402
5403 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
5404 rmail-dont-reply-to.
5405
5406 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5407
5408 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
5409 literal blank when splitting new-header-values.
5410
5411 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
5412
5413 * calendar/cal-menu.el (cal-menu-update): Add separator as a
5414 string so that tmm doesn't create a completion entry for it.
5415
5416 * textmodes/table.el (table-disable-menu): Ditto.
5417
5418 2005-05-21 Richard M. Stallman <rms@gnu.org>
5419
5420 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
5421
5422 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
5423
5424 * net/rcompile.el (remote-compile): Use compilation-start.
5425
5426 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
5427
5428 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
5429
5430 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
5431 Default to makefile-bsdmake-mode on BSD systems.
5432
5433 * imenu.el (imenu-generic-expression, imenu--generic-function'):
5434 REGEXP may also be a search function now. The part of doc-string
5435 for describing the structure was 95% identical to that of
5436 `imenu--generic-function'. Unify it there.
5437
5438 * progmodes/make-mode.el (makefile-imenu-generic-expression):
5439 Use function to find dependencies, because regexp alone is so complex,
5440 it easily goes into an endless loop.
5441 (makefile-makepp-mode): Also add submenu for Perl functions
5442 defined in the makefile.
5443 (makefile-bsdmake-mode): Special imenu-generic-expression no
5444 longer needed, due to function call.
5445 (makefile-match-dependency): Take BOUND into account when checking
5446 if we're through.
5447
5448 2005-05-20 Jay Belanger <belanger@truman.edu>
5449
5450 * calc/calc-units.el (calc-invalidate-units-table):
5451 Use inhibit-read-only.
5452 (math-build-units-table-buffer): Use view-mode.
5453
5454 2005-05-20 David Kastrup <dak@gnu.org>
5455
5456 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
5457 easy-menu-add is not a nop on Emacs; and clarify when to call it.
5458
5459 2005-05-20 Lute Kamstra <lute@gnu.org>
5460
5461 * diff-mode.el (diff-header-face, diff-file-header-face)
5462 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5463 (diff-added-face, diff-changed-face, diff-function-face)
5464 (diff-context-face, diff-nonexistent-face): Put them in the
5465 diff-mode customization group.
5466
5467 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
5470
5471 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
5472
5473 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
5474 Minor regexp-optimization.
5475
5476 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
5477
5478 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
5479 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5480 (org-agenda-add-time-grid-maybe): New function.
5481 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
5482 (org-table-create): `dotimes' instead of `mapcar'.
5483 (org-xor): Simplify implementation.
5484 (org-agenda): `inhibit-redisplay' turned on.
5485 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
5486 a consistent line after a state change.
5487 (org-agenda-remove-times-when-in-prefix): New option.
5488 (org-prefix-has-time): New variable.
5489 (org-parse-time-string): Optional argument NODEFAULT.
5490 (org-format-agenda-item): Parse items for time-of-day
5491 specifications and move these into the prefix if possible.
5492 (org-agenda-priority): Get current heading, not previous heading
5493 during agenda remote editing.
5494
5495 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
5496
5497 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5498 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5499 (remove-duplicates, delete-duplicates, substitute)
5500 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5501 (nsubstitute-if-not, find, find-if, find-if-not, position)
5502 (position-if, position-if-not, count, count-if, count-if-not)
5503 (mismatch, search, sort*, stable-sort, merge, member*)
5504 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5505 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5506 (intersection, nintersection, set-difference, nset-difference)
5507 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5508 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5509 (nsublis, tree-equal): Improve argument/docstring consistency.
5510
5511 * subr.el (send-string, send-region):
5512 Remove obsolescence declaration.
5513 (window-dot, set-window-dot, read-input, show-buffer)
5514 (eval-current-buffer, string-to-int):
5515 Add release number to obsolescence declarations.
5516
5517 2005-05-19 Kim F. Storm <storm@cua.dk>
5518
5519 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
5520 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
5521
5522 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
5523
5524 * faces.el (list-faces-display): Make back button respect optional
5525 regexp arg.
5526
5527 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
5528
5529 * calculator.el (calculator-radix-grouping-mode)
5530 (calculator-radix-grouping-digits, calculator-displayer)
5531 (calculator-radix-grouping-separator, calculator-copy-displayer):
5532 * dabbrev.el (dabbrev-search-these-buffers-only):
5533 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
5534 (diff-advance-after-apply-hunk, diff-mode-hook)
5535 (diff-minor-mode-prefix):
5536 * imenu.el (imenu-use-popup-menu):
5537 * jit-lock.el (jit-lock-context-time):
5538 * newcomment.el (comment-fill-column, comment-column)
5539 (comment-style, comment-padding, comment-multi-line)
5540 (comment-empty-lines, comment-auto-fill-only-comments):
5541 * reveal.el (reveal-around-mark):
5542 * uniquify.el (uniquify-buffer-name-style)
5543 (uniquify-after-kill-buffer-p)
5544 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
5545 (uniquify-min-dir-content, uniquify-separator)
5546 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
5547 * w32-vars.el (w32-fixed-font-alist):
5548 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5549 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
5550 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
5551 * progmodes/perl-mode.el (perl-indent-level)
5552 (perl-continued-statement-offset, perl-continued-brace-offset)
5553 (perl-brace-offset, perl-brace-imaginary-offset)
5554 (perl-label-offset, perl-indent-continued-arguments)
5555 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
5556 * progmodes/tcl.el (tcl-indent-level)
5557 (tcl-continued-indent-level, tcl-auto-newline)
5558 (tcl-tab-always-indent, tcl-electric-hash-style)
5559 (tcl-help-directory-list, tcl-use-smart-word-finder)
5560 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
5561 (inferior-tcl-source-command):
5562 * textmodes/fill.el (enable-kinsoku):
5563 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
5564 * textmodes/table.el (table-yank-handler):
5565 Specify missing group (and type, if simple) in defcustom.
5566
5567 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5568
5569 * progmodes/compile.el (compilation-finish-function): Fix defvar.
5570
5571 2005-05-19 Richard M. Stallman <rms@gnu.org>
5572
5573 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
5574
5575 * subr.el (event-basic-type): Don't get an error.
5576 (left-fringe-p): Function deleted.
5577
5578 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
5579 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
5580
5581 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
5582 in recursive copy.
5583
5584 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
5585
5586 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5587
5588 * emacs-lisp/bytecomp.el
5589 (byte-compile-file-form-custom-declare-variable): Call
5590 byte-compile-nogroup-warn if appropriate.
5591
5592 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5593 (compilation-set-window): Don't call left-fringe-p; do it directly.
5594
5595 2005-05-19 Jay Belanger <belanger@truman.edu>
5596
5597 * calc/calc-graph.el (calc-graph-format-data): Make sure
5598 var-PlotRejects is bound before trying to check its value.
5599
5600 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
5601
5602 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
5603 definition of this variable from reftex-global.el to reftex.el,
5604 because it is needed in the menu.
5605
5606 2005-05-19 Lute Kamstra <lute@gnu.org>
5607
5608 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
5609 years are fixed. Don't insert a space after a dash.
5610
5611 2005-05-19 Kim F. Storm <storm@cua.dk>
5612
5613 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
5614
5615 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
5616
5617 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
5618 strings, because (eq ... ?\\) is fairly frequent.
5619
5620 * progmodes/make-mode.el (makefile-add-this-line-targets):
5621 Simplify and integrate into `makefile-pickup-targets'.
5622 (makefile-add-this-line-macro): Simplify and integrate into
5623 `makefile-pickup-macros.
5624 (makefile-pickup-filenames-as-targets): Simplify.
5625 (makefile-previous-dependency, makefile-match-dependency):
5626 Don't stumble over `::'.
5627
5628 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
5629
5630 * subr.el (post-command-idle-hook, post-command-idle-delay):
5631 Remove obsoletion of post-command-idle-hook and
5632 post-command-idle-delay.
5633
5634 * faces.el (list-faces-display): Provide button when describe-face
5635 is called to take user back to the list of faces.
5636
5637 * help-fns.el (describe-variable): Remove hyperlinks in a
5638 variable's value as these are quite frequently inappropriate.
5639
5640 * follow.el (follow-submit-feedback, follow-mode):
5641 Remove references to post-command-idle-hook.
5642
5643 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
5644
5645 * progmodes/make-mode.el (makefile-previous-dependency)
5646 (makefile-match-dependency): Check for := (and in bsd mode also
5647 !=) to give a better result, even when font-lock is not on.
5648
5649 2005-05-18 Jay Belanger <belanger@truman.edu>
5650
5651 * calc/calc-help.el (calc-s-prefix-help):
5652 Add `calc-copy-special-constant' to help string.
5653
5654 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5655
5656 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5657
5658 2005-05-18 Jay Belanger <belanger@truman.edu>
5659
5660 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5661 in linear factors are in proper order.
5662
5663 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
5664
5665 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5666 Support for jurabib.
5667
5668 * textmodes/reftex.el (featurep): Define aliases for overlay
5669 commands, for XEmacs compatibility, and use these aliases in
5670 overlay initializations.
5671 (reftex-highlight): Use `reftex-move-overlay'.
5672 (reftex-unhighlight): Use `reftex-delete-overlay'.
5673 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
5674 (reftex-access-search-path): Use `reftex-uniquify' instead of
5675 `reftex-uniq'
5676
5677 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5678 `before-string' property modification enables for Emacs as well.
5679 (reftex-select-item): Use `reftex-delete-overlay'.
5680 (reftex-select-mark): Use `reftex-make-overlay' and
5681 `reftex-overlay-put'.
5682 (reftex-select-unmark): Use `reftex-delete-overlay' and
5683 `reftex-overlay-put'.
5684
5685 2005-05-18 Lute Kamstra <lute@gnu.org>
5686
5687 * emacs-lisp/lisp.el (check-parens): Fix docstring.
5688
5689 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
5690
5691 * add-log.el (add-change-log-entry):
5692 * array.el (array-make-template, array-reconfigure-rows)
5693 (array-init-max-row, array-init-max-column)
5694 (array-init-columns-per-line, array-init-field-width):
5695 * replace.el (replace-match-maybe-edit, perform-replace):
5696 * textmodes/spell.el (spell-region):
5697 Replace `read-input' by `read-string'.
5698
5699 * forms.el (forms-mode):
5700 * finder.el (finder-compile-keywords):
5701 * shadowfile.el (shadow-read-files):
5702 Replace `eval-current-buffer' by `eval-buffer'.
5703
5704 * terminal.el (te-pass-through):
5705 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
5706 (ange-ftp-raw-send-cmd):
5707 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
5708 (send-process-next-char, telnet-initial-filter, telnet):
5709 Replace `send-string' by `process-send-string'.
5710
5711 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
5712 (prolog-consult-region): Replace `send-string' by
5713 `process-send-string'; replace `send-region' by `process-send-region'.
5714
5715 * progmodes/delphi.el (delphi-log-msg):
5716 Replace `set-window-dot' by `set-window-point'.
5717
5718 * subr.el (window-dot, set-window-dot, read-input, send-string)
5719 (send-region, show-buffer, eval-current-buffer):
5720 Make really obsolete, as the comment says.
5721
5722 2005-05-17 Kim F. Storm <storm@cua.dk>
5723
5724 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5725 (cua--init-keymaps): Bind C-return instead of S-return to set
5726 rectangle mark.
5727
5728 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5729 instead of S-return to toggle/clear rectangle mark.
5730
5731 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
5732
5733 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
5734 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5735 Also fontify plain strings assigned to variables, mostly so that a
5736 colon has a face and is thus not taken as a dependency separator.
5737 (makefile-previous-dependency): Inline the new matcher, because it
5738 is too complex to work in both directions.
5739 (makefile-match-dependency): Eliminate `backward' arg (see above).
5740 Completely reimplemented so as to not sometimes go into an endless
5741 loop. It should also be more efficient, because first it only
5742 searches for `:', instead of applying the very complex regexp.
5743 (makefile-mode): Cancel `font-lock-support-mode', because blocks
5744 to be fontified in one piece can be too long for JIT.
5745 Makefiles are never *that* big.
5746
5747 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
5748
5749 * dired.el (dired-mode): Simplify.
5750
5751 2005-05-17 Lute Kamstra <lute@gnu.org>
5752
5753 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5754 defcustom for the mode hook variable.
5755
5756 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5757 Emacs Lisp Reference Manual.
5758
5759 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
5760
5761 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5762 (evenp, list*):
5763 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5764 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5765
5766 * net/tramp-smb.el (tramp-smb-open-connection):
5767 Pass `tramp-chunksize' as fifth (required) argument.
5768
5769 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
5770
5771 * font-lock.el (lisp-font-lock-keywords-1):
5772 Set `font-lock-negation-char-face' for [^...] char group.
5773 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5774
5775 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5776 a var, and refine it to mask one more level of nested vars.
5777 (makefile-rule-action-regex): Turn it into a var, and refine it so
5778 it recognizes backslashed continuation lines as belonging to the
5779 same command.
5780 (makefile-macroassign-regex): Refine it so it recognizes
5781 backslashed continuation lines as belonging to the same command.
5782 (makefile-var-use-regex): Don't look at the next char, because it
5783 might be the same one to be skipped by the initial [^$], leading
5784 to an overlooked variable use.
5785 (makefile-make-font-lock-keywords): Remove two parameters, which
5786 are now variables that some of the modes set locally.
5787 Handle dependency and rule action matching through functions, because
5788 regexps alone match too often. Dependency matching now comes
5789 last, so it can check, whether a colon already matched something else.
5790 (makefile-mode): Inform that font-lock improves makefile parsing
5791 capabilities.
5792 (makefile-match-dependency, makefile-match-action): New functions.
5793
5794 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
5795
5796 * emacs-lisp/cl-extra.el (equalp): Doc fix.
5797
5798 * align.el (align-regexp):
5799 * ansi-color.el (ansi-color-get-face):
5800 * array.el (array-reconfigure-rows, array-init-max-row)
5801 (array-init-max-column, array-init-columns-per-line)
5802 (array-init-field-width):
5803 * dired-aux.el (dired-trample-file-versions):
5804 * dired-x.el (dired-mark-sexp):
5805 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5806 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5807 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5808 * faces.el (face-read-integer):
5809 * files.el (backup-extract-version, insert-directory):
5810 * hexl.el (hexl-insert-decimal-char):
5811 * server.el (server-process-filter):
5812 * shell.el (shell-extract-num):
5813 * startup.el (command-line-1):
5814 * term.el (term-command-hook):
5815 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5816 (time-stamp-do-number):
5817 * time.el (display-time-update):
5818 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5819 (timezone-fix-time):
5820 * vms-patch.el (vms-suspend-resume-hook):
5821 * calendar/appt.el (appt-convert-time):
5822 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5823 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5824 * calendar/cal-islam.el (mark-islamic-diary-entries):
5825 * calendar/calendar.el (calendar-cursor-to-date)
5826 (calendar-star-date):
5827 * calendar/diary-lib.el (diary-attrtype-convert)
5828 (mark-diary-entries, diary-entry-time):
5829 * calendar/solar.el (solar-get-number):
5830 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5831 * emacs-lisp/re-builder.el (reb-display-subexp):
5832 * emulation/edt.el (edt-set-scroll-margins):
5833 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5834 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5835 (vip-get-ex-count):
5836 * emulation/viper-ex.el (viper-get-ex-token)
5837 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5838 * international/fontset.el (fontset-plain-name):
5839 * mail/feedmail.el (feedmail-look-at-queue-directory):
5840 * mail/mailalias.el (mail-get-names):
5841 * mail/rmail.el (rmail-convert-to-babyl-format):
5842 * mail/rmailsum.el (rmail-make-basic-summary-line)
5843 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5844 (rmail-summary-goto-msg):
5845 * mail/smtpmail.el (smtpmail-read-response):
5846 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5847 (ange-ftp-vms-add-file-entry):
5848 * play/gametree.el (gametree-looking-at-ply)
5849 (gametree-current-branch-score):
5850 * progmodes/ada-xref.el (ada-prj-find-prj-file)
5851 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5852 * progmodes/cperl-mode.el (condition-case):
5853 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5854 (ebrowse-set-member-buffer-column-width)
5855 (ebrowse-select-1st-to-9nth):
5856 * progmodes/etags.el (etags-snarf-tag):
5857 * progmodes/flymake.el (flymake-parse-line):
5858 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5859 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5860 (idlwave-shell-menu-def):
5861 * progmodes/ps-mode.el (ps-run-goto-error):
5862 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5863 (vhdl-speedbar-contract-level):
5864 * term/mac-win.el (x-handle-numeric-switch):
5865 * term/sun-mouse.el (sun-get-frame-data):
5866 * term/w32-win.el (x-handle-numeric-switch):
5867 * term/x-win.el (x-handle-numeric-switch):
5868 * textmodes/ispell.el (ispell-parse-output):
5869 * textmodes/nroff-mode.el (nroff-outline-level):
5870 * textmodes/reftex-cite.el (reftex-bib-sort-year)
5871 (reftex-bib-sort-year-reverse, reftex-format-citation):
5872 * textmodes/reftex-parse.el (reftex-init-section-numbers)
5873 (reftex-section-number):
5874 * textmodes/texinfmt.el (texinfo-paragraphindent):
5875 Replace `string-to-int' by `string-to-number'.
5876
5877 * international/latexenc.el: Add page marker to force the "Local
5878 Variables:" string out of the last page.
5879
5880 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5881
5882 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5883 tooltip-change-major-mode.
5884 (gud-tooltip-print-command): Remove case where gud-minor-mode
5885 is gdb ("--fullname").
5886 (gud-tooltip-tips): Turn GUD tooltips off for this case and
5887 explain to user.
5888
5889 2005-05-16 Jay Belanger <belanger@truman.edu>
5890
5891 * calc/calc-store.el (calc-copy-special-constant): New function.
5892
5893 * calc/calc-ext.el (calc-init-extensions): Add binding for
5894 `calc-copy-special-constant'.
5895
5896 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5897 for the `calc-copy-special-constant' command.
5898
5899 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5900
5901 * subr.el (left-fringe-p): New function.
5902
5903 * progmodes/compile.el (compilation-setup): Set local value of
5904 overlay-arrow-string to "" always.
5905 (compilation-set-window): Left fringe then don't scroll.
5906 No left fringe then no arrow and scroll message to top.
5907 (compilation-context-lines): Adjust doc string accordingly.
5908
5909 2005-05-16 Kim F. Storm <storm@cua.dk>
5910
5911 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5912 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5913 (ido-wide-find-dir-or-delete-dir): New command for M-d.
5914 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
5915 (ido-read-file-name): Handle commands with ido property value
5916 equal to find-file as reading a file name, to allow C-d to enter dired.
5917 (ibuffer-find-file): Add ido property with value find-file.
5918
5919 2005-05-15 Kim F. Storm <storm@cua.dk>
5920
5921 * subr.el (open-network-stream-nowait): Remove.
5922 (open-network-stream-server): Remove.
5923
5924 2005-05-15 Richard M. Stallman <rms@gnu.org>
5925
5926 * faces.el (describe-face): Output a definition link button.
5927
5928 * help-mode.el (help-face-def): New button type.
5929
5930 * emacs-lisp/copyright.el (copyright-fix-years):
5931 Match properly if the first year is 2-digit.
5932 Don't mess up the whitespace after the years by filling.
5933
5934 * dired-aux.el (dired-mark-confirm):
5935 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5936
5937 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5938 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5939 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5940
5941 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5942 Set font-lock-comment-start-skip.
5943
5944 * font-lock.el (font-lock-comment-start-skip): New variable.
5945 (font-lock-comment-end-skip): New variable.
5946 (font-lock-fontify-syntactically-region): Use them if non-nil.
5947
5948 2005-05-15 Jay Belanger <belanger@truman.edu>
5949
5950 * calc/calc-store.el (calc-store-value): Return a string rather
5951 than display it as a message.
5952 Use calc-var-name for variable name.
5953 (calc-store-into): Add the result of calc-store-value to message.
5954 (calc-copy-variable): Add a message.
5955 (calc-store-exchange): Improve error messages.
5956 (calc-store-binary, calc-store-map): Don't reset the values of
5957 special constants.
5958
5959 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5960
5961 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5962 manual to docstring.
5963
5964 * files.el (hack-local-variables-confirm): Add STRING argument.
5965 Make the function handle non file visiting buffers correctly.
5966 (hack-local-variables-prop-line, hack-local-variables)
5967 (hack-one-local-variable): Use STRING arg of
5968 `hack-local-variables-confirm'.
5969
5970 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
5971
5972 Sync with Tramp 2.0.49.
5973
5974 * tramp.el (tramp-handle-dired-call-process)
5975 (tramp-handle-insert-directory):`insert-buffer' cannot be used
5976 because the contents of the Tramp buffer is changed before
5977 insertion (`expand-file' and alike).
5978 (tramp-handle-insert-directory): If `localname' has an empty
5979 nondirectory name, it must not be quoted.
5980 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
5981 variable `tramp-chunksize'. Change callees.
5982 (tramp-open-connection-setup-interactive-shell): Check remote host
5983 for buggy `send-process-string' implementation.
5984 Set `tramp-chunksize' if found. Reported by Michael Kifer
5985 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5986 (tramp-handle-shell-command): `insert-buffer' cannot be used
5987 because the contents of the Tramp buffer is changed before
5988 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
5989 <frederic.bothamy@free.fr>.
5990 (tramp-set-auto-save): Actions should be done for Tramp file name
5991 handler only. Ange-FTP has its own auto-save mechanism.
5992 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5993 (tramp-set-auto-save-file-modes): Set file modes of
5994 `buffer-auto-save-file-name' to ?\600 as fallback solution.
5995 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5996 (tramp-bug): Remove obsolete variable.
5997 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
5998 for presence of `mml-mode'. Make it running for older Emacsen as well.
5999
6000 2005-05-14 John Paul Wallington <jpw@pobox.com>
6001
6002 * ibuf-ext.el (define-ibuffer-filter filename):
6003 If `dired-directory' is a list, use its car.
6004
6005 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
6006
6007 * ibuffer.el (define-ibuffer-column filename):
6008 If `dired-directory' is a list, use its car.
6009
6010 2005-05-14 Richard M. Stallman <rms@gnu.org>
6011
6012 * subr.el (symbol-file): Doc fix.
6013
6014 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
6015 (byte-compile-form): Call byte-compile-nogroup-warn.
6016 (byte-compile-warning-types): Doc fix.
6017
6018 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
6019
6020 * progmodes/cc-engine.el (c-literal-faces):
6021 Add font-lock-comment-delimiter-face.
6022
6023 * net/net-utils.el (dig): Use with-no-warnings.
6024
6025 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
6026 (sc-recite-frame-alist, sc-default-cite-frame)
6027 (sc-default-uncite-frame, sc-default-recite-frame)
6028 (sc-attrib-selection-list, sc-rewrite-header-list):
6029 Mark as risky-local-variable.
6030
6031 * international/ogonek.el (ogonek-jak, ogonek-how):
6032 Don't use beginning-of-buffer.
6033
6034 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
6035
6036 * calendar/solar.el (solar-data-list): Move definition up.
6037
6038 * dnd.el (dnd-protocol-alist): Add autoload.
6039
6040 * progmodes/sh-script.el: Many doc usage fixes.
6041 (sh-indent-after-do): Change default to match common styles.
6042
6043 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
6044
6045 * files.el (interpreter-mode-alist)
6046 (auto-mode-interpreter-regexp): Doc fixes.
6047
6048 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
6049
6050 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
6051
6052 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
6053
6054 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6055
6056 * dired.el (dired-mode): make-variable-buffer-local =>
6057 make-local-variable.
6058
6059 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6060
6061 * term/mac-win.el (mac-select-convert-to-string): Try coding
6062 systems in mac-script-code-coding-systems if specified one cannot
6063 encode string for `com.apple.traditional-mac-plain-text'.
6064
6065 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
6066
6067 * progmodes/make-mode.el (makefile-targets-face)
6068 (makefile-shell-face, makefile-makepp-perl-face): New faces.
6069 (makefile-dependency-regex): Fix it to not make the colon in
6070 $(var:a=b) special.
6071 (makefile-rule-action-regex): New regexp for highlighting embedded
6072 Shell strings.
6073 (makefile-macroassign-regex): Handle != for highlighting as
6074 embedded Shell strings.
6075 (makefile-var-use-regex): New const.
6076 (makefile-statements, makefile-automake-statements)
6077 (makefile-gmake-statements, makefile-makepp-statements)
6078 (makefile-bsdmake-statements): New consts.
6079 (makefile-make-font-lock-keywords): New function.
6080 (makefile-automake-font-lock-keywords)
6081 (makefile-gmake-font-lock-keywords)
6082 (makefile-makepp-font-lock-keywords)
6083 (makefile-bsdmake-font-lock-keywords): New consts.
6084 (makefile-mode-map): Add switchers between the various submodes.
6085 (makefile-mode): Document the availability of the variants.
6086 (makefile-automake-mode, makefile-gmake-mode)
6087 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
6088
6089 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
6090 new variants of makefile-mode.
6091
6092 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * font-lock.el (font-lock-comment-delimiter-face): Fix up
6095 the inheritance.
6096
6097 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
6098
6099 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
6100 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
6101
6102 * files.el (normal-mode): Extend the scope of the
6103 `enable-local-variables' binding to include the `set-auto-mode' call.
6104 (magic-mode-alist): Doc fix.
6105
6106 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
6109 font-lock-comment-face rather than copying its setting.
6110
6111 2005-05-12 Andreas Schwab <schwab@suse.de>
6112
6113 * eshell/esh-mode.el (eshell-send-input): Doc fix.
6114
6115 2005-05-12 Lute Kamstra <lute@gnu.org>
6116
6117 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
6118 defcustom for the mode hook variable. Delete the last argument.
6119 * generic-x.el: Fix callers of define-generic-mode.
6120 (generic-x-modes): Delete group.
6121 (show-tabs-tab-face, show-tabs-space-face): Put them in the
6122 generic-x customization group.
6123
6124 2005-05-12 Kim F. Storm <storm@cua.dk>
6125
6126 * font-lock.el (font-lock-negation-char-face): Default to "off".
6127
6128 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
6129 font-lock-negation-char-face to ! in !=.
6130
6131 2005-05-12 Masatake YAMATO <jet@gyve.org>
6132
6133 * add-log.el (find-change-log): Fix typos in the docstring
6134 of function.
6135
6136 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6137
6138 * international/latexenc.el (latexenc-find-file-coding-system):
6139 Avoid `re-search-forward' when looking for input encoding because
6140 of speed and safety. Better regular expressions for recognizing
6141 input encoding. Limit a search for TeX-master/tex-main-file to
6142 the local variable section.
6143
6144 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
6145
6146 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
6147 syntax of $ to "'" (quote).
6148
6149 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
6150
6151 * dnd.el (dnd-protocol-alist): Improve custom type.
6152
6153 * dired.el (dired-dnd-protocol-alist): New variable.
6154 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
6155 `dired-mode-hook' to the end.
6156
6157 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
6160 comment-end if comment-start-skip is not set.
6161 Obey the font-lock-comment-delimiter-face variables.
6162
6163 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6164
6165 * files.el (executable-find): Move from executable.el. Use
6166 locate-file.
6167 * progmodes/executable.el (executable-find): Move to files.el.
6168
6169 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
6170 when trying to ensure forward progress.
6171
6172 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
6173
6174 * mouse-sel.el (mouse-sel-follow-link-p): New function.
6175 (mouse-select, mouse-select-internal, mouse-extend-internal):
6176 Use it to implement mouse-1-click-follows-link functionality.
6177
6178 2005-05-11 Richard M. Stallman <rms@gnu.org>
6179
6180 * font-lock.el (font-lock-fontify-syntactically-region):
6181 Use font-lock-comment-delimiter-face for comment delimiters.
6182
6183 2005-05-10 Jay Belanger <belanger@truman.edu>
6184
6185 * calc/calc-help.el (calc-m-prefix-help): Add mention of
6186 preserving embedded modes.
6187
6188 2005-05-10 Richard M. Stallman <rms@gnu.org>
6189
6190 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
6191
6192 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
6193 Move from ada-stmt.el.
6194 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
6195
6196 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
6197 Move to ada-mode.el.
6198 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
6199
6200 * cus-edit.el (custom-file): Call file-chase-links.
6201
6202 * files.el (read-directory-name): Fix previous change.
6203 (hack-local-variables-confirm): New function.
6204 (hack-local-variables-prop-line, hack-local-variables)
6205 (hack-one-local-variable): Use it.
6206
6207 2005-05-10 Lute Kamstra <lute@gnu.org>
6208
6209 * font-lock.el (font-lock-keywords-alist)
6210 (font-lock-removed-keywords-alist): Clarify docstrings.
6211
6212 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
6213
6214 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
6215 (gdb-source-info): Check for preprocessor info.
6216 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
6217 a macro for a function.
6218 (gdb-info-breakpoints-custom): Try to find file again if not already
6219 found (user might have used GDB dir command).
6220 (gdb-get-location): Update gdb-location-alist correctly for change
6221 to gdb-info-breakpoints-custom.
6222
6223 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
6224 (gud-tooltip-print-command): Add gdbmi case.
6225 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
6226 preprocessor info.
6227
6228 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6229
6230 * startup.el (fancy-splash-insert): Fix typo in doc string.
6231
6232 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
6233
6234 * obsolete/float.el (string-to-float):
6235 * obsolete/hilit19.el (hilit-add-pattern):
6236 * obsolete/rnews.el (news-parse-range, news-select-message)
6237 (news-get-pruned-list-of-files): Replace `string-to-int' by
6238 `string-to-number'.
6239
6240 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
6241 `find-file-not-found-hooks'; use `add-hook'.
6242 (uncompress-while-visiting): Set `write-file-functions', not
6243 `write-file-hooks'; use `add-hook'.
6244
6245 2005-05-09 Kim F. Storm <storm@cua.dk>
6246
6247 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
6248 (cua-paste): Handle clipboard action.
6249 (cua--init-keymaps): Remap clipboard-kill-region and
6250 clipboard-kill-ring-save.
6251
6252 2005-05-08 Eli Zaretskii <eliz@gnu.org>
6253
6254 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6255 Improve commentary.
6256
6257 * simple.el (next-error-overlay-arrow-position): Revert the change
6258 made on 2005-04-30.
6259
6260 2005-05-07 Jay Belanger <belanger@truman.edu>
6261
6262 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
6263 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
6264 `calc-sel-reselect'.
6265
6266 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
6267 Calc is in embedded mode.
6268
6269 2005-05-07 Eli Zaretskii <eliz@gnu.org>
6270
6271 * progmodes/compile.el (compilation-setup):
6272 Set overlay-arrow-string to an empty string on text terminals.
6273
6274 * textmodes/ispell.el (ispell-program-name): Try looking for
6275 "aspell" along exec-path, and if found, use it as the default
6276 speller program.
6277
6278 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
6279
6280 * international/mule.el (sgml-xml-auto-coding-function):
6281 Recognize encoding='FOO' in single quotes as well as in double quotes.
6282
6283 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6284
6285 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
6286 as well as `interactive', so that defmacro* would recognize
6287 `declare' forms.
6288
6289 2005-05-07 Eli Zaretskii <eliz@gnu.org>
6290
6291 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6292 Explain more about the LIGHTER arg's usage in the doc string.
6293 Add commentary to clarify what the code does. Fix the regexp that
6294 strips whitespace from LIGHTER. Quote LIGHTER before using it,
6295 since it could have characters special to regular expressions.
6296
6297 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6298
6299 * replace.el (occur-1): Bind inhibit-read-only so that
6300 erase-buffer doesn't barf on read-only text properties (likewise
6301 for add-text-properties in occur-engine). Mark buffer as unmodified.
6302 (occur-engine): Don't set buffer-read-only here.
6303
6304 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
6307 list-buffers-directory. This caused the *cvs-commit* buffer to be
6308 sometimes mistakenly reused as a *cvs* buffer.
6309
6310 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
6311
6312 * tooltip.el: Move code for GUD tooltips into gud.el.
6313 (require): CL no longer needed to compile case.
6314 (tooltip-mode): Do not toggle functions for GUD tooltips.
6315 (tooltip-gud-tips-p): Remove. Replace with minor mode
6316 gud-tooltip-mode in gud.el.
6317 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
6318 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
6319 tooltip-gud prefix with gud-tooltip and obsolete.
6320 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
6321 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
6322 (tooltip-mouse-motion): Mouse movement functions/variable.
6323 Rename in gud.el by adding gud prefix.
6324 (tooltip-gud-original-filter, tooltip-gud-dereference)
6325 (tooltip-gud-event, tooltip-toggle-gud-tips)
6326 (tooltip-gud-process-output, tooltip-gud-print-command)
6327 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
6328 gud.el by replacing tooltip-gud prefix with gud-tooltip.
6329 (gdb-tooltip-print): Move to gdb-ui.el.
6330
6331 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
6332 (require): CL needed to compile case.
6333 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
6334 tooltip-gud-tips-p. Make it a minor-mode.
6335 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
6336 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
6337 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
6338 (gud-tooltip-change-major-mode)
6339 (gud-tooltip-activate-mouse-motions-if-enabled)
6340 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
6341 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
6342 (gud-tooltip-original-filter, gud-tooltip-dereference)
6343 (gud-tooltip-event, tooltip-toggle-gud-tips)
6344 (gud-tooltip-process-output, gud-tooltip-print-command)
6345 (gud-tooltip-tips): Move from tooltip.el.
6346
6347 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
6348 (gdb-cpp-define-alist-flags): Doc fix.
6349 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
6350 gud-tooltip-mode is t.
6351
6352 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
6355 evaporate if their text is deleted.
6356 (goto-address-at-point): Make it work as a mouse binding as well.
6357 (goto-address-at-mouse): Obsolete it. Update users.
6358
6359 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
6360
6361 * calendar/appt.el (top-level): No longer activate on load.
6362
6363 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
6364
6365 * calendar/cal-bahai.el (mark-bahai-diary-entries):
6366 * net/webjump.el (webjump):
6367 * progmodes/idlw-help.el (idlwave-do-context-help1)
6368 (idlwave-highlight-linked-completions):
6369 * textmodes/po.el (po-find-file-coding-system-guts):
6370 Replace `assoc-ignore-case' by `assoc-string'.
6371
6372 2005-05-06 Eli Zaretskii <eliz@gnu.org>
6373
6374 * files.el (locate-file): Doc fix.
6375
6376 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
6377 Remove the redundant test for ms-dos.
6378
6379 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
6380 look for the preprocessor with exec-suffixes. If not found in
6381 standard places, look in exec-path. Remove most of the tests that
6382 used system-type.
6383
6384 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
6385
6386 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6387
6388 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
6389 file-name clash with jka-compr.el on 8+3 filesystems.
6390
6391 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6392
6393 * term/mac-win.el: Don't define or bind scroll bar functions if
6394 x-toolkit-scroll-bars is t.
6395 (x-select-text, x-get-selection-value): Clear
6396 x-last-selected-text-clipboard if x-select-enable-clipboard is
6397 nil.
6398 (PRIMARY): Put mac-scrap-name property.
6399 (mac-select-convert-to-file-url): New function.
6400 (public.file-url): New selection target type. Add to
6401 selection-converter-alist.
6402 (x-get-selection, x-selection-value): Handle it.
6403 (x-cut-buffer-or-selection-value): New alias.
6404
6405 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6406
6407 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
6408 entry to avoid calling bibtex-find-entry with arg global
6409 being t. Remove arg key.
6410 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
6411 (bibtex-copy-summary-as-kill): Change accordingly.
6412
6413 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
6416 (org-agenda-date-later): Use with-current-buffer.
6417
6418 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6419
6420 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
6421 (define-obsolete-variable-alias): Doc Fixes.
6422
6423 2005-05-06 Kim F. Storm <storm@cua.dk>
6424
6425 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
6426 vertical-motion when selective-display is active.
6427
6428 * ido.el (ido-setup-hook): New hook.
6429 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
6430 (ido-input-stack): New var.
6431 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
6432 ido-next-work-file binding to M-O.
6433 Bind M-f to ido-wide-find-file-or-pop-dir.
6434 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
6435 (ido-read-internal): Run ido-setup-hook.
6436 Catch quit in read-file-name and read-string to cancel edit.
6437 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
6438 Automatically pop-all when completing a directory name (RET).
6439 (ido-file-internal): Add with-no-warnings around ffap and dired code.
6440 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
6441 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
6442 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
6443 New functions for M-b/M-f to move among the directory components.
6444 (ido-make-merged-file-list): Catch quit to cancel merge.
6445 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
6446 (ido-completion-help): No warnings for ido-completion-buffer-full.
6447
6448 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
6449
6450 * font-lock.el (font-lock-negation-char-face): New face and variable.
6451 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
6452 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
6453 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
6454 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
6455
6456 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
6457
6458 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
6459 Fix typo in docstring.
6460
6461 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
6462 (ebrowse-print-statistics-line)
6463 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
6464
6465 * term/w32-win.el (image-library-alist): Add additional name for
6466 Xpm library.
6467
6468 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
6469
6470 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
6471 use gcc instead of cpp.
6472
6473 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
6474 (gdb-create-define-alist): Use it.
6475 (gdb-cpp-define-alist-program): Update for MS-DOS.
6476
6477 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
6478
6479 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
6480
6481 2005-05-04 Richard M. Stallman <rms@gnu.org>
6482
6483 * help.el (describe-key): No error when UNTRANSLATED is nil.
6484
6485 * simple.el (line-move-1): Fix previous change to signal errors
6486 appropriately.
6487
6488 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
6489
6490 * calendar/icalendar.el (icalendar-version): Now at 0.12.
6491 (icalendar-duration-correction): Remove.
6492 (icalendar--get-event-properties): Split result at commas.
6493 (icalendar--decode-isoduration): New optional argument
6494 DURATION-CORRECTION.
6495 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6496 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6497 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6498 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
6499 (icalendar--convert-anniversary-to-ical): New functions, extracted
6500 from icalendar-export-region, with bug fixes.
6501 (icalendar-export-region): Use the above functions.
6502 (icalendar-import-buffer): Check before saving diary file.
6503 (icalendar--convert-recurring-to-diary)
6504 (icalendar--convert-non-recurring-all-day-to-diary)
6505 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6506 extracted from icalendar--convert-ical-to-diary, with bug fixes.
6507 (icalendar--convert-ical-to-diary): Use the above functions.
6508
6509 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
6510
6511 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6512 Remove these recent additions.
6513 (c-mode): Restore to before 2005-04-28.
6514
6515 * progmodes/cc-vars.el (cc-define-list-program): Remove this
6516 recent addition.
6517
6518 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
6519 (gdb-define-alist): New variables.
6520 (gdb-create-define-alist): New function.
6521 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
6522 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
6523 with string-to-number.
6524 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
6525
6526 * progmodes/gud.el: Replace string-to-int with string-to-number.
6527 (gud-find-file): Handle gdb-define-alist.
6528
6529 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
6530
6531 2005-05-02 Jay Belanger <belanger@truman.edu>
6532
6533 * calc/calc-aent.el (math-read-token):
6534 * calc/calc-bin.el (calc-word-size):
6535 * calc/calc-ext.el (calc-read-number-fancy):
6536 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
6537 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
6538 * calc/calc-frac.el (calc-over-notation):
6539 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
6540 (calc-graph-num-points, calc-graph-init):
6541 * calc/calc-prog.el (calc-read-parse-table-part)
6542 (calc-edit-macro-repeats):
6543 * calc/calc-yank.el (calc-do-grab-rectangle):
6544 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
6545 Replace `string-to-int' by `string-to-number'.
6546
6547 2005-05-02 Kim F. Storm <storm@cua.dk>
6548
6549 * kmacro.el: Use executing-kbd-macro-index variable.
6550
6551 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
6552
6553 * net/rlogin.el (rlogin-parse-words): Delete func.
6554 (rlogin): Use split-string, not rlogin-parse-words.
6555 Also, if there are option-like elements in the parsed args,
6556 take the host to be the first arg immediately following them.
6557 Suggested by Michael Mauger.
6558
6559 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6560
6561 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
6562
6563 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6564
6565 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
6566 (cc-mode-cpp-program): Rename to cc-define-list-program and
6567 move to cc-vars.el.
6568
6569 * progmodes/cc-vars.el (cc-define-list-program):
6570 Change to "gcc -E -dM -". Make customizable.
6571
6572 2005-05-02 Kim F. Storm <storm@cua.dk>
6573
6574 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
6575
6576 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6577
6578 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
6579
6580 * international/mule-util.el (truncate-string): Remove alias and
6581 obsolete declaration.
6582
6583 * international/mule-cmds.el (update-iso-coding-systems):
6584 Remove alias and obsolete declaration.
6585
6586 * international/mule.el (coding-system-parent): Remove alias and
6587 obsolete declaration.
6588
6589 * subr.el (define-function, sref): Remove aliases and obsolete
6590 declarations.
6591 (chars-in-region): Remove obsolete declaration.
6592
6593 2005-05-01 Richard M. Stallman <rms@gnu.org>
6594
6595 * info.el (Info-mode): Set widen-automatically to nil, locally.
6596
6597 * simple.el (widen-automatically): New variable.
6598 (pop-global-mark): Obey widen-automatically.
6599
6600 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6601
6602 * term/xterm.el (function-key-map): Call substitute-key-definition
6603 before the keymap size is increased by a lot of define-key calls.
6604
6605 2005-05-01 Richard M. Stallman <rms@gnu.org>
6606
6607 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
6608 Rename ARG to ELEMENT. Doc fix.
6609
6610 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6611
6612 * allout.el (allout-exposure): Remove macro and obsolete declaration.
6613 Remove references to allout-exposure/change to allout-new-exposure.
6614
6615 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
6616 bytecode symbols.
6617
6618 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
6619 (compiled-function-p, focus-frame, unfocus-frame):
6620 Remove aliases and obsolete declarations.
6621 Back out inadvertent changes from previous commit.
6622
6623 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6624
6625 * files.el (require-final-newline): Make Custom tags consistent
6626 with mode-require-final-newline.
6627 (mode-require-final-newline): Doc fix.
6628
6629 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * international/latexenc.el (latexenc-find-file-coding-system):
6632 Fix regular expressions.
6633
6634 2005-05-01 David Kastrup <dak@gnu.org>
6635
6636 * international/latexenc.el (latexenc-find-file-coding-system):
6637 Fix regular expressions.
6638
6639 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6640
6641 * subr.el (string-to-int): Make obsolete.
6642
6643 2005-04-30 Richard M. Stallman <rms@gnu.org>
6644
6645 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
6646
6647 * loadup.el: load jka-comp-hook.
6648
6649 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
6650 (jka-compr-handler): Add autoload. `put' calls moved
6651 to jka-comp-hook.el.
6652 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
6653 (jka-compr-inhibit): Autoload.
6654
6655 * jka-comp-hook.el: New file.
6656 Enable the mode by default.
6657
6658 * files.el (backup-buffer-copy): Use copy-file instead
6659 of write-region, and put back the 'excl.
6660
6661 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
6662
6663 * progmodes/flymake.el (flymake-split-string)
6664 (flymake-split-string, flymake-log, flymake-pid-to-names)
6665 (flymake-reg-names, flymake-get-source-buffer-name)
6666 (flymake-unreg-names, flymake-add-line-err-info)
6667 (flymake-add-err-info): Clarify docstrings.
6668 (flymake-popup-menu, flymake-make-emacs-menu)
6669 (flymake-make-xemacs-menu): Add docstrings.
6670 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6671 Set variables directly throughout.
6672
6673 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
6674
6675 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
6676 exists. Initialize cc-define-alist.
6677 (c-mode): Add cc-create-define-alist locally to after-save-hook.
6678 If there is no file (Macroexpansion) don't create an alist.
6679
6680 2005-04-29 Sam Steingold <sds@gnu.org>
6681
6682 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6683 (cc-create-define-alist): Use it instead of the hard-coded string.
6684
6685 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 * international/mule-conf.el (file-coding-system-alist): Fix regexp
6688 for latexenc.
6689
6690 2005-04-29 Lute Kamstra <lute@gnu.org>
6691
6692 * emacs-lisp/generic.el: Improve commentary section.
6693 (define-generic-mode): Improve docstring.
6694
6695 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
6696
6697 * textmodes/org.el (many places): Change to quiet the byte compiler.
6698 (org-prefix-format-compiled): New variable.
6699 (org-compile-prefix-format): New function.
6700 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6701 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6702 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6703 (org-get-entries-from-diary): Use `org-get-time-of-day' for
6704 consistency with entries from `org-mode' files.
6705 (org-get-time-of-day): Fix bug with partial matches early in a line.
6706 (org-non-link-chars): New constant.
6707 (org-link-regexp): Respect `org-non-link-chars'.
6708 (org-agenda-day-view): Remove command.
6709 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
6710 (org-follow-bbdb-link, org-store-link): Search also company field.
6711 (org-highlight-overlay): New variable.
6712 (org-highlight, org-unhighlight): New functions.
6713 (org-agenda-mode): Add pre-command-hook to remove highlight.
6714 (org-evaluate-time-range): Behavior depends upon whether time stamp
6715 contains a time or not.
6716 (org-show-subtree, org-show-entry): New functions.
6717 (org-agenda-cleanup-fancy-diary): Remove empty lines.
6718
6719 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
6720
6721 * comint.el (comint-output-filter-functions): Add autoload cookie.
6722
6723 2005-04-28 Kim F. Storm <storm@cua.dk>
6724
6725 * ido.el (ido-everywhere): Fix last change.
6726
6727 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6728
6729 * international/latexenc.el: New file.
6730 * international/mule-conf.el (file-coding-system-alist): For .tex,
6731 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6732
6733 2005-04-28 Lute Kamstra <lute@gnu.org>
6734
6735 * font-lock.el (font-lock-add-keywords)
6736 (font-lock-remove-keywords): Clarify docstring.
6737 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6738 Don't start docstrings with a `*'.
6739 (font-lock-update-removed-keyword-alist): Give it a docstring.
6740
6741 * generic-x.el: Update commentary section.
6742 Only require font-lock when compiling.
6743 Define all modes conditionally.
6744 Place all generic modes in the generic-x-modes customization group.
6745 (generic-x-modes): New customization group.
6746 (generic-default-modes, generic-mswindows-modes)
6747 (generic-unix-modes, generic-other-modes): New constants.
6748 (generic-define-mswindows-modes, generic-define-unix-modes):
6749 Update docstrings. Make them obsolete.
6750 (generic-extras-enable-list): New default value. Update docstring.
6751 Improve :type. Change :set function.
6752 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6753 Fix docstring.
6754
6755 * emacs-lisp/generic.el (generic-mode-internal):
6756 Simplify font-lock-defaults.
6757 (define-generic-mode): Fix docstring.
6758
6759 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6762 font-lock-face property to highlight matches.
6763
6764 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
6765
6766 * progmodes/cc-mode.el (cc-create-define-alist): New function.
6767 (cc-define-alist): New variable.
6768 (c-mode): Make it local and initialize it.
6769
6770 * progmodes/gdb-ui.el (gdb-active-process): New variable.
6771 (gdb-exited): New function.
6772 (gdb-annotation-rules): Use it.
6773 (gdb-starting): Set gdb-active-process to t.
6774 (gdb-stopping): Amend doc string.
6775 (gdb-reset): Set gdb-active-process to nil.
6776
6777 * tooltip.el (tooltip-gud-tips): Show the associated #define
6778 directives when a C program under GDB is not executing.
6779
6780 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6783 font-lock-fontify-syntactic-keywords.
6784
6785 * font-lock.el (font-lock-default-fontify-region): Don't force
6786 parse-sexp-lookup-properties to nil.
6787
6788 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6789
6790 * man.el (man-mode-syntax-table): Set up `:' to have
6791 word-constituent syntax.
6792
6793 2005-04-27 Lute Kamstra <lute@gnu.org>
6794
6795 * novice.el (disable-command): Don't add spurious newlines to the
6796 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
6797
6798 2005-04-26 Jay Belanger <belanger@truman.edu>
6799
6800 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6801 than one window before deleting window.
6802
6803 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6804
6805 * shell.el (shell-prompt-pattern): Doc fix.
6806 (shell-mode): Set paragraph-separate buffer locally to "\\'".
6807
6808 * comint.el (comint-prompt-regexp, comint-get-old-input)
6809 (comint-use-prompt-regexp)
6810 (comint-use-prompt-regexp-instead-of-fields)
6811 (comint-replace-by-expanded-history, comint-send-input)
6812 (comint-output-filter, comint-get-old-input-default)
6813 (comint-line-beginning-position, comint-bol, comint-show-output)
6814 (comint-backward-matching-input, comint-forward-matching-input)
6815 (comint-next-prompt, comint-previous-prompt):
6816 Rename `comint-use-prompt-regexp-instead-of-fields' to
6817 `comint-use-prompt-regexp'. Keep old name as alias and declare
6818 obsolete.
6819 (comint-use-prompt-regexp): Shorten first line of doc string.
6820
6821 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6822 Set paragraph-separate buffer locally to "\\'".
6823
6824 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6825 Adapt to above name change.
6826
6827 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6828 (smbclient-prompt-regexp): Ditto.
6829
6830 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6831
6832 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
6833
6834 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6835 gdb-location-list.
6836 Break lines that are over 80 characters wide.
6837
6838 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6839
6840 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6841 New fun and var, to preserve compatibility.
6842
6843 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6844
6845 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
6846
6847 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6848 name to file-newer-than-file-p.
6849
6850 2005-04-26 Richard M. Stallman <rms@gnu.org>
6851
6852 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6853
6854 * progmodes/python.el (python-mode):
6855 Use new name eldoc-documentation-function.
6856
6857 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6858
6859 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6860 (eldoc-documentation-function):
6861 Rename from eldoc-print-current-symbol-info-function. Calls changed.
6862
6863 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
6864
6865 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6866
6867 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6868
6869 * term/xterm.el (function-key-map): Fix strings for
6870 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
6871 {C,S,A,C-S}-{f1-f12}.
6872
6873 2005-04-26 Kenichi Handa <handa@m17n.org>
6874
6875 * international/mule-cmds.el (select-safe-coding-system):
6876 Fix previous change.
6877
6878 2005-04-26 Lute Kamstra <lute@gnu.org>
6879
6880 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6881
6882 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6883 (font-lock-comment-delimiter-face): Ditto.
6884
6885 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6886
6887 2005-04-25 Jay Belanger <belanger@truman.edu>
6888
6889 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6890 to t while inserting information; use help-mode.
6891
6892 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6893
6894 * term.el (ansi-term-color-vector): Use the xterm colors.
6895 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
6896
6897 2005-04-25 Lute Kamstra <lute@gnu.org>
6898
6899 * font-core.el (font-lock-defaults): Fix docstring.
6900
6901 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6902
6903 2005-04-25 Kenichi Handa <handa@m17n.org>
6904
6905 * international/mule-cmds.el (select-safe-coding-system):
6906 Don't check consistency with coding: spec, etc if raw-text or
6907 no-conversion was found to be safe.
6908
6909 2005-04-24 Richard M. Stallman <rms@gnu.org>
6910
6911 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6912 citation markers at start of each line.
6913
6914 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6915 citation markers at start of each line.
6916
6917 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6918
6919 * files.el (mode-require-final-newline): Fix previous change.
6920 (require-final-newline): Fix type label.
6921
6922 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6923
6924 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6925 statement in buffer (broken by 2004-11-24 change).
6926
6927 2005-04-24 Kim F. Storm <storm@cua.dk>
6928
6929 * ido.el (ido-everywhere): Save and restore old read-buffer-function
6930 and read-file-name-function values. Don't overwrite existing
6931 non-nil values if ido-mode is enabled without ido-everywhere.
6932
6933 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
6934
6935 * files.el (mode-require-final-newline): Minor doc fix.
6936
6937 2005-04-24 Eli Zaretskii <eliz@gnu.org>
6938
6939 * subr.el (syntax-after): Doc fix.
6940 (syntax-class): If argument is nil, return nil. Mask off upper 16
6941 bits, not 8 bits.
6942
6943 * files.el (mode-require-final-newline): Doc fix.
6944 (backup-buffer-copy): Fix last change.
6945
6946 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6947
6948 * term/mac-win.el: Require select. Set selection-coding-system to
6949 mac-system-coding-system. Call menu-bar-enable-clipboard.
6950 (x-last-selected-text-clipboard, x-last-selected-text-primary)
6951 (x-select-enable-clipboard): New variables.
6952 (x-select-text, x-get-selection, x-selection-value)
6953 (x-get-selection-value, mac-select-convert-to-string)
6954 (mac-services-open-file, mac-services-open-selection)
6955 (mac-services-insert-text): New functions.
6956 (CLIPBOARD, FIND): Put mac-scrap-name property.
6957 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6958 (public.tiff): Put mac-ostype property.
6959 (selection-converter-alist): Add entries for them.
6960 (mac-application-menu-map): New keymap.
6961 (interprogram-cut-function, interprogram-paste-function): Set to
6962 x-select-text and x-get-selection-value, respectively.
6963 (split-window-keep-point): Set to t.
6964
6965 2005-04-23 Richard M. Stallman <rms@gnu.org>
6966
6967 * files.el (read-directory-name): Always pass non-nil
6968 DEFAULT-FILENAME arg to read-file-name.
6969 (backup-buffer-copy, basic-save-buffer-2): Take care against
6970 writing thru an unexpected existing symlink.
6971 (revert-buffer): In indirect buffer, revert the base buffer.
6972 (magic-mode-alist): Doc fix.
6973 (buffer-stale-function): Doc fix.
6974 (minibuffer-with-setup-hook): Avoid warning.
6975 (mode-require-final-newline): Doc and custom fix.
6976
6977 * follow.el (follow-end-of-buffer): Use with-no-warnings.
6978
6979 * font-lock.el (font-lock-comment-face): On terminals with few colors,
6980 use the default appearance.
6981 (font-lock-comment-delimiter-face): New face, new variable.
6982
6983 * imenu.el (imenu--generic-function): The official position of a
6984 definition is the start of the line that BEG is in.
6985
6986 * midnight.el (midnight-timer): Move defvar up.
6987
6988 * mouse.el (mouse-drag-region-1): Delete some debugging code.
6989
6990 * saveplace.el (save-place-to-alist): Use with-no-warnings.
6991
6992 * startup.el (command-line): Use with-no-warnings.
6993
6994 * window.el (window-size-fixed): New defvar.
6995
6996 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6997
6998 * mail/rmail.el (rmail-font-lock-keywords):
6999 Use font-lock-comment-delimiter-face.
7000
7001 * mail/sendmail.el (mail-font-lock-keywords):
7002 Use font-lock-comment-delimiter-face.
7003
7004 * progmodes/compile.el (next-error-highlight-timer): New defvar.
7005
7006 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7007
7008 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7009 Specify t for LAXMATCH when matching directories.
7010 Save match data around compilation-compat-error-properties form.
7011
7012 2005-04-23 David Kastrup <dak@gnu.org>
7013
7014 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
7015 Mention that the autoloaded aliases should be kept for AUCTeX.
7016
7017 2005-04-23 Andreas Schwab <schwab@suse.de>
7018
7019 * isearch.el (isearch-forward): Doc fix.
7020
7021 2005-04-23 Eli Zaretskii <eliz@gnu.org>
7022
7023 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
7024 (jit-lock-stealth-nice): Change default value to 0.5.
7025
7026 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
7027
7028 * abbrev.el (write-abbrev-file): Write table entries in
7029 alphabetical order by table name.
7030
7031 2005-04-22 Kim F. Storm <storm@cua.dk>
7032
7033 * ido.el (ido-read-internal): Fix `list' completion.
7034
7035 2005-04-22 Kenichi Handa <handa@m17n.org>
7036
7037 * recentf.el (recentf-save-file-coding-system): New variable.
7038 (recentf-save-list): Encode the file by
7039 recentf-save-file-coding-system and add coding: tag.
7040
7041 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
7042
7043 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
7044
7045 2005-04-21 Lute Kamstra <lute@gnu.org>
7046
7047 * loadhist.el (unload-feature): Don't remove a function from hooks
7048 if it is about to be restored to an autoload . Remove functions
7049 that will become unbound from auto-mode-alist. Simplify the code.
7050
7051 * subr.el (assq-delete-all): New implementation that is linear,
7052 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
7053 (rassq-delete-all): New function.
7054
7055 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
7056 Add size-indication-mode.
7057
7058 2005-04-21 Kenichi Handa <handa@m17n.org>
7059
7060 * international/mule-cmds.el: Add autoload for widget-value in
7061 eval-when-compile.
7062
7063 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
7064
7065 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
7066 Add tooltip-mode.
7067
7068 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
7069
7070 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
7071
7072 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
7073 (inferior-lisp-filter-regexp, inferior-lisp-program)
7074 (inferior-lisp-load-command, inferior-lisp-prompt)
7075 (inferior-lisp-mode-hook, lisp-source-modes)
7076 (inferior-lisp-load-hook): defvar->defcustom.
7077 (inferior-lisp-program, inferior-lisp-prompt)
7078 (inferior-lisp-load-hook): Doc fixes.
7079 (inferior-lisp-install-letter-bindings): Small change in
7080 introductory comment.
7081
7082 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
7083
7084 * vc.el (vc-annotate-color-map): Change some colors so that text
7085 using them as foreground is readable on both white and black
7086 backgrounds.
7087
7088 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 * international/mule-conf.el (translation-table-for-input):
7091 Remove redundant declaration.
7092
7093 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
7094
7095 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
7096
7097 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
7098 (tooltip-toggle-gud-tips): New function.
7099
7100 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7101
7102 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
7103 right angle brackets.
7104
7105 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
7106
7107 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
7108
7109 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
7112 Remove. Update callers to use expand-file-name instead.
7113
7114 * subr.el (syntax-class): New function.
7115
7116 * simple.el (blink-matching-open): Use it.
7117
7118 * paren.el (show-paren-function): Use it to recognize parens that are
7119 also used in 2-char comment markers.
7120
7121 2005-04-19 Lute Kamstra <lute@gnu.org>
7122
7123 * loadhist.el (unload-feature): Update for new format of
7124 load-history. Simplify the code.
7125
7126 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7127
7128 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
7129 (mac-add-charset-info): New function. Initialize variable
7130 mac-charset-info-alist using it.
7131 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
7132 for translation.
7133 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
7134 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
7135 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
7136 New CCL programs.
7137
7138 2005-04-19 Kim F. Storm <storm@cua.dk>
7139
7140 * simple.el (next-buffer, prev-buffer, next-error)
7141 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
7142 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
7143
7144 * bindings.el (next-buffer, prev-buffer, next-error)
7145 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
7146 (clone-indirect-buffer-other-window): Move bindings from simple.el.
7147 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
7148 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
7149
7150 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * isearch.el (isearch-edit-string): Make the search-ring available for
7153 minibuffer history commands.
7154 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
7155 the default history commands now work just as well.
7156 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
7157
7158 2005-04-18 Kim F. Storm <storm@cua.dk>
7159
7160 * emulation/cua-base.el (cua--pre-command-handler): Add more
7161 elaborate check for shift modifier on non-window systems.
7162
7163 2005-04-18 Lars Hansen <larsh@math.ku.dk>
7164
7165 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
7166
7167 2005-04-18 Kim F. Storm <storm@cua.dk>
7168
7169 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
7170 and make it optional. Don't test tooltip-gud-echo-area here.
7171 (tooltip-gud-process-output, gdb-tooltip-print):
7172 Pass tooltip-gud-echo-area to tooltip-show.
7173 (tooltip-help-tips): Remove second optional arg to tooltip-show.
7174
7175 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7176
7177 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
7178 `display-graphic-p' may not be bound yet.
7179
7180 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7181
7182 * startup.el (command-line): No longer enable Xterm Mouse mode by
7183 default in terminals compatible with xterm.
7184
7185 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
7186
7187 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
7188
7189 * tooltip.el (tooltip-gud-echo-area): Rename from
7190 tooltip-use-echo-area.
7191 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
7192 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
7193 area independently of where help tooltips are displayed.
7194
7195 2005-04-17 David Kastrup <dak@gnu.org>
7196
7197 * cus-theme.el (custom-theme-write-variables): Quote variables
7198 where necessary.
7199
7200 2005-04-17 Richard M. Stallman <rms@gnu.org>
7201
7202 * simple.el (yank-excluded-properties): Add follow-link to value.
7203
7204 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
7205
7206 * startup.el (fancy-splash-max-time): Just 30 seconds.
7207 (fancy-splash-delay): Just 7.
7208 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
7209
7210 * loadhist.el (unload-feature): Update for new format of load-history.
7211 Simplify the code.
7212
7213 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
7214 (rmail-font-lock-keywords): Don't fontify the text of a citation.
7215
7216 * mail/sendmail.el (mail-font-lock-keywords):
7217 Don't fontify subject text.
7218 Don't fontify the text of a citation.
7219
7220 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
7221
7222 * comint.el (comint-output-filter): Run comint-output-filter-functions
7223 with point where the user had it.
7224
7225 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * international/ucs-tables.el (ucs-set-table-for-input):
7228 Disable when using unify-on-decoding.
7229
7230 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7231
7232 * emulation/cua-base.el (cua-global-mark-face): Add special case
7233 for displays supporting a high number of colors.
7234
7235 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
7236
7237 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
7238
7239 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
7240
7241 * filesets.el (filesets-add-buffer): If user supplies a name of a
7242 non-existing fileset, create a new fileset.
7243
7244 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
7245
7246 * textmodes/org.el (org-up-heading-all): Fix bug with
7247 `outline-up-heading-all'.
7248
7249 2005-04-16 Andreas Schwab <schwab@suse.de>
7250
7251 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
7252 /etc/permissions.d/* and /etc/aliases.d/*.
7253
7254 2005-04-16 Kenichi Handa <handa@m17n.org>
7255
7256 * international/code-pages.el (cp-make-coding-system):
7257 Set `translation-table-for-input' property value to the symbol
7258 ucs-mule-to-mule-unicode, not to that value.
7259 (pt154): Escape guillemet by `\'.
7260
7261 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
7262
7263 * loadup.el: Load tooltip if x-show-tip is fboundp.
7264
7265 * startup.el (command-line): Add comment.
7266
7267 * tooltip.el (tooltip-mode): Specify correct standard value for
7268 Custom in init-value.
7269
7270 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
7271
7272 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
7273 possible.
7274
7275 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
7276
7277 * textmodes/org.el (org-agenda-date-prompt): Rename from
7278 `org-agenda-date-today'.
7279 (org-evaluate-time-range): Insert at point instead of directly
7280 after time range.
7281 (org-first-headline-recenter, org-subtree-end-visible-p)
7282 (org-optimize-window-after-visibility-change): New functions
7283 (org-agenda-post-command-hook): Don't allow point at end of line,
7284 to make sure it always hits the text properties.
7285 (org-agenda-next-date-line, org-agenda-previous-date-line):
7286 New commands.
7287 (org-set-regexps-and-options): Category may contain white space.
7288 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7289 Improve marker positions.
7290 (org-agenda-new-marker): Argument POS made optional.
7291 (org-agenda-get-timestamps): Deadlines which are done are listed
7292 in org-done-face now.
7293 (org-agenda-get-todos, org-agenda-get-timestamps)
7294 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7295 Set `undone-face' and `done-face' properties.
7296 (org-last-todo-state-is-todo): New variable.
7297 (org-todo): Set `org-last-todo-state-is-todo'.
7298 (org-agenda-todo): Change face according to
7299 `org-last-todo-state-is-todo'. And change other lines referring to
7300 the same entry.
7301 (org-calendar-goto-agenda): New command.
7302 (org-calendar-to-agenda-key): New option.
7303 (org-startup-folded): New allowed value `content'.
7304 (org-set-regexps-and-options): Accept new value `content' for
7305 `org-startup-folded'.
7306 (org-get-current-options): Handle new value `content' for
7307 `org-startup-folded'.
7308 (org-insert-todo-heading): New command.
7309 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
7310 interactively in empty file and option
7311 `org-insert-mode-line-in-empty-file' has been set.
7312 (org-agenda-todo,org-agenda-priority): Modify to use
7313 `org-agenda-change-all-lines'.
7314 (org-warning-face): Change color on dark background
7315
7316 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7317
7318 * international/mule-cmds.el (set-locale-environment): On Mac OS,
7319 use preferences AppleLocale and AppleLanguages, and variable
7320 mac-system-locale for default locale. On Mac OS Classic, use
7321 mac-system-coding-system for default coding systems.
7322
7323 * term/mac-win.el: Don't set file-name-coding-system.
7324 Decode variables system-name, emacs-build-system, user-login-name, and
7325 user-full-name by mac-system-coding-system on Mac OS Classic.
7326 (mac-system-coding-system): New variable.
7327
7328 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
7329
7330 * startup.el (command-line): Handle `xterm-mouse-mode' before
7331 reading init file.
7332
7333 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
7334
7335 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7336
7337 * progmodes/sh-script.el (sh-here-document-word): Make it a
7338 defcustom. Doc fix.
7339 (sh-add): Bash uses $(( )) for arithmetic.
7340 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
7341 (sh-maybe-here-document): Remove quotes and leading whitespace
7342 from heredoc word when closing. Indent heredoc with tabs if word
7343 starts with "-".
7344
7345 2005-04-13 Richard M. Stallman <rms@gnu.org>
7346
7347 * simple.el (undo): Fix previous change.
7348
7349 * custom.el (defface): Doc fix.
7350
7351 2005-04-13 Lute Kamstra <lute@gnu.org>
7352
7353 * Makefile.in (DONTCOMPILE): Remove list.
7354 (compile, compile-always): Don't use DONTCOMPILE.
7355 (update-authors): Load the library in which batch-update-authors
7356 is defined.
7357 * makefile.w32-in (DONTCOMPILE): Remove list.
7358 (compile, compile-always): Fix comments.
7359 (update-authors): Load the library in which batch-update-authors
7360 is defined.
7361
7362 * generic-x.el (generic-mode-ini-file-find-file-hook):
7363 Rename to ini-generic-mode-find-file-hook.
7364 Keep generic-mode-ini-file-find-file-hook as an alias.
7365 (ini-generic-mode-find-file-hook): Rename from
7366 generic-mode-ini-file-find-file-hook. Fix docstring.
7367 (ini-generic-mode): Docstring change.
7368 (bat-generic-mode-run-as-comint): Silence the byte compiler.
7369
7370 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
7371 called from lisp.
7372
7373 * generic.el: Move to the emacs-lisp subdir.
7374
7375 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7376
7377 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
7378 and C-S- function and cursor motion keys.
7379
7380 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7381
7382 * startup.el (command-line): Enable Xterm Mouse mode by default.
7383 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
7384 for Custom. No longer show "Mouse" in mode line when enabled.
7385 Doc fix.
7386
7387 2005-04-12 Kim F. Storm <storm@cua.dk>
7388
7389 * emulation/cua-base.el (cua-rectangle-face)
7390 (cua-rectangle-noselect-face): Define face attributes here.
7391
7392 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
7393
7394 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7395
7396 * startup.el (command-line): Turn off blinking cursor if
7397 cursorBlink in resources is off or false.
7398
7399 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7400
7401 * term/mac-win.el (dnd): Require dnd.
7402 (mac-drag-n-drop): Call dnd-handle-one-url.
7403 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
7404 (kTextEncodingISOLatin2): Remove constants.
7405 (mac-script-code-coding-systems): New constant.
7406 (mac-handle-language-change): New function.
7407 (special-event-map): Bind it to `language-change' event.
7408 (mac-centraleurroman, mac-cyrillic): New coding systems.
7409 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
7410 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
7411 and mac-cyrillic-encoder to encode-mac-centraleurroman and
7412 encode-mac-cyrillic, respectively.
7413
7414 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7415
7416 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
7417 Don't set overlay-arrow-string to "=>" as this is done
7418 globally in C now.
7419
7420 2005-04-12 Lute Kamstra <lute@gnu.org>
7421
7422 * generic-x.el (rc-generic-mode, rul-generic-mode):
7423 Fix auto-mode-alist entries.
7424 (etc-fstab-generic-mode): Tweak fontification.
7425
7426 * generic.el (generic-make-keywords-list): Fix docstring.
7427 (generic-mode-internal): Simplify generic-font-lock-keywords.
7428
7429 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7430
7431 * whitespace.el (whitespace-buffer-leading)
7432 (whitespace-buffer-trailing): Revert the incorrect test inversion.
7433 However, fix the highlight area for the leading and
7434 trailing whitespaces to show space.
7435
7436 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7437
7438 * whitespace.el (whitespace-version): Bump to 3.5
7439
7440 (whitespace-buffer-leading, whitespace-buffer-trailing):
7441 Invert sense of the test to highlight the whitespace.
7442
7443 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7444
7445 * progmodes/gud.el (gud-display-line): GUD uses its own
7446 overlay arrow now so don't set overlay-arrow-string.
7447 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
7448
7449 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
7450
7451 * term.el (term-ansi-current-bold, term-ansi-current-underline)
7452 (term-ansi-current-reverse, term-ansi-current-invisible)
7453 (term-ansi-face-already-done): Change to boolean.
7454 (term-reset-terminal, term-handle-colors-array): Handle the above
7455 vars accordingly.
7456 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
7457 (term-emulate-terminal): Use the new name.
7458
7459 * faces.el (secondary-selection): Use yellow1, not yellow.
7460 (trailing-whitespace): Use red1, not red.
7461
7462 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7463
7464 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
7465 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
7466 (dired-dnd-handle-file): Call dnd-get-local-file-uri
7467
7468 * cus-edit.el (dnd): New group.
7469
7470 * term/w32-win.el (dnd): Require dnd
7471 (w32-drag-n-drop): Call dnd-handle-one-url.
7472
7473 * x-dnd.el: Require dnd.
7474 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
7475 Call dnd-handle-one-url.
7476 (x-dnd-types-alist, x-dnd-insert-utf8-text)
7477 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
7478 to dnd-insert-text.
7479 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
7480 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
7481 (x-dnd-get-local-file-name, x-dnd-open-local-file)
7482 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
7483
7484 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
7485
7486 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7487
7488 * wdired.el: Doc fixes.
7489 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
7490 (wdired-use-dired-vertical-movement): Rename from
7491 wdired-always-move-to-filename-beginning.
7492 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
7493 (wdired-change-to-wdired-mode): Change mode name.
7494 (wdired-newline): Delete.
7495
7496 2005-04-11 Richard M. Stallman <rms@gnu.org>
7497
7498 * whitespace.el (whitespace-highlight-the-space):
7499 Don't call whitespace-unhighlight-the-space here.
7500
7501 * simple.el (undo): Record t in undo-equiv-table
7502 for the redo record made by an undo-in-region.
7503
7504 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7505
7506 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7507 (gdb-frame-inferior-io-buffer): New Functions to control
7508 display of separate IO buffer.
7509 (menu): Add them to menu-bar.
7510 (gdb-display-buffer): Check for buffer another frame.
7511 Protect GUD buffer.
7512 (gdb-setup-windows): Create IO buffer if not already there.
7513 (gdb-memory-mode): Remove purecopy noops.
7514
7515 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7516
7517 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
7518 and pass to self-insert-command.
7519
7520 2005-04-11 Lute Kamstra <lute@gnu.org>
7521
7522 * generic.el: Commentary section cleanup.
7523 (generic): Delete.
7524 (generic-use-find-file-hook, generic-lines-to-scan)
7525 (generic-find-file-regexp, generic-ignore-files-regexp)
7526 (default-generic-mode, generic-mode-find-file-hook)
7527 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
7528 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
7529 (generic-use-find-file-hook, generic-lines-to-scan)
7530 (generic-find-file-regexp, generic-ignore-files-regexp)
7531 (default-generic-mode, generic-mode-find-file-hook)
7532 (generic-mode-ini-file-find-file-hook): Move from generic.el.
7533
7534 2005-04-10 Karl Fogel <kfogel@red-bean.com>
7535
7536 * bookmark.el (bookmark-write-file): Catch errors writing file.
7537 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
7538
7539 2005-04-10 Richard M. Stallman <rms@gnu.org>
7540
7541 * startup.el (fancy-splash-tail): Update copyright year.
7542 (command-line): Split part of -Q into -D.
7543 (emacs-basic-display): New defvar.
7544 (fancy-splash-text): Correct name of menu item.
7545
7546 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
7547
7548 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
7549 lines in one node.
7550
7551 * comint.el (comint-send-input): New arg ARTIFICIAL.
7552 Callers in this file changed.
7553
7554 * abbrev.el (define-abbrevs): Read system abbrevs properly.
7555
7556 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
7557
7558 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
7559
7560 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
7561 `ldap-search-internal'.
7562
7563 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * files.el (set-auto-mode-1): Use line-end-position.
7566
7567 * international/latin-1.el:
7568 * international/latin-2.el:
7569 * international/latin-3.el:
7570 * international/latin-4.el:
7571 * international/latin-5.el:
7572 * international/latin-8.el:
7573 * international/latin-9.el: Give punctuation syntax to NBSP.
7574
7575 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
7576 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
7577 Use char-classes to accept non-ascii letters, accepted in some recent
7578 bibtex implementations.
7579
7580 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7581
7582 * custom.el (custom-set-minor-mode): Any non-nil value for the
7583 variable should enable the mode when set through Custom.
7584
7585 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
7588 TAB binding so tab-always-indent is obeyed.
7589 (vhdl-minibuffer-local-map): Move initialization into declaration.
7590 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
7591 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
7592 (vhdl-hooked-abbrev): Avoid test for XEmacs.
7593 (vhdl-current-line): Use line-beginning-position.
7594 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
7595 with-output-to-temp-buffer, so the current position can be recorded.
7596
7597 2005-04-10 Masatake YAMATO <jet@gyve.org>
7598
7599 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7600 Add regexp for gcov.
7601
7602 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7603
7604 * calendar/time-date.el (time-to-seconds, seconds-to-time)
7605 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
7606 syntax which Emacs 20 doesn't support.
7607
7608 2005-04-09 Richard M. Stallman <rms@gnu.org>
7609
7610 * help.el (describe-key-briefly, describe-key):
7611 Replace strings as event types with "(any string)".
7612
7613 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * arc-mode.el (archive-mode-map): Move initialization into
7616 the declaration. Override *all* bindings of `undo'.
7617 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
7618
7619 2005-04-09 Jay Belanger <belanger@truman.edu>
7620
7621 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
7622
7623 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7624
7625 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
7626 (xterm-register-default-colors): Update color values computation
7627 to match xterm-200.
7628
7629 2005-04-09 Kenichi Handa <handa@m17n.org>
7630
7631 * international/code-pages.el (iso-latin-7): Fix the map.
7632
7633 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
7634
7635 * emacs-lisp/lisp.el (defun-prompt-regexp)
7636 (parens-require-spaces, buffer-end, end-of-defun)
7637 (insert-parentheses): Doc fixes.
7638
7639 2005-04-08 Kim F. Storm <storm@cua.dk>
7640
7641 * comint.el (comint-highlight-prompt): Fix face spec.
7642 * hi-lock.el (hi-green): Likewise.
7643
7644 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7645
7646 * cus-edit.el (custom-modified-face):
7647 * comint.el (comint-highlight-input): Fix previous changes.
7648 * term.el (term-handle-ansi-escape): Add a comment.
7649
7650 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7653 in the buffer and in whitespace-highlighted-space.
7654 (whitespace-unhighlight-the-space): Simplify.
7655 (whitespace-buffer): Simplify.
7656
7657 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7658
7659 * textmodes/table.el (table-cell-face): Add special case for
7660 displays supporting a high number of colors.
7661 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7662 (vhdl-font-lock-reserved-words-face)
7663 (vhdl-speedbar-architecture-face)
7664 (vhdl-speedbar-instantiation-face)
7665 (vhdl-speedbar-architecture-selected-face)
7666 (vhdl-speedbar-instantiation-selected-face): Likewise.
7667 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7668 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
7669 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7670 (ebrowse-root-class-face, ebrowse-member-attribute-face)
7671 (ebrowse-progress-face): Likewise.
7672 * progmodes/compile.el (compilation-info-face): Likewise.
7673 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7674 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7675 * calendar/calendar.el (diary-face): Likewise.
7676 * woman.el (woman-italic-face, woman-bold-face)
7677 (woman-unknown-face): Likewise.
7678 * wid-edit.el (widget-button-pressed-face): Likewise.
7679 * whitespace.el (whitespace-highlight-face): Likewise.
7680 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7681 * pcvs-info.el (cvs-marked-face): Likewise.
7682 * info.el (info-xref): Likewise.
7683 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
7684 * hilit-chg.el (highlight-changes-face)
7685 (highlight-changes-delete-face): Likewise.
7686 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
7687 (hi-red-b): Likewise.
7688 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
7689 * font-lock.el (font-lock-keyword-face)
7690 (font-lock-function-name-face, font-lock-warning-face): Likewise.
7691 * cus-edit.el (custom-invalid-face, custom-modified-face)
7692 (custom-set-face, custom-changed-face, custom-variable-tag-face)
7693 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7694 * comint.el (comint-highlight-prompt): Likewise.
7695
7696 2005-04-08 Lute Kamstra <lute@gnu.org>
7697
7698 * font-lock.el (font-lock-keywords): Docstring fixes.
7699
7700 2005-04-08 Kenichi Handa <handa@m17n.org>
7701
7702 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7703 chars are more than a limit, print " and more..." at the tail.
7704
7705 2005-04-08 Kim F. Storm <storm@cua.dk>
7706
7707 * emacs-lisp/authors.el (authors-aliases): Update list.
7708 (authors-ignored-files): New list.
7709 (authors-fixed-entries): Fix typo.
7710 (authors-renamed-files-alist): Update list.
7711 (authors-add): Check authors-ignored-files.
7712
7713 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
7714
7715 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
7716 optional, to ensure backward compatibility.
7717
7718 2005-04-08 Stephen Eglen <stephen@gnu.org>
7719
7720 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7721
7722 2005-04-08 Kim F. Storm <storm@cua.dk>
7723
7724 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
7725
7726 * mouse.el (mouse-on-link-p): Doc fix.
7727
7728 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
7729
7730 * ielm.el (ielm-prompt-read-only): Doc fix.
7731
7732 * comint.el (comint-prompt-read-only): Doc fix.
7733
7734 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
7735
7736 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7737 ensure dired always handles wildcards passed to ffap.
7738 (find-file-at-point): Use it.
7739 (ffap-dired-wildcards): Doc fix.
7740
7741 2005-04-07 Juri Linkov <juri@jurta.org>
7742
7743 * simple.el (next-error-overlay-arrow-position): New defvar.
7744 Put "=>" on its property `overlay-arrow-string'. Add it to
7745 `overlay-arrow-variable-list'.
7746
7747 * progmodes/compile.el (compilation-setup):
7748 Set `next-error-overlay-arrow-position' to nil. Also set it to
7749 nil in the local hook `kill-buffer-hook'. Make local variable
7750 `overlay-arrow-string' and set it to "=>".
7751 (compilation-goto-locus): Set BOL position to
7752 `next-error-overlay-arrow-position' instead of
7753 `overlay-arrow-position'.
7754
7755 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7756 locally instead of adding it to the global hook.
7757 (Info-kill-buffer): Move up.
7758
7759 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7760
7761 * term/xterm.el (xterm-standard-colors): Update color values from
7762 xterm-200.
7763
7764 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
7765
7766 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7767
7768 * fast-lock.el:
7769 * lazy-lock.el: Move them to the obsolete subdir.
7770
7771 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7772
7773 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7774 (wdired-add-replace-advice): Remove.
7775 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7776
7777 2005-04-06 Kim F. Storm <storm@cua.dk>
7778
7779 * startup.el (command-line): Add --bare-bones alias for -Q.
7780
7781 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7782
7783 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7784 create the startup fontset if a font specification ends with
7785 `mac-roman'.
7786
7787 2005-04-06 Lute Kamstra <lute@gnu.org>
7788
7789 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7790 change.
7791
7792 * emacs-lisp/copyright.el (copyright-update-year): Replace the
7793 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
7794
7795 2005-04-05 Lute Kamstra <lute@gnu.org>
7796
7797 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7798 (define-generic-mode): Ditto. Fix debug declaration.
7799
7800 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7801 Put them in the generic-x group.
7802
7803 * calendar/timeclock.el (timeclock): Doc fix.
7804
7805 * generic.el (define-generic-mode): Don't use custom-current-group.
7806 Document default :group value.
7807 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7808 (define-global-minor-mode): Don't use custom-current-group.
7809
7810 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
7811
7812 * startup.el (command-line-1): Display startup-echo-area-message
7813 when fancy splash screen is in use.
7814
7815 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7816 (sh-escaped-newline): New face.
7817 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7818 newline, and use sh-escaped-newline face.
7819
7820 * progmodes/tcl.el (tcl-escaped-newline): New face.
7821 (tcl-builtin-list): New variable.
7822 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7823 newlines. Fix keywords subexpression number.
7824
7825 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
7826
7827 * textmodes/org.el (org-diary-default-entry): Fix call to
7828 `add-to-diary-entry'.
7829
7830 2005-04-05 Kim F. Storm <storm@cua.dk>
7831
7832 * ediff-init.el: Use (featurep 'xemacs).
7833
7834 2005-04-05 David Ponce <david@dponce.com>
7835
7836 * cus-edit.el (face): Derive from symbol widget. Display sample
7837 of the current face on the fly.
7838 (widget-face-sample-face-get, widget-face-notify): New functions.
7839 (widget-face-value-create): Remove.
7840
7841 * wid-edit.el (widget-field-end): Temporarily remove field
7842 narrowing before to call `get-char-property'.
7843
7844 2005-04-04 Jay Belanger <belanger@truman.edu>
7845
7846 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7847 (math-read-subscripts): New variable.
7848 (math-read-preprocess-string): Process subscripts.
7849
7850 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7851
7852 * comint.el (comint-prompt-read-only): Doc fix.
7853
7854 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7855 `-1'. Doc fix.
7856
7857 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
7858
7859 * textmodes/org.el (org-insert-mode-line-in-empty-file):
7860 Change default value to nil.
7861
7862 2005-04-04 Lute Kamstra <lute@gnu.org>
7863
7864 * autorevert.el (auto-revert-mode): Specify :group.
7865 * battery.el (display-battery-mode): Specify :group.
7866 * diff-mode.el (diff-minor-mode): Specify :group.
7867 * font-core.el (font-lock-mode): Specify :group.
7868 * hl-line.el (hl-line-mode): Specify :group.
7869 * iimage.el (iimage): New customization group.
7870 (iimage-mode): Specify :group.
7871 * longlines.el (longlines-mode): Specify :group.
7872 * master.el: Don't require easy-mmode.
7873 (master): New customization group.
7874 (master-mode): Specify :group.
7875 * msb.el (msb-mode): Specify :group.
7876 * reveal.el (reveal-mode): Specify :group.
7877 * simple.el (next-error-follow-minor-mode): Specify :group.
7878 * smerge-mode.el (smerge-mode): Specify :group.
7879 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7880 * emulation/cua-base.el (cua-mode): Specify :group.
7881 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7882 * language/thai-util.el (thai-auto-composition-mode)
7883 (thai-word-mode): Specify :group.
7884 * mail/supercite.el (sc-minor-mode): Specify :group.
7885 * progmodes/cwarn.el (cwarn-mode): Specify :group.
7886 * progmodes/flymake.el (flymake-mode): Specify :group.
7887 * progmodes/glasses.el (glasses-mode): Specify :group.
7888 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7889 * textmodes/enriched.el (enriched-mode): Specify :group.
7890 * textmodes/refill.el (refill-mode): Specify :group.
7891
7892 * add-log.el (change-log-font-lock-keywords): Names in
7893 parenthesized lists can contain spaces.
7894
7895 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
7896
7897 * startup.el (fancy-splash-text): Shorten default text of
7898 "Emacs Tutorial" line. Also, if the current language env
7899 indicates an available tutorial file other than TUTORIAL,
7900 extract its title and append it to the line in parentheses.
7901 (fancy-splash-insert): If arg is a thunk, funcall it.
7902
7903 2005-04-04 Jay Belanger <belanger@truman.edu>
7904
7905 * calc.el (calc-language-alist): Add tags to customization type.
7906
7907 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
7908
7909 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
7910 Doc fix.
7911
7912 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
7913
7914 * add-log.el (change-log-font-lock-keywords): The manual
7915 describing a Change Log entry, says: (...) "Aside from these
7916 header lines, every line in the change log starts with a space or
7917 a tab.". The font-lock was not highlighting lines started with
7918 spaces, added support for it.
7919
7920 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7921
7922 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
7923 (bibtex-generate-url-list): Update docstring accordingly. Put the
7924 complex example in the docstring.
7925 (bibtex-font-lock-url): Use pop.
7926
7927 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7930
7931 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7932
7933 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7934
7935 * filesets.el (filesets-set-default): Doc fix.
7936
7937 2005-04-03 Lute Kamstra <lute@gnu.org>
7938
7939 * generic.el (define-generic-mode): Add argument to specify
7940 keywords for defcustom.
7941 (default-generic-mode): Specify :group.
7942
7943 * generic-x.el: Specify :group for all generic modes.
7944
7945 * desktop.el (desktop-no-desktop-file-hook)
7946 (desktop-after-read-hook): Doc fix.
7947
7948 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
7949
7950 * simple.el (visible-mode): Use explicit :group keyword.
7951 This changes the group of `visible-mode-hook' from paren-blinking
7952 to editing-basics.
7953
7954 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7955
7956 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
7957 mailbox specifications as well as URLs.
7958 (rmail-insert-inbox-text): Remove unused conditional branches.
7959
7960 2005-04-01 Jay Belanger <belanger@truman.edu>
7961
7962 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7963 (calc-gnuplot-print-command): Move definitions to calc.el.
7964
7965 * calc/calc-embed.el (calc-embedded-announce-formula)
7966 (calc-embedded-open-formula, calc-embedded-close-formula)
7967 (calc-embedded-open-word, calc-embedded-close-word)
7968 (calc-embedded-open-plain, calc-embedded-close-plain)
7969 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7970 (calc-embedded-open-mode, calc-embedded-close-mode):
7971 Move definitions to calc.el.
7972
7973 * calc/calc.el (calc-settings-file, calc-language-alist):
7974 Make customizable.
7975 (calc-embedded-announce-formula, calc-embedded-open-formula)
7976 (calc-embedded-close-formula, calc-embedded-open-word)
7977 (calc-embedded-close-word, calc-embedded-open-plain)
7978 (calc-embedded-close-plain, calc-embedded-open-new-formula)
7979 (calc-embedded-close-new-formula, calc-embedded-open-mode)
7980 (calc-embedded-close-mode, calc-gnuplot-name)
7981 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7982 from other files and make customizable.
7983
7984 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7987 Use buffer-live-p.
7988 (cvs-mode-run): Don't call cvs-update-header here.
7989 (cvs-run-process): Call cvs-update-header.
7990 Use process properties for cvs-postprocess and cvs-buffer so that
7991 the sentinel can behave better if the temp buffer is killed.
7992 Use a pipe rather than a tty, to better handle unexpected prompts.
7993 (cvs-sentinel): Rewrite. Call cvs-update-header.
7994
7995 2005-04-01 Andre Spiegel <spiegel@gnu.org>
7996
7997 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7998 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
7999
8000 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * generic.el (define-generic-mode): Add indentation rule.
8003
8004 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
8005
8006 * files.el (mode-require-final-newline): Make Custom correctly
8007 report a nil value and allow to set it to nil via Custom.
8008 Doc fix.
8009
8010 2005-04-01 Kenichi Handa <handa@m17n.org>
8011
8012 * international/characters.el: Enable the correct case setting for
8013 dotless-i and dotted-I.
8014
8015 2005-04-01 Kim F. Storm <storm@cua.dk>
8016
8017 * ido.el (ido-file-internal): Fall back to non-ido command if
8018 initial directory is on slow ftp (or tramp) host.
8019
8020 2005-03-31 Richard M. Stallman <rms@gnu.org>
8021
8022 * emacs-lisp/autoload.el (make-autoload):
8023 Handle define-global-minor-mode.
8024
8025 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
8026 Rename from easy-mmode-define-global-mode.
8027 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
8028
8029 * progmodes/scheme.el (scheme-mode-syntax-table):
8030 Update syntax of | and # for two-character comment syntax.
8031
8032 2005-03-31 Lute Kamstra <lute@gnu.org>
8033
8034 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
8035 (define-minor-mode): Call custom-current-group at load-time.
8036
8037 * generic.el (define-generic-mode): Add debug declaration.
8038 Add defcustom for the mode hook.
8039 (generic-mode-internal): Use run-mode-hooks.
8040
8041 2005-03-31 Kim F. Storm <storm@cua.dk>
8042
8043 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
8044 (mouse-fixup-help-message): New defun called by show_help_echo
8045 to fixup mouse-2 prefix in help messages when applicable.
8046
8047 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
8048
8049 2005-03-31 Kenichi Handa <handa@m17n.org>
8050
8051 * language/thai-word.el (thai-find-word-ends): Pay attention to
8052 the case that we reach the end of buffer.
8053
8054 * textmodes/fill.el (fill-text-properties-at): New function.
8055 (fill-newline): Use fill-text-properties-at instead of
8056 text-properties-at.
8057
8058 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
8059
8060 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
8061 not comint-quote-filename.
8062
8063 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
8064
8065 * help-fns.el (help-with-tutorial): Revert last change.
8066
8067 2005-03-31 Kim F. Storm <storm@cua.dk>
8068
8069 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
8070
8071 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
8072
8073 * calendar/cal-china.el: Update reference to "Calendrical
8074 Calculations" book; there's a new edition.
8075 * calendar/cal-coptic.el: Likewise.
8076 * calendar/cal-french.el: Likewise.
8077 * calendar/cal-hebrew.el: Likewise.
8078 * calendar/cal-islam.el: Likewise.
8079 * calendar/cal-iso.el: Likewise.
8080 * calendar/cal-julian.el: Likewise.
8081 * calendar/cal-mayan.el: Likewise.
8082 * calendar/cal-persia.el: Likewise.
8083 * calendar/calendar.el: Likewise.
8084 * calendar/holidays.el: Likewise.
8085 * calendar/lunar.el: Likewise.
8086 * calendar/solar.el: Likewise.
8087
8088 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
8089 white space from doc string.
8090
8091 2005-03-30 Jay Belanger <belanger@truman.edu>
8092
8093 * calc/calc-help.el (calc-full-help): Remove email address.
8094
8095 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
8096
8097 * help-fns.el (help-with-tutorial): Delete title line.
8098
8099 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8100
8101 * calendar/cal-x.el (calendar-one-frame-setup)
8102 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
8103 rather than 'symbol for set-window-dedicated-p.
8104
8105 * calendar/appt.el (appt-buffer-name): Make it a constant.
8106 (appt-add): Doc fix.
8107
8108 * filesets.el (filesets-menu-path, filesets-menu-before)
8109 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
8110 (filesets-menu-cache-file): Use directory ~/.emacs.d.
8111 (filesets-add-submenu): Delete and use add-submenu instead.
8112
8113 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
8114
8115 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
8116 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
8117 (org-diary-default-entry): New function.
8118 (org-get-entries-from-diary): Better parsing of diary entries.
8119 (org-agenda-check-no-diary): New function.
8120 ("diary-lib"): Advice to function `add-to-diary-list', to allow
8121 linking to diary entries.
8122 (org-agenda-execute-calendar-command): New function.
8123 (org-agenda): Improve visible section in window.
8124 Use `org-fit-agenda-window'.
8125 (org-fit-agenda-window): New option.
8126 (org-move-subtree-down): Better handling of empty lines
8127 at end of subtree.
8128 (org-cycle): Numeric prefix is interpreted now as show-subtree N
8129 levels up.
8130 (org-fontify-done-headline): New option.
8131 (org-headline-done-face): New face.
8132 (org-set-font-lock-defaults): Use `org-headline-done-face'.
8133 (org-table-copy-down): Rename from `org-table-copy-from-above'.
8134 When current field is non-empty, it is copied to next row.
8135 (org-table-copy-from-above): Fix bug which made it
8136 impossible to copy fields containing only a single non-white character.
8137
8138 2005-03-30 Kim F. Storm <storm@cua.dk>
8139
8140 * kmacro.el (kmacro-end-macro): Isearch may store this command
8141 into the macro -- so ignore it when executing keyboard macro.
8142
8143 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
8144
8145 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
8146
8147 2005-03-29 Kenichi Handa <handa@m17n.org>
8148
8149 * language/thai.el ("Thai"): Set setup-function and exit-function
8150 for Thai language environment.
8151
8152 * language/thai-util.el: Require thai-word.
8153 (thai-word-mode-map): New variable.
8154 (thai-word-mode): New minor mode.
8155 (setup-thai-language-environment-internal): New function.
8156 (exit-thai-language-environment-internal): New function.
8157
8158 * language/thai-word.el (thai-word-table): Declare it by defvar,
8159 use dolist to initialize it.
8160 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
8161 (thai-fill-find-break-point): New functions.
8162
8163 2005-03-29 Richard M. Stallman <rms@gnu.org>
8164
8165 * simple.el (idle-update-delay): Move definition up.
8166 (set-mark): Doc fix.
8167
8168 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
8169
8170 * longlines.el: New file.
8171
8172 * simple.el (buffer-substring-filters): New variable.
8173 (filter-buffer-substring): New function.
8174 (kill-region, copy-region-as-kill): Use it.
8175
8176 * register.el (copy-to-register, append-to-register)
8177 (prepend-to-register): Use filter-buffer-substring.
8178
8179 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
8180
8181 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
8182 (gud-filter-pending-text): Move in front of gdb.
8183 (gud-overlay-arrow-position): New variable.
8184 (gud-sentinel, gud-display-line): Use it in place of
8185 overlay-arrow-position.
8186
8187 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8188
8189 * progmodes/fortran.el (fortran-if-indent): Doc fix.
8190 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
8191 (fortran-font-lock-keywords-4): New variable.
8192 (fortran-blocks-re, fortran-end-block-re)
8193 (fortran-start-block-re): New constants, for hideshow.
8194 (hs-special-modes-alist): Add a Fortran entry.
8195 (fortran-mode-map): Bind fortran-end-of-block,
8196 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
8197 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
8198 (fortran-looking-at-if-then, fortran-end-of-block)
8199 (fortran-beginning-of-block): New functions, for hideshow.
8200
8201 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8202 Doc fix. Tweak regexp.
8203 (f90-beginning-of-block): Push mark first.
8204
8205 2005-03-29 Jay Belanger <belanger@truman.edu>
8206
8207 * calc/calc.el: Update copyright date.
8208 (calc-version): Increase to 2.1.
8209 (calc-version-date): Remove.
8210
8211 * calc/calc-help.el: Update copyright date.
8212 (calc-full-help): Remove reference to calc-version-date.
8213 Update copyright date.
8214
8215 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * vc.el (vc-do-command): Use a pipe for async processes, so password
8218 prompts don't show up at places where the user can't reply.
8219
8220 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
8221
8222 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
8223 on the file name we pass to the inferior shell.
8224
8225 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8226
8227 * progmodes/which-func.el (which-function): Be robust in the face of an
8228 imenu--make-index-alist failure.
8229
8230 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8231
8232 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
8233
8234 * progmodes/python.el (python-preoutput-filter): Fix last change.
8235
8236 2005-03-29 Lute Kamstra <lute@gnu.org>
8237
8238 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
8239 functions and compiled macros.
8240 (debug-convert-byte-code): Handle macros too.
8241 (debug-on-entry-1): Don't signal an error when trying to clear a
8242 function that is not set to debug on entry.
8243
8244 2005-03-29 Jay Belanger <belanger@truman.edu>
8245
8246 * calc/calc-lang.el: Add functions to math-function-table
8247 properties of tex and math.
8248
8249 2005-03-29 Kenichi Handa <handa@m17n.org>
8250
8251 * ps-mule.el (ps-mule-plot-string): Translate characters by
8252 ps-print-translation-table.
8253 (ps-mule-begin-job): Call find-charset-region/string with
8254 ps-print-translation-table.
8255 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
8256
8257 * ps-print.el (ps-print-translation-table): New variable.
8258 (ps-plot-region): Translate characters by ps-print-translation-table.
8259
8260 2005-03-29 Juri Linkov <juri@jurta.org>
8261
8262 * simple.el (next-error-highlight-timer): New variable.
8263
8264 * progmodes/compile.el (compilation-goto-locus):
8265 Use `next-error-highlight-timer' instead of `sit-for'.
8266
8267 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * mail/supercite.el (sc-mail-field): Use assoc-string.
8270 (sc-get-address): Simplify regexps.
8271
8272 * files.el (minibuffer-with-setup-hook): New macro.
8273 (find-file-read-args): Use it to avoid let-binding
8274 minibuffer-with-setup-hook (which breaks turning on/off
8275 file-name-shadow-mode while in the prompt).
8276
8277 * complete.el (PC-read-include-file-name-internal): Use
8278 test-completion.
8279
8280 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
8281
8282 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
8283
8284 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * window.el (window-buffer-height): Use count-screen-lines.
8287
8288 * progmodes/python.el (python-preoutput-leftover): New var.
8289 (python-preoutput-filter): Use it.
8290 (python-send-receive): Loop until all the result has been received.
8291
8292 2005-03-28 Juri Linkov <juri@jurta.org>
8293
8294 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
8295
8296 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
8297 "Recover Crashed Session".
8298 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
8299 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
8300 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
8301 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
8302 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
8303 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
8304 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
8305 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
8306
8307 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
8308 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
8309 Ediff Sessions", "Toggle use of separate control buffer frame",
8310 "Use separate frame for Ediff control buffer".
8311
8312 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
8313 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
8314 "Rename Bookmark", "Delete Bookmark".
8315
8316 * info.el (Info-mode-menu): Remove ellipsis from "Index".
8317 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
8318 Add `:active Info-index-alternatives' to "Next Matching Item".
8319
8320 * wdired.el (wdired-change-to-wdired-mode):
8321 Mention `wdired-abort-changes' key in the initial message.
8322
8323 * international/mule.el (auto-coding-alist): Associate non-ascii
8324 image filename extensions with `no-conversion'.
8325
8326 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * international/iso-acc.el:
8329 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
8330
8331 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8332
8333 * textmodes/sgml-mode.el (html-mode): Doc update.
8334
8335 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
8336
8337 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
8338
8339 * term.el (term-move-columns): Fix face after extending a line.
8340 (term-insert-spaces): Likewise.
8341 (term-reset-terminal): Fix off by one error.
8342
8343 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8344
8345 * international/mule.el (auto-coding-alist): Add .xpi files.
8346
8347 * files.el (auto-mode-alist): Add .xpi files.
8348
8349 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
8350
8351 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
8352
8353 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8354
8355 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
8356
8357 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8358
8359 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
8360 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
8361
8362 * calendar/cal-move.el (calendar-beginning-of-year): Move the
8363 cursor to Jan 1 when needed.
8364 (calendar-end-of-year): Fix -/+ typo.
8365 Reported by Chong Yidong <cyd@stupidchicken.com>.
8366
8367 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
8370
8371 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
8372 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
8373
8374 2005-03-25 Richard M. Stallman <rms@gnu.org>
8375
8376 * filesets.el (filesets-init): Add autoload.
8377
8378 * mail/mailalias.el (mail-directory): Doc fix.
8379
8380 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8381
8382 * mail/mailalias.el (mail-directory-process): Do nothing if
8383 mail-directory-process is an atom.
8384 (mail-get-names): Ignore mail-directory-names if it is an atom.
8385 (mail-directory-process defvar): Doc fix.
8386 (mail-names): Doc fix.
8387
8388 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
8389
8390 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
8391
8392 2005-03-26 Kenichi Handa <handa@m17n.org>
8393
8394 * international/mule-util.el (detect-coding-with-priority):
8395 Call update-coding-systems-internal before detect-coding-region.
8396
8397 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
8398
8399 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8400 (gdb-frames-mode-map): Add follow-link property.
8401
8402 2005-03-25 Jay Belanger <belanger@truman.edu>
8403
8404 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
8405 for variables.
8406
8407 2005-03-25 Juri Linkov <juri@jurta.org>
8408
8409 * image-mode.el: Optimize image filename extension regexps in
8410 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
8411 in `auto-mode-alist'.
8412 (image-mode): Add `image-toggle-display-text' to local hook
8413 `change-major-mode-hook'. Display the image as an image by
8414 default. Set `cursor-type' and `truncate-lines' if the image
8415 is already displayed. Take into account the current mode (image
8416 or text) in message.
8417 (image-minor-mode): New minor mode.
8418 (image-mode-maybe, image-toggle-display-text): New functions.
8419 (image-toggle-display): Use called-interactively-p.
8420 Let-bind `inhibit-read-only' to t.
8421
8422 * image-mode.el (image-minor-mode): Set `cursor-type' and
8423 `truncate-lines' if the image is already displayed. Add turning
8424 image-minor-mode off to `change-major-mode-hook'. Add message.
8425 Call `image-toggle-display-text' after turning image-minor-mode off.
8426
8427 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
8430 Terminal.app, use utf-8.
8431 (set-display-table-and-terminal-coding-system): Add coding-system arg.
8432 (set-locale-environment): Use it.
8433
8434 * term/xterm.el: Undo last change, better done in mule-cmds.el.
8435
8436 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
8437
8438 * progmodes/python.el (python-close-block-statement-p)
8439 (python-outdent-p, python-current-defun): Use symbol-end.
8440
8441 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8442
8443 * files.el (save-some-buffers): Doc fix.
8444
8445 2005-03-25 Werner Lemberg <wl@gnu.org>
8446
8447 * complete.el, thumbs.el: Replace `legal' with `valid'.
8448 * calendar/calendar.el: Replace `legal' with `valid'.
8449 * emacs-lisp/advice.el: Replace `legal' with `valid'.
8450 * mail/supercite.el: Replace `legal' with `valid'.
8451 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
8452 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
8453 Replace `legal' with `valid'.
8454 * textmodes/reftex-vars.el, textmodes/reftex.el:
8455 Replace `legal' with `valid'.
8456
8457 2005-03-25 Werner Lemberg <wl@gnu.org>
8458
8459 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
8460 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
8461 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
8462 * emulation/vip.el: Replace `illegal' with `invalid'.
8463 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
8464 `invalid'.
8465 * mail/supercite.el: Replace `illegal' with `invalid'.
8466 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8467 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8468 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8469 * progmodes/sh-script.el, progmodes/xscheme.el:
8470 Replace `illegal' with `invalid'.
8471 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8472 * textmodes/reftex-index.el, textmodes/reftex-parse.el
8473 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
8474 * textmodes/reftex.el, textmodes/org.el:
8475 Replace `illegal' with `invalid'.
8476
8477 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
8480 (flymake-find-buildfile, flymake-find-possible-master-files)
8481 (flymake-check-include, flymake-parse-line): Replace loops over the
8482 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
8483
8484 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
8485 Substitute file-name-as-directory in the rest of the file.
8486 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
8487 (flymake-replace-region): Remove unused arg `buffer'.
8488 (flymake-check-patch-master-file-buffer): Update calls to it.
8489 (flymake-add-err-info): Remove unused var `count'.
8490 (flymake-mode): Use define-minor-mode.
8491
8492 * progmodes/flymake.el: Use with-current-buffer.
8493 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8494 flymake-replace-regexp-in-string, flymake-line-beginning-position)
8495 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8496 Avoid testing for `xemacs'.
8497 (flymake-nop): Move.
8498 (flymake-region-has-flymake-overlays): Return the computed value.
8499 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8500 Remove unused var `endline'.
8501 (flymake-get-line-count): Remove unused function.
8502 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8503
8504 * emulation/vi.el:
8505 * generic.el:
8506 * hilit-chg.el (global-highlight-changes):
8507 * hi-lock.el (hi-lock-mode):
8508 * follow.el: find-file-hooks -> find-file-hook.
8509
8510 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8511
8512 2005-03-24 Juri Linkov <juri@jurta.org>
8513
8514 * dired.el (dired-mode-map): Add menu item "Compare directories"
8515 for dired-compare-directories.
8516
8517 * dired-aux.el (dired-compare-directories): Add autoload cookie.
8518 Doc fix. Replace `read-file-name' with `read-directory-name'.
8519
8520 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
8523
8524 2005-03-24 Jay Belanger <belanger@truman.edu>
8525
8526 * calc/calc-embed.el (calc-embedded-mode-change): Save all
8527 relevant mode settings in calc-embedded-original-modes when modes
8528 are permanently changed.
8529
8530 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * autoinsert.el: find-file-hooks -> find-file-hook.
8533
8534 2005-03-24 Lute Kamstra <lute@gnu.org>
8535
8536 * generic.el (generic-font-lock-defaults): Make it obsolete.
8537 (generic-font-lock-keywords): New variable to replace
8538 generic-font-lock-defaults.
8539 (generic-mode-set-font-lock): Delete it.
8540 (generic-mode-internal): Don't call generic-mode-set-font-lock.
8541 (generic-bracket-support): Add docstring.
8542
8543 * generic-x.el: Rename generic-font-lock-defaults to
8544 generic-font-lock-keywords throughout.
8545 (mailagent-rules-setup-function): Delete it.
8546 (mailagent-rules-generic-mode): Use anonymous function instead.
8547 (show-tabs-generic-mode-font-lock-defaults-1)
8548 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
8549 Quote faces.
8550 (show-tabs-tab-face, show-tabs-space-face): Specify background,
8551 not foreground.
8552
8553 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8554 Recognize define-generic-mode.
8555
8556 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
8559 if there's no completion table.
8560
8561 2005-03-23 Miles Bader <miles@gnu.org>
8562
8563 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8564 Remove tty-specific variants, as they're no longer needed.
8565
8566 2005-03-23 Lute Kamstra <lute@gnu.org>
8567
8568 * generic-x.el: Code cleanup: make args constant whenever possible.
8569 (installshield-statement-keyword-list)
8570 (installshield-system-functions-list)
8571 (installshield-system-variables-list, installshield-types-list)
8572 (installshield-funarg-constants-list): Make them constants.
8573
8574 * generic.el (generic-make-keywords-list): Add autoload cookie.
8575
8576 * calendar/time-date.el: Add comment on time value formats.
8577 Don't require parse-time.
8578 (with-decoded-time-value): New macro.
8579 (encode-time-value): New function.
8580 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8581 (days-to-time): Return a valid time value when arg is huge.
8582 (time-since): Use time-subtract.
8583 (time-to-number-of-days): Use time-to-seconds.
8584
8585 2005-03-23 David Ponce <david@dponce.com>
8586
8587 * recentf.el: (recentf-keep): New option.
8588 (recentf-menu-action): Default to `find-file'.
8589 (recentf-keep-non-readable-files-flag)
8590 (recentf-keep-non-readable-files-p)
8591 (recentf-file-readable-p, recentf-find-file)
8592 (recentf-cleanup-remote): Remove.
8593 (recentf-include-p): More robust.
8594 (recentf-keep-p): New function.
8595 (recentf-remove-if-non-kept): Rename from
8596 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
8597 All callers updated.
8598 (recentf-menu-items-for-commands): Fix help string.
8599 (recentf-track-closed-file): Update. Doc fix.
8600 (recentf-cleanup): Update. Count removed files. Doc fix.
8601
8602 2005-03-23 Kim F. Storm <storm@cua.dk>
8603
8604 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8605 Don't inherit from fringe face (now happens automatically).
8606
8607 2005-03-22 Kim F. Storm <storm@cua.dk>
8608
8609 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
8610 position values.
8611
8612 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8613
8614 * menu-bar.el (showhide-date-time): Remove.
8615 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
8616 (menu-bar-make-mm-toggle): Simplify.
8617
8618 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8619
8620 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
8621 Accept qualified variable and function names.
8622
8623 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
8624
8625 * bindings.el (completion-ignored-extensions):
8626 Remove ".lis" for `vax-vms'.
8627
8628 2005-03-22 Andreas Schwab <schwab@suse.de>
8629
8630 * generic-x.el: Revert last change.
8631 * ldefs-boot.el: Update.
8632
8633 2005-03-22 Jay Belanger <belanger@truman.edu>
8634
8635 * calc/calc-embed (calc-embedded-original-modes): New variable.
8636 (calc-embedded-save-original-modes)
8637 (calc-embedded-restore-original-modes): New functions.
8638 (calc-do-embedded): Save original modes when entering embedded mode
8639 and restore when leaving embedded mode.
8640 (calc-embedded-modes-change): Change the value of
8641 calc-embedded-original-modes to reflect permanent changes.
8642
8643 2005-03-22 Lute Kamstra <lute@gnu.org>
8644
8645 * generic-x.el: Require generic again.
8646
8647 2005-03-22 Miles Bader <miles@gnu.org>
8648
8649 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8650 Tweak details to look good on both ttys and bitmap displays, light
8651 or dark background, etc.
8652
8653 2005-03-21 Kim F. Storm <storm@cua.dk>
8654
8655 * tooltip.el (tooltip-show-help-function): Check car and cdr of
8656 mouse position.
8657
8658 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8659
8660 * icomplete.el: Don't forcibly turn on the mode upon load.
8661 (icomplete-mode): Use define-minor-mode.
8662 (icomplete-eoinput): Default to nil.
8663 (icomplete-minibuffer-setup): Remove autoload.
8664 (icomplete-tidy): Simplify.
8665 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8666 in the initial state or if the user has modified the field.
8667 Fix handling of icomplete-max-delay-chars.
8668 Remove code that handles the oddball case where
8669 minibuffer-completion-table is an integer.
8670 Wrap icomplete-completions in while-no-input in case building
8671 completions takes more time than expected.
8672 (icomplete-completions): Simplify.
8673
8674 2005-03-21 Richard M. Stallman <rms@gnu.org>
8675
8676 * jka-compr.el (jka-compr-really-do-compress):
8677 Make variable buffer-local.
8678
8679 * image-mode.el: Handle .xpm files too.
8680 (image-toggle-display): Preserve modification flag.
8681
8682 * help.el (where-is): Don't mention aliases with no key bindings.
8683
8684 2005-03-21 Lute Kamstra <lute@gnu.org>
8685
8686 * generic.el: Fix commentary section. Don't require cl for
8687 compilation.
8688 (generic-mode-list): Add autoload cookie.
8689 (generic-use-find-file-hook, generic-lines-to-scan)
8690 (generic-find-file-regexp, generic-ignore-files-regexp)
8691 (generic-mode, generic-mode-find-file-hook)
8692 (generic-mode-ini-file-find-file-hook): Fix docstrings.
8693 (define-generic-mode): Make it a defmacro. Fix docstring.
8694 (generic-mode-internal): Code cleanup. Add autoload cookie.
8695 (generic-mode-set-comments): Code cleanup.
8696 * generic-x.el: Don't prevent compilation. Don't require generic.
8697 Follow coding conventions. Minor code cleanup.
8698 (etc-fstab-generic-mode): Add some keywords.
8699 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8700 define-generic-mode like a function declaration.
8701
8702 2005-03-21 Jay Belanger <belanger@truman.edu>
8703
8704 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
8705 changing modes.
8706
8707 2005-03-21 Sam Steingold <sds@gnu.org>
8708
8709 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
8710
8711 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
8712
8713 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
8714 Add underscore to "f$ lexicals" regexp.
8715
8716 2005-03-20 Juri Linkov <juri@jurta.org>
8717
8718 * subr.el (progress-reporter-do-update): When `min-value' is equal
8719 to `max-value', set `percentage' to 0 and prevent division by zero.
8720
8721 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
8722
8723 Sync with Tramp 2.0.48.
8724
8725 * tramp.el (all): Change all addresses to .gnu.org.
8726 (tramp-append-tramp-buffers): New defun.
8727 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8728 Catch `dont-send' signal.
8729 (tramp-set-auto-save-file-modes): Set always permissions, because
8730 there might be an old auto-saved file belonging to another
8731 original file. This could be a security threat. Reported by
8732 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8733 Check for Emacs 21.3.50 removed.
8734
8735 * tramp-smb.el (all): Remove debug construct for
8736 `with-parsed-tramp-file-name'.
8737 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
8738 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8739 No error message if DIRECTORY or FILENAME doesn't exist.
8740 (tramp-smb-open-connection): Check existence of
8741 `tramp-smb-program'.
8742
8743 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8746 Properly handle the case where the `m' or `s' command's argument is not
8747 yet terminated.
8748 (perl-indent-new-calculate): New function.
8749 (perl-indent-line): Use it.
8750
8751 2005-03-20 Miles Bader <miles@gnu.org>
8752
8753 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8754 in text-mode too. Change to new face names.
8755 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
8756 Add `:weight bold' attribute.
8757 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
8758
8759 2005-03-19 Juri Linkov <juri@jurta.org>
8760
8761 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
8762
8763 * international/mule.el (auto-coding-alist): Sync with
8764 `auto-mode-alist' by adding upper case archive file extensions
8765 and adding ear/war to jar extension.
8766
8767 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
8768
8769 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8770 running, restart it.
8771
8772 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
8773
8774 * finder.el (finder-current-item): Throw an error on an empty line.
8775
8776 * man.el (Man-follow-manual-reference): If current-word returns
8777 nil, use "".
8778
8779 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
8780
8781 * simple.el (goto-line): Doc fix.
8782
8783 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
8784
8785 * files.el (save-buffer): Doc fix.
8786
8787 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
8788
8789 * recentf.el (recentf-cleanup-remote): New variable.
8790 (recentf-cleanup): Use it to conditionally check availability of
8791 remote files.
8792
8793 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
8794
8795 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8796 function names.
8797
8798 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8799
8800 * language/thai-word.el: New file.
8801
8802 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8803
8804 * files.el (backup-buffer): If the file's directory is not
8805 writable, use copy instead of move to backup the file.
8806
8807 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8808
8809 * obsolete/keyswap.el: Moved to obsolete/ from term/.
8810
8811 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8812
8813 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8814 Use functionp instead of symbolp and fboundp. Reported by Drkm
8815 <darkman_spam@yahoo.fr>.
8816 (ps-print-version): New version 6.6.6.
8817
8818 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
8819
8820 * textmodes/table.el (table--line-column-position): New idiom.
8821 (table--row-column-insertion-point-p): New function to test
8822 validity of row and column insertion operation at a location.
8823 (table-global-menu, table-cell-menu): Use above functions for
8824 deterministic test operation.
8825 (table--editable-cell-p): Behave in deterministic fashion.
8826
8827 2005-03-18 Juri Linkov <juri@jurta.org>
8828
8829 * isearch.el (isearch-lazy-highlight-new-loop):
8830 Make arguments beg and end optional.
8831 (isearch-update): Remove optional arguments nil from
8832 isearch-lazy-highlight-new-loop.
8833 (isearch-lazy-highlight-search): Let-bind case-fold-search to
8834 isearch-lazy-highlight-case-fold-search instead of
8835 isearch-case-fold-search, and let-bind isearch-regexp to
8836 isearch-lazy-highlight-regexp.
8837 Use isearch-lazy-highlight-last-string instead of isearch-string.
8838
8839 * replace.el (perform-replace): Remove bindings of global
8840 variables isearch-string, isearch-regexp, isearch-case-fold-search.
8841 Add three new arguments to `replace-highlight'.
8842 (replace-highlight): Add arguments string, regexp, case-fold.
8843 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8844 to allow isearch-lazy-highlight-new-loop to use these values
8845 to set corresponding isearch-lazy-highlight-* internal
8846 variables whose values lazy highlighting will use regardless of
8847 changes to global variables isearch-string, isearch-regexp,
8848 isearch-case-fold-search during lazy highlighting loop.
8849 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8850 to `lazy-highlight-cleanup'.
8851
8852 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8853 (ispell-highlight-face): Set default face to `isearch' when
8854 lazy highlighting is enabled.
8855 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8856 priority to 1. Add lazy highlighting.
8857 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8858 from `isearch-dehighlight'.
8859
8860 2005-03-18 David Ponce <david@dponce.com>
8861
8862 * files.el (hack-local-variables): Do a case-insensitive search
8863 for End.
8864
8865 2005-03-18 Juri Linkov <juri@jurta.org>
8866
8867 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8868 `isearch-lazy-highlight-cleanup', add alias to old name and
8869 declare obsolete. Add release numbers to other obsolete vars.
8870 (isearch-done, isearch-lazy-highlight-new-loop):
8871 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8872 (lazy-highlight-cleanup) <variable>: Doc fix.
8873 (isearch-lazy-highlight-update): Rename obsolete
8874 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8875
8876 2005-03-18 Kenichi Handa <handa@m17n.org>
8877
8878 * language/thai-util.el: Fix categorization of Thai characters in
8879 thai-category-table.
8880 (thai-composition-pattern): Adjust it for the above change.
8881 (thai-self-insert-command, thai-compose-syllable): New functions.
8882 (thai-compose-region): Use thai-compose-syllable.
8883 (thai-compose-string): Likewise.
8884 (thai-composition-function): Likewise.
8885 (thai-auto-composition): New function.
8886 (thai-auto-composition-mode): New minor mode.
8887
8888 * language/thai.el: Fix patterns to be registered in
8889 composition-function-table.
8890
8891 * international/quail.el (quail-input-method): Locally bind
8892 inhibit-modification-hooks to t.
8893
8894 2005-03-17 Richard M. Stallman <rms@gnu.org>
8895
8896 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8897 (perl-mode): Use run-mode-hooks.
8898
8899 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8900 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8901 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8902
8903 * mail/sendmail.el (sendmail-send-it): Reenable the code
8904 to compute resend-to-address and use it.
8905
8906 * tar-mode.el (tar-mode): Turn off undo unconditionally.
8907
8908 * image-mode.el: New file.
8909
8910 * image.el (insert-sliced-image): Add autoload cookie.
8911
8912 * font-lock.el (font-lock-lines-before): New user option.
8913 (font-lock-after-change-function): Obey it.
8914
8915 * bindings.el (esc-map): Make M-g a prefix.
8916 Bind M-g g and M-g M-g to goto-line.
8917
8918 * faces.el (face-id): Doc fix.
8919
8920 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8921
8922 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8923 (rmail-show-message): Use rmail-unknown-mail-followup-to.
8924 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8925
8926 * mail/sendmail.el (mail-yank-ignored-headers)
8927 (mail-font-lock-keywords, mail-mode-fill-paragraph):
8928 Add Mail-Followup-To and Mail-Reply-To headers.
8929 (mail-citation-hook): Add autoload cookie.
8930 (mail-mode): Doc fix.
8931 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8932 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8933 (mail-mode-fill-paragraph): Handle those headers.
8934 (mail-mailing-lists): New variable.
8935 (mail-mail-reply-to, mail-mail-followup-to): New functions.
8936
8937 2005-03-17 Juri Linkov <juri@jurta.org>
8938
8939 * isearch.el (isearch-fallback): Check for `(car previous)'
8940 before calling `isearch-other-end-state'.
8941
8942 2005-03-17 Kim F. Storm <storm@cua.dk>
8943
8944 * simple.el (move-beginning-of-line): Move to beginning of buffer
8945 line, as well as beginning of screen line.
8946
8947 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
8948
8949 * calendar/diary-lib.el (mark-diary-entries): Use new optional
8950 argument REDRAW rather than calendar-redrawing variable.
8951 * calendar/calendar.el (calendar-redrawing): Delete.
8952 (redraw-calendar): Do not bind calendar-redrawing.
8953
8954 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
8955
8956 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8957 diary-file buffer.
8958
8959 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8960
8961 * help.el (describe-mode): Allow a :minor-mode-function property to
8962 specify a different minor mode toggle function than the variable.
8963 * simple.el (auto-fill-function):
8964 * subr.el (add-minor-mode): Use it.
8965
8966 2005-03-16 Kenichi Handa <handa@m17n.org>
8967
8968 * language/ethio-util.el (sera-being-called-by-w3): New variable.
8969 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8970 (ethio-fidel-to-sera-buffer): Likewise.
8971
8972 2005-03-16 Juri Linkov <juri@jurta.org>
8973
8974 * emacs-lisp/find-func.el (find-function-regexp):
8975 Add defun-emitting macro `menu-bar-make-toggle'.
8976
8977 * isearch.el: Put `isearch-scroll' property to
8978 `split-window-horizontally'.
8979
8980 * info.el: Update error messages for `debug-ignored-errors'.
8981 (Info-isearch-search): Doc fix.
8982 (Info-find-node): Move up code to go into info buffer before
8983 recording the node to the history.
8984 (Info-fontify-node): Fontify titles only if the next line
8985 has two or more `*', `=', `-', `.'.
8986 Display "go to this node" for empty (match-string 3).
8987
8988 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8989
8990 * term/mac-win.el: Add mouse pointer shape constants.
8991
8992 2005-03-15 Kim F. Storm <storm@cua.dk>
8993
8994 * simple.el (move-beginning-of-line): Use vertical-motion.
8995
8996 2005-03-15 Juri Linkov <juri@jurta.org>
8997
8998 * isearch.el (isearch-error): New variable.
8999 (isearch-invalid-regexp, isearch-within-brackets): Remove.
9000 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
9001 (isearch-within-brackets-state): Remove.
9002 (isearch-case-fold-search-state, isearch-pop-fun-state):
9003 Decrease frame index.
9004 (isearch-mode, isearch-top-state, isearch-push-state)
9005 (isearch-edit-string, isearch-abort, isearch-search-and-update)
9006 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
9007 (isearch-search, isearch-lazy-highlight-new-loop):
9008 Replace `isearch-invalid-regexp' with `isearch-error'.
9009 Remove `isearch-within-brackets'.
9010 (isearch-search): Add `search-failed' handler to `condition-case'.
9011 (isearch-lazy-highlight-search): Add `condition-case' to catch
9012 errors and allow `isearch-lazy-highlight-update' to try
9013 highlighting from the beginning of the window.
9014 (isearch-repeat): Move up code to set isearch-wrapped to t
9015 before calling isearch-wrap-function.
9016
9017 * info.el (Info-isearch-initial-node): New internal variable.
9018 (Info-search): Signal an error in isearch mode when search leaves
9019 the initial node. Signal an error when `bound' is non-nil and
9020 nothing was found in the current subfile.
9021 (Info-isearch-search): Remove `condition-case'.
9022 (Info-isearch-wrap): Don't wrap when search failed during leaving
9023 the initial node. If `Info-isearch-search' is nil, wrap around
9024 the current node.
9025 (Info-isearch-start): New fun.
9026 (Info-mode): Add buffer-local hook `Info-isearch-start' to
9027 `isearch-mode-hook'.
9028
9029 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9030
9031 * simple.el (normal-erase-is-backspace): Set default to t if
9032 running on Mac.
9033
9034 * term/mac-win.el (function-key-map): Sync with x-win.el.
9035
9036 2005-03-15 Kenichi Handa <handa@m17n.org>
9037
9038 * international/mule-cmds.el (locale-language-names): Modify the
9039 format of elements and add more entries.
9040 (locale-preferred-coding-systems): Add more entries.
9041 (set-locale-environment): Adjust for the change of
9042 locale-language-names.
9043
9044 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
9045
9046 * pcvs.el (smerge-ediff): Remove bogus autoload.
9047
9048 2005-03-14 Lute Kamstra <lute@gnu.org>
9049
9050 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
9051 Ignore a `*' at the beginning of a line.
9052
9053 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
9054 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
9055 subr.el.
9056 (dont-compile, eval-when-compile, eval-and-compile): Use declare
9057 to specify indentation.
9058
9059 * generic.el (define-generic-mode): Let generic-mode-list be a
9060 list of strings; test membership with equal.
9061
9062 2005-03-14 Kim F. Storm <storm@cua.dk>
9063
9064 * simple.el (next-line, previous-line): Add optional try-vscroll
9065 arg to recognize interactive use. Pass it on to line-move.
9066 (line-move): Don't perform auto-window-vscroll when defining or
9067 executing keyboard macro to ensure consistent behavior.
9068
9069 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
9072
9073 2005-03-13 Lute Kamstra <lute@gnu.org>
9074
9075 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
9076 debugger-setup-buffer so that backtrace marks the frames set to
9077 debug-on-exit and we don't have to do it manually. Set an extra
9078 debug-on-exit for macro's.
9079 (debugger-setup-buffer): Don't mark the top frame manually.
9080
9081 2005-03-12 Lute Kamstra <lute@gnu.org>
9082
9083 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
9084 lisp-indent-function throughout.
9085 (with-no-warnings): Set lisp-indent-function property.
9086
9087 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
9088
9089 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
9090 Add entry for backslash.
9091
9092 2005-03-12 Juri Linkov <juri@jurta.org>
9093
9094 * info.el (Info-search): Four fixes for backward search.
9095
9096 2005-03-11 Jay Belanger <belanger@truman.edu>
9097
9098 * calc/calc.el (calc-language-alist): New variable.
9099 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
9100 (calc-embedded-find-modes): Use calc-language-alist instead of
9101 calc-embedded-language-alist.
9102
9103 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9104
9105 * calendar/calendar.el (calendar-redrawing): New internal
9106 variable.
9107 (redraw-calendar): Remove bogus save-excursion from previous
9108 change. Bind calendar-redrawing to t for mark-diary-entries.
9109 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
9110 calendar if that is why we were called.
9111
9112 2005-03-11 Kenichi Handa <handa@m17n.org>
9113
9114 * international/mule.el (make-coding-system): Set property
9115 coding-system-define-form to nil.
9116 (define-coding-system-alias): Likewise.
9117
9118 2005-03-11 Kenichi Handa <handa@m17n.org>
9119
9120 These changes are suggested by Dave Love <fx@gnu.org>.
9121
9122 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
9123 coding: tag.
9124 (adaptive-fill-regexp): Add more bullets.
9125 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
9126 regexps.
9127
9128 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9129
9130 * help.el (describe-mode): Properly handle non-trivial lighters.
9131 Don't ignore minor modes that are not listed in minor-mode-list.
9132
9133 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
9134 feature ON when the user requests to turn it OFF.
9135
9136 2005-03-10 Lute Kamstra <lute@gnu.org>
9137
9138 * emacs-lisp/debug.el (debug-entry-code): Delete it.
9139 (implement-debug-on-entry): New function to replace debug-entry-code.
9140 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
9141 second argument as the 2005-03-07 change makes it obsolete.
9142 (debug-on-entry, cancel-debug-on-entry): Update call to
9143 debug-on-entry-1.
9144 (debug, debugger-setup-buffer): Comment update.
9145 (debugger-frame-number): Update to work with implement-debug-on-entry.
9146
9147 2005-03-10 Jay Belanger <belanger@truman.edu>
9148
9149 * calc/calc-embed.el (math-ms-args): Declare it.
9150 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
9151 math-ms-args.
9152 (calc-embedded-subst): Use math-multi-subst-rec to substitute
9153 variables.
9154
9155 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
9156
9157 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
9158 Use message-box.
9159
9160 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
9161 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
9162 (tooltip-gud-tips): Simplify.
9163 (tooltip-gud-tips-p): Remove superfluous :set.
9164 (tooltip-gud-modes): Add fortran-mode.
9165 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
9166
9167 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
9168
9169 2005-03-09 Kim F. Storm <storm@cua.dk>
9170
9171 * play/animate.el (animate-place-char): Use forward-line instead
9172 of next-line to improve performance.
9173
9174 2005-03-09 Simon Josefsson <jas@extundo.com>
9175
9176 * net/browse-url.el (browse-url-default-browser): Doc fix.
9177
9178 2005-03-09 Miles Bader <miles@gnu.org>
9179
9180 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
9181 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
9182
9183 2005-03-09 Kenichi Handa <handa@m17n.org>
9184
9185 * international/latin-1.el: Set case and syntax for 255 only if
9186 set-case-syntax-set-multibyte is nil.
9187
9188 * textmodes/ispell.el (ispell-insert-word): New function.
9189 (ispell-word): Use ispell-insert-word to insert a new word.
9190 (ispell-process-line): Likewise.
9191 (ispell-complete-word): Likewise.
9192
9193 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9194
9195 * calendar/calendar.el (redraw-calendar): Preserve point.
9196 Reported by Matt Hodges <MPHodges@member.fsf.org>.
9197 (calendar-week-start-day): Move after definition of
9198 redraw-calendar. Delete buffer test, since redraw-calendar has
9199 that now.
9200
9201 * calendar/diary-lib.el (mark-diary-entries): Only call
9202 redraw-calendar in the first of any recursive calls.
9203 Reported by Alan Shutko <ats@acm.org>.
9204
9205 2005-03-08 Juri Linkov <juri@jurta.org>
9206
9207 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
9208 (html-horizontal-rule, html-line, html-image, html-checkboxes)
9209 (html-radio-buttons): Add a space before the trailing `/>' where
9210 sgml-xml-mode is non-nil.
9211 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
9212 the subsequent tag of the empty XML tag.
9213 (html-href-anchor): Don't set initial input to "http:".
9214 (html-image): Ask for the image URL and set point inside alt="".
9215 (html-name-anchor): Duplicate the name in the `id' attribute when
9216 sgml-xml-mode is non-nil.
9217 (html-paragraph): Remove \n before <p>.
9218 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
9219 instead of `checked' when sgml-xml-mode is non-nil.
9220
9221 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
9222 Remove 1 space before #RRGGBB to not truncate it on terminal
9223 windows w/o fringes. Remove 1 space between bg and fg examples
9224 to get more space.
9225 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
9226 avoid byte-compile warnings.
9227
9228 * image-file.el (image-file-handler): Put `safe-magic' property to
9229 `image-file-handler'.
9230
9231 * info.el (Info-isearch-search): Emulate word search in
9232 isearching through multiple Info nodes with Info-search.
9233 (Info-isearch-wrap): Allow isearch-word.
9234
9235 2005-03-08 Lute Kamstra <lute@gnu.org>
9236
9237 * emacs-lisp/debug.el (debugger-step-through): Make sure that
9238 stepping into the debugger's code is not possible.
9239 (debugger-jumping-flag): Docstring update.
9240
9241 2005-03-08 Jay Belanger <belanger@truman.edu>
9242
9243 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
9244 embedded mode begins.
9245 (calc-embedded-language-alist): New variable.
9246 (calc-embedded-find-modes): Use calc-embedded-language-alist to
9247 set default language mode.
9248
9249 2005-03-08 Kenichi Handa <handa@m17n.org>
9250
9251 * international/ccl.el (define-ccl-program): Fix docstring about
9252 extra 256 bytes assured for the output buffer.
9253
9254 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9255 Fix BUFFER_MAGNIFICATION to 2.
9256 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9257
9258 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
9259
9260 * align.el (align-rules-list): Added an alignment rule for CSS
9261 declarations (applies to css-mode and html-mode buffers).
9262
9263 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9264
9265 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
9266
9267 2005-03-07 Kim F. Storm <storm@cua.dk>
9268
9269 * simple.el (move-beginning-of-line): New command.
9270
9271 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
9272
9273 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
9274
9275 * emulation/cua-base.el: Put CUA move property on move-end-of-line
9276 and move-beginning-of-line.
9277
9278 * apropos.el (apropos-print): Omit command from M-x ... RET.
9279
9280 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
9281
9282 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
9283 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
9284
9285 2005-03-06 Richard M. Stallman <rms@gnu.org>
9286
9287 * bindings.el (esc-map): Bind M-g to goto-line.
9288
9289 * facemenu.el (global-map): Bind M-o, not M-g.
9290
9291 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9292
9293 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
9294 "Open Directory" as for "Open File".
9295
9296 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
9297
9298 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
9299 (push-mark-command): Run activate-mark-hook.
9300
9301 2005-03-06 Richard M. Stallman <rms@gnu.org>
9302
9303 * help-mode.el (help-mode-finish): Don't alter the element
9304 in view-return-to-alist if there already is one.
9305
9306 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
9307 make sure the current buffer is the expected one.
9308
9309 * novice.el (disabled-command-function): Output in *Disabled Command*.
9310 Explicitly ignore non-keyboard events, and explicitly handle C-g.
9311
9312 * textmodes/flyspell.el (flyspell-large-region):
9313 Pass args differently for aspell.
9314
9315 * files.el (mode-require-final-newline): Doc fix.
9316
9317 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9318
9319 * progmodes/which-func.el (which-function):
9320 Specify NOERROR when calling imenu--make-index-alist.
9321
9322 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * simple.el (normal-erase-is-backspace): Define default value.
9325
9326 * custom.el (custom-theme-set-variables): Remove unused var
9327 `immediate'.
9328 (custom-reevaluate-setting): Simple function to handle variables
9329 that are defined before their default value can really be
9330 computed.
9331
9332 * startup.el (command-line): Use it for temporary-file-directory,
9333 small-emporary-file-directory, auto-save-file-name-transforms,
9334 blink-cursor-mode, and normal-erase-is-backspace.
9335
9336 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
9337 progress, even with buggy anchored keywords.
9338
9339 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
9340
9341 * simple.el (goto-line): Remove unbalanced final parenthesis.
9342
9343 2005-03-05 Richard M. Stallman <rms@gnu.org>
9344
9345 * simple.el (goto-line): Use a number at point as the default.
9346 With C-u as arg, switch buffers.
9347
9348 2005-03-05 Juri Linkov <juri@jurta.org>
9349
9350 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
9351 with `no-blinking-cursor'.
9352
9353 * startup.el (no-blinking-cursor): New defvar.
9354 (command-line): Add `--no-blinking-cursor' to longopts.
9355 Set `no-blinking-cursor' to t for command line arguments
9356 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
9357 with `no-blinking-cursor' in the condition for calling
9358 `blink-cursor-mode'.
9359
9360 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
9361
9362 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
9363 (menu-bar-options-save): Add blink-cursor-mode.
9364 (menu-bar-options-menu): Add blink-cursor-mode.
9365
9366 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
9367
9368 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
9369 (icalendar-export-file, icalendar-export-region)
9370 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
9371 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
9372
9373 2005-03-04 Lute Kamstra <lute@gnu.org>
9374
9375 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
9376 (debug-function-list): Ditto.
9377
9378 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
9379
9380 * textmodes/texinfmt.el (texinfo-append-refill):
9381 Redefine the types of line to which @refill
9382 is not appended by replacing a search for `@refill\\|@bye' with
9383 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
9384 itemize@refill' bug and the unfilled long lines bug.
9385 (texinfmt-version): Update number and date.
9386
9387 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9388
9389 * international/code-pages.el (windows-1250, windows-125[2-8])
9390 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
9391
9392 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
9395 bound yet.
9396
9397 2005-03-02 Romain Francoise <romain@orebokech.com>
9398
9399 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
9400 buffer after removing limits.
9401 (ibuffer-pop-filter): Ditto.
9402 Update copyright.
9403
9404 2005-03-02 Miles Bader <miles@gnu.org>
9405
9406 * button.el (make-text-button): If the user doesn't specify a
9407 type, use the default. Rewrite to use `add-text-properties' and
9408 plist functions.
9409
9410 2005-03-01 Lute Kamstra <lute@gnu.org>
9411
9412 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
9413 (debugger-jumping-flag): New var.
9414 (debug-entry-code): Use it.
9415 (debugger-jump): Use debugger-jumping-flag and add
9416 debugger-reenable to post-command-hook.
9417 (debugger-reenable): Use debugger-jumping-flag and remove itself
9418 from post-command-hook.
9419 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
9420 debugger-reenable.
9421
9422 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
9423
9424 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
9425 inclusion of "itemize\\|", which may be unnecessary, is certainly
9426 inelegant, and stops refilling in itemize lists when formatting
9427 Japanese Texinfo files to Info.
9428 Update copyright to 2005.
9429
9430 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
9431
9432 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
9433 of an error if GDB can't find the source file.
9434
9435 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9436
9437 * calendar/calendar.el (redraw-calendar): Work from any buffer,
9438 not just the calendar.
9439
9440 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
9441 first.
9442 (diary-redraw-calendar): New function.
9443 (make-diary-entry): Add diary-redraw-calendar to local
9444 write-contents-functions. Turn off selective display before
9445 inserting in diary.
9446
9447 2005-03-01 Kim F. Storm <storm@cua.dk>
9448
9449 * emacs-lisp/copyright.el (copyright-fix-years): New command.
9450
9451 2005-03-01 Lute Kamstra <lute@gnu.org>
9452
9453 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
9454 that debug-entry-code can be safely removed from a function while
9455 this code is being evaluated. Revert the 2005-02-27 change as the
9456 new implementation no longer requires it. Make sure that a
9457 function body containing just a string is not mistaken for a docstring.
9458 (debug): Skip one more frame in case of debug on entry.
9459 (debugger-setup-buffer): Delete one more frame line in case of
9460 debug on entry.
9461 (debugger-frame-number): Update to use the new text introduced by
9462 the 1999-11-03 change. Skip one more frame in case of debug on entry.
9463
9464 2005-02-28 Kim F. Storm <storm@cua.dk>
9465
9466 * double.el (double-translate-key): Call force-window-update after
9467 read-event to avoid crash in redisplay.
9468
9469 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9470
9471 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
9472 (debug): Use it. Move the inhibit-trace earlier.
9473 (debug-entry-code): New const.
9474 (debug-on-entry-1): Use it.
9475
9476 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
9477
9478 * international/utf-16.el (ccl-encode-mule-utf-16le):
9479 Fix BUFFER_MAGNIFICATION to 2.
9480 (ccl-encode-mule-utf-16be): Likewise.
9481
9482 2005-02-28 Kenichi Handa <handa@m17n.org>
9483
9484 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9485 Fix BUFFER_MAGNIFICATION to 4.
9486 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9487
9488 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
9489
9490 * speedbar.el (speedbar-update-flag): Doc fix.
9491 (speedbar-show-info-under-mouse): Give set-mouse-position the right
9492 argument.
9493
9494 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * reveal.el (reveal-post-command): Don't try to reveal overlays which
9497 have a non-nil `invisible' property but are actually visible.
9498
9499 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9500 for perldoc sections.
9501 (perl-outline-regexp, perl-outline-level): New var and function.
9502 (perl-mode): Use them.
9503
9504 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
9505
9506 * calendar/diary-lib.el (diary-remind): Discard any mark portion
9507 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9508
9509 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
9510
9511 * cus-edit.el: Comment change.
9512 (custom-buffer-create-internal): Slightly reword text at top of
9513 Custom buffers. Mention there that saving an option edits the
9514 init file. Add link to Emacs manual node on `custom-file'.
9515 (custom-magic-alist): Rewrite individual State messages to use
9516 capitalized keywords. Doc fix.
9517
9518 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
9519
9520 * calendar/calendar.el (calendar-buffer): Move above
9521 calendar-week-start-day.
9522 (calendar-week-start-day): Doc fix. Add :set function.
9523 (calendar-minimum-window-height): New variable.
9524 (generate-calendar-window): Only resize window if selected-window
9525 is displaying the calendar buffer. Use new variable
9526 calendar-minimum-window-height.
9527 (generate-calendar): Reword error message.
9528 (calendar-mode-map): Bind DEL to scroll-other-window-down.
9529
9530 2005-02-27 Andreas Schwab <schwab@suse.de>
9531
9532 * vc.el (vc-do-command): Don't run command asynchronously when
9533 operating in a remote directory.
9534
9535 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
9536 change from sync with Tramp 2.0.47.
9537
9538 2005-02-27 Richard M. Stallman <rms@gnu.org>
9539
9540 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9541
9542 * textmodes/flyspell.el (flyspell-mode-on):
9543 Call ispell-change-dictionary only if necessary.
9544
9545 * emacs-lisp/re-builder.el (regexp-builder): New function.
9546
9547 * register.el (describe-register-1): Explicitly handle
9548 yank-excluded-properties = t.
9549
9550 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
9551 (custom-magic-alist): Change the status descriptions again.
9552 (face widget-type): Total rewrite based on `restricted-sexp'
9553 to eliminate the confusing double hiding levels.
9554
9555 * emacs-lisp/debug.el (debug-on-entry-1):
9556 If function body is empty, add nil as body form.
9557
9558 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9559
9560 * emacs-lisp/trace.el (inhibit-trace): New var.
9561 (trace-make-advice): Use it.
9562
9563 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
9564
9565 2005-02-26 Kim F. Storm <storm@cua.dk>
9566
9567 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
9568 (mouse-on-link-p, mouse-drag-region-1): Use it.
9569
9570 2005-02-25 Lute Kamstra <lute@gnu.org>
9571
9572 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
9573
9574 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
9575
9576 * frame.el (blink-cursor-mode): Add :group keyword.
9577
9578 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
9579
9580 * calendar/icalendar.el (icalendar--decode-isodatetime):
9581 New optional argument DAY-SHIFT.
9582 (icalendar-export-region): Fix coding-system-for-write.
9583 (icalendar--convert-ical-to-diary): Shift end-day of all-day
9584 events by one.
9585
9586 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
9589
9590 2005-02-24 Kim F. Storm <storm@cua.dk>
9591
9592 * international/iso-acc.el (iso-accents-compose): Fix crash
9593 during redisplay. Call force-window-update after read-event
9594 and delete-region to signal that window is not accurate.
9595
9596 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
9599 Remove unused and inexistent var `inhibit-trace'.
9600 (debugger-mode): Use run-mode-hooks.
9601 (debugger-list-functions): Add buttons; setup xref stack.
9602
9603 2005-02-23 Richard M. Stallman <rms@gnu.org>
9604
9605 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
9606 appointment says it was explicitly made.
9607 (appt-add): Set the 3rd element.
9608 (appt-make-list): Preserve explicit appointments.
9609
9610 * subr.el (find-tag-default): Catch errors in forward-sexp.
9611
9612 2005-02-23 Juri Linkov <juri@jurta.org>
9613
9614 * info.el (Info-isearch-search): New defcustom.
9615 (Info-isearch-search): Call the default isearch function
9616 when Info-isearch-search is nil.
9617 (Info-isearch-wrap): Use variable Info-isearch-search.
9618
9619 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
9620
9621 * cus-edit.el: Comment change.
9622
9623 2005-02-22 Kim F. Storm <storm@cua.dk>
9624
9625 * progmodes/hideif.el (hide-ifdef-use-define-alist):
9626 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
9627
9628 2005-02-22 Simon Josefsson <jas@extundo.com>
9629
9630 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
9631 New variable.
9632 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
9633 Oskarsson" <myrkraverk@users.sourceforget.net>.
9634
9635 2005-02-22 Kim F. Storm <storm@cua.dk>
9636
9637 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
9638 check that window of that event is the selected window.
9639 (mouse-drag-region-1): Compare mouse event window to selected
9640 window before setting point.
9641
9642 * tooltip.el (tooltip-show-help-function): Pass event to
9643 mouse-on-link-p so it can check selected window.
9644
9645 2005-02-22 Kenichi Handa <handa@m17n.org>
9646
9647 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
9648 (ps-mule-show-warning): New function.
9649 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
9650 characters are found.
9651
9652 * ps-print.el (ps-header-footer-string): Return a list of header
9653 and footer strings.
9654
9655 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9656
9657 * pcvs.el (cvs-retrieve-revision): Fix thinko.
9658
9659 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * frame.el (blink-cursor-mode): Use define-minor-mode.
9662
9663 * term/mac-win.el (function-key-map): Use char-names more consistently.
9664 (file-name-coding-system): Only set it for MacOS-9. The other case is
9665 already handled in mule-cmds.el (where it also works when mac-win.el
9666 is not used).
9667
9668 2005-02-21 Kenichi Handa <handa@m17n.org>
9669
9670 * international/mule.el (ctext-pre-write-conversion): Always use
9671 " *code-converting-work*" buffer for work.
9672
9673 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9674
9675 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
9676
9677 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9678
9679 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
9680
9681 * ses.el (undo-more): Restore defadvice, but only the part that
9682 allows changes outside the restricted area of the buffer.
9683
9684 2005-02-20 Kim F. Storm <storm@cua.dk>
9685
9686 * simple.el (line-move): Add fourth optional arg try-vscroll which
9687 must be set to perform auto-window-vscroll.
9688 When moving backwards and doing auto-window-vscroll, automatically
9689 vscroll to the last part of lines which are taller than the window.
9690 (next-line, previous-line): Set try-vscroll arg on line-move.
9691
9692 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
9693
9694 * replace.el (query-replace, query-replace-regexp)
9695 (replace-string, replace-regexp): When operating on region, make
9696 the minibuffer prompt say so.
9697
9698 * isearch.el (isearch-forward): Document isearch-query-replace and
9699 isearch-query-replace-regexp keybindings.
9700
9701 2005-02-19 Jay Belanger <belanger@truman.edu>
9702
9703 * calc/calc-aent.el (math-read-token): Add local variable.
9704
9705 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
9706 (calc-edit-top): Move declaration to earlier in file.
9707 (calc-edit-macro-repeats): Add local variables.
9708
9709 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
9710 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
9711 calcFunc-tanh.
9712 Adjust integration rule for calcFunc-tan.
9713
9714 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9715
9716 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
9717 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
9718 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
9719 (viper-skip-separators): Bug fix.
9720 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
9721 particular major mode.
9722 (viper-del-backward-char-in-replace): Don't put deleted char on the
9723 kill ring.
9724
9725 * viper-ex.el (viper-color-display-p): New function.
9726 (viper-has-face-support-p): Use viper-color-display-p.
9727
9728 * viper-keym.el (viper-gnus-modifier-map): New keymap.
9729
9730 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9731
9732 * viper-util.el (viper-glob-unix-files): Fix shell status check.
9733 (viper-file-remote-p): Make equivalent to file-remote-p.
9734
9735 * viper.el (viper-major-mode-modifier-list):
9736 Use viper-gnus-modifier-map.
9737
9738 2005-02-19 David Kastrup <dak@gnu.org>
9739
9740 * subr.el (subregexp-context-p): Fix garbled doc string by adding
9741 quoting.
9742
9743 2005-02-19 Jay Belanger <belanger@truman.edu>
9744
9745 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
9746 Remove extra definitions.
9747 (calc-coth): New function.
9748 (calcFunc-cot): Fix `let'.
9749
9750 2005-02-19 Eli Zaretskii <eliz@gnu.org>
9751
9752 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9753 the reasons we use "type pc" in these faces.
9754
9755 * button.el (button): Ditto.
9756
9757 2005-02-19 Michael Mauger <mmaug@yahoo.com>
9758
9759 * replace.el (query-replace-read-from): Set the value of
9760 query-replace-from-history-variable to handle the case of an empty
9761 string entered to accept the suggested default.
9762
9763 * net/tramp.el (tramp-file-name-for-operation):
9764 Use dired-call-process instead of dired-call-process-command.
9765
9766 2005-02-19 Jay Belanger <belanger@truman.edu>
9767
9768 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9769 (math-div-non-trig): New variables.
9770 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9771 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9772 (math-combine-prod, math-div-symb-fancy): Add simplifications for
9773 trig expressions.
9774
9775 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
9776
9777 * progmodes/gdb-ui.el (gdb-var-update-handler)
9778 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9779 for watch expressions,
9780 (gdb-var-create-handler): Don't set speedbar-update-flag.
9781 (gdb-post-prompt): Simplify test for speedbar.
9782
9783 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9784
9785 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9786 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
9787 we use the syntax table of the correct buffer.
9788 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
9789 Felix Gatzemeier.
9790
9791 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9792 (ediff-file-remote-p): Make synonymous with file-remote-p.
9793 In all deffaces ediff-*-face-*, use min-colors.
9794
9795 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9796 ediff-recurse-to-subdirectories.
9797 (ediff-mark-if-equal): Check that the arguments are strings, use
9798 ediff-same-contents (after to Felix Gatzemeier).
9799
9800 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
9801 nil.
9802
9803 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9804
9805 * log-view.el (log-view-message-re): Fix up Subversion regexp.
9806
9807 2005-02-18 David Kastrup <dak@gnu.org>
9808
9809 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9810 use `mark-active' when defined.
9811
9812 2005-02-18 Kenichi Handa <handa@m17n.org>
9813
9814 * ps-print.el (ps-font-info-database): New entry
9815 ZapfChancery-MediumItalic with correct font name. Fix font name
9816 of the entry Zapf-Chancery-MediumItalic.
9817
9818 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
9819
9820 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9821
9822 2005-02-16 Kim F. Storm <storm@cua.dk>
9823
9824 * ido.el (ido-fallback-command): Pass user input to fallback command.
9825
9826 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
9827
9828 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9829 (gdb-find-file-hook): Add server prefix.
9830
9831 2005-02-16 Richard M. Stallman <rms@gnu.org>
9832
9833 * replace.el (perform-replace): Pass new args to replace-highlight.
9834 (replace-highlight): Take region args,
9835 and pass them to isearch-lazy-highlight-new-loop.
9836
9837 * novice.el (disabled-command-hook): Autoload the defalias
9838 and the make-obsolete-variable call.
9839
9840 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9841
9842 * isearch.el (isearch-lazy-highlight-start-limit)
9843 (isearch-lazy-highlight-end-limit): New variables limit
9844 the region for highlighting.
9845 (isearch-lazy-highlight-new-loop): New args BEG and END.
9846 (isearch-lazy-highlight-search): Use the new vars.
9847 (isearch-lazy-highlight-update): Likewise.
9848
9849 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9850
9851 * cus-start.el (all): Use default-boundp.
9852
9853 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
9854
9855 * menu-bar.el (menu-bar-select-frame): Handle current frame.
9856
9857 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
9858
9859 * autorevert.el (auto-revert-stop-on-user-input)
9860 (auto-revert-verbose): Doc fixes.
9861
9862 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
9863
9864 * international/mule-cmds.el (set-locale-environment): Remove call
9865 to set-selection-coding-system on Windows.
9866
9867 2005-02-15 Jay Belanger <belanger@truman.edu>
9868
9869 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
9870 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
9871 calcFunc-coth.
9872 (math-simplify-sqrt): Add simplifications.
9873
9874 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9875 to list.
9876
9877 * calc/calc-ext.el: Add functions to autoloads.
9878
9879 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9880 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9881 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9882 (math-csc-raw, math-cot-raw): New functions.
9883
9884 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9885
9886 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9887 the variable name in a message.
9888
9889 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9890 calcFunc-csc, calcFunc-cot.
9891
9892 * calc/calcalg2.el: Add derivative and integration rules for
9893 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9894 calcFunc-csch, calcFunc-coth.
9895 (math-do-integral-methods): Add to checks for when to use
9896 substitutions.
9897
9898 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9899
9900 2005-02-15 Lute Kamstra <lute@gnu.org>
9901
9902 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9903 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
9904 <monnier@iro.umontreal.ca>
9905 (lisp-outline-level): Improve efficiency. Suggested by David
9906 Kastrup <dak@gnu.org>.
9907
9908 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
9909
9910 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9911 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9912 (gdb-set-gud-minor-mode-existing-buffers): New functions.
9913 (gdb-find-file-hook): New hook. Add it to find-file-hook.
9914 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9915
9916 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
9917
9918 * cus-start.el (all): Comment change.
9919
9920 2005-02-14 Lute Kamstra <lute@gnu.org>
9921
9922 * cus-start.el (all): Check if symbol is void.
9923
9924 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
9925
9926 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9927 optional argument to \cite.
9928
9929 2005-02-14 Richard M. Stallman <rms@gnu.org>
9930
9931 * cus-edit.el (custom-buffer-create-internal): Update help message.
9932 (custom-magic-alist): Update help messages.
9933
9934 * cus-start.el (all): Allow a var to specify a standard value.
9935
9936 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
9937
9938 * custom.el (custom-theme-set-variables): Handle variable aliases.
9939
9940 * frame.el (blink-cursor-timer): Doc fix.
9941 (blink-cursor): Make it an alias for `blink-cursor-mode' and
9942 declare obsolete.
9943 (blink-cursor-mode): Define with defcustom and use correct
9944 standard expression in that defcustom.
9945 * startup.el (command-line): Adapt to above changes in frame.el.
9946
9947 2005-02-11 Lute Kamstra <lute@gnu.org>
9948
9949 * apropos.el (apropos-score-doc): Prevent division by zero.
9950
9951 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
9952
9953 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9954 (icalendar--get-event-property-attributes)
9955 (icalendar--get-event-properties)
9956 (icalendar--datetime-to-diary-date): New functions.
9957 (icalendar--split-value): Doc fix.
9958 (icalendar--datetime-to-noneuropean-date)
9959 (icalendar--datetime-to-european-date): New optional argument
9960 SEPARATOR. Return result as a string instead of a list.
9961 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9962 (icalendar--convert-string-for-export): Rename arg S to STRING.
9963 (icalendar-export-region): Doc fix. Change name of error buffer.
9964 Save output buffer.
9965 (icalendar-import-file): Add blank at end of prompt.
9966 (icalendar-import-buffer): Doc fix. Do not switch to error
9967 buffer. Indicate status in return value.
9968 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
9969 buffer. Save output buffer. Handle exception from recurrence
9970 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
9971 events. Fix problems with weekly all-day events.
9972
9973 2005-02-10 Richard M. Stallman <rms@gnu.org>
9974
9975 * simple.el (eval-expression-print-format):
9976 Avoid warning about edebug-active.
9977
9978 * help.el (help-for-help-internal): Rename from help-for-help.
9979 (help-for-help): Define with defalias.
9980
9981 * font-core.el (font-lock-default-function): Use with-no-warnings.
9982
9983 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9984
9985 * custom.el (defface): Doc fix.
9986
9987 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
9988
9989 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9990 width 0" to prevent word wrapping problems.
9991
9992 2005-02-09 Kim F. Storm <storm@cua.dk>
9993
9994 * ido.el (ido-file-extensions-order): New defcustom.
9995 (ido-file-extension-lessp, ido-file-extension-aux)
9996 (ido-file-extension-order): New advanced file ordering.
9997 (ido-file-lessp): New simple file ordering.
9998 (ido-sort-list): Remove.
9999 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
10000 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
10001
10002 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
10003
10004 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
10005 that some versions of grep produce.
10006 (grep-mode-font-lock-keywords): Likewise.
10007
10008 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
10009
10010 * progmodes/gdb-ui.el (gdb-location-list): New variable.
10011 (gdb-cdir): Delete.
10012 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
10013 (gdb-source-info): Treat case when source file is in another
10014 directory properly.
10015 (gdb-get-location): New function.
10016
10017 2005-02-07 Jay Belanger <belanger@truman.edu>
10018
10019 * calc/calc-prog.el (calc-write-parse-table-part)
10020 (calc-fix-token-name): Fix a check for language type.
10021
10022 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
10023
10024 2005-02-07 Andre Spiegel <spiegel@gnu.org>
10025
10026 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
10027 as directory not writable.
10028
10029 2005-02-07 Kim F. Storm <storm@cua.dk>
10030
10031 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
10032 (cua--standard-movement-commands): Remove list.
10033 Instead, set CUA property value to move for movement commands.
10034 (cua-movement-commands): Remove. Users must set CUA prop instead.
10035 (cua--pre-command-handler): Check CUA property.
10036 (cua--init-keymaps): Don't remap undo commands.
10037 (cua-mode): Don't call cua--rectangle-on-off.
10038
10039 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
10040 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
10041 (cua--rect-undo-set-point): New var.
10042 (cua--rectangle-undo-boundary): Setup undo apply entry.
10043 (cua--rect-undo-handler): New function for rectangle undo.
10044 (cua--rect-start-position, cua--rect-end-position): Add.
10045 (cua--rectangle-post-command): Call cua--rectangle-set-corners
10046 for restored rectangle. Set point if cua--rect-undo-set-point.
10047
10048 2005-02-06 Jay Belanger <belanger@truman.edu>
10049
10050 * calc/calc-lang.el (calc-tex-language): Display more information
10051 in messages.
10052
10053 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
10054 in TeX mode.
10055
10056 2005-02-06 Richard M. Stallman <rms@gnu.org>
10057
10058 * emacs-lisp/lisp.el (buffer-end): Doc fix.
10059
10060 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
10061
10062 * net/ldap.el (ldap-search-internal): Support attributes with
10063 optional descriptions separated by a semi-colon, as in
10064 "userCertificate;binary".
10065
10066 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10067
10068 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
10069 isn't a cons (i.e. the version is 0).
10070
10071 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10072
10073 * help.el (help-for-help): Doc fix.
10074
10075 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
10076
10077 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
10078 GDB-Windows on the menu-bar as this works better.
10079
10080 2005-02-04 Jay Belanger <belanger@truman.edu>
10081
10082 * calc/calc-embed.el (calc-embedded-update): Don't put in
10083 unnecessary newlines. Adjust the end of formula marker.
10084
10085 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
10086 (math-latex-parse-two-args): New function.
10087
10088 2005-02-03 Lute Kamstra <lute@gnu.org>
10089
10090 * help-fns.el (help-with-tutorial): Make sure that users cannot
10091 remove the entire text of the tutorial by means of `undo'.
10092
10093 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
10096 in recent changes, where the ispell process was repeatedly
10097 killed & restarted.
10098
10099 * international/mule-cmds.el (set-locale-environment): Set file-name
10100 coding system to utf-8 on Darwin systems.
10101 (set-default-coding-systems): Don't set default-file-name-coding-system
10102 on Darwin systems.
10103
10104 2005-02-03 Richard M. Stallman <rms@gnu.org>
10105
10106 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
10107
10108 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
10109
10110 * faces.el (list-faces-display): Add optional argument.
10111
10112 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * font-core.el (font-lock-default-function): Handle the rare case where
10115 only font-lock-keywords is set.
10116
10117 2005-02-02 Kenichi Handa <handa@m17n.org>
10118
10119 * international/characters.el: Cancel previous change for
10120 I-WITH-DOT-ABOVE and DOTLESS-i.
10121
10122 * international/latin-5.el: Cancel previous change.
10123
10124 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
10125
10126 * progmodes/gud.el: Correction to syntax in gud-menu-map.
10127
10128 2005-02-02 Kenichi Handa <handa@m17n.org>
10129
10130 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
10131 DOTLESS-i.
10132
10133 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
10134 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
10135
10136 * case-table.el (get-upcase-table): New function.
10137 (copy-case-table): Copy upcaes table too if non-nil.
10138 (set-case-syntax-delims): Maintain upcase table too.
10139 (set-case-syntax-pair): Likewise.
10140 (set-upcase-syntax, set-downcase-syntax): New functions.
10141 (set-case-syntax): Maintain upcase table too.
10142
10143 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
10144
10145 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
10146
10147 * progmodes/gud.el (gud-goto-info): New function.
10148 (gud-tool-bar-map): Use correct icon.
10149
10150 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
10151
10152 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
10153 When delegating, order args in the funcall correctly.
10154
10155 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
10156
10157 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
10158
10159 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
10160
10161 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
10162 buffer not visiting a file.
10163
10164 2005-01-31 Jay Belanger <belanger@truman.edu>
10165
10166 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
10167 bound on the line with the formula.
10168
10169 2005-01-31 Kim F. Storm <storm@cua.dk>
10170
10171 * ses.el (ses-create-cell-variable-range)
10172 (ses-destroy-cell-variable-range, ses-reset-header-string)
10173 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
10174 (ses-insert-row): Fix format of apply undo entries.
10175
10176 2005-01-31 Jay Belanger <belanger@truman.edu>
10177
10178 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
10179 parts.
10180
10181 * calc/calc-embed.el (calc-embedded-open-formula)
10182 (calc-embedded-close-formula): Ignore matrix environments.
10183
10184 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
10185 TeX mode.
10186
10187 * calc/calc-lang.el (math-function-table, math-oper-table)
10188 (math-variable-table): Adjust the LaTeX portions.
10189
10190 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
10191 (math-latex-ignore-words): New constant.
10192
10193 2005-01-31 Richard M. Stallman <rms@gnu.org>
10194
10195 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
10196 (ispell-local-dictionary): Doc fix.
10197 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
10198 Don't reinitialize at run time. Don't defcustom.
10199 All uses changed to append ispell-local-dictionary-alist,
10200 or check it first.
10201 (ispell-current-dictionary): New variable for dictionary in use.
10202 (ispell-dictionary): Now used only for global default.
10203 (ispell-start-process): Set ispell-current-dictionary,
10204 not ispell-dictionary.
10205 (ispell-change-dictionary): Use this only for setting
10206 user preferences.
10207 (ispell-internal-change-dictionary): New function
10208 to change the current dictionary in use.
10209 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
10210 Use ispell-current-dictionary.
10211 Handle ispell-local-dictionary-overridden.
10212 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
10213
10214 2005-01-31 Jay Belanger <belanger@truman.edu>
10215
10216 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
10217
10218 * calc/calc-ext.el: Add calc-latex-language to autoloads.
10219 (calc-mode-map): Add calc-latex-language.
10220
10221 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
10222 (math-latex-print-frac): New functions.
10223 (math-oper-table, math-function-table, math-variable-table)
10224 (math-complex-format, math-input-filter): Add latex properties.
10225 (calc-set-language): Set math-expr-special-function-mapping.
10226
10227 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
10228 (calc-write-parse-table-part): Add LaTeX support.
10229
10230 * calc/calc.el (calc-language): Adjust docstring.
10231 (calc-set-mode-line): Add LaTeX support.
10232 (math-expr-special-function-mapping): New variable.
10233 (math-tex-ignore-words): Add to list.
10234
10235 * calc/calccomp.el (math-compose-expr, math-compose-rows):
10236 Add LaTeX support.
10237 (math-compose-expr): Add support for special functions.
10238
10239 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
10240
10241 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
10242
10243 * progmodes/gdb-ui.el (gdb-memory-address)
10244 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
10245 (gdb-memory-mode-map, gdb-memory-format-keymap)
10246 (gdb-memory-format-menu, gdb-memory-unit-keymap)
10247 (gdb-memory-unit-menu): New variables for a buffer
10248 that lets the user examine program memory.
10249 (gdb-memory-set-address, gdb-memory-set-repeat-count)
10250 (gdb-memory-format-binary, gdb-memory-format-octal)
10251 (gdb-memory-format-unsigned, gdb-memory-format-signed)
10252 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
10253 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
10254 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10255 (gdb-memory-unit-byte, gdb-memory-unit-menu)
10256 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
10257 (gdb-memory-mode, gdb-memory-buffer-name)
10258 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
10259 New functions for above buffer.
10260
10261 2005-01-30 Richard M. Stallman <rms@gnu.org>
10262
10263 * cus-edit.el (custom-bury-buffer): Function deleted.
10264 (custom-buffer-done-function): Option deleted.
10265 (custom-buffer-done-kill): New (replacement option.
10266 (Custom-buffer-done): Call quit-window.
10267 (custom-buffer-create-internal): Update for above changes.
10268
10269 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
10270
10271 * simple.el (undo-ask-before-discard): New var.
10272 (undo-outer-limit-truncate): Implement it.
10273 (undo-extra-outer-limit): Doc update.
10274
10275 2005-01-29 Richard M. Stallman <rms@gnu.org>
10276
10277 * ses.el (undo-more): Delete defadvice.
10278 (ses-begin-change): Doc fix.
10279
10280 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
10281 instead of rebinding C-x u and C-_.
10282
10283 * files.el (normal-backup-enable-predicate): Return nil for files
10284 in /tmp, regardless of temporary-file-directory.
10285
10286 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
10287
10288 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
10289 (open-rectangle, delete-whitespace-rectangle-line)
10290 (clear-rectangle-line): If FILL, pass t instead of FILL
10291 for move-to-column's 2nd arg.
10292
10293 * simple.el (undo): Fix the test for continuing a series of undos.
10294 (undo-more): Set pending-undo-list to t when we reach end.
10295 (pending-undo-list): Move up defvar.
10296
10297 * wid-edit.el (widget-button-click):
10298 Shorten the range of the track-mouse binding.
10299
10300 * comint.el (comint-insert-input): Undo previous changes;
10301 use last-input-event in interactive spec.
10302
10303 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10304
10305 * progmodes/compile.el (compilation-start): Bind buffer-read-only
10306 to nil before invoking call-process. Reset buffer's modified flag
10307 after fontifying it in the no-async branch.
10308
10309 * wid-edit.el (widget-specify-button): If mouse pointer shape
10310 cannot be changed, use mouse face instead.
10311
10312 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
10313
10314 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10315 (gdb-goto-breakpoint): Make breakpoint handling work on template
10316 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
10317 (gdb-assembler-custom): Update to recognize breakpoint information
10318 added on 2005-01-19.
10319
10320 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
10323 (dsssl-mode): Use define-derived-mode.
10324 (scheme-mode-initialize): Remove.
10325 (scheme-mode): Use run-mode-hooks.
10326
10327 * cus-edit.el (customize-group-other-window)
10328 (custom-buffer-create-other-window): Don't override special-display-*.
10329 (custom-mode-map): Make it dense.
10330
10331 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
10332 sets the default value.
10333
10334 2005-01-28 Eli Zaretskii <eliz@gnu.org>
10335
10336 * descr-text.el: Add more keywords.
10337
10338 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * speedbar.el: Avoid unnecessary use of locate-library.
10341
10342 * international/mule-cmds.el (standard-display-european-internal):
10343 Don't fiddle with latin-1 non-break space any more since it's now
10344 special cased in the C code.
10345 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
10346
10347 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
10348
10349 * cus-start.el (all): Add `undo-outer-limit'.
10350
10351 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10352
10353 * textmodes/bibtex.el (bibtex-format-entry):
10354 Use `bibtex-empty-field-re' only on the text of fields, not on entire
10355 field lines.
10356 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
10357 not on part of a buffer.
10358
10359 2005-01-25 Lute Kamstra <lute@gnu.org>
10360
10361 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
10362 nonempty field text strings like "{letters\\macro{}more letters}".
10363 Clarify docstring.
10364 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
10365 (bibtex-entry-offset, bibtex-parse-association)
10366 (bibtex-parse-field-name): Fix typos in docstrings.
10367 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
10368
10369 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
10370
10371 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
10372 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
10373 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
10374 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
10375
10376 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
10377 isearch minor mode.
10378
10379 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
10380
10381 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
10382
10383 2005-01-24 Lute Kamstra <lute@gnu.org>
10384
10385 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
10386 CASECHARS and NOT-CASECHARS regular expressions of the
10387 "nederlands" and "nederlands8" dictionaries to prevent a "Range
10388 striding over charsets" error.
10389
10390 2005-01-24 Jay Belanger <belanger@truman.edu>
10391
10392 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
10393 display variable name.
10394
10395 2005-01-24 Kenichi Handa <handa@m17n.org>
10396
10397 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
10398 Fix setting of the element of encoded-kbd-iso2022-invocations.
10399
10400 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
10401
10402 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10403 (gdb-threads-select): Change to also accept mouse events.
10404 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
10405 (gdb-threads-mouse-select): Delete.
10406
10407 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
10408
10409 * files.el (insert-directory): Take care of empty directory,
10410 listed without -a switch.
10411
10412 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * textmodes/refill.el (refill-post-command-function):
10415 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
10416 to the list of functions that we should be careful not to undo.
10417 (refill-late-fill-paragraph-function): Remove.
10418 (refill-saved-state): New var.
10419 (refill-mode): Use it to save fill-paragraph-function.
10420 Save also the value of auto-fill-function.
10421
10422 * term/w32-win.el: Simplify code.
10423
10424 2005-01-23 Kim F. Storm <storm@cua.dk>
10425
10426 * simple.el (line-move): Adapt to new return value from
10427 pos-visible-in-window-p.
10428
10429 * simple.el (line-move): Fix last change. Check partial
10430 visibility at point rather than at window-start.
10431
10432 2005-01-22 Jason Rumney <jasonr@gnu.org>
10433
10434 * term/w32-win.el (xw-defined-colors): Remove debug-message.
10435
10436 2005-01-22 David Kastrup <dak@gnu.org>
10437
10438 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
10439
10440 2005-01-22 Eli Zaretskii <eliz@gnu.org>
10441
10442 * type-break.el (type-break-mode): Add a test for
10443 type-break-file-name being non-nil.
10444
10445 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10446
10447 * net/eudc.el (top level): Call (message "") via progn, so that
10448 eudc-options-file is loaded.
10449
10450 2005-01-22 Kim F. Storm <storm@cua.dk>
10451
10452 * simple.el (line-move-1): Rename from line-move.
10453 (line-move): New function that adjusts vscroll for partially
10454 visible rows, and calls line-move-1 otherwise.
10455
10456 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
10457
10458 * pcomplete.el: Define pcomplete-read-event instead of read-event,
10459 since it's not a complete read-event implementation
10460
10461 2005-01-20 Jay Belanger <belanger@truman.edu>
10462
10463 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
10464 for called function.
10465
10466 2005-01-20 Steven Tamm <steventamm@mac.com>
10467
10468 * term/mac-win.el (process-connection-type): Remove.
10469 Controlled now by s/darwin.h:PTY_ITERATION.
10470
10471 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * window.el (handle-select-window): Don't switch window when we're
10474 in the minibuffer.
10475
10476 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
10477
10478 * subr.el (dotimes-with-progress-reporter): New macro.
10479
10480 * ses.el (ses-dotimes-msg): Remove macro.
10481 Use `dotimes-with-progress-reporter' instead.
10482
10483 2005-01-19 Steven Tamm <steventamm@mac.com>
10484
10485 * term/mac-win.el (process-connection-type): Use new
10486 operating-system-release variable to use ptys on Darwin 7 (OS X
10487 10.3) when using carbon build.
10488
10489 2005-01-19 Jay Belanger <belanger@truman.edu>
10490
10491 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
10492 flags if the last command was a tab or M-tab.
10493
10494 * calc/calc-prog.el (calc-user-define-edit): Put original formula
10495 in formula editing buffer.
10496
10497 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10498
10499 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10500 breakpoint image symbol in margin.
10501
10502 2005-01-19 Jay Belanger <belanger@truman.edu>
10503
10504 * calc/calc-prog.el (calc-execute-kbd-macro):
10505 Ignore calc-keep-arg-flag.
10506
10507 2005-01-19 Kenichi Handa <handa@m17n.org>
10508
10509 * textmodes/ispell.el (ispell-looking-at): New function.
10510 (ispell-process-line): Use ispell-looking-at to compare the ispell
10511 output and the buffer contents.
10512
10513 2005-01-18 Jay Belanger <belanger@truman.edu>
10514
10515 * calc/calc.el (calc-display-raw): Fix docstring.
10516
10517 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10518
10519 * simple.el (blink-matching-open): Strip extra info from syntax.
10520
10521 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
10522 funny chars in the end-of-here-doc marker.
10523
10524 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10525
10526 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
10527 that enable/disabled state of breakpoints is shown correctly in
10528 fringe and on ttys.
10529 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
10530 Add breakpoint information as text properties.
10531 (gdb-mouse-toggle-breakpoint):
10532 Rename to gdb-mouse-set-clear-breakpoint.
10533 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
10534 breakpoints in the margin.
10535 (gdb-remove-strings): Simplify.
10536
10537 2005-01-17 Jay Belanger <belanger@truman.edu>
10538
10539 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
10540 erasing buffer.
10541
10542 2005-01-17 Richard M. Stallman <rms@gnu.org>
10543
10544 * progmodes/grep.el (grep-find): Copy from `grep' the condition
10545 for calling grep-compute-defaults.
10546
10547 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
10548 if buffer is empty.
10549
10550 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10551
10552 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
10553
10554 * hilit-chg.el (highlight-changes-mode): Don't autoload.
10555
10556 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
10557 non-preloaded variables.
10558
10559 2005-01-17 Steven Tamm <steventamm@mac.com>
10560
10561 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
10562 tex-shell cause to force interactivity when using pipes.
10563
10564 2005-01-17 Kim F. Storm <storm@cua.dk>
10565
10566 * simple.el (just-one-space): Make arg optional.
10567
10568 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
10569
10570 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
10571 posn-at-x-y to t to access left-margin.
10572
10573 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10574
10575 Sync with Tramp 2.0.47.
10576
10577 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
10578 catching keep-date problems in cp/scp operations.
10579 (tramp-handle-copy-file): Don't call `set-file-modes'
10580 unconditionally. Specialized functions should know better what is
10581 necessary. This improves performance a little bit, and the
10582 functions could catch errors with `cp -p' and `scp -p'.
10583 (tramp-do-copy-or-rename-file-via-buffer)
10584 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
10585 when appropriate.
10586 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
10587 Call `set-file-modes' when appropriate.
10588 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
10589 Johnsson <isak@hypergene.com>
10590 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
10591 of both Tramp buffer and debug buffer. Reported by Joakim Verona
10592 <joakim@verona.se>
10593 (tramp-file-name-for-operation): Mark `shell-command' as magic for
10594 Emacs only.
10595
10596 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
10597 `find-file-hooks' and `dired-mode-hook'.
10598 (tramp-minor-mode-map): Respective map. Add remapping for
10599 `compile' and `recompile'.
10600 (tramp-remap-command, tramp-recompile): New defuns.
10601 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
10602 in buffer "*Compilation*". Call the commands asynchronously.
10603
10604 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
10605 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
10606 `shell-command', because it isn't magic in XEmacs. Reported by
10607 Adrian Aichner <adrian@xemacs.org>.
10608
10609 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10610 `substitute-in-file-name.
10611 (tramp-smb-handle-substitute-in-file-name): New defun.
10612 (tramp-smb-advice-PC-do-completion): Delete advice.
10613
10614 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
10615
10616 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
10617 Fix error in deleting region.
10618
10619 2005-01-15 Richard M. Stallman <rms@gnu.org>
10620
10621 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
10622 In non-temp buffer, switch syntax table temporarily.
10623
10624 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
10625
10626 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
10627
10628 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
10629
10630 * imenu.el (imenu--split-menu): Copy menulist before sorting.
10631 (imenu--generic-function): Use START, not BEG, as pos of definition.
10632
10633 * simple.el (just-one-space): Argument specifies number of spaces.
10634
10635 * simple.el (eval-expression-print-format): Avoid warning
10636 about edebug-active.
10637
10638 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
10639
10640 * progmodes/sh-script.el: Code copied from make-mode.el
10641 with small changes,
10642 (sh-mode-map): Bind C-c C-\.
10643 (sh-backslash-column, sh-backslash-align): New variables.
10644 (sh-backslash-region, sh-append-backslash): New functions.
10645
10646 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
10647
10648 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
10649 (rmail-pop-password, rmail-pop-password-required): Move to
10650 rmail-obsolete group.
10651 (rmail-set-pop-password): Rename to rmail-set-remote-password.
10652 All callers updated.
10653 (rmail-get-pop-password): Rename to rmail-get-remote-password.
10654 Take an argument specifying whether it is POP or IMAP mailbox we
10655 are using. All callers updated.
10656 (rmail-pop-password-error): Rename to
10657 rmail-remote-password-error. Added mailutils-specific error message.
10658 (rmail-movemail-search-path)
10659 (rmail-movemail-variant-in-use): New variables.
10660 (rmail-remote-password, rmail-remote-password-required):
10661 New customization variables.
10662 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
10663 (rmail-parse-url): New function.
10664 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
10665 with GNU mailutils movemail.
10666
10667 2005-01-15 Kevin Ryde <user42@zip.com.au>
10668
10669 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10670 suffix to space, $ or '$, to correctly position point when going
10671 to @table style constants like DBL_MAX.
10672
10673 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10674
10675 * type-break.el (type-break-mode, type-break-file-time)
10676 (type-break-file-keystroke-count, type-break-choose-file):
10677 Don't store data in or load data from the file if type-break-file-name
10678 is nil.
10679 (type-break-file-name): Doc update as per the above.
10680
10681 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
10682
10683 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10684 lookup-key might return nil; handle that.
10685
10686 2005-01-15 Alan Mackenzie <acm@muc.de>
10687
10688 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
10689 rather than the element found, thus enabling the tree to be setcar'd.
10690
10691 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10692
10693 * textmodes/org.el (org-show-following-heading): New option.
10694 (org-show-hierarchy-above): Use `org-show-following-heading'.
10695 (org-cycle): Documentation fix.
10696
10697 * textmodes/org.el (orgtbl-optimized): New option
10698 (orgtbl-mode): New command, a minor mode.
10699 (orgtbl-mode-map): New variable.
10700 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10701 (orgtbl-error, orgtbl-self-insert-command)
10702 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10703
10704 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
10705 a local variable in each org-mode buffer.
10706
10707 * textmodes/org.el (org-set-regexps-and-options): Rename from
10708 `org-set-regexps'. Added checking for STARTUP keyword.
10709 (org-get-current-options): Add STARTUP options.
10710 (org-table-insert-row): Make mode intelligent about when
10711 realignment is needed.
10712 (org-self-insert-command, org-delete-backward-char, org-delete-char):
10713 New commands.
10714 (org-enable-table-editor): New default value `optimized'.
10715 (org-table-blank-field): Support blanking regions if active.
10716
10717 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10718
10719 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10720 if the year is not given.
10721
10722 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10723 Add new escapes %m and %M, fixed bug with %F by adding
10724 save-match-data.
10725 (reftex-reference): Remove ?. from list of spaces.
10726 (reftex-label-info): Add automatic label prefix recognition.
10727
10728 * textmodes/reftex-index.el (reftex-index-next-phrase):
10729 Add slave parameter to call of `reftex-index-this-phrase'.
10730 (reftex-index-this-phrase): New optional argument.
10731 (reftex-index-region-phrases): Add slave parameter to call of
10732 `reftex-index-this-phrase'.
10733 (reftex-display-index): New argument redo.
10734 (reftex-index-rescan): Add 'redo to arguments of
10735 `reftex-display-index'.
10736 (reftex-index-Rescan, reftex-index-revert)
10737 (reftex-index-switch-index-tag): Add 'redo to arguments of
10738 `reftex-display-index'.
10739 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10740 indexing. Fix bug with matching is there is a quote before or
10741 after the word.
10742
10743 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10744 Fix bug when collecting citation keys in lines with comments.
10745 (reftex-citation): Prefix argument no longer rescans the document,
10746 but forces prompting for optional arguments of cite macros.
10747 (reftex-do-citation): Prompting for optional arguments implemented.
10748
10749 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10750 Add optional arguments to most cite commands.
10751 (reftex-cite-cleanup-optional-args): New option
10752 (reftex-cite-prompt-optional-args): New option.
10753 (reftex-trust-label-prefix): New option.
10754
10755 * textmodes/reftex-toc.el (reftex-toc-find-section):
10756 Add push-mark before changing the position in the buffer.
10757
10758 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10759 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
10760
10761 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
10762
10763 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10764 more carefully.
10765
10766 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10767
10768 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10769 (sgml-mode): Use it.
10770 (sgml-get-context): Better keep track of implicitly closed tags.
10771
10772 2005-01-13 Kenichi Handa <handa@m17n.org>
10773
10774 * textmodes/ispell.el: These changes are to fix misalignment error
10775 caused by equivalent characters of different Emacs charsets.
10776 (ispell-unified-chars-table): New variable.
10777 (ispell-get-decoded-string): New function.
10778 (ispell-get-casechars, ispell-get-not-casechars)
10779 (ispell-get-otherchars): Call ispell-get-decoded-string.
10780
10781 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10782
10783 * custom.el (custom-declare-variable): Just put symbol instead
10784 of (defvar . symbol) in `current-load-list'.
10785
10786 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10787
10788 * emacs-lisp/elint.el: Fixed typo in Commentary section.
10789
10790 2005-01-12 Jay Belanger <belanger@truman.edu>
10791
10792 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10793 to create a Calc summary.
10794
10795 2005-01-12 Kim F. Storm <storm@cua.dk>
10796
10797 * mouse.el (mouse-on-link-p): Change functionality and doc
10798 string to comply with latest description in lisp ref.
10799
10800 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
10801
10802 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10803 Enable mouse clicks on mode-line, header-line and margin.
10804 (event-type): Give mouse event symbols an 'event-kind property
10805 with value 'mouse-click.
10806
10807 2005-01-12 Juri Linkov <juri@jurta.org>
10808
10809 * facemenu.el (list-colors-display): Add new arg buffer-name.
10810 Use it. Fix docstring. Replace code for identifying duplicate
10811 colors by the name with call to `list-colors-duplicates' which
10812 identifies duplicate colors by the value unless the color
10813 is one of special Windows colors. Set truncate-lines to t.
10814 Print sorted duplicate color names on each line. Indent to 22
10815 \(the longest color name in rgb.txt) instead of 20. Optimize.
10816 (list-colors-duplicates): New function.
10817 (facemenu-color-name-equal): Delete function.
10818
10819 * facemenu.el (list-colors-print): New function created from code
10820 in list-colors-display. Print #RRGGBB at the window right edge.
10821 (list-colors-display): When temp-buffer-show-function is not
10822 defined, call list-colors-print from temp-buffer-show-hook
10823 to get the right value of window-width in list-colors-print
10824 after the buffer is displayed.
10825
10826 * simple.el (pop-mark): Move deactivate-mark out of conditional
10827 part to deactivate the active mark regardless of the state of the
10828 mark ring.
10829
10830 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10831 variables line in desktop files.
10832
10833 2005-01-12 Juri Linkov <juri@jurta.org>
10834
10835 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10836 Bring together isearch highlight related options.
10837 (lazy-highlight): Replace group `replace' by `matching'.
10838 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10839 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10840 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10841 and declare them obsolete.
10842 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10843 (isearch-faces): Remove defgroup.
10844 (isearch-overlay, isearch-highlight, isearch-dehighlight):
10845 Move isearch highlighting code closer to lazy highlighting code.
10846
10847 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10848 (query-replace-highlight, query-replace-lazy-highlight)
10849 (query-replace): Move definitions to the beginning of the file.
10850
10851 2005-01-11 Juri Linkov <juri@jurta.org>
10852
10853 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10854 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
10855 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10856
10857 * info.el (Info-history-forward): New variable.
10858 (Info-select-node): Reset Info-history-forward to nil.
10859 (Info-last): Turn into defalias.
10860 (Info-history-back): Rename from Info-last.
10861 Add current node to Info-history-forward.
10862 (Info-history-forward): New fun.
10863 (Info-mode-map): Replace Info-last by Info-history-back.
10864 Bind Info-history-forward to "r".
10865 (Info-mode-menu): Replace Info-last by Info-history-back.
10866 Fix menu item text. Add menu item for Info-history-forward.
10867 (info-tool-bar-map): Replace Info-last by Info-history-back.
10868 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
10869 for Info-history-forward.
10870 (Info-mode): Replace Info-last by Info-history-back in docstring.
10871 Add local variable Info-history-forward.
10872 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10873
10874 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10875
10876 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10877 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10878 Ignore select-window events rather than fiddle with
10879 mouse-autoselect-window.
10880
10881 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
10882
10883 * type-break.el (type-break-mode): Fix previous change.
10884
10885 2005-01-10 Jay Belanger <belanger@truman.edu>
10886
10887 * calc/calc-ext.el (calc-reset): Reset when inside embedded
10888 calculator; only reset when point is inside a calculator.
10889 Don't adjust the window height if the window takes up the whole height
10890 of the frame.
10891
10892 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10893
10894 * ebuff-menu.el (Electric-buffer-menu-mode):
10895 Preserve value of buffer-local var header-line-format.
10896
10897 2005-01-09 Jay Belanger <belanger@truman.edu>
10898
10899 * calc/calc.el (calc-mode-var-list-restore-saved-values):
10900 Make sure settings file exists before accessing it.
10901
10902 * calc/calc-embed.el (calc-embedded-subst):
10903 Replace math-multi-subst-rec, which is only supposed to be called
10904 by math-multi-subst, by math-multi-subst.
10905
10906 2005-01-09 Andre Spiegel <spiegel@gnu.org>
10907
10908 * vc.el (vc-allow-async-revert): New user option.
10909 (vc-disable-async-diff): New internal variable.
10910 (vc-revert-buffer): Use them to disable asynchronous diff.
10911
10912 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10913 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
10914 asynchronously if vc-disable-async-diff is t.
10915
10916 2005-01-09 Jay Belanger <belanger@truman.edu>
10917
10918 * calc/calc.el (defcalcmodevar): New macro.
10919 (calc-mode-var-list-restore-default-values)
10920 (calc-mode-var-list-restore-saved-values): New functions.
10921 (calc-mode-var-list): Use defcalcmodevar to define it.
10922 (calc-always-load-extensions, calc-line-numbering)
10923 (calc-line-breaking, calc-display-just, calc-display-origin)
10924 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10925 (calc-group-char, calc-point-char, calc-frac-format)
10926 (calc-prefer-frac, calc-hms-format, calc-date-format)
10927 (calc-float-format, calc-full-float-format, calc-complex-format)
10928 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10929 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10930 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10931 (calc-matrix-brackets, calc-language, calc-language-option)
10932 (calc-left-label, calc-right-label, calc-word-size)
10933 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10934 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10935 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10936 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10937 (calc-window-height, calc-display-trail, calc-show-selections)
10938 (calc-use-selections, calc-assoc-selections)
10939 (calc-display-working-message, calc-auto-why, calc-timing)
10940 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10941 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10942 (calc-gnuplot-default-device, calc-gnuplot-default-output)
10943 (calc-gnuplot-print-device, calc-gnuplot-print-output)
10944 (calc-gnuplot-geometry, calc-graph-default-resolution)
10945 (calc-graph-default-resolution-3d, calc-invocation-macro)
10946 (calc-show-banner): Use defcalcmodevar to declare them and set
10947 their default values.
10948
10949 * calc/calc-ext.el (calc-reset): Restore saved values of variables
10950 instead of default values (but restore default values if there is
10951 an argument of 0).
10952
10953 2005-01-09 David Kastrup <dak@gnu.org>
10954
10955 * desktop.el (desktop-restore-eager): Fix typo in type.
10956
10957 2005-01-08 Richard M. Stallman <rms@gnu.org>
10958
10959 * cus-edit.el (customize): Delete :link.
10960
10961 2005-01-08 Jay Belanger <belanger@truman.edu>
10962
10963 * calc/calc.el (calc-mode): Remove the extension from the
10964 `calc-settings-file' file name when loading it.
10965
10966 2005-01-08 Kim F. Storm <storm@cua.dk>
10967
10968 * info.el (Info-mode-map, Info-next-link-keymap)
10969 (Info-prev-link-keymap, Info-up-link-keymap):
10970 Map follow-link to mouse-face.
10971 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10972
10973 2005-01-08 Jay Belanger <belanger@truman.edu>
10974
10975 * calc/calc.el (calc-settings-file): Change default value.
10976 Suggested by cgw in a comment in calc-mode.el.
10977
10978 * calc/calc-mode.el (calc-settings-file-name):
10979 Compare calc-settings-file to user-init-file instead of ~/.emacs.
10980 Replace ~/.emacs in a prompt by calc-settings-file.
10981
10982 2005-01-07 Lars Hansen <larsh@math.ku.dk>
10983
10984 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10985 (desktop-lazy-idle-delay): New customizable variables.
10986 (desktop-buffer-args-list): New variable.
10987 (desktop-append-buffer-args): New function.
10988 (desktop-save): Call desktop-append-buffer-args for some buffers.
10989 (desktop-lazy-create-buffer): New function.
10990 (desktop-idle-create-buffers): New function.
10991 (desktop-read): Add message about buffers to restore lazily.
10992 (desktop-lazy-abort): New command.
10993 (desktop-clear): Call desktop-lazy-abort.
10994 (desktop-lazy-complete): New command.
10995
10996 2005-01-06 Richard M. Stallman <rms@gnu.org>
10997
10998 * emacs-lisp/find-func.el (find-face-definition):
10999 Rename from find-face.
11000
11001 2005-01-06 Kim F. Storm <storm@cua.dk>
11002
11003 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
11004
11005 * man.el (Man-xref-man-page, Man-xref-header-file)
11006 (Man-xref-normal-file): Add follow-link property.
11007
11008 2005-01-06 Jay Belanger <belanger@truman.edu>
11009
11010 * calc/calc-units.el: Make sure the proper macro definitions are
11011 available when compiling.
11012
11013 2005-01-06 Juri Linkov <juri@jurta.org>
11014
11015 * isearch.el (isearch-lazy-highlight-update):
11016 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
11017
11018 2005-01-06 Miles Bader <miles@gnu.org>
11019
11020 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
11021 (isearch-lazy-highlight-face): Use new name.
11022
11023 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * uniquify.el (uniquify-rationalize-file-buffer-names):
11026 Re-add an interactive spec.
11027 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
11028 to the same name.
11029
11030 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
11031 (isearch-update, isearch-done): Adjust calls accordingly.
11032
11033 2005-01-05 Richard M. Stallman <rms@gnu.org>
11034
11035 * custom.el (custom-set-variables, custom-theme-set-variables):
11036 Clarify documentation.
11037
11038 * emacs-lisp/find-func.el (find-variable)
11039 (find-variable-other-window, find-variable-other-frame):
11040 Fix the TYPE args to find-function-read and find-function-do-it.
11041 (find-function): Doc fix.
11042 (find-function-at-point): Replace function-at-point alias.
11043
11044 2005-01-04 Richard M. Stallman <rms@gnu.org>
11045
11046 * cus-face.el (custom-declare-face):
11047 Record defface in current-load-list.
11048
11049 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
11050
11051 * emacs-lisp/find-func.el: Doc fixes.
11052 (find-face-regexp): New variable.
11053 (find-function-regexp-alist): New variable.
11054 (find-function-C-source): Third arg is now TYPE.
11055 (find-function-search-for-symbol): Handle general TYPE.
11056 (find-function-read, find-function-do-it): Handle general TYPE.
11057 (find-definition-noselect, find-face): New functions.
11058 (function-at-point): Alias deleted.
11059
11060 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 * battery.el (display-battery-mode): Rename from display-battery.
11063 Handle the case where it gets turned off.
11064
11065 2005-01-04 Richard M. Stallman <rms@gnu.org>
11066
11067 * cus-edit.el (customize): Make :link point to user doc.
11068
11069 * man.el (Man-fontify-manpage): Turn off undo generation.
11070
11071 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
11072
11073 2005-01-04 Andreas Schwab <schwab@suse.de>
11074
11075 * files.el (insert-directory): Only look for error lines in
11076 inserted text. Don't move too far after processing --dired markers.
11077
11078 2005-01-04 Richard M. Stallman <rms@gnu.org>
11079
11080 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11081 Don't expand if the character is @, period, dash, etc.
11082 (define-mail-abbrev): Quote names that contain problem characters.
11083
11084 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
11085
11086 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
11087
11088 2005-01-03 Richard M. Stallman <rms@gnu.org>
11089
11090 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
11091 (query-replace-highlight, query-replace-lazy-highlight)
11092 (query-replace): Definitions moved up. Doc fix.
11093
11094 2005-01-03 Richard M. Stallman <rms@gnu.org>
11095
11096 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
11097 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
11098 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
11099 (lazy-highlight-face): Rename from isearch-lazy-...
11100 Change all references to them.
11101
11102 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
11103
11104 * cus-edit.el (custom-file): Doc fix for defcustom.
11105 (custom-file): The function no longer sets the variable
11106 `custom-file' to its return value.
11107
11108 * startup.el (command-line): No longer load `custom-file'.
11109
11110 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
11113
11114 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
11115 Don't confuse module-prefixed identifiers for labels.
11116 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
11117
11118 2005-01-02 Richard M. Stallman <rms@gnu.org>
11119
11120 * files.el (basic-save-buffer-1): Fix previous change.
11121
11122 * loadhist.el (file-loadhist-lookup): New function.
11123 (file-provides, file-requires): Use it.
11124
11125 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
11126 instead of calculating the right size.
11127
11128 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
11129
11130 * vc-svn.el (vc-svn-diff): Stay local if possible.
11131
11132 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
11135
11136 * files.el (hack-local-variables): Fix last change.
11137
11138 2005-01-02 Jay Belanger <belanger@truman.edu>
11139
11140 * calc/calc-yank.el (calc-edit-top): New variable.
11141 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
11142 object. Change header properties.
11143 (calc-edit-finish, calc-edit-finish-stack-object)
11144 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
11145 edited object.
11146 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
11147 for the beginning of the edited object.
11148 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
11149 for the beginning of the edited object.
11150 * calc/calc-prog.el (calc-edit-macro-finish-edit)
11151 (calc-finish-formula-edit, calc-macro-repeats)
11152 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
11153 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
11154 beginning of the edited object.
11155 (calc-user-define-edit): Change the header for editing macros.
11156 Remove unnecessary variable.
11157
11158 2005-01-01 Jay Belanger <belanger@truman.edu>
11159
11160 * calc/calc-yank.el (calc-edit-mode): Change default header.
11161 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
11162 * calc/calc-store.el (calc-edit-variable): Change title to match new
11163 header.
11164 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
11165 mode to match new header.
11166 (calc-user-define-edit): Change titles to include names of commands.
11167 (calc-finish-formula-edit): Adjust to handle new header.
11168 (calc-finish-macro-edit): Remove.
11169 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
11170 (calc-edit-macro-command, calc-edit-macro-command-type)
11171 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
11172 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
11173 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
11174 (calc-edit-macro-finish-edit): New functions.
11175 (calc-user-define-edit): Use new functions to edit named calc macros.
11176
11177 2005-01-01 Stefan <monnier@iro.umontreal.ca>
11178
11179 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
11180
11181 * ses.el (copy-region-as-kill): Deactivate mark.
11182
11183 2005-01-01 Richard M. Stallman <rms@gnu.org>
11184
11185 * replace.el (occur-1): If the output buffer is also an input,
11186 don't kill it, rename it.
11187
11188 * faces.el (set-face-background, set-face-foreground): Doc fix.
11189
11190 * cus-face.el (custom-face-attributes): Fix :help-echo strings
11191 for :foreground and :background.
11192
11193 * dired.el (dired-view-command-alist): Variable deleted.
11194 (dired-view-file, dired-mouse-find-file-other-window):
11195 Delete the code to use it.
11196
11197 2005-01-01 Kim F. Storm <storm@cua.dk>
11198
11199 * image.el (insert-sliced-image): Use t for line-height property.
11200
11201 2004-12-31 Jay Belanger <belanger@truman.edu>
11202
11203 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
11204 for "var-" at the beginning of the minibuffer.
11205
11206 2004-12-31 Richard M. Stallman <rms@gnu.org>
11207
11208 * faces.el (read-face-name):
11209 Don't treat an attribute spec as a list of faces.
11210
11211 * simple.el (undo): Use undo-equiv-table to detect
11212 unexpected changes since previous undo.
11213 (undo-list-saved): Variable deleted.
11214 (buffer-disable-undo): Don't alter undo-list-saved.
11215
11216 * files.el (require-final-newline): Allow `visit' and `visit-save'.
11217 (mode-require-final-newline): New option.
11218 (after-find-file): Handle require-final-newline with new values.
11219 (basic-save-buffer): Handle new values of require-final-newline.
11220
11221 * progmodes/sh-script.el (sh-require-final-newline):
11222 Alist value now controls whether to use mode-require-final-newline.
11223 (sh-set-shell): Implement that new meaning.
11224
11225 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
11226 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
11227 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
11228 Delete old-Emacs compatibility code.
11229 (antlr-c-common-init): Function deleted.
11230
11231 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
11232 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
11233 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
11234 * progmodes/python.el (python-mode): Use mode-require-final-newline.
11235 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
11236 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
11237 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
11238 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
11239 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
11240 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
11241 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
11242 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
11243 * progmodes/cfengine.el (cfengine-mode): Use
11244 mode-require-final-newline.
11245 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
11246 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
11247 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
11248
11249 2004-12-31 Jay Belanger <belanger@truman.edu>
11250
11251 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
11252 way to return to Calc.
11253
11254 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
11255 finish, C-xk as the way to cancel the edit. Add cancel routine to
11256 kill-buffer-hook.
11257
11258 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
11259 MacEdit code.
11260
11261 * calc/calc-prog.el: Remove obsolete MacEdit code.
11262 (calc-macro-edit-algebraic, calc-macro-edit-variable)
11263 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
11264
11265 2004-12-31 Kenichi Handa <handa@m17n.org>
11266
11267 * international/mule.el (buffer-file-coding-system-explicit):
11268 Rename for explicit-buffer-file-coding-system.
11269 (after-insert-file-set-coding): Adjust for the above change.
11270
11271 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
11272 to buffer-file-coding-system-explicit.
11273 (basic-save-buffer-1): Likewise.
11274
11275 2004-12-30 Richard M. Stallman <rms@gnu.org>
11276
11277 * textmodes/artist.el (artist-butlast-fn): Var deleted.
11278 (artist-butlast, artist-last): Functions deleted.
11279 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
11280 (artist-compute-key-compl-table): Call remq directly.
11281 (artist-remove-nulls): Function deleted.
11282 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
11283 (artist-push, artist-pop): Macro deleted.
11284
11285 2004-12-30 Andreas Leue <al@sphenon.de>
11286
11287 * textmodes/artist.el (artist-version): 1.2.6
11288 (artist-prev-next-op-alist): New variable.
11289 (artist-select-next-op-in-list): New function.
11290 (artist-select-prev-op-in-list): New function.
11291 (artist-make-prev-next-op-alist): New function.
11292 (artist-is-in-op-list-p): New function.
11293 (artist-get-first-non-nil-op): New function.
11294 (artist-get-last-non-nil-op): New function.
11295 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
11296 artist-prev-next-op-alist.
11297 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
11298 change drawing operation.
11299
11300 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
11301
11302 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
11303
11304 2004-12-31 Masatake YAMATO <jet@gyve.org>
11305
11306 * server.el (server-process-filter): Suppress `error', too.
11307
11308 2004-12-30 Jay Belanger <belanger@truman.edu>
11309
11310 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
11311 Change the way a variable is displayed in a message.
11312
11313 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
11314 (calc-user-define-permanent, calc-execute-kbd-macro):
11315 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
11316
11317 2004-12-30 Kenichi Handa <handa@m17n.org>
11318
11319 * files.el (basic-save-buffer-1):
11320 Set explicit-buffer-file-coding-system to last-coding-system-used.
11321 (revert-buffer): Pay attention to
11322 explicit-buffer-file-coding-system (not buffer-file-coding-system)
11323 on bind coding-system-for-read.
11324
11325 * international/mule.el (explicit-buffer-file-coding-system):
11326 New buffer local variable.
11327 (after-insert-file-set-coding): Set it to coding-system-for-read.
11328
11329 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
11330
11331 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
11332
11333 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
11334
11335 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
11336 that include line numbers.
11337
11338 2004-12-29 Milan Zamazal <pdm@zamazal.org>
11339
11340 * files.el (hack-local-variables): If no PREFIX, set it to "^".
11341 Redundant variable PREFIXLEN removed.
11342
11343 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
11344
11345 * eshell/em-hist.el (eshell-previous-matching-input):
11346 Start the deletion from the end of the output.
11347
11348 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11349
11350 * term/mac-win.el: Require x-dnd.
11351 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
11352
11353 2004-12-29 David Kastrup <dak@gnu.org>
11354
11355 * international/mule.el (decode-coding-inserted-region):
11356 Don't barf if `buffer-undo-list' is already set to `t'.
11357
11358 2004-12-29 Jay Belanger <belanger@truman.edu>
11359
11360 * calc/calc-prog.el (calc-user-define-formula): Put default values
11361 for function names in prompts.
11362 (calc-user-define-permanent, calc-user-define-composition)
11363 (calc-user-define-formula): Remove the need for "calcFunc-" in the
11364 default input for algebraic functions.
11365
11366 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
11367
11368 * vc-rcs.el (vc-rcs-annotate-command):
11369 Fix omission bug: Call `vc-setup-buffer'.
11370
11371 2004-12-29 Kenichi Handa <handa@m17n.org>
11372
11373 * international/mule.el (recode-region): New function.
11374
11375 2004-12-28 Richard M. Stallman <rms@gnu.org>
11376
11377 * simple.el (undo-extra-outer-limit): New variable.
11378 (undo-outer-limit-truncate): Test and set it.
11379
11380 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11381 enables the feature to extend the existing region.
11382
11383 * simple.el (mark-word): New arg ALLOW-EXTEND
11384 enables the feature to extend the existing region.
11385
11386 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
11387 enables the feature to extend the existing region.
11388
11389 * startup.el (site-run-file): Don't allow setting it with Custom.
11390
11391 * simple.el (buffer-disable-undo): Fix previous change.
11392
11393 2004-12-27 Masatake YAMATO <jet@gyve.org>
11394
11395 * hexl.el (hexlify-buffer): Remove fontification here.
11396 Use font lock mechanism instead.
11397 (hexl-font-lock-keywords): New font lock kewords.
11398 (hexl-mode-old-font-lock-keywords): New variable.
11399 (hexl-mode): Store the old font lock keywords.
11400 (hexl-mode-exit): Restore the old font lock keywords.
11401
11402 2004-12-27 Richard M. Stallman <rms@gnu.org>
11403
11404 * simple.el (undo): Fix previous change.
11405
11406 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11407
11408 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
11409 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
11410 Call x-open-connection on Mac OS X.
11411
11412 2004-12-27 Richard M. Stallman <rms@gnu.org>
11413
11414 * files.el (buffer-save-without-query): New var (buffer-local).
11415 (save-some-buffers): Save those buffers first, w/o asking.
11416
11417 * files.el (insert-directory-ls-version): New variable.
11418 (insert-directory): When ls returns an error, test the version
11419 number to decide what the return code means.
11420 With --dired output format, detect and distinguish lines
11421 that are really error messages.
11422 (insert-directory-adj-pos): New function.
11423
11424 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
11425
11426 * battery.el (battery-mode-line-format): Remove initial spaces.
11427
11428 * uniquify.el (uniquify-rationalize-file-buffer-names):
11429 Delete interactive spec.
11430
11431 * type-break.el (type-break-mode): Set buffer-save-without-query.
11432 Remove code that tried to set save-some-buffers-always.
11433 (type-break-file-keystroke-count): Bind deactivate-mark.
11434
11435 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
11436
11437 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
11438 Test that the buffer is live, and maybe reject current buffer too.
11439 Clarify.
11440 (next-error-find-buffer): Rewrite for clarity.
11441
11442 * loadup.el: Don't use buffer-disable-undo; do it directly.
11443
11444 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
11445 (describe-variable): Call symbol-file with `defvar'.
11446
11447 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
11448 (symbol-file): Rewritten to handle new load-history format.
11449 Now takes an arg TYPE to specify looking for a particular
11450 type of definition only.
11451
11452 * emacs-lisp/debug.el (debugger-make-xrefs):
11453 Call symbol-file with `defun'.
11454
11455 * emacs-lisp/find-func.el (find-function-noselect):
11456 Call symbol-file with `defun'.
11457 (find-variable-noselect): Call symbol-file with `defvar'.
11458
11459 * eshell/esh-cmd.el (eshell-find-alias-function):
11460 Call symbol-file with `defun'.
11461
11462 * eshell/esh-test.el (eshell-test-goto-func):
11463 Call symbol-file with `defun'.
11464
11465 * mail/rmail.el (rmail-resend):
11466 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
11467
11468 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
11469
11470 * progmodes/compile.el (compilation-find-buffer): Rename arg.
11471
11472 * textmodes/texinfmt.el (texinfo-format-buffer-1):
11473 Call buffer-disable-undo.
11474
11475 * simple.el (undo-list-saved): New variable (buffer-local).
11476 (undo): Set and test it.
11477 (buffer-disable-undo): Move here from buffer.c.
11478 Clear out undo-list-saved.
11479
11480 * international/mule.el (decode-coding-inserted-region):
11481 Set buffer-undo-list in a correct and optimal way.
11482
11483 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
11484 (cperl-font-lock-unfontify-region-function): No need to save and
11485 restore info, since font-lock.el does it for us.
11486
11487 * ansi-color.el (save-buffer-state): Definition deleted.
11488 (ansi-color-unfontify-region): Don't use save-buffer-state.
11489
11490 2004-12-27 Dave Love <fx@gnu.org>
11491
11492 * wid-edit.el (function): Use restricted-sexp as parent.
11493
11494 2004-12-27 Kevin Ryde <user42@zip.com.au>
11495
11496 * simple.el (next-matching-history-element): Use same
11497 `interactive' form as previous-matching-history-element.
11498
11499 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
11500 it can appear unencoded and has been seen from yahoo.
11501
11502 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
11503
11504 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
11505 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
11506
11507 2004-12-27 Kenichi Handa <handa@m17n.org>
11508
11509 * international/utf-8.el (utf-translate-cjk-load-tables):
11510 Bind coding-system-for-read to nil while loading subst-*.
11511
11512 2004-12-26 Jay Belanger <belanger@truman.edu>
11513
11514 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
11515 default input.
11516
11517 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
11518
11519 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
11520 before reverting and disable undo recording while reverting.
11521
11522 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
11523
11524 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
11525 (hs-make-overlay): New function.
11526 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
11527 (hs-flag-region): Delete function.
11528 (hs-hide-comment-region): No longer use `hs-flag-region'.
11529 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
11530 (hs-hide-block-at-point): Likewise.
11531 (hs-hide-level-recursive): Use `hs-discard-overlays'.
11532 (hs-hide-all, hs-show-all): Likewise.
11533 (hs-show-block): Likewise.
11534 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
11535
11536 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
11537
11538 * progmodes/hideshow.el: Require `cl' when compiling.
11539 Remove XEmacs and Emacs 19 compatibility.
11540 Use `dolist' and `add-to-list' for load-time actions.
11541 (hs-discard-overlays): Use `dolist'.
11542 (hs-show-block): Likewise.
11543
11544 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
11545
11546 * faces.el (mode-line, mode-line-inactive): Use min-colors.
11547
11548 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
11549
11550 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
11551 When extending backwards, move outside the current comment first.
11552
11553 2004-12-22 Kenichi Handa <handa@m17n.org>
11554
11555 * international/quail.el (quail-start-translation): Fix prompt
11556 string for the case if input-method-use-echo-area being non-nil.
11557 (quail-start-conversion): Likewise.
11558 (quail-show-guidance): Don't show guidance if
11559 input-method-use-echo-area is non-nil.
11560
11561 2004-12-21 Richard M. Stallman <rms@gnu.org>
11562
11563 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
11564
11565 2004-12-21 Markus Rost <rost@ias.edu>
11566
11567 * calendar/diary-lib.el (mark-diary-entries):
11568 Set mark-diary-entries-in-calendar only after checking for diary-file.
11569
11570 2004-12-21 Richard M. Stallman <rms@gnu.org>
11571
11572 * faces.el (escape-glyph): Use blue against light foreground.
11573
11574 * simple.el (undo-outer-limit-truncate): New function.
11575 (undo-outer-limit-function): Use undo-outer-limit-truncate.
11576
11577 2004-12-21 Eli Barzilay <eli@barzilay.org>
11578
11579 * calculator.el (calculator-radix-grouping-mode)
11580 (calculator-radix-grouping-digits)
11581 (calculator-radix-grouping-separator):
11582 New defcustoms for the new radix grouping mode functionality.
11583 (calculator-mode-hook): Now used in electric mode too,
11584 (calculator): Call it.
11585 (calculator-mode-map): Some new keys.
11586 (calculator-message): New function. Some new calls.
11587 (calculator-op, calculator-set-register): Use it.
11588 (calculator-string-to-number): New function, mostly moved and
11589 updated code from calculator-curnum-value.
11590 (calculator-curnum-value): Use it.
11591 (calculator-paste): Use it, and update grabbing the current-kill.
11592 (calculator-rotate-displayer)
11593 (calculator-rotate-displayer-back): Toggle digit grouping when
11594 in radix mode, use calculator-message.
11595 (calculator-displayer-prev, calculator-displayer-next):
11596 Change digit group size when in radix mode.
11597 (calculator-number-to-string): Rename from
11598 calculator-num-to-string. Now deals with digit grouping in
11599 radix mode.
11600 (calculator-update-display, calculator-put-value): Use the new name.
11601 (calculator-fact): Return a floating point number.
11602 (calculator-mode): Doc fix.
11603
11604 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11605
11606 * calendar/calendar.el (view-other-diary-entries): Add autoload.
11607 * calendar/diary-lib.el (view-other-diary-entries):
11608 Use current-prefix-arg in interactive spec.
11609
11610 2004-12-19 Jay Belanger <belanger@truman.edu>
11611
11612 * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11613 adjust the syntax of both delimiters of half-open intervals.
11614
11615 2004-12-19 Kim F. Storm <storm@cua.dk>
11616
11617 * mouse.el (mouse-1-click-follows-link): Doc fix.
11618
11619 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11620
11621 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
11622 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
11623 instead of centraleuropean as the name
11624
11625 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
11626
11627 Sync with Tramp 2.0.46.
11628
11629 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
11630 parameters wrt Tramp convention.
11631 (tramp-handle-file-attributes-with-perl)
11632 (tramp-handle-directory-files-and-attributes): Apply it.
11633 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
11634 `copy-program'. Reported by Zack Weinberg
11635 <zack@codesourcery.com>.
11636 (top): Set `edebug-form-spec' property directly rather than
11637 calling `def-edebug-spec'.
11638
11639 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
11640 advice less fragile. Surround temporary redefinition of
11641 `substitute-in-file-name' with `unwind-protect'. Suggested by
11642 Matt Hodges <MPHodges@member.fsf.org>.
11643
11644 2004-12-17 Juri Linkov <juri@jurta.org>
11645
11646 * replace.el (occur-accumulate-lines, occur-engine):
11647 Make forcing deferred font-lock fontification jit-specific.
11648
11649 2004-12-17 Kim F. Storm <storm@cua.dk>
11650
11651 * mouse.el (mouse-1-click-follows-link): New defcustom.
11652 (mouse-on-link-p): New function.
11653 (mouse-drag-region-1): Implement mouse-1-click-follows-link
11654 functionality. Map a mouse-1 click event into a mouse-2 (or
11655 other) event when position is inside a link.
11656
11657 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11658 prefix in tooltip text with "mouse-1" when this is a link
11659 recognized by mouse-1-click-follows-link functionality.
11660
11661 * help.el (describe-key): Report effective and original binding
11662 for mouse-1 when clicked on a link.
11663 (describe-mode): Add follow-link property to "minor-mode" button.
11664
11665 * help-fns.el (describe-variable): Add follow-link property to
11666 "below" button.
11667
11668 * help-mode.el (help-xref): Add follow-link property.
11669
11670 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11671 (apropos-command, apropos-variable, apropos-face, apropos-group)
11672 (apropos-widget, apropos-plist): Add follow-link property.
11673
11674 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11675 checks if position is in a filename, rather than some other
11676 clickable item. Function looks for cvs-filename-face at position.
11677
11678 * wid-edit.el (widget-specify-field, widget-specify-button):
11679 Map a :follow-link keyword into a follow-link property.
11680 (link): Add :follow-link keyword, map to RET binding.
11681
11682 * dired.el (dired-mode-map): Map follow-link to mouse-face.
11683
11684 * progmodes/compile.el (compilation-minor-mode-map)
11685 (compilation-button-map, compilation-mode-map): Likewise.
11686
11687 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
11688
11689 * play/zone.el (zone): Init `line-spacing' from orig buffer.
11690 (zone-replace-char): Take `count' and `del-count'
11691 instead of `direction'. Update callers. When `del-count' is
11692 non-nil, delete that many characters, otherwise `count' characters
11693 backwards. Insert the newly-replaced string `count' times.
11694 (zone-fret): Handle chars w/ width greater than one.
11695 (zone-fall-through-ws): No longer take window width `ww'.
11696 Update callers. Add handling for `char-width' greater than one.
11697 (zone-pgm-drip): Update var holding window-end position every cycle.
11698
11699 2004-12-17 Andre Spiegel <spiegel@gnu.org>
11700
11701 * vc.el (vc-default-update-changelog): Use insert-file-contents,
11702 rather than insert-file.
11703
11704 2004-12-16 Jay Belanger <belanger@truman.edu>
11705
11706 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
11707 (math-init-random-base, math-random-digit): Check to see if
11708 var-RandSeed is bound.
11709 (math-random-last): Declare it.
11710 (math-random-digit): Don't make math-random-last local.
11711
11712 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
11713
11714 * play/zone.el (zone): Fix omission bug: Use a self-disabling
11715 one-shot thunk for uniform (error, quit, normal) recovery.
11716 Reported by John Paul Wallington.
11717 (zone-pgm-random-life): Fix bug:
11718 Recognize empty initial field by lack of "@" chars.
11719
11720 2004-12-16 Juri Linkov <juri@jurta.org>
11721
11722 * help.el (function-called-at-point):
11723 * help-fns.el (variable-at-point): As a last resort try stripping
11724 non-word prefixes and suffixes.
11725
11726 * descr-text.el (describe-property-list): Don't treat syntax-table
11727 specially. Use describe-text-sexp which inserts [show] button
11728 for large objects and handles printing errors. Sort properties
11729 by names in alphabetical order instead of by value sizes.
11730 Add `mouse-face' to list of properties for `describe-face' widget.
11731 (describe-char): Mask out face-id from 19 bits of character.
11732 Print face-id separately.
11733
11734 * replace.el (occur-accumulate-lines, occur-engine):
11735 Fontify unfontified matching lines in the source buffer
11736 before copying them.
11737 (occur-engine): Don't put mouse-face on context lines.
11738 (occur-next-error): Set point to line beginning/end
11739 before searching for prev/next property to skip multiple
11740 matches on a line (not supported by occur engine).
11741 Remove redundant prefix-numeric-value.
11742
11743 2004-12-15 Juri Linkov <juri@jurta.org>
11744
11745 * replace.el (match): New face.
11746 (list-matching-lines-face): Change default from `bold' to `match'.
11747
11748 * progmodes/grep.el (grep-match-face): New defvar.
11749 (grep-mode-font-lock-keywords): Use grep-match-face instead of
11750 compilation-column-face to highlight grep matches.
11751
11752 * apropos.el (apropos-match-face): Change default from
11753 `secondary-selection' to `match'.
11754
11755 * info-look.el (info-lookup-highlight-face): Change default from
11756 `highlight' to `match'.
11757
11758 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
11759
11760 * progmodes/executable.el (executable-interpret): Eliminate
11761 obsolete compile-internal, and switch to comint for interaction.
11762
11763 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
11764
11765 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11766 `&&' when skipping multiple statements on a line.
11767
11768 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
11769
11770 * play/zone.el (zone): Set `truncate-lines'.
11771 Also, init `tab-width' with value from original buffer.
11772 (zone-shift-up): Rewrite for speed.
11773 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11774 (zone-pgm-jitter): Remove redundant entries from ops vector.
11775 (zone-exploding-remove): Reduce iteration count.
11776 (zone-cpos): Convert to defsubst.
11777 (zone-replace-char): New defsubst.
11778 (zone-park/sit-for): Likewise.
11779 (zone-fret): Take window-start arg.
11780 Update callers. Use `zone-park/sit-for'.
11781 (zone-fill-out-screen): Rewrite.
11782 (zone-fall-through-ws): Likewise. Update callers.
11783 (zone-pgm-drip): Use `zone-replace-char'.
11784 Move var inits before while-loop. Use `zone-park/sit-for'.
11785 (zone-pgm-random-life): Handle empty initial field.
11786 Use `zone-replace-char' and `zone-park/sit-for'.
11787
11788 2004-12-15 Juri Linkov <juri@jurta.org>
11789
11790 * isearch.el (isearch-update): Test isearch-lazy-highlight
11791 before calling isearch-lazy-highlight-new-loop.
11792 (isearch-lazy-highlight-new-loop):
11793 Don't test isearch-lazy-highlight.
11794
11795 * replace.el (perform-replace): Add isearch-case-fold-search.
11796 Use delimited-flag for isearch-regexp.
11797 Reset isearch-lazy-highlight-last-string to force lazy
11798 highlighting when called from isearch mode.
11799 (query-replace-highlight): Revert defcustom type to boolean.
11800 (query-replace-lazy-highlight): New defcustom.
11801 (query-replace): New face.
11802 (perform-replace, replace-highlight, replace-dehighlight):
11803 Test query-replace-lazy-highlight instead of special value
11804 `isearch' of query-replace-highlight.
11805 (replace-dehighlight): Don't call isearch-dehighlight.
11806 (replace-highlight): Don't call isearch-highlight.
11807 Use face `query-replace' unconditionally.
11808
11809 2004-12-14 Kim F. Storm <storm@cua.dk>
11810
11811 * simple.el (inhibit-mark-movement): Remove defvar.
11812 (beginning-of-buffer, end-of-buffer): Don't use it.
11813
11814 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11815 Don't use inhibit-mark-movement.
11816
11817 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11818 (cua--undo-push-mark): Remove.
11819 (cua--pre-command-handler, cua--post-command-handler):
11820 Don't fiddle with inhibit-mark-movement.
11821
11822 2004-12-14 Juri Linkov <juri@jurta.org>
11823
11824 * buff-menu.el (list-buffers-noselect): Collect internal info
11825 for every buffer in BUFFER-LIST arg too.
11826 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11827 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11828 Bind same-window-buffer-names and same-window-regexps to nil.
11829
11830 2004-12-13 Juri Linkov <juri@jurta.org>
11831
11832 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
11833
11834 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11835 (sc-cite-region, sc-uncite-region, sc-recite-region):
11836 Fix previous change to handle not alist as a symbol, but
11837 a citation frame as a symbol that represents a variable name.
11838
11839 2004-12-13 Richard M. Stallman <rms@gnu.org>
11840
11841 * filecache.el (file-cache-add-directory-using-find):
11842 Only set up file-cache-find-command-posix-flag if we will use it.
11843
11844 * bindings.el (mode-line-buffer-identification-keymap):
11845 Don't cancel the mode-line's usual down-mouse-1 binding.
11846
11847 * cus-edit.el (custom-face-selected): Handle `default' specs.
11848 (custom-face-edit): Increase extra-offset.
11849 (custom-display): Handle `default' specs.
11850
11851 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11852
11853 * emacs-lisp/elint.el (elint-standard-variables)
11854 (elint-unknown-builtin-args): Move definitions up.
11855
11856 * net/browse-url.el (browse-url-url-at-point): Add autoload.
11857
11858 * info.el (info-xref-visited): Use `default' instead of t.
11859 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11860
11861 * faces.el (header-line, mode-line-inactive, tool-bar):
11862 Use `default' instead of t for setting the defaults.
11863 (face-spec-choose): Separate `t' from `default'.
11864
11865 * subr.el (while-no-input): New macro.
11866
11867 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
11868
11869 * filecache.el (file-cache-add-directory-using-find):
11870 Only test file-cache-find-command-posix-flag on some systems.
11871
11872 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11873
11874 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11875 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11876 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11877 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11878 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
11879 annotate.
11880
11881 2004-12-12 Juri Linkov <juri@jurta.org>
11882
11883 * files.el (find-file-other-window, find-file-other-frame):
11884 Add the first buffer to the returned value to return the complete
11885 list of all visited buffers.
11886 (find-file-read-only, find-file-read-only-other-window)
11887 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11888 `find-file-read-args'. Signal an error about non-existent file
11889 only if file name doesn't contain wildcards. Toggle read-only in
11890 all visited buffers.
11891 (find-alternate-file, find-alternate-file-other-window):
11892 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
11893 called interactively. Pass arg `wildcards' to other functions.
11894 (find-file-noselect): Doc fix.
11895
11896 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11897 Doc fix.
11898 (ffap-directory-finder): New variable.
11899 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11900 (ffap-file-at-point): Add /* to immediately rejected names.
11901 Return absolute file names matching ffap-dired-wildcards.
11902 (ffap-read-file-or-url): Set default value for `completing-read'
11903 to `buffer-file-name'.
11904 (find-file-at-point): When filename matches ffap-dired-wildcards,
11905 call ffap-file-finder with t arg `wildcards', instead of dired.
11906 (ffap-other-window, ffap-other-frame): Return visited buffers.
11907 (ffap-read-only, ffap-read-only-other-window)
11908 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11909 (dired-at-point): Call ffap-directory-finder instead of dired.
11910 (ffap-dired-other-window, ffap-dired-other-frame)
11911 (ffap-list-directory): New commands.
11912 (ffap-bindings): New keybindings for new commands.
11913
11914 2004-12-12 Juri Linkov <juri@jurta.org>
11915
11916 * simple.el (beginning-of-buffer, end-of-buffer):
11917 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11918 Do not push mark when mark is active in transient-mark-mode.
11919
11920 * simple.el (mark-word):
11921 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11922 * textmodes/paragraphs.el (mark-paragraph):
11923 Extend the region when mark is active in transient-mark-mode,
11924 regardless of the last command. Doc fix.
11925
11926 * simple.el (mark-word): Preserve direction when repeating.
11927 Make arg optional. Interactive "p" -> "P".
11928 (transient-mark-mode, inhibit-mark-movement): Doc fix.
11929
11930 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11931 preserving direction, to mark forward instead of backward when mark
11932 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11933
11934 2004-12-12 Juri Linkov <juri@jurta.org>
11935
11936 * isearch.el (isearch-edit-string): Set 7th arg of
11937 `read-from-minibuffer' to `t' to inherit the current input
11938 method (whose name is indicated by [IM] in the minibuffer prompt)
11939 from the current buffer to the minibuffer.
11940 (isearch-lazy-highlight-update): Put body to `with-local-quit'
11941 to allow C-g quitting for lazy highlighting looping inside the
11942 search with nested repetition operators. Add overlay to the list
11943 before setting its face and other properties to avoid the case of
11944 code quitting after placing the new overlay but before it's
11945 recorded on the list. Select the window where isearch was
11946 activated, to highlight matches in the right window when isearch
11947 switches the current window to the minibuffer.
11948
11949 * international/isearch-x.el
11950 (isearch-process-search-multibyte-characters):
11951 Use `isearch-message' as initial input for `read-string' instead
11952 of adding it to the minibuffer prompt. After reading a string
11953 remove the initial value of `isearch-message' from the string.
11954
11955 * replace.el (replace-match-maybe-edit): Doc fix.
11956 (perform-replace): Don't call `replace-highlight' when automatic
11957 replacement is requested in literal mode, since it is intended
11958 only to highlight words during entering a new replacement string
11959 for \? in non-literal mode.
11960
11961 * replace.el (query-replace-highlight): Add new value `isearch'
11962 that allows query replacement to use isearch highlighting.
11963 Change type from `boolean' to `choice'. Doc fix.
11964 (replace-highlight, replace-dehighlight, perform-replace):
11965 Use isearch highlighting if query-replace-highlight eq `isearch'.
11966
11967 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
11968
11969 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11970 (checkdoc-message-text, checkdoc-defun): Fix format messages for
11971 `error'.
11972
11973 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11974 case of \end{verbatim}.
11975
11976 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11977
11978 * term.el (term-termcap-format): Synchronize with terminfo.
11979 (term-emulate-terminal): Handle reset.
11980 (term-reset-terminal): New function.
11981
11982 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
11983
11984 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11985 (zone-fill-out-screen): New func.
11986 (zone-pgm-drip): Use `zone-fill-out-screen'.
11987 Also, no longer go to point-min on every cycle.
11988 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11989 (zone-pgm-random-life-wait): New user var.
11990 (zone-pgm-random-life): New func.
11991
11992 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
11993
11994 * files.el (auto-mode-alist): Map .com to DCL mode.
11995
11996 2004-12-09 Richard M. Stallman <rms@gnu.org>
11997
11998 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11999
12000 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
12001
12002 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
12003 buffer with a display margin.
12004
12005 2004-12-08 Jay Belanger <belanger@truman.edu>
12006
12007 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
12008 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
12009
12010 2004-12-08 Richard M. Stallman <rms@gnu.org>
12011
12012 * faces.el: Delete code to set display table.
12013 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
12014
12015 2004-12-08 Jay Belanger <belanger@truman.edu>
12016
12017 * calc/calc.el: Add math-read-preprocess-string to autoloads.
12018
12019 * calc/calc-ext.el (math-read-replacement-list)
12020 (math-read-superscripts, math-read-preprocess-string): Move to
12021 calc-aent.el.
12022
12023 * calc/calc-aent.el (math-read-replacement-list)
12024 (math-read-superscripts, math-read-preprocess-string): Move from
12025 calc-ext.el.
12026
12027 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12028
12029 * isearch.el (isearch-quote-char): Fix up typo in last change.
12030
12031 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
12032
12033 * mouse.el (mouse-set-font): Handle the case where the command was
12034 not invoked using the mouse.
12035
12036 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
12037 (edmacro-finish-edit): Further update for keyboard macros that are
12038 lambda forms.
12039 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
12040
12041 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * font-lock.el (font-lock-unfontify-region): Save buffer state.
12044 (font-lock-default-unfontify-region): Don't save buffer state any more.
12045
12046 2004-12-07 Jay Belanger <belanger@truman.edu>
12047
12048 * calc/calc-help.el (calc-describe-key):
12049 Set calc-summary-indentation even when Calc Summary buffer exists.
12050
12051 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
12052
12053 * calendar/holidays.el (holiday-easter-etc): Make arguments
12054 optional for backwards compatibility. Doc fix.
12055 Remove un-necessary local vars mandatory, output-list.
12056 (holiday-advent): Make arguments optional for backwards
12057 compatibility. Doc fix.
12058
12059 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12060
12061 * paren.el (show-paren-function): Fix last change (2004-12-02).
12062
12063 * international/mule-util.el (char-displayable-p): Return nil for
12064 unibyte mode.
12065
12066 * subr.el (subregexp-context-p): New function.
12067
12068 * isearch.el (isearch-quote-char): Use it.
12069
12070 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
12071 (regexp-opt-not-groupie*-re): Remove.
12072 (regexp-opt): Properly handle inputs with duplicate entries.
12073
12074 2004-12-06 Richard M. Stallman <rms@gnu.org>
12075
12076 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
12077
12078 * cus-edit.el (custom-file): Doc fix.
12079
12080 * textmodes/org.el: New file.
12081
12082 2004-12-06 Kenichi Handa <handa@m17n.org>
12083
12084 * ldefs-boot.el: Update international/mule-util.el section.
12085
12086 2004-12-05 Sam Steingold <sds@gnu.org>
12087
12088 * net/tramp.el (tramp-handle-file-accessible-directory-p):
12089 Fix `tramp-time-diff' comparison logic.
12090
12091 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
12092
12093 * progmodes/which-func.el (which-function):
12094 Use `run-hook-with-args-until-success' instead of a custom loop.
12095 Fixes bug with local hooks.
12096
12097 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12098
12099 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
12100 Use delete-dups when calculating the initial value.
12101 (bibtex-autokey-get-title): Use <=.
12102 (bibtex-goto-line): New function.
12103 (bibtex-reposition-window): Use line numbers instead of point
12104 positions. Use window-body-height.
12105 (bibtex-find-crossref): Use bibtex-reposition-window.
12106 (bibtex-find-entry): Use bibtex-reposition-window. Always return
12107 position of entry if key is found or nil if not found.
12108
12109 2004-12-05 Richard M. Stallman <rms@gnu.org>
12110
12111 * cus-edit.el (custom-file): Doc fix.
12112
12113 * progmodes/sh-script.el (sh-indent-for-then): Change default.
12114
12115 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12116
12117 * simple.el (blink-matching-open):
12118 * textmodes/tex-mode.el (tex-validate-region):
12119 Obey syntax-table text properties.
12120
12121 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
12122
12123 * wid-edit.el (widget-specify-field): Add `real-field' property to
12124 boundary.
12125 (widget-field-at): Use it.
12126
12127 2004-12-02 Richard M. Stallman <rms@gnu.org>
12128
12129 * progmodes/cc-mode.el (awk-mode autoload):
12130 Supply t meaning interactive function.
12131
12132 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
12133 (isearch-mode-map): No special definition for space.
12134 (isearch-whitespace-chars): Command deleted.
12135 (isearch-forward-regexp): Doc fix.
12136 (isearch-quote-char): When a space is not inside brackets,
12137 use `[ ]' instead of just space.
12138 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
12139
12140 * imenu.el (imenu--generic-function): Delete code to exclude
12141 matches in comments.
12142
12143 * man.el (Man-reverse-face): Change default to `highlight'.
12144
12145 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
12146 (occur-engine): Use `face' prop rather than `font-lock-face'
12147 when specifying use of `match-face'.
12148 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
12149
12150 * emacs-lisp/elint.el (elint-standard-variables): Update list.
12151
12152 * add-log.el (add-log-current-defun): Handle the case where point
12153 is in the header part of a DEFUN construct.
12154
12155 2004-12-02 Dave Love <fx@gnu.org>
12156
12157 * progmodes/python.el (python-font-lock-syntactic-keywords):
12158 Fix previous change.
12159
12160 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
12161
12162 * paren.el (show-paren-function): Check for matching chars
12163 specified by text props.
12164
12165 2004-12-02 Jay Belanger <belanger@truman.edu>
12166
12167 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
12168 when reading a new key sequence.
12169
12170 2004-12-02 Kim F. Storm <storm@cua.dk>
12171
12172 * faces.el (escape-glyph): Rename from glyph.
12173 (standard-display-table): Set it here. Add escape-glyph face to
12174 extra slot characters.
12175
12176 * disp-table.el: Undo 2004-12-01 change. Display table is now
12177 setup in faces.el.
12178
12179 2004-12-02 Mark A. Hershberger <mah@everybody.org>
12180
12181 * xml.el (xml-parse-dtd): Don't show validity messages when
12182 xml-validating-parser is nil.
12183 (xml-substitute-special): Fix validity error messages to
12184 actually show the unexpandable entity. Added validity error if &
12185 isn't followed by an entity.
12186 (xml-parse-tag): Concatenate any string following the a
12187 <![CDATA[]]> section to the parsed CDATA.
12188 (xml-parse-dtd): Skip parameter entity declarations and use of
12189 parameter entities.
12190
12191 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
12192
12193 * kmacro.el (kmacro-default-counter-format): New var.
12194 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
12195 (kmacro-display): Remove `nil' from `and' form. Delete call to
12196 `format' inside `message'.
12197 (kmacro-start-macro): Use `kmacro-default-counter-format'.
12198
12199 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12200
12201 * pcvs.el (cvs-header-msg): New function.
12202 (cvs-update-header): Use it. Change calling convention.
12203 Correctly handle the case of having simultaneous active processes.
12204 (cvs-sentinel): Don't call cvs-update-header any more.
12205 (cvs-mode-run): Update call and add cvs-update-header to postproc.
12206
12207 2004-12-01 Jay Belanger <belanger@truman.edu>
12208
12209 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
12210 Change message.
12211
12212 2004-12-01 Juri Linkov <juri@jurta.org>
12213
12214 * progmodes/prolog.el (prolog-mode-variables):
12215 Fix imenu-generic-expression.
12216
12217 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
12218
12219 * faces.el (glyph): New face.
12220
12221 * disp-table.el: Add an autoloaded table, that doesn't require
12222 this library, with glyph face.
12223
12224 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
12225 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
12226 (conf-quote-normal): Allow normalizing only ' or ".
12227 (conf-mode): Regexp-quote constructed comment-start and don't
12228 match section {} where "name" contains braces.
12229
12230 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
12231 files.
12232
12233 2004-12-01 Kenichi Handa <handa@m17n.org>
12234
12235 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
12236 (x-select-text): Don't treat eight-bit-control/graphic chars
12237 specially. Store the encoded text in the X cut buffer.
12238 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
12239 with x-last-selected-text-cut-encoded.
12240
12241 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12242
12243 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
12244
12245 2004-11-30 Markus Rost <rost@ias.edu>
12246
12247 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
12248 AUCTeX.
12249
12250 2004-11-30 Jay Belanger <belanger@truman.edu>
12251
12252 * calc/calc-arith.el (math-possible-signs): Made stronger checks
12253 on signs of intervals.
12254 (math-pow-of-zero): Strengthen checks for positive and negative
12255 exponents.
12256
12257 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
12258 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
12259 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
12260 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
12261 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
12262 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
12263 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
12264 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
12265 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
12266 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
12267 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
12268 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
12269 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
12270 functions with provide statements.
12271
12272 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
12273
12274 * calc/calc-embed.el (calc-do-embedded-activate): Remove from
12275 autoloads.
12276
12277 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
12278 (calc-load-everything, math-defsimplify): Replace dummy autoloading
12279 functions by require statements.
12280 (math-defsimplify): Move to calc-alg.el, add to autoloads.
12281
12282 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12283 (calc-gnuplot-print): Give them values.
12284
12285 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
12286 autoloads.
12287 Add calc-do-embedded-activate to autoloads.
12288 (calc-gnuplot-name, calc-gnuplot-plot-command)
12289 (calc-gnuplot-print-command): Move them to calc-graph.el.
12290
12291 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12292
12293 * term/mac-win.el (ccl-encode-mac-roman-font)
12294 (ccl-encode-mac-cyrillic-font)
12295 (ccl-encode-mac-centraleuropean-font, encoder-list)
12296 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
12297 Support Cyrillic, CentralEuropean, and Dingbat font display
12298
12299 2004-11-30 Andre Spiegel <spiegel@gnu.org>
12300
12301 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
12302
12303 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
12304 still nil.
12305
12306 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
12307
12308 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
12309 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
12310
12311 2004-11-29 Jay Belanger <belanger@truman.edu>
12312
12313 * calc/calc-arith.el (math-pow-of-zero): Take into account different
12314 cases of the base and exponent.
12315
12316 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
12317
12318 * simple.el (next-error-buffer-p): Allow for inclusive and
12319 exclusive tests for finding a buffer.
12320 (next-error-find-buffer): Pass the exclusive and inclusive tests
12321 to next-error-buffer-p.
12322
12323 * replace.el (occur-next-error): Switch to the Occur buffer when
12324 appropriate, use the exclusive filter to next-error-find-buffer to
12325 do it. Use the absolute value of the motion amount.
12326
12327 2004-11-29 Kenichi Handa <handa@m17n.org>
12328
12329 * startup.el (command-line): Decode all default-directory by
12330 locale-coding-system.
12331
12332 2004-11-29 Jay Belanger <belanger@truman.edu>
12333
12334 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
12335 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
12336 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
12337 Replace calls to calc-extensions by appropriate require, replace
12338 calc-extensions-loaded by appropriate featurep.
12339
12340 * calc/calc-ext.el: Move require to end of file. Remove redundant
12341 loading of calc.el.
12342 (calc-extensions-loaded): Remove unnecessary variable.
12343 (calc-extensions): Remove unnecessary function.
12344 (calc-load-everything): Replace calc-need-macros by appropriate
12345 require.
12346
12347 * calc/calc-macs.el: Move provide to end of file.
12348 (calc-need-macros): Remove unnecessary function.
12349
12350 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
12351 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
12352 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
12353 Replace calc-extensions by appropriate require.
12354 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
12355
12356 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
12357 Replace calc-need-macros by appropriate require.
12358
12359 * calc/calc.el: Move require to end of file.
12360 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
12361 Remove unnecessary variable.
12362 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
12363 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
12364 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
12365 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
12366 (math-stack-value-offset, math-format-value, math-format-flat-expr)
12367 (math-format-number, math-format-bignum, math-read-number)
12368 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
12369 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
12370 by appropriate require.
12371 (calc-check-defines): Replace calc-need-macros by appropriate require.
12372
12373 2004-11-29 Kim F. Storm <storm@cua.dk>
12374
12375 * macros.el (insert-kbd-macro): Handle kmacro functions.
12376
12377 2004-11-28 Juri Linkov <juri@jurta.org>
12378
12379 * compare-w.el (compare-windows-highlight): Attach each overlay
12380 to its window to properly highlight differences while comparing
12381 two windows of the same buffer. Fix arguments.
12382 (compare-windows-sync-default-function): Fix arguments of
12383 `compare-windows-highlight'.
12384
12385 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
12386 Use `read-expression-history'. Set initial contents only if
12387 `edebug-global-break-condition' is non-nil. Set histpos to 1
12388 if initial contents is equal to the last history element.
12389 (edebug-set-conditional-breakpoint): Instead of temporarily
12390 prepending the current condition to the history, set initial
12391 contents to the current condition. Set histpos to 1 if initial
12392 contents is equal to the last history element.
12393
12394 * info.el (Info-search-whitespace-regexp): Remove shy group.
12395 (Info-search): Forward line if search is on the header line.
12396 Use search-whitespace-regexp in two other places.
12397
12398 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
12399
12400 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
12401 warning. Delay real definition, which uses
12402 `set-fringe-indicators-1' till after the definition of that function.
12403
12404 2004-11-28 Kim F. Storm <storm@cua.dk>
12405
12406 * fringe.el (fringe): New defgroup.
12407 (fringe-mode): Move to fringe group.
12408 (fringe-indicators): New defcustom.
12409 (set-fringe-indicators-1): New defun.
12410
12411 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
12412 (menu-bar-showhide-fringe-ind-menu): New keymap.
12413 (menu-bar-showhide-fringe-ind-empty)
12414 (menu-bar-showhide-fringe-ind-mixed)
12415 (menu-bar-showhide-fringe-ind-box)
12416 (menu-bar-showhide-fringe-ind-right)
12417 (menu-bar-showhide-fringe-ind-left)
12418 (menu-bar-showhide-fringe-ind-none): New defuns.
12419 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
12420
12421 2004-11-27 Richard M. Stallman <rms@gnu.org>
12422
12423 * comint.el (comint-read-noecho): Add trivial compatibility definition.
12424
12425 * generic.el (define-generic-mode): Doc fix.
12426
12427 * menu-bar.el (menu-bar-options-save): For the options
12428 that are toggled with menu-bar-make-mm-toggle, don't check
12429 for customized-value prop.
12430
12431 2004-11-27 Eli Zaretskii <eliz@gnu.org>
12432
12433 * mail/supercite.el (sc-cite-region): Handle the case where
12434 sc-cite-frame-alist is a symbol.
12435 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
12436 a symbol.
12437 (sc-recite-region): Handle the case where sc-recite-frame-alist is
12438 a symbol.
12439
12440 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12441
12442 * wid-edit.el (widget-narrow-to-field): New function.
12443 (widget-complete): Use it.
12444
12445 2004-11-27 Jay Belanger <belanger@truman.edu>
12446
12447 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
12448 variable.
12449 (calc-eval-error): Don't check if the variable calc-eval-error is
12450 bound.
12451 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
12452 (math-alg-inequalities): Move declaration to earlier in the file.
12453
12454 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
12455 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
12456 Declare them.
12457
12458 * calc/calc-lang.el (math-expr-data, math-expr-token)
12459 (math-exp-old-pos): Declare them.
12460
12461 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
12462 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
12463
12464 2004-11-27 Kim F. Storm <storm@cua.dk>
12465
12466 * progmodes/flymake.el: Use (featurep 'xemacs).
12467 (flymake-makehash): Change to defsubst. Use fboundp.
12468 (flymake-time-to-float): Remove.
12469 (flymake-float-time): Merge code from flymake-time-to-float here.
12470 (flymake-replace-regexp-in-string): Change to defsubst.
12471 (flymake-split-string-remove-empty-edges):
12472 Rename to flymake-split-string.
12473 (flymake-split-string): Remove previous defalias.
12474 (flymake-get-temp-dir): Change to defsubst.
12475 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
12476 Define for xemacs only.
12477 (flymake-master-file-count-limit): Change into compiler defvar only.
12478 (flymake-find-possible-master-files): Let-bind it dynamically while
12479 sorting files using flymake-master-file-compare.
12480
12481 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12482
12483 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
12484 of defun-prompt-regexp matches inside a comment/string but the
12485 beginning is correctly outside everything.
12486
12487 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
12488 appears within a string or a comment.
12489
12490 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
12491 rather than make-symbol for symbols which are used in
12492 a symbol-macrolet or equivalent.
12493
12494 2004-11-26 Jay Belanger <belanger@truman.edu>
12495
12496 * calc-misc.el (calc-last-why-command): Declare it.
12497
12498 * calc-vec.el (math-grade-vec): New variable.
12499 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12500 Replace variable grade-vec by declared variable.
12501 (math-rb-close): New variable.
12502 (math-read-brackets, math-read-vector): Replace variable close by
12503 declared variable.
12504
12505 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12506 (calc-one-window, calc-edit-handler, calc-restore-trail)
12507 (calc-allow-ret): Declare them.
12508
12509 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
12510 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12511 (math-radix-float-cache-tag, math-random-cache)
12512 (math-max-digits-cache, math-integral-cache, math-units-table)
12513 (math-format-date-cache, math-holidays-cache-tag): Declare them.
12514 (math-moc-func): New variable.
12515 (math-map-over-constants, math-map-over-constants-rec):
12516 Replace variable func by declared variable.
12517
12518 * calc/calc-store.el (calc-given-value, calc-store-opers):
12519 Declare them.
12520 (calc-var-name-map): Move declaration to earlier in the file.
12521 (calc-pv-pos): New variable.
12522 (calc-permanent-variable, calc-insert-permanent-variable):
12523 Replace variable pos by declared variable.
12524
12525 * calc/calc-mtx.el (calc-det-lu): New variable.
12526 (math-det-raw, math-det-step): Replace variable lu by declared
12527 variable.
12528
12529 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
12530 (math-multi-subst, math-multi-subst-rec): Replace variables temp
12531 and arg by declared variables.
12532 (calcFunc-reducer): Fix incorrect variable.
12533 (math-inner-mul-func, math-inner-add-func): New variables.
12534 (calcFunc-inner, math-inner-mats): Replace variables mul-func
12535 and add-func by declared variables.
12536
12537 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
12538 (calc-digit-value): Declare them.
12539
12540 * calc/calc-help.el (Info-history): Declare it.
12541 (calc-describe-key): Make calc-summary-indentation a local variable.
12542 (calc-help-long-names): Move declaration to earlier in file.
12543
12544 * calc/calc-embed.el (calc-original-buffer): Declare it.
12545 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
12546 (calc-embed-bot): New variables.
12547 (calc-do-embedded, calc-embedded-mark-formula)
12548 (calc-embedded-find-bounds, calc-embedded-duplicate)
12549 (calc-embedded-new-formula, calc-embedded-make-info):
12550 Replace vars outer-top, outer-bot, bot and top by declared variables.
12551 (calc-embed-prev-modes): New variable.
12552 (calc-embedded-set-modes, calc-embedded-update): Replace variable
12553 prev-modes with declared variable.
12554 (calc-embed-vars-used): New variable.
12555 (calc-embedded-make-info, calc-embedded-evaluate-expr)
12556 (calc-embedded-update, calc-embedded-find-vars): Replace variable
12557 vars-used by declared variable.
12558
12559 * calc/calc-bin.el (math-format-radix-float): Make pos a local
12560 variable.
12561 (math-format-radix-float): Remove unnecessary setq.
12562 (math-radix-float-cache): Declare it.
12563
12564 * calc/calcsel2.el (calc-keep-selection): Declare it.
12565
12566 * calc/calc-maint.el: Remove file.
12567
12568 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12569
12570 * textmodes/bibtex.el (bibtex-sort-entry-class)
12571 (bibtex-comment-start): Use defcustom.
12572 (bibtex-entry-field-alist): Use nil if initial content of the
12573 field is undefined. Fix docstring.
12574 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
12575 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
12576 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
12577 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
12578 Fix docstring.
12579 (bibtex-autokey-title-terminators): Use only one regexp.
12580 (bibtex-string-maybe-empty-head): New variable.
12581 (bibtex-remove-delimiters-string): New function.
12582 (bibtex-text-in-field-bounds, bibtex-text-in-string):
12583 Use bibtex-remove-delimiters-string.
12584 (bibtex-progress-message, bibtex-field-left-delimiter)
12585 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
12586 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
12587 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
12588 Simplify.
12589 (bibtex-format-entry): Use save-excursion for inherited booktitle.
12590 Use eq and bibtex-remove-delimiters-string. For end markers use
12591 insertion type so that marker stays after inserted text.
12592 (bibtex-autokey-get-names): Return empty string if name is missing.
12593 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
12594 calling bibtex-autokey-name-case-convert.
12595 (bibtex-autokey-demangle-title):
12596 Call bibtex-autokey-titleword-case-convert. Remove call to
12597 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
12598 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
12599 (bibtex-read-key): New optional arg global.
12600 (bibtex-files-expand): New optional arg force.
12601 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
12602 (bibtex-complete-crossref-cleanup): Rename from
12603 bibtex-complete-key-cleanup. Simplify code.
12604 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
12605 Operate on current entry.
12606 (bibtex-button): Add docstring.
12607 (bibtex-entry): Simplify.
12608 (bibtex-make-field): Replace optional arg called-by-yank with more
12609 specific args move and interactive.
12610 (bibtex-end-of-entry): Use forward-sexp.
12611 (bibtex-find-entry-globally): Remove.
12612 (bibtex-find-crossref): Allow for crossref key located in other buffer.
12613 Bound to C-c C-x.
12614 (bibtex-find-entry): New optional args global and display.
12615 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
12616 (bibtex-validate): Use arg force of bibtex-files-expand.
12617 (bibtex-clean-entry): Bugfix, clean string entries properly.
12618 Always keep point at beginning of entry.
12619 (bibtex-complete): Bugfix. Handle string entries properly.
12620 Call cleanup functions only if needed.
12621 (bibtex-String): Use bibtex-read-string-key.
12622 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
12623 case of replacement text.
12624
12625 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12626
12627 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
12628 (tramp-perl-directory-files-and-attributes): New constant.
12629 (tramp-file-name-handler-alist): Delete file-directory-files, add
12630 directory-files-and-attributes.
12631 (tramp-perl-file-attributes): Surround uid and gid by double
12632 quotes. Change parameter id-format from nonnumeric.
12633 (tramp-convert-file-attributes): New function.
12634 (tramp-handle-file-attributes): Use it.
12635 (tramp-maybe-send-perl-script): New function.
12636 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
12637 file mode. Change parameter id-format from nonnumeric.
12638 (tramp-handle-file-attributes-with-ls): Change parameter id-format
12639 from nonnumeric.
12640 (tramp-post-connection): Don't send tramp-perl-file-attributes
12641 script. Reset connection property "perl-scripts".
12642 (tramp-handle-insert-directory): Run real handler when ls-lisp is
12643 in use.
12644
12645 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12646
12647 * desktop.el (desktop-read): Replace mapcar with mapc.
12648 (desktop-create-buffer): Replace mapcar with mapc.
12649 Remove redundant piece of code.
12650
12651 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
12652
12653 * progmodes/gud.el (gud-display-line): Use display-buffer
12654 for GDB-UI as for GUD.
12655
12656 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
12657 Delete variables.
12658 (gdb-ann3): Don't make GUD buffer dedicated.
12659 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
12660 (gdb-display-source-buffer): Delete function.
12661 (gdb-view-source-function, gdb-view-assembler): Delete functions.
12662 (menu): Delete menu bindings for viewing source/assembler.
12663 (gdb-setup-windows, gdb-restore-windows):
12664 Don't dedicate GUD. No assembler now.
12665 (gdb-reset): No need to undedicate source buffers now.
12666 (gdb-source-info): No assembler now.
12667
12668 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
12669
12670 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12671 width to those for special frames.
12672 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12673 Use display-buffer.
12674 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12675 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12676 (gdb-frame-assembler-buffer): Rework like
12677 gdb-frame-breakpoints-buffer.
12678
12679 2004-11-25 Richard M. Stallman <rms@gnu.org>
12680
12681 * progmodes/flymake.el: Reindent.
12682 (flymake-split-string): Turn into defalias.
12683 (flymake-fix-file-name): Rename from flymake-fix-path-name.
12684 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
12685 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
12686 (flymake-build-relative-filename): Rename from ...path.
12687 Fix error message.
12688
12689 2004-11-25 Cheng Gao <chenggao@gmail.com>
12690
12691 * progmodes/flymake.el: Much whitespace and capitalization change.
12692 Move `provide' to end. Require `compile' only when compiling.
12693
12694 2004-11-24 Jay Belanger <belanger@truman.edu>
12695
12696 * calc/calc-alg.el: Added comment.
12697 (math-polynomial-base): Replace variable mpb-top-expr by
12698 math-poly-base-top-expr.
12699
12700 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12701 (math-polynomial-p1): Replace variable mpb-top-expr by declared
12702 variable.
12703 (math-poly-base-total-base): New variable.
12704 (math-total-polynomial-base, math-polynomial-p1): Replace variable
12705 mpb-total-base by declared variable.
12706 (math-factored-vars, math-to-list): Declare it.
12707 (math-fact-expr): New variable.
12708 (calcFunc-factors, calcFunc-factor, math-factor-expr)
12709 (math-factor-expr-try, math-factor-expr-part): Replace variable
12710 expr by declared variable.
12711 (math-fet-x): New variable.
12712 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
12713 by declared variable.
12714 (math-factor-poly-coefs): Make temp a local variable.
12715
12716 * calc/calc-units.el (calc-convert-units): Make units a local
12717 variable.
12718 (calc-num-units, calc-den-units): New variables.
12719 (calc-explain-units, calc-explain-units-rec): Replace variables
12720 num-units and den-units by declared variables.
12721 (math-cu-unit-list): New variable.
12722 (math-build-units-table, math-compare-unit-names)
12723 (math-convert-units, math-convert-units-rec): Replace variable
12724 unit-list by declared variable.
12725 (math-fbu-base, math-fbu-entry): New variables.
12726 (math-find-base-units, math-find-base-units-rec): Replace variables
12727 base and entry by declared variables.
12728 (math-which-standard): New variable.
12729 (math-to-standard-units, math-to-standard-rec): Replace variable
12730 which-standard by declared variable.
12731 (math-fcu-u): New variable.
12732 (math-find-compatible-unit, math-find-compatible-unit-rec):
12733 Replace variable u by declared variable.
12734 (math-cu-new-units, math-cu-pure): New variables.
12735 (math-convert-units, math-convert-units-rec): Replace variables
12736 new-units and pure by declared variables.
12737 (math-try-cancel-units): New variable.
12738 (math-simplify-units-quotient): Replace variable try-cancel-units by
12739 declared variable.
12740
12741 2004-11-24 Richard M. Stallman <rms@gnu.org>
12742
12743 * textmodes/ispell.el (ispell-check-version):
12744 If default-directory is nonexistent, use home dir.
12745
12746 * progmodes/grep.el (grep-regexp-alist):
12747 Don't match parens around line numbers.
12748
12749 * progmodes/cperl-mode.el (cperl-indent-region)
12750 (cperl-imenu--create-perl-index, cperl-xsub-scan):
12751 Don't print progress messages.
12752
12753 * progmodes/compile.el (compilation-mode-map):
12754 Don't inherit from compilation-minor-mode-map;
12755 copy its bindings instead. But the menu bar Compile
12756 entry now does inherit from compilation-menu-map.
12757
12758 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12759 Use with-no-warnings around compiler-macroexpand.
12760
12761 * imenu.el: Don't always require newcomment.
12762 (imenu--generic-function): Call comment-normalize-vars
12763 if we have a comment syntax.
12764 Exit the loop if REGEXP matches the null string.
12765 Test comment-start as well as comment-start-skip
12766 when deciding whether to check for comments.
12767
12768 * tooltip.el (tooltip-mode): Doc fix.
12769
12770 * term.el (term-escape-char, term-mode): Doc fixes.
12771
12772 2004-11-24 Dave Love <fx@gnu.org>
12773
12774 * progmodes/python.el (python-font-lock-syntactic-keywords):
12775 Check for escapes in the regexp.
12776 (python-quote-syntax): Don't do it here.
12777
12778 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12779
12780 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12781 (gdb-frames-mode-map, gdb-threads-mode-map)
12782 (gdb-registers-mode-map, gdb-locals-mode-map)
12783 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
12784 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
12785
12786 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
12787 (dedicated-switch-to-buffer): Rework.
12788 (gdb-var-evaluate-expression-handler, gdb-put-string):
12789 Remove unused variable bindings.
12790 (gdb-setup-windows, gdb-display-buffer):
12791 Simplify. Use pop-to-buffer.
12792 (gdb-view-source-function): Simplify.
12793 (gdb-frame-breakpoints-buffer):
12794 Use pop-to-buffer, special-display-regexps.
12795
12796 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12797
12798 * progmodes/f90.el (f90-smart-end)
12799 (f90-previous-statement, f90-beginning-of-block): Doc fix.
12800 (f90-calculate-indent): Handle un-named PROGRAM blocks.
12801 (f90-end-of-block): Doc fix. Make check of outermost block
12802 conditional on value of `f90-smart-end'.
12803 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12804 Handle case where END-BLOCK is nil.
12805 (f90-match-end): Handle un-named PROGRAM blocks.
12806 (f90-backslash-not-special): New function.
12807
12808 2004-11-24 Jay Belanger <belanger@truman.edu>
12809
12810 * calc/calc.el (calc-embedded-active): Removed unnecessary
12811 declaration.
12812 (calc-show-banner): Removed redundant declaration.
12813
12814 * calc/calc-graph.el (calc-gnuplot-default-device)
12815 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12816 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12817 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12818 Remove redundant initial values.
12819
12820 * calc/calc-arith.el (math-scalar-functions)
12821 (math-nonscalar-functions, math-scalar-if-args-functions)
12822 (math-real-functions, math-positive-functions)
12823 (math-nonnegative-functions, math-real-scalar-functions)
12824 (math-real-if-arg-functions, math-integer-functions)
12825 (math-num-integer-functions, math-rounding-functions)
12826 (math-float-rounding-functions, math-integer-if-args-functions)
12827 (math-super-types): Move declarations to earlier in file.
12828 (math-unit-prefixes): Declared it.
12829 (math-floor-prec, math-trunc-prec): New variables.
12830 (math-trunc-fancy): Replace variable prec by declared variable.
12831 (math-floor-fancy): Replace variable prec by declared variable.
12832 (math-com-bterms): New variable.
12833 (math-commutative-equal, math-commutative-collect):
12834 Replace variable bterms by declared variable.
12835
12836 * calc/calc-misc.el (math-trunc): Replace variable prec by
12837 math-trunc-prec.
12838 (math-floor): Replace variable prec by math-floor-prec.
12839
12840 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12841 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12842 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12843 (math-format-date, math-format-date-part): Replace variables
12844 date, dt, year, month, day, weekday, hour, minute, second and
12845 bc-flag by declared variables.
12846 (math-pd-str): New variable.
12847 (math-parse-date, math-parse-date-word, math-parse-standard-date):
12848 Replace variable str by declared variable.
12849 (math-daylight-savings-hook, math-tzone-names): Move definitions
12850 to earlier in the file.
12851 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12852 (math-sh-year): New variable.
12853 (math-setup-add-holidays, math-setup-holidays)
12854 (math-setup-year-holidays): Replace variable `year' by declared
12855 variable.
12856
12857 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12858 New variables.
12859 (math-nth-root-float, math-nth-root-float-iter): Replace variables
12860 n, nf and nfm1 by declared variables.
12861 (math-nri-n): New variable.
12862 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12863 n by declared variable.
12864 (calcFunc-log): Removed misplaced condition.
12865
12866 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12869
12870 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12871
12872 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
12873 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12874 Dedicate gdb-related windows.
12875 (gdb-display-buffer): Dedicate gdb-related windows.
12876 Don't grab other frames.
12877 (gdb-reset): Remove dedicated property after debugging.
12878
12879 2004-11-24 Jay Belanger <belanger@truman.edu>
12880
12881 * calc/calc-sel.el: Add comment.
12882
12883 * calc/calc.el (math-stack-value-offset): Replace variables c,
12884 wid and off with math-svo-c, math-svo-wid and math-svo-off.
12885
12886 * calc/calccomp.el (math-comp-sel-tag): Declare it.
12887 (math-svo-c, math-svo-wid, math-svo-off): New variables.
12888 (math-stack-value-offset-fancy): Replace variables c, wid and off
12889 by declared variables.
12890 (math-comp-just, math-comp-comma-spc): New variables.
12891 (math-compose-expr, math-compose-matrix): Replace variables `just'
12892 and comma-spc by declared variable.
12893 (math-comp-vector-prec): New variable.
12894 (math-compose-expr, math-compose-matrix, math-compose-rows):
12895 Replace variable vector-prec by declared variable.
12896 (math-comp-left-bracket, math-comp-right-bracket)
12897 (math-comp-comma): New variables.
12898 (math-compose-expr, math-compose-rows): Replace variables
12899 left-bracket, right-bracket and comma by declared variables.
12900 (math-comp-full-width): New variable.
12901 (math-comp-to-string-flat, math-comp-to-string-flat-term):
12902 Replace variable full-width by declared variable.
12903 (math-comp-highlight, math-comp-word, math-comp-level)
12904 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12905 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12906 New variables.
12907 (math-comp-to-string-flat, math-comp-to-string-flat-term)
12908 (math-comp-sel-flat-term): Replace variables comp-highlight,
12909 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12910 declared variables.
12911 (math-comp-simplify, math-comp-simplify-term)
12912 (math-comp-add-string, math-comp-add-string-sel):
12913 Replace variables comp-highlight, comp-buf, comp-base,
12914 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
12915
12916 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12917
12918 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
12919
12920 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12921 and x-server-version may throw.
12922
12923 2004-11-23 Kim F. Storm <storm@cua.dk>
12924
12925 * subr.el (substitute-key-definition-key): Optimize.
12926 Don't call indirect-function for nil defn (always signals error).
12927
12928 * ido.el (ido-read-internal): Fix require-match check when
12929 ido-directory-too-big is set.
12930
12931 2004-11-23 Jay Belanger <belanger@truman.edu>
12932
12933 * calc/calc-ext.el (math-read-replacement-list)
12934 (math-read-superscripts): New variables.
12935 (math-read-preprocess-string): New function.
12936 (math-read-expr): Filter input through math-read-preprocess-string.
12937
12938 * calc/calc-aent.el (math-read-exprs): Filter input through
12939 math-read-preprocess-string.
12940
12941 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
12942
12943 * progmodes/compile.el (compilation-start): In cd command use
12944 substitute-env-vars -- not quite shell compatible but better than
12945 nothing.
12946 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12947 handle the newer versions messages, which are more parseable.
12948
12949 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12950
12951 * reveal.el (reveal-mode-map): New var.
12952 (reveal-mode): Use it.
12953
12954 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
12955
12956 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12957 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12958
12959 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12962 header-line when needed.
12963 Use fixed-pitch only in the header-line.
12964 Build the underline automatically. Use emdash if available.
12965
12966 2004-11-22 Richard M. Stallman <rms@gnu.org>
12967
12968 * dired.el (dired-recursive-copies): Move from dired-aux.el.
12969 * dired-aux.el (dired-recursive-copies): Move to dired.el.
12970
12971 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
12972
12973 * progmodes/gdb-ui.el (gdb-resync): New function.
12974 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
12975 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
12976 Use it to fail more gracefully.
12977 (gdb-variables): Delete variable.
12978 Re-order variables to reduce byte-compiler warnings.
12979
12980 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12981
12982 * descr-text.el (describe-char):
12983 * paren.el (show-paren-function):
12984 * subr.el (syntax-after): Undo last change.
12985
12986 * progmodes/python.el (run-python): Don't hard code *Python*.
12987 Don't modify global process-environment.
12988 (python-send-region, python-load-file): Don't assume that
12989 python-buffer == (process-buffer (python-proc)).
12990 (python-switch-to-python): Simplify.
12991
12992 * dired.el (dired-align-file): Don't assume line starts with spaces.
12993
12994 2004-11-21 Jay Belanger <belanger@truman.edu>
12995
12996 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12997 Replace variable `lines' by math-read-big-lines.
12998 (math-read-big-expr): Replace variables the-baseline, the-h2
12999 and err-msg by math-read-big-baseline, math-read-big-h2 and
13000 math-read-err-msg.
13001 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
13002
13003 * calc/calc-lang.el (math-read-big-rec): Fix typo.
13004 (math-read-big-balance): Replace unbound variable by value.
13005 (math-read-big-lines): New variable.
13006 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
13007 (math-read-big-error, math-read-big-balance): Replace variable
13008 `lines' by declared variable.
13009 (math-read-big-baseline, math-read-big-h2): New variables.
13010 (math-read-big-rec): Replace variables the-baseline and the-h2
13011 by declared variables.
13012 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
13013 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
13014 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
13015 declared variables.
13016 (math-read-big-err-msg): New variable.
13017 (math-read-big-error): Replace variable err-msg by declared variable.
13018
13019 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13020
13021 * ses.el: Add coding cookie.
13022 Fix up docstrings, follow new commenting conventions.
13023 (ses-header-line-menu): Fix missing variable rename for header-row.
13024 (ses-cell-size): Remove.
13025 (ses-make-cell): New function.
13026 (ses-cell, ses-insert-row, ses-insert-column): Use it.
13027 (ses-calculate-cell): Remove unused var `symbol'.
13028 (ses-narrowed-p): New function.
13029 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
13030 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
13031 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
13032 (ses-setup): Use restore-buffer-modified-p.
13033 (ses-cleanup): Remove unused var `end'.
13034 (ses-header-string-left-offset): Remove.
13035 (ses-create-header-string): Adjust to new behavior of `align-to'.
13036 Truncate excessively large fields to preserve alignment.
13037 (ses-reconstruct-all): Remove unused var `refs'.
13038 (ses-read-cell-printer): Remove unused var `prompt'.
13039 (ses-delete-row): Remove unused var `pos'.
13040 (ses-delete-column): Remove unused var `new'.
13041
13042 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13043
13044 * ps-print.el: Insert :version tag into all defgroup and defcustom.
13045 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
13046 Eliminate eval-and-compile usage.
13047 (ps-insert-file): Use insert-file-contents instead of insert-file.
13048 (ps-setup): Code fix.
13049
13050 * printing.el (pr-setup, lpr-setup): Code fix.
13051
13052 2004-11-21 Jay Belanger <belanger@truman.edu>
13053
13054 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
13055 (calc-original-buffer): Declare them.
13056 (calc-user-formula-alist): New variable.
13057 (calc-user-define-formula, calc-fix-user-formula)
13058 (calc-user-define-composition, calc-finish-formula-edit):
13059 Replace variable `alist' by declared variable.
13060 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
13061 (var-q7, var-q7, var-q8, var-q9): Declare them.
13062 (calc-kbd-push): Don't check to see if var-q0 through var-q9
13063 are bound.
13064 (calcFunc-typeof): Replace undeclared variable by expression.
13065 (math-exp-env): New variable.
13066 (math-define-body, math-define-exp): Replace exp-env by declared var.
13067 (math-define-exp): Replace misplaced variable by expression.
13068
13069 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
13070 (calc-curve-model, calc-curve-coefnames): New variables.
13071 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
13072 varnames, model and coefnames by declared variables.
13073 (math-root-widen): New variable.
13074 (math-search-root, math-find-root): Replace variable root-widen by
13075 declared variable.
13076 (var-DUMMY): Declare it.
13077 (math-root-vars, math-min-vars): Move the declarations to earlier in
13078 the file.
13079 (math-brent-min): Make d a local variable.
13080 (math-find-minimum): Replace non-existent variable.
13081 (math-ninteg-romberg): Remove unnecessary variable.
13082 (math-ninteg-temp): New variable.
13083 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
13084 integ-temp by declared variable.
13085 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
13086 New variables.
13087 (math-general-fit): Replace variables first-var, first-coef and
13088 new-coefs by declared variables.
13089 (calcFunc-fitvar): Replace variable first-var by declared variable.
13090 (calcFunc-fitparam): Replace variable first-coef by declared variable.
13091 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
13092 (math-all-vars-vars, math-all-vars-found): New variables.
13093 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
13094 found by declared variable math-all-vars-vars.
13095
13096 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
13097
13098 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
13099 of `defconst'.
13100
13101 2004-11-20 Richard M. Stallman <rms@gnu.org>
13102
13103 * isearch.el (isearch-mode-map): Don't bind SPC.
13104 (isearch-whitespace-chars): Function deleted.
13105 (isearch-search): Bind search-spaces-regexp.
13106 (isearch-lazy-highlight-search): Likewise.
13107 (search-whitespace-regexp): Doc fix.
13108 (isearch-forward-regexp): Doc fix.
13109
13110 * emacs-lisp/bytecomp.el (byte-compile-form):
13111 Move the calls to byte-compile-set-symbol-position,
13112 to avoid having two for the same symbol occurrence.
13113
13114 * comint.el (comint-input-ring-size): Increase to 150.
13115
13116 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
13117 New variables.
13118 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
13119 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
13120
13121 * imenu.el (imenu--generic-function):
13122 Ensure we keep moving backward even if BEG isn't further back.
13123
13124 * replace.el (query-replace-read-to, query-replace-read-from):
13125 Specify t for KEEP-ALL in read-from-minibuffer.
13126
13127 * progmodes/python.el (python-switch-to-python):
13128 If Python isn't running, start it.
13129 Don't alter debug-ignored-errors.
13130
13131 * progmodes/cperl-mode.el (cperl-indent-region):
13132 Don't mind imenu-scanning-message.
13133
13134 * bindings.el (global-map): Bind C-e to move-end-of-line.
13135
13136 * simple.el (line-move-finish): New arg FORWARD.
13137 Ignore invisible newlines, not intangible ones.
13138 Conditions for acceptable stopping positions depend on FORWARD.
13139 (line-move): Pass FORWARD arg to line-move-finish.
13140
13141 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
13142 of HEADER. Compensate for this change in the code to add display
13143 properties. Don't make the first line intangible.
13144
13145 * info.el (Info-search): Fix previous change.
13146
13147 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
13148
13149 * Makefile.in (recompile): Revert 2004-11-19 change.
13150 (compile): Likewise.
13151
13152 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
13153
13154 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
13155
13156 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13157
13158 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
13159 defgroup and defcustom. Eliminate eval-and-compile usage.
13160
13161 * progmodes/ebnf-otz.el: Fix typos.
13162
13163 2004-11-19 Jay Belanger <belanger@truman.edu>
13164
13165 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
13166 (calc-edit-finish, calc-finish-stack-edit): Replace variable
13167 disp-trail by declared variable.
13168
13169 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
13170 (calc-finish-selection-edit): Replace variable disp-trail by
13171 declared variable.
13172 (calc-selection-cache-entry): Move declaration to earlier in the file.
13173 (calc-selection-cache-num, calc-selection-cache-comp)
13174 (calc-selection-cache-offset, calc-selection-true-num)
13175 (calc-final-point-line, calc-final-point-column)
13176 (calc-original-buffer): Declare them.
13177 (calc-fnp-op, calc-fnp-num): New variables.
13178 (calc-find-nth-part, calc-find-nth-part-rec)
13179 (calc-select-previous): Replace op and num by declared variables.
13180 (calc-rsf-old, calc-rsf-new): New variables.
13181 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
13182 Replace variables old and new by declared variables.
13183 (calc-sel-reselect): New variable.
13184 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
13185 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
13186 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
13187 reselect with declared variable.
13188
13189 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
13190 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
13191 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
13192 (math-import-list, math-rewrite-phase): Declare them.
13193 (math-rewrite): Use let* to declare variables.
13194 (calc-rewrite-selection): Make rules a local variable.
13195 (calc-rewr-sel): New variable.
13196 (calc-rewrite-selection, calc-locate-selection-marker)
13197 (calc-rewrite): Use the declared variable calc-rewr-sel instead
13198 of sel.
13199 (math-rewrite-whole-expr): New variable.
13200 (math-rewrite, math-rewrite-phase): Replace variable expr by
13201 declared variable.
13202 (math-rewrite-heads-heads, math-rewrite-heads-skips)
13203 (math-rewrite-heads-blanks ): New variables.
13204 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
13205 heads, skips and blanks by declared variables.
13206 (math-rwcomp-subst-old, math-rwcomp-subst-new)
13207 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
13208 New variables.
13209 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
13210 old, new, old-func and new-func by declared variables.
13211 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
13212 Remove unnecessary variable.
13213 (math-apply-rw-regs): New variable.
13214 (math-apply-rewrites, math-rwapply-replace-regs)
13215 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
13216 (math-apply-rw-ruleset): New variable.
13217 (math-apply-rewrites, math-rwapply-remember): Replace variable
13218 ruleset by declared variable.
13219
13220 2004-11-19 Richard M. Stallman <rms@gnu.org>
13221
13222 * info.el (Info-search): Use search-whitespace-regexp.
13223
13224 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
13225
13226 * vc-rcs.el (vc-rcs-parse): New function.
13227 (vc-rcs-annotate-command): Likewise.
13228 (vc-rcs-annotate-current-time): Likewise.
13229 (vc-rcs-annotate-time): Likewise.
13230 (vc-rcs-annotate-extract-revision-at-line): Likewise.
13231
13232 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
13233
13234 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
13235
13236 2004-11-18 Jay Belanger <belanger@truman.edu>
13237
13238 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
13239
13240 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13241
13242 * printing.el: Eliminate use of interactive-p and eval-and-compile.
13243 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
13244 Use make-temp-file to generate PostScript files in any situation.
13245 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
13246 (pr-interactive-p): Eliminate var.
13247 (pr-save-interactive): Eliminate macro.
13248 (pr-interface, pr-ps-directory-preview)
13249 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13250 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13251 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13252 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13253 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13254 (pr-ps-region-ps-print, pr-ps-mode-preview)
13255 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13256 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13257 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
13258 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13259 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13260 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13261 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13262 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13263 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13264 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13265 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13266 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
13267 Eliminate pr-save-interactive usage.
13268 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
13269 Eliminate pr-interactive-p usage.
13270 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
13271 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
13272 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
13273 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
13274 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
13275 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
13276 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
13277 New funs.
13278 (pr-ps-file): Use make-temp-file to generate a temporary file.
13279
13280 2004-11-17 Jay Belanger <belanger@truman.edu>
13281
13282 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
13283 a local variable.
13284 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
13285 (math-top-only): New variable.
13286 (math-simplify, math-simplify-step): Replace variable top-only by
13287 declared variable math-top-only.
13288 (math-simplify-expr): Declare it.
13289 Replace argument expr in all calls of math-defsimplify by
13290 math-simplify-expr.
13291 (math-simplify-plus, math-simplify-times, math-simplify-divide)
13292 (math-simplify-divisor, math-simplify-one-divisor)
13293 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
13294 (math-simplify-pow): Replace variable expr by declared variable
13295 math-simplify-expr.
13296 (math-simplify-divisor): Remove local variables temp and op.
13297 (math-simplify-one-divisor): Make temp and op local variables.
13298 (math-simplify-divisor-nover, math-simplify-divisor-dover):
13299 New variables.
13300 (math-simplify-divisor, math-simplify-one-divisor):
13301 Replace variables nover and dover by declared variables.
13302 (math-expr-subst-new, math-expr-subst-old): New variables.
13303 (math-expr-subst, math-expr-subst-rec): Replace variables new
13304 and old by declared variables.
13305 (math-is-poly-degree, math-is-poly-loose): New variables.
13306 (math-is-polynomial, math-is-poly-rec): Replace variables degree
13307 and loose by declared variables.
13308 (math-poly-base-const-ok, math-poly-base-pred): New variables.
13309 (math-polynomial-base, math-polynomial-base-rec):
13310 Replace variables const-ok and mpb-pred by declared variables.
13311
13312 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
13313
13314 * calc/calc-ext.el (math-defsimplify): Change the argument in
13315 the created function to math-simplify-expr.
13316
13317 * calc/calc-units.el (math-simplify-expr): Declare it.
13318 Replace argument expr in all calls of math-defsimplify by
13319 math-simplify-expr.
13320 (math-simplify-units-prod): Replace variable expr by declared
13321 variable math-simplify-expr.
13322
13323 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13324
13325 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
13326 Replace mapcar->dolist, format->string.
13327
13328 2004-11-17 Miles Bader <miles@gnu.org>
13329
13330 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
13331 * progmodes/idlwave.el: Remove RCS keywords.
13332
13333 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
13334
13335 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
13336 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
13337 Update to IDLWAVE version 5.5. Too many changes to list them here.
13338 * progmodes/idlw-help.el: New file.
13339
13340 2004-11-16 Richard M. Stallman <rms@gnu.org>
13341
13342 * international/iso-cvt.el (iso-tex2iso-trans-tab):
13343 Discard spaces after \i according to TeX rules.
13344
13345 * international/mule.el (set-buffer-file-coding-system):
13346 New arg NOMODIFY.
13347 (after-insert-file-set-coding): Pass that new arg.
13348 Prevent set-buffer-multibyte from trying to lock the file.
13349
13350 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
13351
13352 * saveplace.el (save-place): Doc fix.
13353
13354 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
13355 temporarily widen before finding the following word to copy.
13356
13357 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
13358 (cl-map-keymap): Definition deleted.
13359
13360 * subr.el (map-keymap-internal): New function.
13361
13362 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13363
13364 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
13365 when pressing rather than when releasing mouse-2. Simplify.
13366
13367 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13368
13369 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
13370 (compilation-mode): Set it here instead.
13371
13372 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
13373
13374 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
13375 (loop, cl-parse-loop-clause, defsetf): Use backquote.
13376
13377 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13378
13379 * progmodes/compile.el (compilation-internal-error-properties):
13380 Fix up a transposition-typo. Check end-col before using it.
13381
13382 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
13383
13384 * international/iso-cvt.el (iso-tex2iso-trans-tab):
13385 Discard whitespace after macro \i when converting it.
13386
13387 2004-11-16 Juri Linkov <juri@jurta.org>
13388
13389 * emacs-lisp/find-func.el (find-function-regexp):
13390 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
13391 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
13392 Remove invalid `\W' from [^cgv\W]. Doc fix.
13393 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
13394
13395 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
13396
13397 * play/life.el: Maintainer is now FSF.
13398 (life-patterns, life-neighbor-deltas, life-window-start)
13399 (life-current-generation, life-generation-string): Use defvar
13400 instead of defconst.
13401
13402 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13403
13404 * progmodes/compile.el (compilation-move-to-column): New fun.
13405 (compilation-internal-error-properties)
13406 (compilation-next-error-function): Use it to make sure we don't go past
13407 the end of line.
13408
13409 2004-11-15 John Paul Wallington <jpw@gnu.org>
13410
13411 * autoinsert.el (auto-insert-alist): Insert the user's name in
13412 copyright notice, rather than Free Software Foundation, for the
13413 Emacs Lisp header case too.
13414
13415 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13416
13417 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
13418 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13419 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
13420 return the list of string in a string.
13421 (pr-call-process): Message if calling process returns an error, that
13422 is, the exit status is different of zero.
13423
13424 2004-11-15 Jay Belanger <belanger@truman.edu>
13425
13426 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
13427 variable var-thing.
13428 (math-integ-depth, math-integ-level, math-integral-limit)
13429 (math-enable-subst, math-any-substs, math-integ-msg)
13430 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
13431 (math-int-threshold, math-int-factors, math-double-roots)
13432 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
13433 (var-GenCount): Declare these variables.
13434 (calcFunc-integ): Don't check if var-IntegLimit is bound.
13435 (math-integral-cache, math-integral-cache-state):
13436 Move declarations to earlier in the file.
13437 (math-deriv-var, math-deriv-total, math-deriv-symb)
13438 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
13439 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
13440 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
13441 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
13442 (math-solve-res): New variables
13443 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
13444 (math-integral, math-replace-integral-parts)
13445 (math-integrate-by-parts, calc-dump-integral-cache)
13446 (math-try-integral, math-do-integral, math-do-integral)
13447 (math-do-integral-methods, math-try-solve-for)
13448 (math-try-solve-prod, math-solve-poly-funny-powers)
13449 (math-solve-crunch-poly, math-decompose-poly)
13450 (math-solve-find-root-term, math-find-root-in-prod)
13451 (math-integ-try-linear-substitutions)
13452 (math-integ-try-substitutions, math-expr-rational-in)
13453 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
13454 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
13455 (math-solve-for, math-solve-system, math-solve-system-rec)
13456 (math-solve-get-sign, math-solve-get-int)
13457 (math-solve-system-subst): Replace undeclared variables with newly
13458 declared variables.
13459
13460 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13461
13462 * winner.el (winner-active-region, winner-edges, winner-window-list):
13463 Define at toplevel.
13464 (winner-mode-map): Move init inside declaration.
13465
13466 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
13467
13468 * files.el (convert-standard-filename): Doc fix.
13469
13470 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
13471
13472 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
13473 passwd, group, shadow, default/* and pam.d/*.
13474
13475 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13476
13477 * printing.el (pr-menu-spec): Adjust menu specification.
13478
13479 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13480
13481 * printing.el: Doc fix. Insert :version tag into all defcustom.
13482 Handle interactive-p as is recommended in Emacs Lisp Reference.
13483 Set the file permission bits for newly created files.
13484 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13485 The printing menu specification (in `pr-menu-spec') was merged.
13486 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13487 (pr-version): New version number (6.8.3).
13488 (pr-file-modes): New option.
13489 (pr-interactive-p): New var.
13490 (pr-save-interactive, pr-save-file-modes): New macros.
13491 (pr-setup): Code fix.
13492 (pr-menu-spec): Menu specification merged.
13493 (pr-call-process, pr-text2ps): Set file permission bits.
13494 (pr-despool-print): Set file permission bits. Handle interactive-p as
13495 is recommended.
13496 (pr-interface, pr-ps-directory-preview)
13497 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13498 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13499 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13500 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13501 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13502 (pr-ps-region-ps-print, pr-ps-mode-preview)
13503 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13504 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13505 (pr-despool-using-ghostscript, pr-despool-ps-print)
13506 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13507 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13508 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13509 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13510 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13511 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13512 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13513 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13514 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
13515 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
13516 Handle interactive-p as is recommended.
13517
13518 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
13521 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
13522
13523 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
13524 so it doesn't forget to highlight the beginning of the region either.
13525
13526 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
13527
13528 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
13529 (c-font-lock-init): Eliminate obsolete make-local-hook.
13530 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13531 (awk-mode): Use run-mode-hooks.
13532
13533 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
13534
13535 2004-11-13 Kim F. Storm <storm@cua.dk>
13536
13537 * mouse.el (mouse-drag-copy-region): Add :version.
13538 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
13539 while dragging mode line, so mode line can be dragged downwards.
13540 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
13541 while pressing mouse button so window doesn't scroll until we
13542 release the mouse if clicking on partially visible line.
13543
13544 2004-11-12 Jay Belanger <belanger@truman.edu>
13545
13546 * calc/calc-graph.el (calc-dumb-map): Declare it.
13547 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
13548 than unbound.
13549 (calc-graph-name): Made `end' a local variable.
13550 (calc-graph-lookup): Made `varname' a local variable.
13551 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
13552 Declare them.
13553 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
13554 (calc-graph-plot, calc-graph-compute-3d): Remove references to
13555 the unused variable y3vec.
13556 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
13557 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
13558 calc-graph-prev-kill-hook.
13559 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
13560 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
13561 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
13562 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
13563 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
13564 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
13565 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
13566 (calc-graph-y3value, calc-graph-y3name)
13567 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
13568 (calc-graph-stepcount, calc-graph-is-splot)
13569 (calc-graph-surprise-splot, calc-graph-blank)
13570 (calc-graph-non-blank, calc-graph-curve-num): New variables.
13571 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
13572 (calc-graph-recompute-2d, calc-graph-compute-3d)
13573 (calc-graph-format-data): Replace undeclared variables with the
13574 above newly declared variables.
13575
13576 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
13577
13578 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
13579 `rsf-beep' and `rsf-sleep-after-message'.
13580
13581 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
13582 list if `message-sender' is non-nil.
13583
13584 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13585
13586 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
13587 consing by using mapc instead of mapcar.
13588
13589 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
13590
13591 * tooltip.el (require): Explain why CL is needed.
13592
13593 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13594
13595 * printing.el: Insert :version into defgroup (printing). All reference
13596 to Files option in menubar were changed to File.
13597 (pr-version): New version number (6.8.2).
13598 (pr-get-symbol): Call easy-menu-intern.
13599 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
13600 compilation gripes.
13601
13602 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
13605 new byte-compile-function-environment binding to t.
13606
13607 * font-lock.el (font-lock-fontify-syntactically-region):
13608 Don't forget to highlight the last char when we hit `end'.
13609
13610 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
13611 (mwheel-scroll): Adjust accordingly.
13612
13613 * cvs-status.el: Reduce spurious warnings.
13614 (cvs-status-checkout): Remove.
13615 (cvs-status-mode-map): Use cvs-mode-checkout instead.
13616
13617 * pcvs.el (cvs-mode-checkout): New command.
13618
13619 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
13620
13621 * tooltip.el: Require CL.
13622
13623 * emacs-lisp/bytecomp.el: Use push.
13624 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
13625 (defalias): Remove the `byte-compile' property and add
13626 a `byte-hunk-handler'.
13627
13628 2004-11-11 Juri Linkov <juri@jurta.org>
13629
13630 * info.el (Info-search): Save match data for isearch.
13631 Skip Tag Table node.
13632
13633 * descr-text.el (describe-char): Replace syntax-after with code
13634 from its previous version.
13635
13636 * files.el (magic-mode-alist): Use optimization for SGML mode too.
13637 (set-auto-mode): Doc fix. Remove unused variable `xml'.
13638
13639 * international/mule.el (sgml-html-meta-auto-coding-function):
13640 Remove > after <html to allow HTML attributes.
13641
13642 2004-11-11 Jay Belanger <belanger@truman.edu>
13643
13644 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
13645 a variable.
13646 (calcFunc-dfac): Replace unbound max by n.
13647 (math-stirling-local-cache): New variable.
13648 (math-stirling-number, math-stirling-1, math-stirling-2):
13649 Replace the variable `cache' by the declared variable
13650 math-stirling-local-cache.
13651 (var-RandSeed): Declare it as a variable.
13652 (math-init-random-base, math-random-digit): Don't check to see if
13653 var-RandSeed is bound.
13654 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
13655 Declare them instead of just setting them.
13656 (math-init-random-base): Made i a local variable.
13657 (math-random-digit): Made math-random-last a local variable.
13658 (math-prime-test-cache): Move declaration to before it is used.
13659 (math-prime-test-cache-k, math-prime-test-cache-q)
13660 (math-prime-test-cache-nm1, math-prime-factors-finished):
13661 Declare them as variables.
13662
13663 2004-11-11 Jay Belanger <belanger@truman.edu>
13664
13665 * calc/calc-ext.el (math-defcache): Use defvar for the new
13666 variables it creates.
13667
13668 2004-11-11 Lars Hansen <larsh@math.ku.dk>
13669
13670 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13671 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13672 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13673 (desktop-save): Add :version.
13674
13675 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13676
13677 * printing.el (pr-get-symbol): Don't downcase.
13678
13679 2004-11-10 Jay Belanger <belanger@truman.edu>
13680
13681 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
13682 string to kill-ring.
13683
13684 * calc/calc-aent.el (calc-alg-exp, math-toks)
13685 (math-exp-pos,math-exp-old-pos, math-exp-token)
13686 (math-exp-keep-spaces, math-exp-str): New variables.
13687 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
13688 (calcAlg-enter): Use declared variable calc-alg-exp.
13689 (math-build-parse-table, math-find-user-token): Use declared
13690 variable math-toks.
13691 (math-read-exprs, math-read-token, calc-check-user-syntax)
13692 (calc-match-user-syntax, match-factor-after, math-read-factor):
13693 Use declared variables math-exp-pos math-exp-old-pos.
13694 (math-read-exprs, math-read-token, math-read-expr-level)
13695 (calc-check-user-syntax, calc-match-user-syntax)
13696 (match-factor-after, math-read-factor): Use declared variable
13697 math-exp-token.
13698 (math-read-exprs, math-read-expr-list, math-read-token)
13699 (math-read-factor): Use declared variable math-exp-keep-spaces.
13700 (math-read-exprs, math-read-token): Use declared variable
13701 math-exp-str.
13702 (calc-match-user-syntax): Make m a local variable.
13703
13704 * calc/calc-ext.el (math-read-expr): Use declared variables
13705 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
13706 math-exp-keep-spaces.
13707
13708 * calc/calc-forms.el (math-read-angle-bracket): Use declared
13709 variables math-exp-pos, math-exp-str.
13710
13711 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
13712 math-exp-old-pos.
13713 (math-parse-fortran-vector, math-parse-fortran-vector-end)
13714 (math-parse-eqn-prime): Use declared variable math-exp-token.
13715
13716 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
13717 Use declared variable math-exp-pos.
13718 (math-check-for-commas): Use declared variable math-exp-str.
13719 (math-read-brackets): Use declared variables math-exp-old-pos,
13720 math-exp-keep-spaces.
13721 (math-read-brackets, math-read-vector, math-read-matrix):
13722 Use declared variable math-exp-token.
13723
13724 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13725
13726 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
13727 where the keymap is a symbol.
13728 (easy-menu-add-item): Use keymap-prompt. Simplify.
13729
13730 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13731
13732 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13733 (sgml-parse-tag-backward): Use it to skip spurious < or >.
13734
13735 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
13736
13737 * ebuff-menu.el: Doc fixes throughout.
13738 (electric-buffer-menu-mode-hook): New defvar.
13739
13740 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
13741
13742 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13743 The resulting compiler warnings appear to be harmless.
13744
13745 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
13746
13747 * textmodes/conf-mode.el: New file.
13748
13749 * files.el (auto-mode-alist, magic-mode-alist): Use it.
13750
13751 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13752
13753 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13754
13755 2004-11-09 Jay Belanger <belanger@truman.edu>
13756
13757 * calc/calc-ext.el (calc-init-extensions): Remove old code.
13758
13759 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
13760 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13761 (calc-z-prefix-help, calc-user-function-list): Use declared
13762 variables calc-z-prefix-buf, calc-z-prefix-msgs.
13763 (math-map-tree, math-map-tree-rec): Use declared variables
13764 math-mt-many, math-mt-func.
13765 (math-read-expression, math-read-string): Use declared variable
13766 math-expr-data.
13767
13768 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
13769 variable math-normalize-a.
13770
13771 * calc/calc.el (math-normalize-a): New variable.
13772 (math-normalize): Use declared variable math-normalize-a.
13773
13774 * calc/calc-poly.el (math-expand-form): Use declared variable
13775 math-mt-many.
13776
13777 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13778 Use declared variable math-mt-many.
13779 (math-rewrite): Use declared variable math-mt-func.
13780
13781 * calc/calc-vec.el (math-read-brackets, math-read-vector)
13782 (math-read-matrix): Use declared variable math-expr-data.
13783
13784 * calc/calc-lang.el (math-parse-fortran-vector)
13785 (math-parse-fortran-vector-end, math-parse-tex-sum)
13786 (math-parse-eqn-matrix, math-parse-eqn-prime)
13787 (math-read-math-subscr): Use declared variable math-expr-data.
13788
13789 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13790 (math-read-expr-level, math-read-token, calc-check-user-syntax)
13791 (calc-match-user-syntax, math-read-if, math-factor-after)
13792 (math-read-factor): Use declared variable math-expr-data.
13793
13794 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13795
13796 * calendar/diary-lib.el (diary-from-outlook)
13797 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
13798 interactive-p; but rather new optional argument NOCONFIRM.
13799
13800 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13801
13802 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13803 (easy-menu-name-match): Revert correspondingly.
13804
13805 2004-11-09 Richard M. Stallman <rms@gnu.org>
13806
13807 * emacs-lisp/bytecomp.el (byte-compile-defalias):
13808 Turn off warnings for the new function even if definition not constant.
13809 If the definition isn't a quoted symbol, record (FUNCTION . t).
13810 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13811 (byte-compile-callargs-warn): Handle (FUNCTION . t).
13812 (display-call-tree, byte-compile-arglist-warn):
13813 Handle t returned by byte-compile-fdefinition.
13814
13815 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13816
13817 * Makefile.in (maintainer-clean): Depend on distclean.
13818
13819 * help-fns.el (help-C-file-name): File name must be in build-files
13820 to be returned.
13821
13822 2004-11-09 Jay Belanger <belanger@truman.edu>
13823
13824 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
13825 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
13826
13827 * calc/calc.el (calc, calc-trail-display, calc-mode):
13828 Remove obsolete sections.
13829
13830 * calc/calc.el (calc-x-paste-text): Remove.
13831
13832 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
13833 mouse-2.
13834
13835 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
13836
13837 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13838 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13839 current frame (in case of recursive calls).
13840 (gdb-show-changed-values): Add :version keyword.
13841
13842 2004-11-09 Kenichi Handa <handa@m17n.org>
13843
13844 * international/mule-cmds.el: Change coding: tag back to
13845 iso-2022-7bit.
13846
13847 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13848
13849 * international/mule-cmds.el: Change coding-system to utf-8.
13850 (select-safe-coding-system-interactively):
13851 New function extracted from select-safe-coding-system.
13852 (select-safe-coding-system): Use it.
13853
13854 2004-11-08 Richard M. Stallman <rms@gnu.org>
13855
13856 * subr.el (syntax-after): Doc fix.
13857
13858 * paren.el (show-paren-function): Change calls to syntax-after
13859 for new way of returning the value.
13860
13861 * menu-bar.el (menu-bar-file-menu): Make this the real name
13862 and menu-bar-files-menu the alias. Use the former.
13863 (global-map): Use `file', not `files', as the symbol.
13864
13865 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13866
13867 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13868 Don't use beginning-of-buffer.
13869 (filesets-cmd-show-result): Use with-no-warnings.
13870
13871 2004-11-08 Juri Linkov <juri@jurta.org>
13872
13873 * progmodes/compile.el (compile): Don't overwrite last command in
13874 minibuffer history with default command if they are not equal.
13875
13876 2004-11-08 Jay Belanger <belanger@truman.edu>
13877
13878 * calc/calcalg2.el (math-do-integral-methods): Try linear then
13879 non-linear substitutions.
13880
13881 2004-11-08 Jay Belanger <belanger@truman.edu>
13882
13883 * calc/calcalg2.el (math-linear-subst-tried): New variable.
13884 (math-do-integral): Set `math-linear-subst-tried' to nil.
13885 (math-do-integral-methods): Use `math-linear-subst-tried' to
13886 determine what type of substitution to try.
13887 (math-integ-try-linear-substituion):
13888 Set `math-linear-subst-tried' to t.
13889
13890 2004-11-08 Kim F. Storm <storm@cua.dk>
13891
13892 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13893
13894 2004-11-07 Juri Linkov <juri@jurta.org>
13895
13896 * info-look.el (info-lookup): Allow reusing in the current buffer
13897 not only *info* buffer, but all (even renamed) Info buffers
13898 by checking for major-mode instead of *info* buffer name.
13899 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13900 (octave-mode, maxima-mode) <doc-spec>:
13901 Allow long dashes generated by Texinfo 4.7 before definitions.
13902 (texinfo-mode) <doc-spec>: Add space to suffix to find command
13903 definitions with argument separated by space.
13904
13905 2004-11-06 Richard M. Stallman <rms@gnu.org>
13906
13907 * simple.el (next-error group, face): Move before first use.
13908 (next-error-highlight, next-error-highlight-no-select): Likewise.
13909
13910 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
13911 (line-move): New args NOERROR and TO-END.
13912 Return t if succeed in moving specified number of lines.
13913 (move-end-of-line): New function.
13914
13915 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13916 (end-of-buffer-other-window): Likewise.
13917
13918 * simple.el (line-move-ignore-invisible): Default to t.
13919
13920 * subr.el (syntax-after): Return the syntax letter, not the raw code.
13921
13922 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13923
13924 * international/iso-cvt.el (iso-cvt-define-menu):
13925 Rename menu-bar-files-menu to menu-bar-file-menu.
13926
13927 * net/browse-url.el (browse-url-gnome-moz-program)
13928 (browse-url-gnome-moz-arguments): Move up before first use.
13929
13930 * net/tramp.el (tramp group): Add :version.
13931
13932 * progmodes/ada-xref.el (ada-gdb-application):
13933 Use goto-char instead of beginning-of-buffer.
13934
13935 * progmodes/cperl-mode.el (cperl-info-on-command):
13936 Use goto-char instead of beginning-of-buffer.
13937
13938 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
13939 Move up before first use.
13940 (idlwave-shell-temp-pro-file): Likewise.
13941 (idlwave-shell-temp-rinfo-save-file): Likewise.
13942 (idlwave-shell-temp-file): Minor doc fix.
13943
13944 * textmodes/flyspell.el (flyspell-external-point-words):
13945 Use goto-char instead of beginning-of-buffer.
13946
13947 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
13948
13949 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13950 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
13951 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
13952
13953 2004-11-06 David Ponce <david@dponce.com>
13954
13955 * recentf.el (recentf-menu-path): Use menu item name.
13956
13957 2004-11-06 Eli Zaretskii <eliz@gnu.org>
13958
13959 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13960 display doesn't support images.
13961
13962 2004-11-06 Andreas Schwab <schwab@suse.de>
13963
13964 * tempo.el (tempo-match-finder): Doc fix.
13965
13966 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13967
13968 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
13969
13970 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13971 (easy-menu-lookup-name): New fun to replace it.
13972 (easy-menu-get-map): Use it to obey menu item names (rather than just
13973 keys) when looking up `path'.
13974 (easy-menu-always-true-p): Rename from easy-menu-always-true.
13975 (easy-menu-convert-item-1): Adjust to new name.
13976
13977 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
13978
13979 * outline.el (hide-body): Don't hide lines at the top of the file
13980 that precede the first header line.
13981
13982 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
13983
13984 * align.el (align-areas): Delete whitespace before reindenting, so
13985 that tabs are never placed after spaces.
13986
13987 2004-11-06 Alan Shutko <ats@acm.org>
13988
13989 * macros.el (insert-kbd-macro): Do completions based on macros,
13990 rather than all commands.
13991
13992 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
13993
13994 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13995 to solve a bug whereby tags with 'b' don't match.
13996
13997 2004-11-05 Juri Linkov <juri@jurta.org>
13998
13999 * info.el (Info-search): Don't search in node header lines
14000 and file headers.
14001
14002 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
14003 symbol-constituent characters after dot, not only digits.
14004
14005 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
14006
14007 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
14008
14009 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14010
14011 * dired.el (dired-read-dir-and-switches): Call read-directory-name
14012 if a dialog will be used, read-file-name otherwise.
14013
14014 2004-11-04 Richard M. Stallman <rms@gnu.org>
14015
14016 * textmodes/table.el (table group): Add :version.
14017
14018 * textmodes/ispell.el (ispell-word):
14019 Don't alter args; set them only thru `interactive' spec.
14020
14021 * textmodes/flyspell.el (flyspell-word):
14022 Don't alter FOLLOWING; set it only thru `interactive' spec.
14023
14024 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
14025
14026 * net/browse-url.el (browse-url-maybe-new-window):
14027 Use called-interactively-p.
14028
14029 * mail/supercite.el (sc-cite-region):
14030 Don't use interactive-p. Add arg INTERACTIVE.
14031 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
14032
14033 * international/mule-cmds.el (set-input-method, toggle-input-method):
14034 Don't use interactive-p. Add arg INTERACTIVE.
14035
14036 * eshell/esh-mode.el (eshell-show-maximum-output):
14037 Don't use interactive-p.
14038 (eshell-truncate-buffer): Just message, no error, if buffer is short.
14039
14040 * mouse.el (mouse-show-mark): Get positions to delete from mark
14041 and point, not from mouse-drag-overlay.
14042
14043 * imenu.el (imenu-eager-completion-buffer): Add :version.
14044
14045 * filesets.el (filesets group): Add :version.
14046
14047 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
14048
14049 * files.el (xml-based-modes): Delete var.
14050 (magic-mode-alist): New more general var.
14051 (set-auto-mode): Use it.
14052
14053 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
14054 when clicking from another window.
14055
14056 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
14057
14058 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
14059 (vc-cvs-annotate-time): Incorporate value of deleted var.
14060 Remove special-case handling of beginning-of-buffer cruft.
14061 Cache ending position (point) and return value in text property
14062 `vc-cvs-annotate-time', and consult it on subsequent invocations.
14063
14064 * vc-cvs.el (vc-cvs-annotate-command):
14065 Delete extraneous lines from beginning of buffer.
14066 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
14067
14068 * progmodes/grep.el (grep-default-command): Take empty string
14069 for tag if all other methods yield nil. Shell-quote the tag.
14070
14071 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
14072 spec in `interactive' form, and mention it in the docstring.
14073 Also, make sure point is at bol after calling `annotate-time'.
14074
14075 2004-11-02 Richard M. Stallman <rms@gnu.org>
14076
14077 * cus-edit.el (customize-group-other-window):
14078 Select the window that displays the custom buffer.
14079 (custom-buffer-create-other-window): Likewise.
14080
14081 * comint.el (comint-insert-input): Fix previous change.
14082
14083 * emacs-lisp/elp.el (elp-instrument-function):
14084 Use called-interactively-p.
14085
14086 * emacs-lisp/easymenu.el (easy-menu-intern):
14087 Don't downcase; rather, case-flip the first letter of each word.
14088
14089 * emacs-lisp/easy-mmode.el (define-minor-mode):
14090 Use called-interactively-p.
14091
14092 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
14093 Add interactive-only.
14094 (byte-compile-warnings): Add interactive-only as option.
14095 (byte-compile-interactive-only-functions): New variable.
14096 (byte-compile-form): Warn about calls to functions
14097 in byte-compile-interactive-only-functions.
14098
14099 * emacs-lisp/autoload.el (update-file-autoloads):
14100 Don't use interactive-p; take new arg SAVE-AFTER.
14101
14102 * emacs-lisp/advice.el (ad-make-advised-definition):
14103 Use called-interactively-p.
14104
14105 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14106
14107 * files.el (find-file-existing): New function.
14108
14109 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
14110 find-file-existing. Add "New File..." that calls find-file.
14111
14112 * diropen.pbm, diropen.xpm: New files.
14113
14114 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
14115 icon diropen. New tool bar item find-file-existing uses icon open.
14116
14117 * dired.el (dired-read-dir-and-switches): Call read-directory-name
14118 instead of read-file-name.
14119
14120 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
14121
14122 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
14123 (icalendar--split-value): Change name of work buffer.
14124 (icalendar--get-weekday-abbrev): Return nil on error.
14125 (icalendar--date-to-isodate): New function.
14126 (icalendar-convert-diary-to-ical)
14127 (icalendar-extract-ical-from-buffer): Use only two args for
14128 make-obsolete (XEmacs compatibility).
14129 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
14130 (icalendar-export-region): Doc fix.
14131 If error, return non-nil and write errors to a buffer.
14132 Use correct weekday for weekly recurring events.
14133 Check whether date has been parsed for ordinary events.
14134 Make weekly events start in the year 2000.
14135 DTEND is non-inclusive, shift end date by one day if
14136 necessary (not for entries that have date and time).
14137 Rename local let variables: oops -> found-error, datestring ->
14138 startdatestring.
14139
14140 2004-11-02 Kim F. Storm <storm@cua.dk>
14141
14142 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
14143 keep-mode-if-same variable. Add it as optional arg instead.
14144 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
14145
14146 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
14147 substitute-command-keys will select lower-case bindings like those
14148 used in the static help texts.
14149
14150 * descr-text.el (describe-text-properties): Don't err if called in
14151 the *Help* buffer; output to *Help-2* buffer instead.
14152
14153 * kmacro.el (group kmacro): Add :version.
14154 (kmacro-keyboard-quit): New function to cleanup on C-g.
14155 (kmacro-start-macro): Set defining-kbd-macro to append when
14156 appending to last macro.
14157
14158 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
14159
14160 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
14161
14162 * progmodes/gdb-ui.el (gdb-enable-debug-log)
14163 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
14164 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
14165 Add :version keyword.
14166
14167 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
14168
14169 * progmodes/flymake.el (flymake-err-line-patterns):
14170 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
14171 `compilation-error-regexp-alist-alist' to internal Flymake format.
14172
14173 * progmodes/flymake.el: Eliminate byte-compiler warnings.
14174
14175 2004-11-01 Jay Belanger <belanger@truman.edu>
14176
14177 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
14178 with `interactive "s"'.
14179
14180 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14181
14182 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14183 Revert change from 2004-10-16. '*' checks the current buffer, but the
14184 mouse click may be in another buffer.
14185
14186 2004-11-01 John Paul Wallington <jpw@gnu.org>
14187
14188 * files.el (large-file-warning-threshold): Add :version keyword.
14189 (kill-some-buffers): Doc fix.
14190
14191 * thumbs.el (group thumbs): Add :version keyword.
14192
14193 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
14194
14195 2004-11-01 Richard M. Stallman <rms@gnu.org>
14196
14197 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
14198
14199 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
14200
14201 * allout.el (allout group): Add :version.
14202 (allout-init): Don't use interactive-p.
14203 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
14204 (allout-forward-current-level, allout-backward-current-level):
14205 Don't use interactive-p.
14206
14207 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
14208 (bibtex-find-text): Likewise.
14209
14210 * progmodes/vhdl-mode.el (vhdl-fill-region)
14211 (vhdl-beginning-of-statement): Don't use interactive-p.
14212
14213 * progmodes/idlwave.el (idlwave-update-routine-info):
14214 Don't use interactive-p.
14215
14216 * progmodes/idlw-shell.el (idlwave-shell-send-char):
14217 Don't use interactive-p.
14218
14219 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
14220 Don't use interactive-p.
14221
14222 * progmodes/ada-xref.el (ada-make-body-gnatstub):
14223 Don't use interactive-p.
14224
14225 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
14226 (fortune-in-buffer): Doc fix.
14227
14228 * play/5x5.el (5x5-new-game): Set up the buffer even if not
14229 interactive.
14230
14231 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
14232 don't select the temporary buffer.
14233 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
14234 (eudc-get-phone): Likewise.
14235
14236 2004-11-01 Kim F. Storm <storm@cua.dk>
14237
14238 * man.el (Man-xref-normal-file): Fix help-echo.
14239
14240 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14241
14242 * reveal.el (reveal-last-tick): New var.
14243 (reveal-post-command): Use it to avoid closing overlays when we're
14244 appending text to them.
14245
14246 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14247
14248 * textmodes/bibtex.el: Require button.
14249 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
14250 (bibtex-reference-keys): Distinguish between header keys and
14251 crossref keys.
14252 (bibtex-beginning-of-field): New function.
14253 (bibtex-url-map): Remove.
14254 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
14255 (bibtex-font-lock-url-regexp): Assume that field names begin at
14256 the beginning of a line.
14257 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
14258 Remove field delimiters. Use bibtex-beginning-of-field.
14259 Bugfix, point can be inside a field with a url.
14260 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
14261 New functions.
14262 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
14263 (bibtex-key-in-head): Simplify.
14264 (bibtex-current-line): Use bolp.
14265 (bibtex-parse-keys): Remove unused arg `add'.
14266 Use bibtex-type-in-head and bibtex-key-in-head.
14267 (bibtex-parse-entry, bibtex-autofill-entry):
14268 Use bibtex-type-in-head and bibtex-key-in-head.
14269 (bibtex-autokey-get-field): Do not alter case of replacement text.
14270 (bibtex-autokey-get-names): Do all processing of name list.
14271 (bibtex-autokey-get-year): New function.
14272 (bibtex-autokey-get-title): Do all processing of title words.
14273 (bibtex-generate-autokey): Simplify.
14274 (bibtex-string-files-init): Use default-directory.
14275 Allow for absolute file names in bibtex-string-files.
14276 (bibtex-files, bibtex-file-path): New variables.
14277 (bibtex-files-expand): New function.
14278 (bibtex-find-entry-globally): New command.
14279 (bibtex-summary-function): New variable.
14280 (bibtex-summary): Default value of bibtex-summary-function.
14281 (bibtex-find-crossref): New optional args pnt and split.
14282 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
14283 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
14284 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
14285 Fix handling of required and alternative fields.
14286 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
14287 Use cons and display-buffer.
14288 (bibtex-validate-globally): New command.
14289 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
14290 bibtex-parse-keys and bibtex-parse-strings for updating
14291 bibtex-reference-keys and bibtex-strings.
14292 (bibtex-realign): Remove blank lines past the last entry.
14293 (bibtex-reformat): Use bibtex-entry-format as default.
14294 (bibtex-choose-completion-string): Remove.
14295 (bibtex-complete): Do not use bibtex-choose-completion-string.
14296 (bibtex-url): Simplify.
14297
14298 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14299
14300 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
14301 (x-dnd-types-alist, x-dnd-open-file-other-window)
14302 (x-dnd-known-types): Add :version.
14303
14304 2004-10-31 John Paul Wallington <jpw@gnu.org>
14305
14306 * ibuffer.el (group ibuffer): Add :version keyword.
14307
14308 2004-10-31 Kim F. Storm <storm@cua.dk>
14309
14310 * ido.el (group ido): Add :version keyword.
14311 (ido-mode): Remove :version keyword.
14312
14313 * emulation/cua-base.el (group cua): Add :version keyword.
14314 (cua-mode): Remove :version keyword.
14315
14316 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
14317
14318 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
14319
14320 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
14321 compiler warning.
14322 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
14323 function.
14324 (help-at-pt-display-when-idle): Remove autoload.
14325
14326 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
14329
14330 2004-10-30 Juri Linkov <juri@jurta.org>
14331
14332 * help.el (function-called-at-point):
14333 * help-fns.el (variable-at-point): Read -> intern.
14334
14335 2004-10-30 Simon Josefsson <jas@extundo.com>
14336
14337 * progmodes/autoconf.el (autoconf-font-lock-keywords):
14338 Recognize AS_* too.
14339
14340 2004-10-29 Simon Josefsson <jas@extundo.com>
14341
14342 * subr.el (read-passwd): Move back from password.el.
14343
14344 * password.el: Remove, not ready yet.
14345
14346 2004-10-29 Andreas Schwab <schwab@suse.de>
14347
14348 * speedbar.el (speedbar-frame-parameters): Improve customize type.
14349
14350 2004-10-29 Sam Steingold <sds@gnu.org>
14351
14352 * mouse.el (mouse-show-mark): Replace the last occurrence of
14353 x-lost-selection-hooks with x-lost-selection-functions.
14354
14355 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14356
14357 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
14358 x-lost-selection-functions is bound.
14359
14360 * mouse-sel.el (mouse-sel-mode):
14361 * emacs-lisp/lselect.el: Adjust to new names for
14362 x-(lost|sent)-selection-functions.
14363
14364 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
14365 New obsolete aliases of x-lost-selection-functions and
14366 x-sent-selection-functions.
14367
14368 2004-10-28 Kim F. Storm <storm@cua.dk>
14369
14370 * imenu.el (imenu-scanning-message): Remove.
14371 (imenu-progress-message): Make it a no-op.
14372
14373 2004-10-28 John Paul Wallington <jpw@gnu.org>
14374
14375 * files.el (set-auto-mode): Call `throw' correctly.
14376
14377 2004-10-28 Juri Linkov <juri@jurta.org>
14378
14379 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
14380 to search `Info-...' commands in `info' manual.
14381 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14382 Add 'info-file "emacs" property.
14383 (Info-find-emacs-command-nodes): Fix index line number regexp.
14384 Set real line number (instead of fake 0) in first element of the
14385 returned list.
14386 (Info-goto-emacs-command-node): Use line number of first element
14387 to set point in the first found Info node.
14388
14389 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
14390 code to `grep-mode-font-lock-keywords'.
14391 (grep-mode-font-lock-keywords): Delete grep markers instead
14392 of making them invisible.
14393
14394 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14395
14396 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
14397 and x-server-version in bug report.
14398
14399 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
14400
14401 * files.el (set-auto-mode-0): New function.
14402 (set-auto-mode): Use it to handle aliased modes and to
14403 be consistent between C-x C-f and C-x C-w.
14404
14405 2004-10-28 Kenichi Handa <handa@m17n.org>
14406
14407 * international/utf-8.el (utf-translate-cjk-charsets):
14408 Add katakana-jisx0201.
14409
14410 * international/subst-jis.el: Add data for JISX0201.
14411
14412 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
14413
14414 * obsolete/hilit19.el (hilit-mode): New function.
14415 Move all the toplevel side-effecting stuff into it, so that loading
14416 hilit19 doesn't mess everything up any more.
14417
14418 2004-10-27 Richard M. Stallman <rms@gnu.org>
14419
14420 * add-log.el (add-change-log-entry): Set up mailing address
14421 and full name later, and don't alter add-log-mailing-address
14422 or add-log-full-name.
14423
14424 * elide-head.el (elide-head): Change error to message.
14425 (elide-head-show): Likewise.
14426
14427 * apropos.el (apropos-macrop): Doc fix.
14428
14429 * mouse.el (mouse-show-mark): Do most processing the same
14430 regardless of transient-mark-mode.
14431
14432 * shadowfile.el (shadow-copy-files): Use interactive-p
14433 only to control whether to print a message.
14434
14435 * tar-mode.el (tar-mode): Use write-contents-functions,
14436 not write-contents-hooks.
14437
14438 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
14439 directory-sep-char.
14440
14441 2004-10-27 Richard M. Stallman <rms@gnu.org>
14442
14443 * strokes.el (strokes-unload-hook): Fix previous change.
14444
14445 * type-break.el (type-break-run-at-time): Always use run-at-time;
14446 forget the alternatives.
14447 (type-break-cancel-function-timers): Always use cancel-function-timers;
14448 forget the alternatives.
14449
14450 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
14451
14452 2004-10-27 Kenichi Handa <handa@m17n.org>
14453
14454 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
14455
14456 * international/subst-gb2312.el: Likewise.
14457
14458 * international/subst-big5.el: Likewise.
14459
14460 * international/subst-ksc.el: Likewise.
14461
14462 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
14463 New variable.
14464 (utf-translate-cjk-set-unicode-range): New function.
14465 (utf-translate-cjk-unicode-range): Make it customizable.
14466 (utf-8-post-read-conversion):
14467 Use utf-translate-cjk-unicode-range-string.
14468 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
14469 Unicode ranges.
14470
14471 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
14472
14473 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
14474 trivial variants to shorten the list.
14475 (xml-based-modes): New var.
14476 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
14477 declaration higher priority than auto-mode-alist.
14478
14479 * find-file.el (cc-other-file-alist): Bring it in line with
14480 cc-mode's auto-mode-alist entries and use \' instead of $.
14481
14482 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
14483 and add "Id" and "Name" submenus to it.
14484
14485 * imenu.el (imenu--generic-function): Skip matches in comments.
14486
14487 2004-10-26 Jay Belanger <belanger@truman.edu>
14488
14489 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
14490 (full-calc-keypad, calc-trail-display): Use an extra argument
14491 instead of `interactive-p'.
14492
14493 * calc/calc-misc.el (calc-other-window): Use an extra argument
14494 instead of `interactive-p'.
14495
14496 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14497 `interactive-p'.
14498
14499 2004-10-26 Kim F. Storm <storm@cua.dk>
14500
14501 * help.el (describe-key): Describe both down-event and up-event
14502 for a mouse click.
14503
14504 2004-10-26 Richard M. Stallman <rms@gnu.org>
14505
14506 * woman.el (woman): Don't call interactive-p.
14507
14508 * pcomplete.el (pcomplete): Instead of interactive-p,
14509 use an arg set non-nil by the interactive spec.
14510
14511 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14512 use an arg set non-nil by the interactive spec.
14513
14514 * man.el (Man-cleanup-manpage): Instead of interactive-p,
14515 use an arg set non-nil by the interactive spec.
14516
14517 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14518
14519 * progmodes/flymake.el (flymake-split-string):
14520 Use `flymake-split-string-remove-empty-edges' in any case.
14521
14522 2004-10-26 Masatake YAMATO <jet@gyve.org>
14523
14524 * progmodes/flymake.el (flymake-err-line-patterns):
14525 Use `compilation-error-regexp-alist-alist' instead of
14526 `compilation-error-regexp-alist'.
14527
14528 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14529
14530 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
14531 verbatim face on the \ of \end{verbatim}.
14532
14533 2004-10-25 Jay Belanger <belanger@truman.edu>
14534
14535 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
14536 erasing minibuffer.
14537
14538 2004-10-25 Simon Josefsson <jas@extundo.com>
14539
14540 * subr.el (read-passwd): Move to net/password.el.
14541
14542 * net/password.el (read-passwd): Add. Autoload it.
14543
14544 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
14545
14546 * mouse-sel.el (mouse-sel-mode): Specify custom group.
14547
14548 * simple.el (process-file): Fix logic.
14549
14550 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14551
14552 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
14553 (increase-right-margin): Remove erroneous call to `interactive-p'.
14554
14555 2004-10-24 Kim F. Storm <storm@cua.dk>
14556
14557 * help.el (describe-mode): Fix 2004-10-13 change.
14558 Copy pure "Auto Fill" string so it can be propertized later
14559 without causing a read-only error.
14560
14561 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14562
14563 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
14564 style indexes.
14565
14566 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
14567
14568 * simple.el (process-file): Accept nil for INFILE. Reported by
14569 Luc Teirlinck.
14570
14571 2004-10-24 Masatake YAMATO <jet@gyve.org>
14572
14573 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
14574 Handle periods and underscores in a function name.
14575 Remove the address fontification.
14576
14577 2004-10-24 Masatake YAMATO <jet@gyve.org>
14578
14579 * progmodes/asm-mode.el (asm-font-lock-keywords):
14580 Use font-lock-variable-name-face for registers.
14581
14582 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
14583
14584 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
14585 kill-all-local-variables.
14586 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14587 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
14588 Use kill-all-local-variables and provide mode-hooks.
14589 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
14590 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
14591 Suggested by Masatake YAMATO <jet@gyve.org>.
14592
14593 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
14594
14595 * simple.el (process-file): New function, similar to call-process
14596 but supports file handlers.
14597 * vc.el (vc-do-command): Use it, instead of call-process.
14598 * net/tramp-vc.el (vc-do-command): Do not advise it if
14599 process-file is fboundp.
14600 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
14601 process-file.
14602 (tramp-handle-process-file): New function.
14603 (tramp-file-name-for-operation): Support process-file.
14604
14605 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
14606
14607 * calendar/icalendar.el (icalendar--weekday-array): New constant.
14608 (icalendar-weekdayabbrev-table)
14609 (icalendar-monthnumber-table): Delete.
14610 (icalendar--get-month-number): Use calendar-month-name-array.
14611 (icalendar--get-weekday-number): New function.
14612 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
14613 (icalendar-export-region): Handle multi-line entries.
14614 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
14615
14616 2004-10-23 John Paul Wallington <jpw@gnu.org>
14617
14618 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
14619 `wildcards' set to t in interactive spec.
14620
14621 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
14622 interactive spec rather than use `interactive-p'.
14623 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
14624 rather than use function `interactive-p'.
14625
14626 2004-10-22 Kenichi Handa <handa@m17n.org>
14627
14628 * international/mule.el (translate-region): Implement it in Lisp
14629 as a front end of translate-region-internal.
14630
14631 2004-10-21 Jay Belanger <belanger@truman.edu>
14632
14633 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
14634 Declare these variables with defvar.
14635
14636 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
14637 is bound, only check to see if it is bound.
14638
14639 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14640
14641 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14642 Don't output messages.
14643
14644 * calc/calc-help.el (calc-describe-bindings): Fix last change.
14645
14646 2004-10-21 John Paul Wallington <jpw@gnu.org>
14647
14648 * calc/calc-graph.el (calc-graph-init):
14649 Use `set-process-query-on-exit-flag'.
14650
14651 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
14652
14653 * progmodes/compile.el (compilation-start): Rely on `cd' to get
14654 dir right and also allow argumentless cd.
14655
14656 2004-10-19 Richard M. Stallman <rms@gnu.org>
14657
14658 * textmodes/flyspell.el (flyspell-mode): Doc fix.
14659
14660 * eshell/em-unix.el (eshell-grep):
14661 Don't bind compilation-process-setup-function.
14662
14663 * comint.el (comint-insert-input): Use @ in `interactive'.
14664 (comint-input-filter-functions): Doc fix.
14665 (comint-kill-whole-line, comint-get-source): Doc fix.
14666
14667 * progmodes/compile.el (compilation-setup):
14668 Don't set buffer-read-only if MINOR is non-nil.
14669
14670 2004-10-19 Jay Belanger <belanger@truman.edu>
14671
14672 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
14673 (calc-emacs-type-gnu19): Remove.
14674 (calc-digit-map, calc-read-key-sequence, calc-read-key):
14675 Remove check for old emacs versions.
14676
14677 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
14678 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14679 for current Emacs.
14680
14681 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14682 the end of the minibuffer.
14683 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
14684 copy `esc-map'.
14685
14686 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
14687
14688 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
14689 call that would be given when the current emacs was used.
14690
14691 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
14692
14693 * calendar/icalendar.el: Set coding to utf-8.
14694 (icalendar-version): Increase to 0.07.
14695 (icalendar-monthnumber-table): Change March pattern.
14696 (icalendar-get-all-event-properties)
14697 (icalendar-set-event-property): Delete.
14698 (icalendar-all-events): No longer interactive.
14699 (icalendar-convert-diary-to-ical)
14700 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14701 their replacements.
14702 (icalendar-export-file, icalendar-export-region): New functions;
14703 essentially old `icalendar-convert-diary-to-ical' but appending to
14704 target rather than overwriting.
14705 (icalendar-import-file): Append to target file rather than
14706 overwriting. Fourth arg deleted.
14707 (icalendar-import-buffer): New name for old
14708 `icalendar-extract-ical-from-buffer'.
14709 (icalendar--convert-string-for-import): New name for
14710 old `icalendar-convert-for-import'.
14711 (include-icalendar-files): Delete.
14712 Prefix for all internal functions changed from `icalendar-'
14713 to `icalendar--'.
14714
14715 2004-10-19 Richard M. Stallman <rms@gnu.org>
14716
14717 * paths.el (news-path): Fix previous change.
14718
14719 2004-10-18 Jay Belanger <belanger@truman.edu>
14720
14721 * calc/calc-help.el (calc-describe-bindings):
14722 Set `buffer-read-only' to nil while working in the keybindings buffer;
14723 remove some extra information from the keybindings buffer.
14724
14725 2004-10-18 David Ponce <david@dponce.com>
14726
14727 * mouse.el (mouse-drag-move-window-top): New function.
14728 (mouse-drag-mode-line-1): Use it.
14729
14730 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14731
14732 * info.el (Info-fontify-node): For multiline refs,
14733 arrange to unfontify newline and surrounding whitespace.
14734
14735 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14736
14737 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14738 directory is missing.
14739
14740 2004-10-17 John Paul Wallington <jpw@gnu.org>
14741
14742 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14743 New customizable variable; whether to display buffers that match
14744 `ibuffer-maybe-show-predicates' by default.
14745 (ibuffer-maybe-show-predicates): Mention it in docstring.
14746 (ibuffer-display-maybe-show-predicates): New variable.
14747 (ibuffer-update): Prefix arg now toggles whether buffers that
14748 match `ibuffer-maybe-show-predicates' should be displayed.
14749 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14750 locally to heed `ibuffer-default-display-maybe-show-predicates'.
14751 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14752
14753 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
14754
14755 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
14756 work correctly.
14757
14758 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
14759
14760 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14761 (Buffer-menu-beginning): New helper function.
14762 (Buffer-menu-execute): Use it.
14763 (Buffer-menu-select): Use it.
14764 (Buffer-menu-sort): Use it and also keep markers.
14765
14766 2004-10-17 Richard M. Stallman <rms@gnu.org>
14767
14768 * paths.el (news-directory): Rename from news-path. Old name alias.
14769 (rmail-spool-directory): Use defvar.
14770 (sendmail-program): Use defcustom.
14771 (remote-shell-program): Use defcustom.
14772 (term-file-prefix): Use defvar.
14773 (abbrev-file-name): Use defvar.
14774
14775 * term.el: Add maintainer.
14776
14777 * subr.el (with-local-quit): Return nil if there's a quit.
14778 (read-passwd): Use with-local-quit. Doc fix.
14779
14780 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14781 (strokes-unload-hook): Set as a variable with add-hook.
14782
14783 * startup.el (fancy-splash-tail, normal-splash-screen):
14784 Update copyright year.
14785
14786 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14787
14788 * server.el (server-unload-hook): Set as a variable with add-hook.
14789
14790 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14791
14792 * frame.el (special-display-popup-frame):
14793 Make the buffer current as its frame is created.
14794
14795 * delsel.el (delsel-unload-hook): Set as a variable.
14796
14797 * comint.el (comint-output-filter-functions):
14798 Add comint-watch-for-password-prompt.
14799 (comint-read-noecho): Function deleted.
14800 (send-invisible): Use read-passwd.
14801
14802 * fringe.el (fringe-mode-initialize): New function.
14803 (fringe-mode): Use fringe-mode-initialize as :initialize.
14804
14805 2004-10-17 Kim F. Storm <storm@cua.dk>
14806
14807 * language/indian.el (indian-script-language-alist): Swap value
14808 and doc.
14809 (indian-font-char-index-table): Doc fix.
14810
14811 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14814
14815 2004-10-16 Juri Linkov <juri@jurta.org>
14816
14817 * progmodes/compile.el (compilation-start): Move let-binding of
14818 `process-environment' into `with-current-buffer' body.
14819 Reported by Matt Hodges <MPHodges@member.fsf.org>.
14820
14821 2004-10-16 Richard M. Stallman <rms@gnu.org>
14822
14823 * pcvs-util.el (cvs-bury-buffer):
14824 Don't call get-buffer-window for effect.
14825
14826 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14827
14828 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14829
14830 * msb.el (msb-unload-hook): Set the variable.
14831
14832 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14833 Use * to err if buffer is readonly.
14834
14835 * subr.el (looking-back): Return only t or nil.
14836
14837 * whitespace.el (whitespace-unload-hook): Set the variable.
14838
14839 * view.el (view-mode-enable): Set view-page-size and
14840 view-half-page-size to nil.
14841 (view-set-half-page-size-default): view-half-page-size = nil
14842 means the default.
14843 (View-scroll-page-forward): Use view-page-size-default.
14844 (View-scroll-page-backward): Likewise.
14845 (view-page-size, view-half-page-size): Doc fixes.
14846
14847 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14848
14849 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14850
14851 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14852 "cl" like other files. Instead, call byte-compile-find-cl-functions.
14853 (byte-compile-log-1): Bind inhibit-read-only.
14854 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14855 (byte-compile-log-warning): Likewise.
14856 (byte-compile-file-form-require): Detect "cl" from the arg value.
14857
14858 * progmodes/compile.el (compilation-start): Assume compilation-mode
14859 will make the buffer read-only.
14860 (compilation-mode): Take arg name-of-mode.
14861 (compilation-setup): Make buffer read-only.
14862 (compilation-handle-exit): Bind inhibit-read-only.
14863
14864 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14865 (ispell-message): Likewise.
14866 (ispell-show-choices): Don't call get-buffer-window uselessly.
14867 (ispell-init-process): Use set-process-query-on-exit-flag.
14868
14869 2004-10-16 Kim F. Storm <storm@cua.dk>
14870
14871 * fringe.el (fringe-bitmaps): Only initialize when defined.
14872
14873 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14874 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14875
14876 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14877
14878 2004-10-15 Simon Josefsson <jas@extundo.com>
14879
14880 * net/password.el: Add.
14881
14882 2004-10-14 Masatake YAMATO <jet@gyve.org>
14883
14884 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14885 (gdb-script-end-of-defun): New function.
14886 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14887 `gdb-script-end-of-defun' as *-of-defun-function.
14888
14889 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
14890
14891 * button.el (button-activate): Allow a marker to display as an action.
14892
14893 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
14894
14895 * help.el (describe-mode): Use it to make minor mode list into
14896 hyperlinks.
14897
14898 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14899
14900 * vc.el (vc-annotate-display-select): Fix typo.
14901
14902 * subr.el (substitute-key-definition-key): New function.
14903 (substitute-key-definition): Use it with map-keymap.
14904 (event-modifiers): Use push.
14905 (mouse-movement-p, with-temp-buffer): Simplify.
14906
14907 2004-10-12 Jay Belanger <belanger@truman.edu>
14908
14909 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
14910 New variables.
14911 (calc-help-index-entries): New function.
14912 (calc-describe-function): Use `calc-help-function-list' instead of
14913 obarray for completion.
14914 (calc-describe-variable): Use `calc-help-variable-list' instead
14915 of obarray for completion.
14916
14917 2004-10-12 Richard M. Stallman <rms@gnu.org>
14918
14919 * info-look.el (info-lookup-file): Add info-file property.
14920 (info-lookup-symbol): Likewise.
14921
14922 * info.el (info-xref): Add underlining.
14923 (info): Add info-file property.
14924 (Info-find-emacs-command-nodes): Specify case-sensitive search.
14925
14926 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
14927
14928 Sync with Tramp 2.0.45.
14929
14930 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
14931 defined. This is not the case for XEmacs without package "edebug".
14932 (tramp-set-auto-save-file-modes): Set permissions of autosaved
14933 remote files to the permissions of the original file. This is not
14934 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
14935 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
14936 (tramp-perl-decode): Fix an error in Perl implementation.
14937 $pending must be cleared every loop. Reported by Benjamin Place
14938 <benjaminplace@sprintmail.com>
14939
14940 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14941 Don't activate advice during definition. This is done later on,
14942 depending on test result of `substitute-in-file-name'.
14943 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14944
14945 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14946
14947 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14948
14949 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
14950
14951 2004-10-12 David Ponce <david@dponce.com>
14952
14953 * recentf.el (recentf-edit-list): Update the menu when the recentf
14954 list has been modified.
14955
14956 2004-10-12 Simon Josefsson <jas@extundo.com>
14957
14958 * net/tls.el (tls-certtool-program): New variable.
14959 (tls-certificate-information): New function, based on
14960 ssl-certificate-information.
14961
14962 2004-10-12 Kenichi Handa <handa@m17n.org>
14963
14964 * international/mule.el (coding-system-equal): Move from mule-util.el.
14965
14966 * international/mule-util.el (coding-system-equal): Move to mule.el.
14967
14968 2004-10-12 Kim F. Storm <storm@cua.dk>
14969
14970 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14971 reset kmacro-initial-counter-value if set.
14972 (kmacro-set-counter): Only set kmacro-counter if defining or executing
14973 macro. Set kmacro-initial-counter-value otherwise. Never set both.
14974 (kmacro-display): Show macro counter if non-zero.
14975
14976 * subr.el (substitute-key-definition): Mention command remapping
14977 in doc string.
14978
14979 2004-10-11 Jay Belanger <belanger@truman.edu>
14980
14981 * calc/calc-misc.el (calc-info-goto-node): New function.
14982 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
14983 node in one step.
14984 (calc-describe-copying, calc-describe-distribution)
14985 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14986 Go to appropriate info node in one step.
14987
14988 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14989
14990 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14991
14992 * font-lock.el (font-lock-apply-highlight): Fix last change.
14993
14994 2004-10-11 Simon Josefsson <jas@extundo.com>
14995
14996 * mail/smtpmail.el (smtpmail-open-stream): Look for
14997 starttls-gnutls-program instead of starttls-program iff
14998 starttls-use-gnutls is non-nil.
14999 (smtpmail-open-stream): Don't overwrite user settings of
15000 starttls-extra-arguments and starttls-extra-args.
15001
15002 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15003
15004 * comint.el (comint-mouse-insert-input): Remove.
15005 (comint-insert-input): Make it work for mouse bindings.
15006 (comint-mode-map): Move defs into the declaration.
15007 (comint-output-filter): Typo.
15008
15009 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
15010
15011 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
15012
15013 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
15014 (ange-ftp-call-chmod): Reference remote-shell-program instead of
15015 ange-ftp-remote-shell.
15016
15017 2004-10-10 Andreas Schwab <schwab@suse.de>
15018
15019 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
15020 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
15021 Reported by <sri@asu.edu>.
15022
15023 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
15024
15025 * vc.el (vc-annotate-mode): Remove variable.
15026 (vc-annotate-display-select): Only call vc-annotate-mode
15027 if we're not in that mode already.
15028
15029 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
15030
15031 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
15032 (imenu-choose-buffer-index): Check here for rescan instead.
15033
15034 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
15035 where the face expression evals to nil.
15036
15037 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
15038 (tex-font-lock-keywords-2): Use it.
15039 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
15040
15041 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
15042
15043 2004-10-09 Kim F. Storm <storm@cua.dk>
15044
15045 * subr.el (progress-reporter-update): Define before first usage.
15046 (make-progress-reporter): Doc fix.
15047
15048 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
15049
15050 * textmodes/paragraphs.el (sentence-end-double-space)
15051 (sentence-end-without-period, sentence-end-without-space)
15052 (sentence-end): Doc fixes.
15053
15054 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
15055
15056 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
15057 Change paragraph-start regexp so we don't fill code starting with #'(.
15058
15059 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
15060
15061 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
15062 New defcustom.
15063 (extract-address-components): Use it.
15064
15065 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
15066
15067 * subr.el (make-progress-reporter, progress-reporter-update)
15068 (progress-reporter-force-update, progress-reporter-do-update)
15069 (progress-reporter-done): New functions.
15070
15071 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
15072
15073 * progmodes/etags.el (etags-tags-completion-table): Use progress
15074 reporter.
15075 (etags-tags-apropos): Likewise.
15076
15077 2004-10-08 Alan Mackenzie <acm@muc.de>
15078
15079 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
15080 of current line.
15081
15082 2004-10-08 Masatake YAMATO <jet@gyve.org>
15083
15084 * server.el (server-process-filter): Wrap `process-send-region'
15085 by `condition-case' to guard the case when the pipe to PROC is closed.
15086
15087 2004-10-07 Mark A. Hershberger <mah@everybody.org>
15088
15089 * xml.el (xml-substitute-special): Limit handling of external entities.
15090
15091 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
15092
15093 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
15094
15095 2004-10-06 John Paul Wallington <jpw@gnu.org>
15096
15097 * xml.el (xml-parse-dtd): Fix `error' call.
15098
15099 2004-10-05 Mark A. Hershberger <mah@everybody.org>
15100
15101 * xml.el (xml-substitute-special): Return a single string instead
15102 of a list of strings if an entity substitution is made.
15103
15104 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
15105
15106 * calendar/icalendar.el: New file.
15107
15108 2004-10-05 Juri Linkov <juri@jurta.org>
15109
15110 * isearch.el (isearch-done): Set mark after running hook.
15111 Reported by Drew Adams <drew.adams@oracle.com>.
15112
15113 * info.el (Info-history, Info-toc): Fix Info headers.
15114 (Info-toc): Narrow buffer before Info-fontify-node.
15115 (Info-build-toc): Don't check for special Info file names.
15116 Set main-file to nil if Info-find-file returns a symbol.
15117
15118 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
15119
15120 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
15121 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
15122 * calendar/cal-menu.el (calendar-mode-map): Ditto.
15123
15124 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
15125
15126 * calendar/cal-iso.el (calendar-iso-read-args): New function,
15127 for old interactive spec from calendar-goto-iso-date.
15128 (calendar-goto-iso-date): Use it.
15129 (calendar-goto-iso-week): New function. Suggested by Emilio
15130 C. Lopes <eclig@gmx.net>.
15131
15132 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
15133
15134 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
15135 `set-right-margin' bindings that follow the minor mode conventions.
15136
15137 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
15140 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
15141 (latex-block-args-alist): Add minipage and picture.
15142 (latex-block-body-alist): Use reftex-label if enabled.
15143 (latex-insert-block): Don't insert a \n if not necessary.
15144 (tex-compile-commands): Make sure dvips doesn't send to printer.
15145 (tex-compile-default): Handle the case where no executable is found.
15146 (latex-noindent-environments): New var.
15147 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
15148 If tex-indent-allhanging is non-nil, make sure we only align for macros
15149 at beginning of line.
15150
15151 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
15152
15153 * newcomment.el (comment-beginning): Doc fix and don't choke on
15154 unset `comment-end-skip' when at beginning of comment.
15155
15156 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
15157
15158 * term.el (term-adjust-current-row-cache): Don't allow the current
15159 row to become negative.
15160 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
15161 the end of the line. Fix scroll down. Add comments.
15162 (term-handle-ansi-escape): Don't exceed terminal width when moving
15163 right.
15164 (term-scroll-region): Move the cursor after setting the scroll region.
15165
15166 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
15167
15168 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
15169 to `width' for consistency with docstring. Doc fix.
15170
15171 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
15172
15173 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
15174 This is necessary for derived modes.
15175
15176 2004-09-30 Kim F. Storm <storm@cua.dk>
15177
15178 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
15179 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
15180
15181 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
15182 kmacro-extract-lambda functions.
15183 (edit-kbd-macro): Handle kmacro lambda forms.
15184 Include counter and counter format in edit buffer.
15185 (edmacro-finish-edit): Get counter and format from edit buffer and
15186 update kmacro bindings when found.
15187
15188 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
15189
15190 * textmodes/paragraphs.el (forward-paragraph):
15191 Avoid args-out-of-range error when point winds up at the beginning of
15192 the buffer and hard newlines are enabled.
15193
15194 * newcomment.el (comment-multi-line): Doc fix.
15195
15196 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
15197
15198 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
15199 (diff-fixup-modifs): Catch unified-diff file-headers.
15200
15201 2004-09-29 Kim F. Storm <storm@cua.dk>
15202
15203 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
15204 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
15205 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
15206
15207 * fringe.el (fringe-bitmap-p): New macro.
15208 (fringe-bitmaps): Add standard fringe bitmaps on load.
15209
15210 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15211
15212 * dired.el (dired-view-command-alist): Use more efficient regexps.
15213 Remove dubious arguments.
15214 (dired-align-file): New function.
15215 (dired-insert-directory): Use it.
15216 (dired-move-to-end-of-filename): Make the " -> " search more specific.
15217 (dired-buffers-for-dir): Remove unused var `pattern'.
15218
15219 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
15220
15221 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
15222 from diary display excursion. Store diary buffer's point for
15223 `simple-diary-display'.
15224 (simple-diary-display): Set window point and start when
15225 displaying buffer, to preserve point.
15226
15227 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
15228
15229 * textmodes/enriched.el (enriched-translations): Replace defconst
15230 with defvar.
15231
15232 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15233
15234 * printing.el: Doc fix.
15235 (pr-version): New version number (6.8.1).
15236 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
15237 make-temp-name.
15238 (pr-delete-file): Check if file exists before deleting it.
15239 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
15240
15241 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
15242
15243 * term.el (term-display-table): New variable.
15244 (term-mode): Use it.
15245 (term-exec-1): Set the coding system to binary.
15246 (term-emulate-terminal): Decode the string before inserting it.
15247
15248 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
15249
15250 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
15251 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
15252 (map): Bind S-prior, S-next and S-insert.
15253 (term-mode): Set `indent-tabs-mode' to nil.
15254 (term-paste): New function to be bound to S-insert.
15255 (term-send-del, term-send-backspace): Change the strings sent.
15256 (term-termcap-format): Synchronize with etc/e/eterm.ti.
15257 (term-handle-colors-array): Fix handling of underline and reverse.
15258 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
15259 (term-erase-in-line): Fix comparison.
15260 (term-emulate-terminal): Fix line wrap handling.
15261 (term-start-output-log): Rename from `term-set-output-log'.
15262 (term-stop-output-log): Rename from `term-stop-photo'.
15263 (term-switch-to-alternate-sub-buffer): Comment out, unused.
15264
15265 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
15266
15267 * dired.el (dired-move-to-filename): Don't output a message if
15268 raise-error is non-nil. Fix return position and value.
15269
15270 * files.el (insert-directory): Obey --dired even with symlinks.
15271
15272 2004-09-25 Lars Hansen <larsh@math.ku.dk>
15273
15274 * ls-lisp.el (ls-lisp-format): Mark file names with property
15275 dired-filename.
15276
15277 2004-09-25 Kim F. Storm <storm@cua.dk>
15278
15279 * ido.el (ido-max-directory-size): New defcustom.
15280 (ido-decorations): Add "too big" element.
15281 (ido-directory-too-big): New dynamic var.
15282 (ido-may-cache-directory): Don't cache big directories.
15283 (ido-directory-too-big-p): New defun.
15284 (ido-set-current-directory): Update ido-directory-too-big.
15285 (ido-read-internal): Make empty ido-cur-item if too-big.
15286 (ido-buffer-internal): Use ido-read-internal directly instead of
15287 ido-read-buffer.
15288 (ido-file-internal): Init ido-directory-too-big.
15289 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
15290 and redo completion with full list.
15291 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
15292 it, and show completions.
15293 (ido-all-completions): Let bind ido-directory-too-big to nil.
15294 (ido-exhibit): Handle ido-directory-too-big.
15295 (ido-read-buffer): Handle fallback to read-buffer.
15296 Init ido-directory-too-big.
15297 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
15298 Init ido-directory-too-big.
15299
15300 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
15301
15302 * subr.el (delay-mode-hooks): Doc fix.
15303
15304 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
15305
15306 * textmodes/enriched.el
15307 (enriched-default-text-properties-local-flag): New variable.
15308 (enriched-mode): Make sure that enabling and disabling the mode is
15309 a no-op. Doc fix.
15310
15311 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
15312
15313 * calendar/holidays.el (holiday-advent): Report on a specified day
15314 offset from advent, not just advent.
15315 (holiday-easter-etc): Report on one specified day offset from
15316 easter, not all easter holidays. Various Easter holidays moved to
15317 `christian-holidays' variable in calendar.el.
15318 * calendar/calendar.el (christian-holidays): Adapt for new
15319 behavior of `holiday-advent' and `holiday-easter-etc' functions.
15320
15321 2004-09-23 Kim F. Storm <storm@cua.dk>
15322
15323 * image.el (insert-sliced-image): Add doc string.
15324
15325 * ido.el (ido-choice-list): New dynamic var for `list' context.
15326 (ido-context-switch-command): New dynamic var.
15327 (ido-define-mode-map): Generalize switch between file/buffer contexts.
15328 (ido-read-internal): Handle new `list' context.
15329 Handle insert-buffer and insert-file ido-exit values.
15330 (ido-buffer-internal): New arg switch-cmd. Use it to setup
15331 ido-context-switch-command. Handle insert-file ido-exit value.
15332 (ido-read-buffer): Set ido-context-switch-command to 'ignore
15333 unless it is already bound by caller.
15334 (ido-file-internal): New arg switch-cmd. Use it to setup
15335 ido-context-switch-command. Handle insert-buffer ido-exit value.
15336 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
15337 used for context switching.
15338 (ido-all-completions): Handle new `list' context.
15339 (ido-make-choice-list): Return choices for `list' context.
15340 (ido-find-file-in-dir, ido-display-file, ido-write-file)
15341 (ido-display-buffer, ido-kill-buffer): Disable context switching.
15342 (ido-insert-buffer, ido-insert-file): Setup context switching.
15343 (ido-exhibit): Handle `list' context.
15344 (ido-read-file-name): Disable context switching. Handle fallback.
15345 (ido-read-directory-name): Disable context switching.
15346 (ido-completing-read): New defun like completing-read. Setup and
15347 use new `list' context.
15348
15349 2004-09-20 Jesper Harder <harder@ifa.au.dk>
15350
15351 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
15352
15353 2004-09-21 Jay Belanger <belanger@truman.edu>
15354
15355 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
15356 `calc-graph-set-styles' so the gnuplot buffer will appear in a
15357 separate window.
15358
15359 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
15360
15361 * subr.el (after-change-major-mode-hook): Doc fix.
15362
15363 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15364
15365 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
15366 of ghostscript for monochrome PostScript file in Windows.
15367
15368 2004-09-21 Kenichi Handa <handa@m17n.org>
15369
15370 * descr-text.el (describe-char): Checking of quail activation fixed.
15371
15372 2004-09-21 Jay Belanger <belanger@truman.edu>
15373
15374 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
15375
15376 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
15377
15378 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
15379 after the mode hooks instead of before. Doc fix.
15380
15381 2004-09-20 Jason Rumney <jasonr@gnu.org>
15382
15383 * startup.el (command-line) [windows-nt]: Try .emacs first, then
15384 _emacs, but revert to .emacs if neither exists in home directory.
15385
15386 2004-09-20 John Paul Wallington <jpw@gnu.org>
15387
15388 * bindings.el (completion-ignored-extensions): Add .dfsl.
15389
15390 2004-09-20 Richard M. Stallman <rms@gnu.org>
15391
15392 * bindings.el (scroll-left): Make it disabled.
15393
15394 * files.el (enable-local-eval): Doc fix.
15395
15396 * indent.el (move-to-left-margin): Special case for minibuffer.
15397
15398 * term.el (term-emulate-terminal): Turn off undo for output.
15399 Use with-current-buffer and save-selected-window.
15400
15401 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
15402
15403 * progmodes/make-mode.el (makefile-fill-paragraph):
15404 Don't insist on spaces when looking for comments. # is enough.
15405
15406 * files.el (hack-local-variables): Copy the variables list
15407 to another buffer, strip prefixes and suffixes there, then read.
15408 (enable-local-eval): Doc fix.
15409 (ignored-local-variables): Initialize to nil.
15410 (risky-local-variable-p): Don't check ignored-local-variables here.
15411 (hack-one-local-variable): Ignore var if in ignored-local-variables.
15412
15413 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
15414
15415 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
15416 of = to "." (punctuation).
15417
15418 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15419
15420 * subr.el (event-basic-type): Fix mask (extend to 22bits).
15421
15422 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
15423
15424 * textmodes/enriched.el (enriched-rerun-flag): New variable.
15425 (enriched-before-change-major-mode): New function.
15426 Add it to `change-major-mode-hook'.
15427 (enriched-after-change-major-mode): New function.
15428 Add it to `after-change-major-mode-hook'.
15429 (enriched-mode): Make it work correctly if called from
15430 `after-change-major-mode-hook'.
15431 No longer set `indent-line-function'.
15432
15433 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
15434
15435 * subr.el (after-change-major-mode-hook): New variable.
15436 (run-mode-hooks): Implement it.
15437
15438 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
15439
15440 * battery.el (battery-linux-proc-apm): Use string-to-number.
15441 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
15442 Use dolist (and less indentation). Use erase-buffer.
15443 Pre-initialize `design-capacity', `warn', and `low'.
15444 (battery-format): Use replace-regexp-in-string.
15445
15446 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
15447
15448 * battery.el: Delete superfluous empty lines.
15449 (battery-linux-proc-acpi): Attempt to gather information from all
15450 battery subdirectories regardless of their file name.
15451 (battery-linux-proc-apm): Replace all occurrences of
15452 battery-hex-to-int-2 with string-to-int (base 16).
15453 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
15454 (battery-hex-map): Delete variable.
15455
15456 2004-09-18 John Paul Wallington <jpw@gnu.org>
15457
15458 * calc/calc-units.el (calc-quick-units): Fix overzealous
15459 s/or/unless/.
15460
15461 2004-09-17 Jay Belanger <belanger@truman.edu>
15462
15463 * calc/calc.el (calc-mode-var-list): Fix the value of
15464 `calc-matrix-brackets'.
15465
15466 2004-09-17 Romain Francoise <romain@orebokech.com>
15467
15468 * ibuf-ext.el (define-ibuffer-filter filename):
15469 Expand dired-directory since buffer-file-name is absolute.
15470
15471 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15472
15473 * ediff-init.el (ediff-current-diff-face-A)
15474 (ediff-current-diff-face-B, ediff-current-diff-face-C)
15475 (ediff-current-diff-face-Ancestor)
15476 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15477 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15478 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15479 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15480 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15481 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15482 Use min-colors.
15483
15484 * term.el (term-down): Perform vertical motion if DOWN is negative.
15485 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
15486 (term-termcap-format): Synchronize with the eterm terminfo entry
15487 in etc/e/eterm.ti.
15488 (term-handle-colors-array): If the current foreground or
15489 background are zero (i.e. unspecified), use the foreground and
15490 background of the default face for reverse video.
15491 (term-ansi-at-eval-string, term-ansi-default-fg)
15492 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
15493 (term-mem): Delete unused function.
15494 (term-protocol-version): Increment.
15495 (term-current-face): Set to default.
15496
15497 2004-09-15 Jay Belanger <belanger@truman.edu>
15498
15499 * calc/calc.el (calc-mode-var-list): Define this variable.
15500 (calc-always-load-extensions, calc-line-numbering)
15501 (calc-line-breaking, calc-display-just, calc-display-origin)
15502 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15503 (calc-group-char, calc-point-char, calc-frac-format)
15504 (calc-prefer-frac, calc-hms-format, calc-date-format)
15505 (calc-float-format, calc-full-float-format, calc-complex-format)
15506 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15507 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15508 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15509 (calc-matrix-brackets, calc-language, calc-language-option)
15510 (calc-left-label, calc-right-label, calc-word-size)
15511 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15512 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15513 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15514 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15515 (calc-window-height, calc-display-trail, calc-show-selections)
15516 (calc-use-selections, calc-assoc-selections)
15517 (calc-display-working-message, calc-auto-why, calc-timing)
15518 (calc-mode-save-mode, calc-standard-date-formats)
15519 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
15520 (calc-user-parse-tables, calc-gnuplot-default-device)
15521 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15522 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15523 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15524 (calc-invocation-macro, calc-show-banner): Give these values as
15525 part of `calc-mode-var-list's initialization after the variables
15526 are declared with defvar.
15527 (calc-bug-address): Change email address to send bug reports to.
15528 Change the maintainer address at the top.
15529 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
15530 than "\\.emacs" to determine if it is the user-init-file.
15531
15532 * calc/calc-embed.el (calc-embedded-set-modes): Use
15533 `calc-mode-var-list' correctly.
15534
15535 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
15536
15537 * vc.el (annotate-time): Document point handling.
15538 (vc-annotate-display-autoscale): Doc fix.
15539
15540 2004-09-15 Miles Bader <miles@gnu.org>
15541
15542 * generic.el (generic-make-keywords-list): Use symbol rather than
15543 word anchors in regexp.
15544
15545 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
15546
15547 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
15548 no file name consider `dired-directory'.
15549
15550 2004-09-14 Kim F. Storm <storm@cua.dk>
15551
15552 * faces.el (cursor): Add face-no-inherit property. Doc fix.
15553
15554 2004-09-14 Simon Josefsson <jas@extundo.com>
15555
15556 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
15557
15558 * textmodes/dns-mode.el: Add.
15559
15560 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
15561
15562 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
15563 (disabled-command-function): Make the ?\ char more obvious.
15564
15565 * vc-arch.el (vc-arch-root, vc-arch-registered):
15566 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
15567
15568 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
15569
15570 * windmove.el (windmove-frame-edges): Report coordinates of
15571 outside edges of frame, not inside edges.
15572 (windmove-coordinates-of-position): Convert into wrapper to new
15573 function `windmove-coordinates-of-window-position';
15574 `compute-motion' always applies to selected window.
15575 (windmove-coordinates-of-position): Update documentation to refer
15576 to Emacs 21 Lisp Reference Manual.
15577 (windmove-find-other-window): Fix off-by-one errors for max x,y.
15578
15579 2004-09-13 Kim F. Storm <storm@cua.dk>
15580
15581 * isearch.el (isearch-resume-in-command-history): Rename from
15582 isearch-resume-enabled and change default to nil.
15583
15584 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15585
15586 * vc-hooks.el (vc-ignore-dir-regexp): New var.
15587 (vc-registered): Use it.
15588 (vc-find-root): New fun.
15589
15590 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15591 Don't tell to use \\{...} when it's already done.
15592
15593 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
15594 Provide a sample complex default.
15595 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
15596 (bibtex-entry): Use mapc.
15597
15598 2004-09-12 Kim F. Storm <storm@cua.dk>
15599
15600 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
15601
15602 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
15603 inhibit-field-text-motion to t so rectangles work in comint buffers.
15604
15605 * simple.el (choose-completion-string): Set buffer before running
15606 choose-completion-string-functions hook so it can be buffer-local.
15607
15608 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
15609
15610 * progmodes/compile.el (compilation-start): Parse command to see
15611 if it starts with a cd, and if so perform it for the *compilation*
15612 buffer. Change the header to reflect this.
15613
15614 2004-09-11 Kim F. Storm <storm@cua.dk>
15615
15616 * ido.el (ido-enable-dot-prefix): Doc fix.
15617 (ido-enable-dot-prefix): New defcustom.
15618 (ido-set-matches1): Use it.
15619
15620 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15621
15622 * textmodes/bibtex.el (bibtex-mark-active)
15623 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
15624
15625 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15626
15627 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
15628 used in a case insensitive environment.
15629 (bibtex-mode-map): Rearrange order of menus.
15630 (bibtex-quoted-string-re): Obsolete.
15631 (bibtex-complete-key-cleanup): Variable replaced by new function.
15632 (bibtex-font-lock-keywords): Use backquotes.
15633 (bibtex-font-lock-url-regexp): New internal variable.
15634 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
15635 "OPT" and "ALT".
15636 (bibtex-insert-current-kill, bibtex-make-field)
15637 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
15638 (bibtex-parse-field-text): Simplify.
15639 (bibtex-string=): New helper function.
15640 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
15641 (bibtex-map-entries): Use bibtex-string=.
15642 (bibtex-search-entry): Use not.
15643 (bibtex-enclosing-field): Fix docstring.
15644 (bibtex-assoc-regexp): Obsolete.
15645 (bibtex-format-entry): Use assoc-string and bibtex-string=.
15646 (bibtex-autokey-get-names): Handle empty name field.
15647 (bibtex-parse-strings): Use assoc-string and unless.
15648 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
15649 Use assoc-string.
15650 (bibtex-pop): Simplify.
15651 (bibtex-mode): Set font-lock-extra-managed-props.
15652 (bibtex-entry-update): Use assoc-string.
15653 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
15654 (bibtex-autofill-entry): Use bibtex-string=.
15655 (bibtex-print-help-message): Simplify.
15656 (bibtex-find-entry): New optional arg START.
15657 (bibtex-validate): Use bibtex-string= and assoc-string.
15658 Do not call obsolete function compilation-parse-errors.
15659 (bibtex-remove-delimiters): Only remove delimiters if present.
15660 (bibtex-copy-entry-as-kill): Add docstring.
15661 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
15662 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15663 (bibtex-complete): Use bibtex-predefined-month-strings,
15664 bibtex-string=, and new function bibtex-complete-key-cleanup.
15665 (bibtex-generate-url-list): New variable.
15666 (bibtex-url): New command bound to C-c C-l and mouse-2.
15667 (bibtex-url-map): New local keymap for bibtex-url-mouse.
15668 (bibtex-font-lock-url): New function.
15669
15670 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
15671
15672 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15673
15674 2004-09-09 Kim F. Storm <storm@cua.dk>
15675
15676 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15677 counter and format with binding.
15678 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
15679 the declared macro uses own macro counter and format. Give symbol
15680 kmacro property.
15681 (kmacro-keymap): Bind kmacro-name-last-macro to n.
15682 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15683 (kmacro-end-and-call-macro): Doc fix.
15684
15685 2004-09-09 Lars Hansen <larsh@math.ku.dk>
15686
15687 * desktop.el (desktop-clear-preserve-buffers):
15688 Remove make-obsolete-variable.
15689
15690 2004-09-08 Richard M. Stallman <rms@gnu.org>
15691
15692 * buff-menu.el (list-buffers-noselect): Call format-mode-line
15693 with the buffer as argument.
15694
15695 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
15696
15697 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15698
15699 2004-09-08 Juri Linkov <juri@jurta.org>
15700
15701 * replace.el (perform-replace): Use `query-replace-descr'.
15702
15703 * cus-start.el (history-delete-duplicates): Specify customization.
15704
15705 * diff-mode.el (diff-mode-map):
15706 * progmodes/compile.el (compilation-mode-map):
15707 * progmodes/grep.el (grep-mode-map):
15708 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
15709 to `next-error-follow-minor-mode'.
15710
15711 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15712
15713 * isearch.el (isearch-lazy-highlight-update): Take into account
15714 the case of zero-length match at the search bound.
15715
15716 2004-09-08 Kim F. Storm <storm@cua.dk>
15717
15718 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
15719 change. Use zero width overlays when necessary.
15720
15721 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15722
15723 * subr.el (split-string): Docfix.
15724
15725 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15726
15727 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
15728 (display-call-tree): Ensure newline after caller/calls blocks.
15729
15730 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15731
15732 * startup.el (command-line-1): Make option
15733 --directory/-L modify `load-path' straight away.
15734
15735 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15736
15737 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15738
15739 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15740
15741 * emacs-lisp/autoload.el (make-autoload):
15742 Handle `define-compilation-mode'.
15743
15744 * emacs-lisp/lisp-mode.el (define-compilation-mode):
15745 Specify `doc-string-elt' property.
15746
15747 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15748
15749 * bs.el (bs-mode): Doc fix.
15750
15751 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15752
15753 * info.el (Info-insert-dir): Fix temp buffer leak bug.
15754
15755 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15756
15757 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15758
15759 2004-09-08 Kenichi Handa <handa@m17n.org>
15760
15761 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15762 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15763 ps-mule-next-point -> 1+).
15764
15765 * composite.el (encode-composition-rule): Add autoload cookie.
15766
15767 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
15768
15769 * format.el (buffer-auto-save-file-format): Make it permanent local.
15770
15771 2004-09-07 Kim F. Storm <storm@cua.dk>
15772
15773 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15774 (authors-fixed-entries): Fix typo.
15775 (authors-canonical-author-name): Compact multiple spaces.
15776 Ignore trivial names (e.g. only first name).
15777
15778 * term.el (term-window-width): Only use full window width on
15779 window system if overflow-newline-into-fringe is enabled.
15780 (term-mode): Don't disable overflow-newline-into-fringe.
15781
15782 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15783
15784 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15785 motion as seen on my Mac OS X xterms.
15786
15787 * newcomment.el (uncomment-region-default, comment-region-default):
15788 New functions extracted from uncomment-region and comment-region.
15789 (comment-region, comment-region-function, uncomment-region)
15790 (uncomment-region-function): Use them.
15791
15792 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15793
15794 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15795 It's not crucial but can make sense at times.
15796
15797 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15798 the first commit.
15799
15800 * vc.el (vc-buffer-context, vc-restore-buffer-context):
15801 Disable obsolete code.
15802
15803 2004-09-07 Juri Linkov <juri@jurta.org>
15804
15805 * progmodes/grep.el (grep-highlight-matches): Change default from
15806 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
15807 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15808 if grep option `--color' is available, or to `nil' otherwise.
15809 (grep-process-setup): Call `grep-compute-defaults' if
15810 `grep-highlight-matches' is not computed. Set env-vars only
15811 if `grep-highlight-matches' is `t'.
15812 (grep-use-null-device): Remove redundant type `boolean' (`choice'
15813 is already defined).
15814
15815 * progmodes/compile.el (compilation-start): Use copy of
15816 `process-environment' created by `copy-sequence' to not
15817 modify env-vars in the global `process-environment'.
15818
15819 2004-09-06 Eli Zaretskii <eliz@gnu.org>
15820
15821 * simple.el (next-error-follow-minor-mode): Fix last change.
15822
15823 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
15824
15825 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15826 permanent local.
15827
15828 2004-09-04 Richard M. Stallman <rms@gnu.org>
15829
15830 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15831 highlighting if the search string is empty.
15832
15833 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
15834
15835 * facemenu.el (facemenu-active-faces): Change condition of inner
15836 `while' loop to also check the first two elements of `face-atts'
15837 and `mask-atts'.
15838
15839 2004-09-04 John Paul Wallington <jpw@gnu.org>
15840
15841 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15842 (thumbs-view-image-mode): Make buffer read-only.
15843
15844 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
15845
15846 * textmodes/ispell.el (ispell-really-aspell): New defvar.
15847 (ispell-check-version): Set it.
15848 (ispell-send-replacement): New function.
15849 (ispell-process-line): Call ispell-send-replacement.
15850
15851 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15852
15853 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15854 Support choosing seconds with "s".
15855
15856 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
15857
15858 * terminal.el (te-escape): Show `?' in prompt for help key.
15859
15860 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
15861
15862 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15863
15864 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15865
15866 * simple.el (next-error-follow-minor-mode)
15867 (next-error-follow-mode-post-command-hook): New functions.
15868 (next-error-follow-last-line): New defvar.
15869
15870 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
15871 * progmodes/compile.el (compilation-mode-map): Likewise.
15872 * progmodes/grep.el (grep-mode-map): Likewise.
15873 * replace.el (occur-mode-map): Likewise.
15874
15875 * newcomment.el (uncomment-region): Bind comment-use-global-state
15876 to nil.
15877
15878 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
15879
15880 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15881 locally around the call to `revert-buffer'.
15882
15883 2004-09-03 Juri Linkov <juri@jurta.org>
15884
15885 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15886 `isearch-adjusted' to `t'.
15887 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15888 (isearch-message-prefix): Add "pending" for isearch-adjusted.
15889 (isearch-other-meta-char): Restore isearch-point unconditionally.
15890 (isearch-query-replace): Add new arg `regexp-flag' and use it.
15891 Set point to start of match if region is not active in transient
15892 mark mode (to include the current match to region boundaries).
15893 Push the search string to `query-replace-from-history-variable'.
15894 Add prompt "Query replace regexp" for isearch-regexp.
15895 Add region beginning/end as last arguments of `perform-replace.'
15896 (isearch-query-replace-regexp): Replace code by the call to
15897 `isearch-query-replace' with arg `t'.
15898
15899 2004-09-03 Richard M. Stallman <rms@gnu.org>
15900
15901 * startup.el (normal-top-level): Undo previous TERM change.
15902
15903 2004-09-03 Kim F. Storm <storm@cua.dk>
15904
15905 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15906 highlight overlays; allow using RET when cursor is over a button.
15907 (cua--highlight-rectangle): Use it.
15908 (cua--rectangle-set-corners): Don't move backwards at eol.
15909 (cua--forward-line): Don't move into void after eob.
15910
15911 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15912 point is set (and displayed) inside rectangle.
15913 (cua--rectangle-operation): Fix for highlight of empty lines.
15914 (cua--highlight-rectangle): Fix highlight for tabs.
15915 Position cursor at left/right edge of rectangle using new `cursor'
15916 property on overlay strings.
15917 (cua--indent-rectangle): Don't tabify.
15918 (cua-rotate-rectangle): Ignore that point has moved.
15919
15920 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15921
15922 * term/mac-win.el: Add ASCII equivalents for some function keys.
15923 (mode-line-frame-identification): Sync with x-win.el.
15924
15925 2004-09-02 Juri Linkov <juri@jurta.org>
15926
15927 * progmodes/compile.el (compilation-buffer-name): Compare major
15928 mode with second element of compilation-arguments instead of third
15929 to reflect latest changes in compilation-arguments structure.
15930 (recompile): Use global variable `compilation-directory' to get
15931 recent compilation directory only when `recompile' is invoked NOT
15932 in the compilation buffer. Otherwise, use `default-directory' of
15933 the compilation buffer.
15934 (compilation-error-properties): Allow to funcall col and end-col.
15935 (compilation-mode-font-lock-keywords): Check col and end-col by
15936 `integerp'.
15937 (compilation-goto-locus): If end-mk is non-nil in transient mark
15938 mode don't activate the mark (and don't display message in
15939 push-mark), but highlight overlay between mk and end-mk.
15940
15941 * progmodes/grep.el (grep-highlight-matches): New defcustom.
15942 (grep-regexp-alist): Add rule to highlight grep matches.
15943 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15944
15945 * info.el (Info-fontify-node): Don't compute other-tag
15946 if Info-hide-note-references=hide.
15947
15948 * help.el (function-called-at-point):
15949 * help-fns.el (variable-at-point):
15950 Try `find-tag-default' when other methods failed.
15951
15952 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15953 Do not push mark if inhibit-mark-movement is non-nil.
15954
15955 * textmodes/ispell.el (ispell-html-skip-alists):
15956 Fix backslashes in docstring.
15957
15958 2004-09-01 Juri Linkov <juri@jurta.org>
15959
15960 * isearch.el (isearch-wrap-function)
15961 (isearch-push-state-function): New defvars.
15962 (isearch-pop-fun-state): New defsubst.
15963 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15964 (isearch-push-state): Set the result of calling
15965 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15966 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15967 restore the mode-specific starting point of terminated search.
15968 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15969 (isearch-repeat): Call `isearch-wrap-function' if defined.
15970 (isearch-message-prefix): Don't add prefix "over" to the message
15971 for wrapped search if `isearch-wrap-function' is defined.
15972 (isearch-search): Call function saved in `isearch-pop-fun-state' to
15973 restore the mode-specific starting point of failed search.
15974
15975 * info.el (Info-search-whitespace-regexp): Fix backslashes.
15976 (Info-search): Add new optional arguments for the sake of isearch.
15977 Replace whitespace in Info-search-whitespace-regexp literally.
15978 Add backward search. Don't call `Info-select-node' if regexp is
15979 found in the same Info node. Don't add node to Info-history for
15980 wrapped isearch.
15981 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15982 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15983 (Info-mode): Set local variables `isearch-search-fun-function',
15984 `isearch-wrap-function', `isearch-push-state-function',
15985 `search-whitespace-regexp'.
15986
15987 * isearch.el: Remove ancient Change Log section.
15988 (isearch-string, isearch-message-string, isearch-point)
15989 (isearch-success, isearch-forward-flag, isearch-other-end)
15990 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15991 (isearch-barrier, isearch-within-brackets)
15992 (isearch-case-fold-search): Add suffix `-state' to state-related
15993 defsubsts to avoid name clashes with other function names.
15994
15995 * simple.el (next-error): New defgroup and defface.
15996 (next-error-highlight, next-error-highlight-no-select):
15997 New defcustoms.
15998 (next-error-no-select): Let-bind next-error-highlight to the value
15999 of next-error-highlight-no-select before calling `next-error'.
16000
16001 * progmodes/compile.el (compilation-goto-locus):
16002 Use `next-error' face instead of `region'. Set 4-th argument of
16003 `move-overlay' to `current-buffer' to move overlay to different
16004 source buffers. Use new variable `next-error-highlight'.
16005
16006 * simple.el (next-error-find-buffer): Move the rule
16007 "if current buffer is a next-error capable buffer" after the
16008 rule "if next-error-last-buffer is set to a live buffer".
16009 Simplify to test all rules in one `or'.
16010 (next-error): Doc fix.
16011 (next-error, previous-error, first-error)
16012 (next-error-no-select, previous-error-no-select):
16013 Make arguments optional.
16014
16015 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
16016
16017 * macros.el (apply-macro-to-region-lines): Make it operate on all
16018 lines that begin in the region, rather than on all complete lines
16019 in the region.
16020
16021 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16022
16023 * x-dnd.el (x-dnd-protocol-alist): Document update.
16024 (x-dnd-known-types): Defcustom it.
16025 (x-dnd-handle-motif): Print message-atom in error message.
16026
16027 2004-08-30 John Paul Wallington <jpw@gnu.org>
16028
16029 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
16030 strings rather than programatically constructing message.
16031
16032 2004-08-30 Richard M. Stallman <rms@gnu.org>
16033
16034 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
16035 Don't return a string that would read as the wrong character code.
16036
16037 2004-08-29 Kim F. Storm <storm@cua.dk>
16038
16039 * emulation/cua-base.el (cua-auto-expand-rectangles):
16040 Remove automatic rectangle padding feature; replace by non-destructive
16041 virtual rectangle edges feature.
16042 (cua-virtual-rectangle-edges): New defcustom.
16043 (cua-auto-tabify-rectangles): New defcustom.
16044 (cua-paste): If paste into a marked rectangle, insert rectangle at
16045 current column, even if virtual; also paste exactly as many lines
16046 as has been marked (ignore additional lines or add empty lines),
16047 but paste whole source if only one line is marked.
16048 (cua--update-indications): No longer use overwrite-cursor to
16049 indicate rectangle padding
16050
16051 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
16052 (cua--rectangle-virtual-edges): New defun.
16053 (cua--rectangle-get-corners): Remove optional PAD arg.
16054 (cua--rectangle-set-corners): Never do padding.
16055 (cua--forward-line): Remove optional PAD arg. Simplify.
16056 (cua-resize-rectangle-right, cua-resize-rectangle-left)
16057 (cua-resize-rectangle-down, cua-resize-rectangle-up):
16058 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
16059 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
16060 (cua--rectangle-move): Never do padding. Simplify.
16061 (cua--tabify-start): New defun.
16062 (cua--rectangle-operation): Add tabify arg. All callers changed.
16063 (cua--pad-rectangle): Remove.
16064 (cua--delete-rectangle): Handle delete with virtual edges.
16065 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
16066 (cua--insert-rectangle): Handle insert at virtual column.
16067 Perform auto-tabify if necessary.
16068 (cua--activate-rectangle): Remove optional FORCE arg.
16069 Never do padding. Simplify.
16070 (cua--highlight-rectangle): Enhance for virtual edges.
16071 (cua-toggle-rectangle-padding): Remove command.
16072 (cua-toggle-rectangle-virtual-edges): New command.
16073 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
16074 (cua--rectangle-post-command): Don't force rectangle padding.
16075 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
16076
16077 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
16078
16079 * indent.el (edit-tab-stops-buffer): Doc fix.
16080
16081 2004-08-28 Richard M. Stallman <rms@gnu.org>
16082
16083 * progmodes/grep.el (grep-default-command): Use find-tag-default.
16084 (grep-tag-default): Function deleted.
16085
16086 * subr.el (find-tag-default): Move from etags.el.
16087
16088 * progmodes/etags.el (find-tag-default): Move to subr.el.
16089
16090 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
16091 into the basic character if it has an uppercase form.
16092
16093 2004-08-27 Kenichi Handa <handa@m17n.org>
16094
16095 * international/utf-8.el (utf-8-post-read-conversion): If the
16096 buffer is unibyte, temporarily make it multibyte.
16097
16098 2004-08-27 Masatake YAMATO <jet@gyve.org>
16099
16100 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
16101
16102 2004-08-25 John Paul Wallington <jpw@gnu.org>
16103
16104 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
16105 0, 1, and many mismatches in message.
16106 (tex-start-shell): Use `set-process-query-on-exit-flag'.
16107
16108 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
16109 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
16110
16111 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16112
16113 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
16114 vc-diff-switches differently.
16115
16116 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
16117
16118 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
16119 before and a real defvar after
16120 `speedbar-supported-extension-expressions'. This is to silence
16121 the compiler without breaking bootstrapping.
16122
16123 2004-08-22 Richard M. Stallman <rms@gnu.org>
16124
16125 * textmodes/flyspell.el (flyspell-word):
16126 Use set-process-query-on-exit-flag.
16127 (flyspell-highlight-duplicate-region): Take POSS as arg.
16128 (flyspell-word): Pass POSS as arg.
16129
16130 * progmodes/ada-xref.el: Many doc and style fixes.
16131 (ada-find-any-references): Use compilation-start.
16132 (ada-get-ali-file-name): Improve error msg.
16133 (ada-get-ada-file-name): Likewise.
16134
16135 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
16136 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
16137
16138 * mail/mail-extr.el (mail-extr-all-top-level-domains):
16139 Add forward defvar.
16140
16141 * whitespace.el (global-whitespace-mode): New alias
16142 for whitespace-global-mode.
16143
16144 * speedbar.el (speedbar-file-regexp): Move definition up.
16145 (speedbar-mode, speedbar-set-mode-line-format):
16146 Use with-no-warnings.
16147 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
16148
16149 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
16150 controls whether to display the error buffer.
16151
16152 * ps-mule.el: Delete compatibility code for old Emacsen.
16153 (ps-mule-find-wrappoint): Don't use chars-in-region.
16154
16155 * frame.el (display-mouse-p, display-selections-p):
16156 Use with-no-warnings.
16157
16158 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
16159
16160 2004-08-22 David Kastrup <dak@gnu.org>
16161
16162 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
16163 information.
16164
16165 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
16166
16167 2004-08-22 Andreas Schwab <schwab@suse.de>
16168
16169 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
16170
16171 2004-08-22 Masatake YAMATO <jet@gyve.org>
16172
16173 * cvs-status.el (cvs-status-checkout): New function.
16174 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
16175
16176 2004-08-21 David Kastrup <dak@gnu.org>
16177
16178 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
16179 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
16180 has been converted to use hashtables, the relation `nil=none' is
16181 no longer valid, as `nil' is not a hashtable. This patch tries to
16182 reduce the number of resulting errors.
16183
16184 2004-08-21 John Paul Wallington <jpw@gnu.org>
16185
16186 * subr.el (process-kill-without-query): Made obsolete in
16187 version 21.4, not 21.5.
16188
16189 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
16190 (vc-previous-comment, vc-next-comment)
16191 (vc-comment-search-reverse, vc-comment-search-forward)
16192 (vc-comment-to-change-log): Likewise.
16193
16194 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
16195
16196 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
16197
16198 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16199 Correct indentation of DEFMETHODS with non-standard method
16200 combinations (e.g., PROGN, MIN, MAX).
16201
16202 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
16203
16204 * startup.el (normal-top-level-add-subdirs-to-load-path):
16205 Avoid unnecessarily checking system-type.
16206 (normal-top-level): Set TERM to "dumb". Simplify.
16207
16208 * avoid.el (mouse-avoidance-ignore-p): New fun.
16209 Also ignore switch-frame, select-window, double, and triple clicks.
16210 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
16211 (mouse-avoidance-fancy-hook): Use it.
16212
16213 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
16214
16215 * avoid.el (mouse-avoidance-nudge-mouse)
16216 (mouse-avoidance-banish-destination): Stay within the current window
16217 to avoid problems with mouse-autoselect-window.
16218
16219 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16220
16221 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
16222 the newer format of some messages in cvs-1.12.1.
16223
16224 2004-08-19 Masatake YAMATO <jet@gyve.org>
16225
16226 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
16227 (elp-results-jump-to-definition-by-mouse)
16228 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
16229 (elp-output-result): Use elp-output-insert-symname.
16230
16231 2004-08-18 Kenichi Handa <handa@m17n.org>
16232
16233 * language/cyrillic.el: Register koi8-r in
16234 ctext-non-standard-encodings-alist.
16235 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
16236
16237 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
16238
16239 * emacs-lisp/copyright.el (copyright-update-year): Delete code
16240 that replaces 20xy with xy.
16241
16242 2004-08-17 John Paul Wallington <jpw@gnu.org>
16243
16244 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
16245 (reb-force-update): Doc fix.
16246
16247 2004-08-16 Richard M. Stallman <rms@gnu.org>
16248
16249 * progmodes/which-func.el (which-func-update-1): Doc fix.
16250
16251 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
16252 (sh-mode-abbrev-table): New variable.
16253
16254 * progmodes/compile.el (compilation-mode): Doc fix.
16255
16256 * emacs-lisp/lisp-mode.el (eval-last-sexp):
16257 Don't cons a new symbol each time.
16258 (eval-last-sexp-fake-value): New variable.
16259
16260 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
16261 (copyright-update-year): Detect continuation of list of years.
16262
16263 * term.el (term-default-fg-color, term-default-bg-color)
16264 (ansi-term-color-vector): Use `unspecified', not nil, as default.
16265
16266 * imenu.el: Several doc fixes: don't say variables are buffer-local.
16267
16268 2004-08-16 Davis Herring <herring@lanl.gov>
16269
16270 * isearch.el (isearch-string, isearch-message-string, isearch-point)
16271 (isearch-success, isearch-forward-flag, isearch-other-end)
16272 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16273 (isearch-barrier, isearch-within-brackets)
16274 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
16275
16276 2004-08-16 Kenichi Handa <handa@m17n.org>
16277
16278 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
16279
16280 2004-08-15 Kenichi Handa <handa@m17n.org>
16281
16282 * term/x-win.el (x-selection-value): If utf8 was successful but
16283 ctext was not, use utf8 string.
16284
16285 2004-08-14 Davis Herring <herring@lanl.gov>
16286
16287 * isearch.el: Remove accidental changes of March 4. Fix backing
16288 up when a regexp isearch is made more general. Use symbolic
16289 accessor functions for isearch stack frames to make usage clearer.
16290 (search-whitespace-regexp): Made groups in documentation shy (as
16291 is the group in the default value).
16292 (isearch-fallback): New function, addresses problems with regexps
16293 liberalized by `\|', adds support for liberalization by `\}' (the
16294 general repetition construct), and incorporates behavior for
16295 `*'/`?'.
16296 (isearch-}-char): New command, calls `isearch-fallback' with
16297 arguments appropriate to a typed `}'.
16298 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
16299 appropriately.
16300 (isearch-mode-map): Bind `}' to `isearch-}-char'.
16301 (isearch-string, isearch-message,string, isearch-point)
16302 (isearch-success, isearch-forward-flag, isearch-other-end)
16303 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16304 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
16305 New inline functions to read fields of a stack frame.
16306
16307 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
16308
16309 * battery.el (battery-linux-proc-acpi): Look into battery
16310 directories matching the literal string "CMB", too (required for
16311 Linux kernel version 2.6.7).
16312
16313 2004-08-14 John Paul Wallington <jpw@gnu.org>
16314
16315 * cus-start.el (read-file-name-completion-ignore-case): Add.
16316 (blink-cursor-alist): Change version to "21.4".
16317
16318 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
16319
16320 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
16321
16322 * speedbar.el (speedbar-scan-subdirs): New option.
16323 (speedbar-file-lists): Don't ignore file-name case on Unix and use
16324 dolist.
16325 (speedbar-insert-files-at-point): Take an extra argument and use
16326 it to optionally find out if a subdir is empty. Also unreadable
16327 files don't get expand buttons.
16328 (speedbar-directory): New image (unused pixmap already existed).
16329 (speedbar-expand-image-button-alist): Use it.
16330
16331 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
16332
16333 CC Mode update to 5.30.9:
16334
16335 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
16336 Move from cc-vars to cc-defs for dependency reasons. Fix the
16337 POSIX char class test to check that it works in
16338 `skip-chars-(forward|backward)' too.
16339
16340 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16341 first argument starts with a special brace list.
16342
16343 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
16344 when `c-opt-type-concat-key' is used (i.e. in Pike).
16345
16346 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
16347 Fix bug when the inner char pair doesn't have paren syntax,
16348 i.e. "(<>)".
16349
16350 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
16351 whitespace safe.
16352
16353 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
16354 position for `arglist-intro', `arglist-cont-nonempty' and
16355 `arglist-close' when there are two arglist open parens on the same
16356 line and there's nothing in front of the first.
16357
16358 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
16359 locking of qualified names in Java, which previously could fontify
16360 common indexing expressions in many cases. The standard Java
16361 naming conventions are used to tell them apart.
16362
16363 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
16364 Fix inconsistency wrt opening parens on the first line inside a paren
16365 block.
16366
16367 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
16368 compile time for the sake of `c-major-mode-is'.
16369
16370 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
16371 `c-major-mode-is' in the event that this is used inside a
16372 `c-lang-defconst'.
16373
16374 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
16375 `c-lang-defconst' so that it works better with fallback languages.
16376
16377 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
16378 it to fail to record the base mode.
16379
16380 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16381 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
16382 is used. Reorder the syntax checks to get more efficient
16383 skipping in some situations.
16384
16385 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
16386 continuation which might precede the newly inserted '{'.
16387
16388 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16389 Fix cases where it could loop indefinitely.
16390
16391 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
16392 size specs correctly. Only fontify identifiers in front of '('
16393 with as functions - don't accept any paren char. Tighten up
16394 initializer skipping to stop before function and class blocks.
16395
16396 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16397 the point could be left directly after an open paren when finding
16398 the beginning of the first decl in the block.
16399
16400 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
16401 table when filtering out legitimate open parens to be recorded.
16402 This could cause cache inconsistencies when e.g.
16403 `c++-template-syntax-table' was temporarily in use.
16404
16405 * progmodes/cc-engine.el (c-on-identifier)
16406 (c-simple-skip-symbol-backward): Small fix for handling "-"
16407 correctly in `skip-chars-backward'. Affected the operator lfun
16408 syntax in Pike.
16409
16410 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
16411 Fix bug that could cause an error from `after-change-functions' when
16412 the changed region is at bob.
16413
16414 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
16415
16416 CC Mode update to 5.30.9:
16417
16418 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
16419 to say that <TAB> doesn't insert WS into a CPP line.
16420 (c-indent-command, c-tab-always-indent): Amend doc strings.
16421
16422 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
16423 checks for user errors, thus eliminating cryptic and unhelpful
16424 Emacs error messages. (1) Check the arg to `c-set-style' is a
16425 string. (2) Check that settings to `c-offsets-alist' are not
16426 spuriously quoted.
16427
16428 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16429 which precedes the newly inserted `{'.
16430
16431 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
16432
16433 Sync with Tramp 2.0.44.
16434
16435 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
16436 function "tramp_file_attributes". Otherwise, file names
16437 containing spaces are misinterpreted. Reported by Magnus Henoch
16438 <mange@freemail.hu>.
16439 (tramp-handle-file-truename): FILENAME must be expanded first.
16440 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
16441 obscure results. Reported by D. Goel <deego@gnufans.org>.
16442 (tramp-handle-verify-visited-file-modtime): If file does not
16443 exist, say it is not modified if and only if that agrees with the
16444 buffer's record. Check whether a file is visiting the buffer, or
16445 the buffer has no recorded last modification time. Return t in
16446 case the visiting file doesn't exist. Suggested by Luc Teirlinck
16447 <teirllm@auburn.edu>.
16448 (tramp-handle-write-region): Pass modtime explicitly to
16449 `set-visited-file-modtime', because filename can be different
16450 from (buffer-file-name) if `file-precious-flag' is set.
16451 `set-visited-file-modtime' must be called always when `visit' is t
16452 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
16453 (tramp-handle-set-visited-file-modtime): If `time-list' is not
16454 nil, don't apply the whole body. If the file doesn't exists, set
16455 modtime to '(-1 65535). Suggested by Luc Teirlinck
16456 <teirllm@auburn.edu>.
16457
16458 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
16459
16460 * help.el (describe-bindings): Doc fix.
16461
16462 * subr.el (kbd): Doc fix.
16463
16464 2004-08-08 John Paul Wallington <jpw@gnu.org>
16465
16466 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
16467 instead of `string-to-int'.
16468 (define-ibuffer-column mode): Fix indentation.
16469
16470 2004-08-08 Lars Hansen <larsh@math.ku.dk>
16471
16472 * wid-edit.el (widget-sexp-validate): Allow whitespace after
16473 expression.
16474
16475 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
16476
16477 * subr.el (global-unset-key, local-unset-key): Doc fixes.
16478
16479 * novice.el (disabled-command-function): New variable renamed from
16480 `disabled-command-hook'.
16481 (disabled-command-hook): Keep the _variable_ as alias for
16482 `disabled-command-function' and make obsolete.
16483 (disabled-command-function): Function renamed from
16484 `disabled-command-hook'. Adapt code to name change of the variable.
16485
16486 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
16487
16488 * simple.el (completion-root-regexp): New defvar.
16489 (completion-setup-function): Use it instead of a literal string.
16490
16491 2004-08-07 John Paul Wallington <jpw@gnu.org>
16492
16493 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16494 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16495 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16496 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16497
16498 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16499
16500 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16501 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16502
16503 2004-08-04 Kenichi Handa <handa@m17n.org>
16504
16505 * international/encoded-kb.el (encoded-kbd-setup-keymap):
16506 Fix previous change.
16507
16508 2004-08-03 Kenichi Handa <handa@m17n.org>
16509
16510 * international/encoded-kb.el: The following changes are to
16511 utilize key-translation-map instead of minor mode map.
16512 (encoded-kbd-iso2022-non-ascii-map): Delete it.
16513 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16514 (encoded-kbd-last-key): New function.
16515 (encoded-kbd-iso2022-single-shift): New function.
16516 (encoded-kbd-iso2022-designation)
16517 (encoded-kbd-self-insert-iso2022-7bit)
16518 (encoded-kbd-self-insert-iso2022-8bit)
16519 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
16520 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
16521 key-translation-map.
16522 (encoded-kbd-setup-keymap): Setup key-translation-map.
16523 (saved-key-translation-map): New variable.
16524 (encoded-kbd-mode): Save/restore key-translation-map.
16525 Adjust for the change of encoded-kbd-setup-keymap.
16526
16527 2004-08-02 Kim F. Storm <storm@cua.dk>
16528
16529 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
16530 and call compute-motion with nil for topos and width to get proper
16531 usable width and height for both window and non-window systems.
16532
16533 * windmove.el (windmove-coordinates-of-position): Let compute-motion
16534 calculate usable window width and height.
16535
16536 * window.el (window-buffer-height): Call compute-motion with nil width.
16537
16538 2004-08-01 David Kastrup <dak@gnu.org>
16539
16540 * replace.el (query-replace-read-from):
16541 Use `query-replace-compile-replacement'.
16542 (query-replace-compile-replacement): New function.
16543 (query-replace-read-to): Use `query-replace-compile-replacement'
16544 for repeating the last command.
16545
16546 2004-08-01 John Paul Wallington <jpw@gnu.org>
16547
16548 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
16549 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
16550 (pr-switches): Remove period from end of error messages.
16551
16552 * help-mode.el (help-go-back): Likewise.
16553
16554 * abbrev.el (only-global-abbrevs): Doc fix.
16555 (edit-abbrevs-map): Define within defvar.
16556 (quietly-read-abbrev-file): Doc fix.
16557
16558 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
16559
16560 * novice.el (enable-command, disable-command): Doc fixes.
16561
16562 * subr.el (event-modifiers, event-basic-type): Doc fixes.
16563
16564 2004-07-30 Richard M. Stallman <rms@gnu.org>
16565
16566 * subr.el (with-local-quit): Doc fix.
16567
16568 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
16569
16570 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
16571
16572 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
16573
16574 * custom.el (defcustom): Doc fix.
16575
16576 2004-07-28 Masatake YAMATO <jet@gyve.org>
16577
16578 * progmodes/etags.el (etags-tags-apropos): Show building progress.
16579
16580 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16581
16582 * imenu.el (imenu-prev-index-position-function)
16583 (imenu-extract-index-name-function, imenu-name-lookup-function)
16584 (imenu--index-alist): Docstring redundancy fix.
16585
16586 2004-07-25 Lars Hansen <larsh@math.ku.dk>
16587
16588 * wdired.el (wdired-finish-edit): Require dired-aux before locally
16589 binding dired-backup-overwrite.
16590
16591 2004-07-25 John Paul Wallington <jpw@gnu.org>
16592
16593 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
16594
16595 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
16596
16597 * term/tty-colors.el (tty-color-approximate): Doc fix.
16598
16599 * select.el (x-get-selection, x-set-selection): Doc fixes.
16600
16601 * frame.el (make-frame): Doc fix.
16602
16603 2004-07-24 Richard M. Stallman <rms@gnu.org>
16604
16605 * mail/rmail.el (rmail-mime-charset-pattern):
16606 Don't include semicolon in the charset value.
16607
16608 * replace.el (occur-next-error): Call set-window-point.
16609 (occur-engine): Handle negative NLINES.
16610
16611 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
16612
16613 * frame.el (modify-all-frames-parameters): Minor doc fix.
16614 (set-frame-configuration): Doc fix.
16615
16616 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16617
16618 * simple.el (completion-setup-function): Compute the common parts
16619 and the first difference place correctly when
16620 partial-completion-mode is on.
16621
16622 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16623
16624 * ps-print.el: Doc fix.
16625 (ps-print-version): New version 6.6.5.
16626 (ps-printing-region): Doc fix.
16627 (ps-generate-string-list): Comment fix.
16628 (ps-message-log-max): Code fix.
16629
16630 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16631
16632 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
16633 generated PostScript.
16634
16635 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
16636
16637 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
16638 with Gnus v5_10 branch.)
16639
16640 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16641
16642 * calendar/time-date.el (time-to-number-of-days): New function.
16643 Imported from Gnus.
16644
16645 2004-07-22 Kim F. Storm <storm@cua.dk>
16646
16647 * progmodes/make-mode.el: Fix comments.
16648
16649 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16650
16651 * printing.el: Doc fix.
16652
16653 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
16654
16655 * frame.el (modify-all-frames-parameters): Minor doc fix.
16656
16657 2004-07-20 Richard M. Stallman <rms@gnu.org>
16658
16659 * textmodes/fill.el (fill-nobreak-p): If this break point is
16660 at the end of the line, don't consider the newline which follows
16661 as a reason to return t.
16662
16663 2004-07-19 John Paul Wallington <jpw@gnu.org>
16664
16665 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16666
16667 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
16668
16669 * dired-aux.el (dired-do-kill-lines): Expand docstring.
16670 Delete irrelevant code.
16671
16672 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16673
16674 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16675 New docstring. From Luc Teirlinck.
16676
16677 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
16678
16679 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16680 section.
16681 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16682 non-file buffers. We know it is nil.
16683
16684 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16685
16686 Sync with Tramp 2.0.43.
16687
16688 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16689 Remove outdated comment.
16690 (tramp-locked, tramp-locker): New variables for implementing a
16691 global lock.
16692 (tramp-sh-file-name-handler): Use them to implement the global lock.
16693
16694 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
16695
16696 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
16697 calls to respective `xxx` calls.
16698 (tramp-process-alive-regexp): Precise doc string.
16699 (tramp-multi-action-process-alive): New defun.
16700 (tramp-multi-actions): Use it.
16701 (tramp-handle-find-backup-file-name): `copy-tree' is available
16702 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
16703 in order to avoid this function.
16704 (tramp-handle-write-region): Set current buffer. If connection
16705 wasn't open, `file-modes' has changed it accidentally. Reported by
16706 David Kastrup <dak@gnu.org>.
16707 (tramp-enter-password, tramp-read-passwd): New arguments USER and
16708 HOST.
16709 (tramp-action-password, tramp-multi-action-password): Apply it.
16710 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
16711 name must still contain the port number. Otherwise, we have two
16712 Tramp buffers, with all the confusion. Reported by Myron Selby
16713 <myron@xytech.com> and Rolf Dubitzky
16714 <Dubitzky@physi.uni-heidelberg.de>.
16715
16716 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
16717 HOST to `tramp-enter-passwd'.
16718
16719 * net/tramp-vc.el (all): Code cleanup. Change all
16720 `tramp-handle-xxx' calls to respective `xxx` calls.
16721
16722 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
16723
16724 * emacs-lisp/testcover.el: New category "potentially-1valued" for
16725 functions that are not erroneous if either 1-valued or
16726 multi-valued. Detect functions in this class.
16727 (testcover-1value-functions, testcover-compose-functions)
16728 (testcover-progn-functions) Add some additional functions to lists.
16729 (testcover-mark): Bugfix when marking up the definition for an
16730 empty function.
16731
16732 2004-07-17 Richard M. Stallman <rms@gnu.org>
16733
16734 * replace.el (occur-read-primary-args): Pass default to
16735 read-from-minibuffer.
16736
16737 * mail/footnote.el (footnote-section-tag): Use defcustom.
16738
16739 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16740 Compile font-lock-keywords, not KEYWORDS.
16741 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16742 Add warn, check-type. Handle cerror like error.
16743
16744 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16745
16746 * progmodes/which-func.el (which-func-keymap): New var.
16747 (which-func-face): New face.
16748 (which-func-format): Use them.
16749
16750 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16751
16752 * buff-menu.el (list-buffers-noselect): Append the buffer's
16753 process status to its mode name.
16754
16755 2004-07-16 Kim F. Storm <storm@cua.dk>
16756
16757 * simple.el (inhibit-mark-movement): New defvar.
16758 (beginning-of-buffer, end-of-buffer): Do not push mark if
16759 inhibit-mark-movement is non-nil or C-u prefix is given.
16760
16761 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16762 Init to beginning-of-buffer and end-of-buffer.
16763 (cua--undo-push-mark): New defvar.
16764 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16765 already active and command is in cua--preserve-mark-commands.
16766 Also fix check for shift modifier on non-window systems.
16767 (cua--post-command-handler): Clear inhibit-mark-movement if set.
16768
16769 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
16770
16771 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16772 of two integers, instead of a cons.
16773
16774 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16775 `visited-file-modtime' now returns a list of two integers, instead
16776 of a cons.
16777
16778 * dired.el (dired-directory-changed-p): Ditto.
16779
16780 * progmodes/grep.el (grep): Doc fix.
16781
16782 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16783
16784 * autorevert.el (auto-revert-tail-mode)
16785 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16786 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16787 in both at the same time.
16788 (auto-revert-tail-mode): New command.
16789 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16790 (auto-revert-handler): Revert only either tail or whole file.
16791
16792 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16793 add auto-revert-tail-mode.
16794
16795 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16796
16797 * printing.el: Doc fix. Change name of some funs.
16798 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
16799 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
16800 (pr-standard-file-name): New fun. Replace pr-standard-path.
16801 (pr-call-process): Code fix.
16802
16803 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
16804
16805 * subr.el (with-selected-window): Doc fix.
16806
16807 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
16808
16809 * subr.el (get-buffer-window-list): Doc fix.
16810
16811 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
16812
16813 * files.el (switch-to-buffer-other-window): Doc fix.
16814
16815 * window.el (save-selected-window, one-window-p)
16816 (split-window-keep-point, split-window-vertically)
16817 (split-window-horizontally): Doc fixes.
16818
16819 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16820
16821 * printing.el: Doc fix. Now it uses call-process instead of
16822 shell-command for low command execution.
16823 (pr-version): New version number (6.8).
16824 (pr-shell-file-name): Option removed.
16825 (pr-shell-command): Fun removed.
16826 (pr-call-process): New fun. Replace pr-shell-command.
16827 (pr-standard-path, pr-remove-nil-from-list): New funs.
16828 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16829 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16830 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16831 (pr-ps-utility-process, pr-txt-print): Code fix.
16832
16833 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16834
16835 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16836 boolean.
16837
16838 2004-07-09 Lars Hansen <larsh@math.ku.dk>
16839
16840 * wid-edit.el (widget-field-buffer): Doc fix.
16841
16842 2004-07-09 John Paul Wallington <jpw@gnu.org>
16843
16844 * emacs-lisp/re-builder.el (reb-update-overlays):
16845 Distinguish between one and several matches in message.
16846
16847 2004-07-09 Richard M. Stallman <rms@gnu.org>
16848
16849 * mouse.el (mouse-set-region-1): If transient-mark-mode
16850 is `identity', change it to `only'.
16851
16852 * simple.el (current-word): Doc fix.
16853
16854 2004-07-09 Mark A. Hershberger <mah@everybody.org>
16855
16856 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16857 so that it is more understanding of whitespace.
16858
16859 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
16860 (("ns" . "element") (attr-list) children) instead of
16861 ((:ns . "element") (attr-list) children) in order to reduce the
16862 number of symbols used.
16863 (xml-skip-dtd): Change to use xml-parse-dtd but set
16864 xml-validating-parsing to nil.
16865 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
16866 (xml-substitute-entity): Remove in favor of new entity substitution.
16867 (xml-substitute-special): Rewrite in to substitute complex
16868 entities from DOCTYPE declarations.
16869 (xml-parse-fragment): Parse fragments from entity declarations.
16870 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16871 (xml-parse-dtd, xml-substitute-special): Make validity checks
16872 conditioned on xml-validating-parser. Add "Not Well Formed" to
16873 error messages about well-formedness.
16874
16875 2004-07-08 Steven Tamm <steventamm@mac.com>
16876
16877 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16878 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16879 Do not treat double clicks and triple clicks specially in the
16880 scroll bar (preventing strange repositioning problems)
16881
16882 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16883
16884 * replace.el (query-replace-regexp-eval): Fix last change.
16885
16886 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16887
16888 * replace.el (query-replace-descr): New fun.
16889 (query-replace-read-from, query-replace-read-args): Default to the
16890 previous from&to.
16891 (query-replace-read-to): Quote the `from' string when displaying it.
16892 (query-replace-regexp-eval): Immediately check read-only status.
16893 Use query-replace-read-from to get the \n checking.
16894 Quote the `from' string when displaying it.
16895 (map-query-replace-regexp, occur-read-primary-args):
16896 Quote the `from' string when displaying it.
16897
16898 * isearch.el (isearch-query-replace): Pass the regexp-ness and
16899 delimited-ness of the search to query-replace.
16900
16901 * replace.el (query-replace-read-from, query-replace-read-to):
16902 New funs extracted from query-replace-read-args.
16903 (query-replace-read-args): Use them.
16904
16905 * replace.el (query-replace-interactive, query-replace-read-args):
16906 Remove the `initial' special value.
16907 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16908 (occur-engine): Remove unused var `matchend'.
16909
16910 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16911 Use the search string without prompting.
16912
16913 2004-07-05 Kenichi Handa <handa@m17n.org>
16914
16915 * international/mule.el (decode-coding-inserted-region):
16916 Set last-coding-system-used only when coding is nil.
16917
16918 2004-07-03 Eli Zaretskii <eliz@gnu.org>
16919
16920 * progmodes/grep.el (grep-compute-defaults, grep-command)
16921 (grep-program, find-program, grep-find-use-xargs, grep-history)
16922 (grep-find-history, grep-tag-default, grep-find-command)
16923 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16924 Add autoload cookies, for unbundled packages that load `compile'
16925 and expect all grep-related symbols to become defined.
16926
16927 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
16928
16929 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
16930 (iimage-mode-image-search-path): New user option to search the
16931 image file.
16932 (iimage-locate-file): New function. Emacs21.3 or earlier does not
16933 have locate-file.
16934 (iimage-mode-buffer): Use it.
16935
16936 2004-07-03 Nick Roberts <nickrob@gnu.org>
16937
16938 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16939 carefully.
16940 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16941
16942 2004-07-03 Juri Linkov <juri@jurta.org>
16943
16944 * replace.el (query-replace-read-args): Swallow space after 'foo,
16945 not after (quote foo). Match space only immediately after symbol,
16946 not anywhere in the whole string.
16947
16948 2004-07-02 Richard M. Stallman <rms@gnu.org>
16949
16950 * replace.el (query-replace-read-args): Swallow space after
16951 symbols, not after closeparens. But avoid error if string ends there.
16952
16953 * progmodes/python.el (python-beginning-of-statement):
16954 Exit the loop if backward-up-list gets error.
16955
16956 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16957
16958 2004-07-02 Andre Spiegel <spiegel@gnu.org>
16959
16960 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16961 only if vc-consult-headers is non-nil.
16962
16963 2004-07-02 Juri Linkov <juri@jurta.org>
16964
16965 * pcvs.el (cvs-mode-diff-repository): New command.
16966
16967 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16968
16969 2004-07-01 Juri Linkov <juri@jurta.org>
16970
16971 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16972 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
16973 C-M-% to isearch-query-replace-regexp.
16974 (minibuffer-local-isearch-map): Add arrow key bindings.
16975 Bind C-f to isearch-yank-char-in-minibuffer.
16976 (isearch-forward): Doc fix.
16977 (isearch-edit-string): Doc fix.
16978 (isearch-query-replace, isearch-query-replace-regexp): New funs.
16979 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
16980 (isearch-yank-char): Add optional arg.
16981 (isearch-yank-char-in-minibuffer): New fun.
16982
16983 * replace.el (query-replace-interactive): Change type from boolean
16984 to choice. Add value `initial'.
16985 (query-replace-read-args): Handle value `initial' of
16986 query-replace-interactive.
16987
16988 2004-06-29 Kim F. Storm <storm@cua.dk>
16989
16990 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16991 (breakpoint-disabled-bitmap-face): Add :group 'gud.
16992
16993 * progmodes/ada-xref.el (ada-tight-gvd-integration):
16994 Add :group 'ada.
16995
16996 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16997
16998 2004-06-29 Juri Linkov <juri@jurta.org>
16999
17000 * replace.el (query-replace-read-args): Swallow a space after
17001 everything except )]" which in most cases means after a symbol.
17002
17003 * emacs-lisp/pp.el (pp-buffer): Add autoload.
17004
17005 2004-06-28 Richard M. Stallman <rms@gnu.org>
17006
17007 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
17008 More changes to go with previous change in font-lock.el.
17009
17010 2004-06-26 David Kastrup <dak@gnu.org>
17011
17012 * replace.el (perform-replace): Highlight the match even in
17013 non-query mode if there is potential replace string editing.
17014
17015 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
17016
17017 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
17018 agree with new return value of `file-remote-p'.
17019 This syncs with Tramp 2.0.42.
17020
17021 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
17022 according to new documentation of `file-remote-p'.
17023
17024 * files.el (file-remote-p): Fix doc to say that return value is
17025 identification of remote system, if not nil.
17026 (file-relative-name): Use new return value of `file-remote-p'.
17027
17028 2004-06-26 Nick Roberts <nickrob@gnu.org>
17029
17030 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
17031 (gdb-goto-breakpoint): Fix breakage.
17032
17033 2004-06-26 Eli Zaretskii <eliz@gnu.org>
17034
17035 * man.el (Man-getpage-in-background): Add windows-nt to the list
17036 of systems where shell-file-name should be used instead of
17037 literal "sh".
17038
17039 2004-06-25 Sam Steingold <sds@gnu.org>
17040
17041 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
17042 function names `(setf symbol)'.
17043
17044 2004-06-24 Richard M. Stallman <rms@gnu.org>
17045
17046 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
17047
17048 * font-lock.el (font-lock-keywords): Change format of compiled values.
17049 Document it.
17050 (font-lock-add-keywords): If font-lock-keywords is compiled,
17051 extract the uncompiled version, modify, then recompile.
17052 (font-lock-remove-keywords): Likewise.
17053 (font-lock-fontify-keywords-region): Handle changed format.
17054 (font-lock-compile-keywords): Handle changed format.
17055 (font-lock-set-defaults): Compile the keywords explicitly here.
17056
17057 2004-06-24 David Kastrup <dak@gnu.org>
17058
17059 * replace.el (query-replace-read-args): Implement `\,' and `\#'
17060 replacements here.
17061 (query-replace-regexp): Doc string explaining this and the new
17062 `\?' replacement. Remove `\,' and `\#' implementation here, as it
17063 is better placed in `query-replace-read-args'.
17064 (replace-regexp): Explain `\,', `\#' and `\?'.
17065 (replace-match-data): New function for thorough reuse/destruction
17066 of old match-data.
17067 (replace-match-maybe-edit): Function for implementing `\?' editing.
17068 (perform-replace): Fix maintaining of the match stack including
17069 already matched regions, implement `\?', fix various problems
17070 with regions while editing and other stuff.
17071 (replace-highlight): Simplify.
17072
17073 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
17074
17075 * progmodes/grep.el (grep-error-screen-columns): New variable.
17076 (grep-regexp-alist): Give it the full functionality of gnu style
17077 compilation messages with line and column ranges. Ask me for the
17078 perl script I'm working on, that uses these.
17079
17080 2004-06-23 Nick Roberts <nickrob@gnu.org>
17081
17082 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
17083 Remove.
17084 (comint-insert-input, comint-mouse-insert-input): New functions
17085 based on comint-insert-clicked-input for two bindings but just
17086 one functionality.
17087
17088 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
17089
17090 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
17091
17092 2004-06-23 Lars Hansen <larsh@math.ku.dk>
17093
17094 * files.el (write-contents-functions): Doc fix.
17095
17096 2004-06-21 Juanma Barranquero <lektu@terra.es>
17097
17098 * image.el (image-library-alist): Rewrite docstring in active voice.
17099
17100 2004-06-20 Richard M. Stallman <rms@gnu.org>
17101
17102 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
17103
17104 * isearch.el (isearch-repeat): Avoid testing old match data.
17105 (isearch-message): Display trailing space in special font
17106 when search is failing.
17107 (isearch-search-fun-function): Doc fix.
17108
17109 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
17110
17111 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
17112
17113 * frame.el (show-trailing-whitespace): Doc fix.
17114
17115 * cus-edit.el (custom-variable-documentation): New function.
17116 (custom-variable): Use it.
17117
17118 2004-06-19 Nick Roberts <nickrob@gnu.org>
17119
17120 * man.el (Man-getpage-in-background): Revert previous change but
17121 make cygwin a special case.
17122
17123 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
17124
17125 * autorevert.el (global-auto-revert-non-file-buffers):
17126 Update docstring.
17127
17128 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
17129
17130 * progmodes/compile.el (compilation-error-properties): Store one
17131 more than end-col, if present, so that transient-mark-mode will
17132 highlight last char too.
17133 * progmodes/grep.el (grep-regexp-alist): Match columns and column
17134 ranges, if present.
17135
17136 2004-06-18 Jason Rumney <jasonr@gnu.org>
17137
17138 * makefile.w32-in: Double percent signs in for loops.
17139
17140 2004-06-17 David Kastrup <dak@gnu.org>
17141
17142 * replace.el (query-replace-read-args): Only warn about use of \n
17143 and \t when we are doing a regexp replacement and the actual
17144 escaped character is n or t.
17145 (query-replace-regexp): Add \, and \# interpretation to
17146 interactive call and document it.
17147 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
17148 as shortkey for replace-count.
17149 (replace-quote): New function for doubling backslashes.
17150
17151 2004-06-17 Juanma Barranquero <lektu@terra.es>
17152
17153 * files.el (parse-colon-path, cd): Mention in docstring that the
17154 path separator is colon in GNU-like systems.
17155
17156 * newcomment.el (comment-region-internal): Fix docstring.
17157
17158 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
17159 (ewoc-invalidate, ewoc-collect): Doc fixes.
17160 (ewoc--create-node, ewoc--delete-node-internal):
17161 Fix typos in docstring.
17162
17163 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
17164
17165 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
17166 manual to docstring.
17167
17168 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17169
17170 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
17171
17172 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
17173
17174 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17175 Add hyperlink to emacs-xtra manual to docstring.
17176
17177 * autorevert.el (global-auto-revert-non-file-buffers):
17178 Add hyperlink to emacs-xtra manual to docstring, as well as an
17179 info-link.
17180
17181 2004-06-14 Juanma Barranquero <lektu@terra.es>
17182
17183 * image.el (image-library-alist): New variable to map image types
17184 to external libraries. Initialized to nil, unless system-specific
17185 configs change it.
17186 (image-type-available-p): Determine whether an image type is
17187 available by calling `init-image-library'.
17188
17189 * term/w32-win.el (image-library-alist): Initialize to a known set
17190 of probable library names.
17191
17192 2004-06-14 Kenichi Handa <handa@m17n.org>
17193
17194 * international/code-pages.el (windows-1256, cp1125): Fix tables
17195 for several characters.
17196
17197 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
17198
17199 2004-06-13 Richard M. Stallman <rms@gnu.org>
17200
17201 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
17202
17203 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
17204 not "`pc-selection-mode'".
17205
17206 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
17207
17208 * simple.el (previous-matching-history-element): Specify a default.
17209
17210 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
17211
17212 * cus-face.el (custom-declare-face): Simplify code.
17213
17214 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
17215
17216 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
17217
17218 * files.el (before-save-hook): Add `time-stamp' to the options.
17219
17220 * time-stamp.el (time-stamp): Recommend adding it to
17221 `before-save-hook', rather than `write-file-functions'.
17222 Make a similar change in `Commentary' section.
17223
17224 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17225
17226 * diff-mode.el (diff-current-defun): If at start of hunk, use
17227 position of first change.
17228
17229 2004-06-13 Lars Hansen <larsh@math.ku.dk>
17230
17231 * dired-x.el (dired-mark-omitted): Bind to "*O".
17232
17233 2004-06-12 Karl Fogel <kfogel@red-bean.com>
17234
17235 * bookmark.el (bookmark-bmenu-relocate): New function, as
17236 suggested by David J. Biesack <David.Biesack@sas.com>.
17237 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
17238 (bookmark-bmenu-mode): Describe binding in doc string.
17239 (bookmark-set-filename): Save the bookmark list if it's time.
17240
17241 2004-06-13 Kenichi Handa <handa@m17n.org>
17242
17243 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
17244 (ccl-untranslated-to-ucs): Fix typo.
17245
17246 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
17247
17248 * progmodes/python.el (python-open-block-statement-p):
17249 Fix indentation after a block opening that contains a comment.
17250
17251 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
17252
17253 * bindings.el (completion-ignored-extensions): Add file extensions
17254 of Python byte-compiled files.
17255
17256 2004-06-12 Juri Linkov <juri@jurta.org>
17257
17258 * info.el (Info-goto-node): Add autoload.
17259 (Info-toc): Add substring-no-properties on Info file name.
17260 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
17261 (Info-mode-map): Bind L to Info-history, T to Info-toc.
17262
17263 2004-06-12 Kenichi Handa <handa@m17n.org>
17264
17265 * international/mule-cmds.el (set-language-environment):
17266 Load subst tables if necessary.
17267
17268 * international/mule.el (decode-char): Load subst tables if necessary.
17269 (encode-char): Likewise.
17270
17271 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
17272 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
17273 (utf-16le-decode-loop): Set r5 to -1 before loop.
17274 (utf-16be-decode-loop): Likewise.
17275 (ccl-decode-mule-utf-16le): Add EOF processing block.
17276 (ccl-decode-mule-utf-16be): Likewise.
17277 (ccl-decode-mule-utf-16le-with-signature): Likewise.
17278 (ccl-decode-mule-utf-16be-with-signature): Likewise.
17279 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
17280 (ccl-mule-utf-16-encode-untrans): New CCL.
17281 (utf-16-decode-to-ucs): Handle pre-read character.
17282 (utf-16le-encode-loop): Handle surrogate pair.
17283 (utf-16be-encode-loop): Likewise.
17284 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
17285 of utf-16le-encode-loop.
17286 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
17287 of utf-16be-encode-loop.
17288 (mule-utf-16-post-read-conversion):
17289 Call utf-8-post-read-conversion at first.
17290 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
17291 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
17292 Add post-read-conversion and pre-write-conversion.
17293
17294 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
17295 (utf-translate-cjk-unicode-range): New variable.
17296 (utf-translate-cjk-load-tables): New function.
17297 (utf-lookup-subst-table-for-decode): New function.
17298 (utf-lookup-subst-table-for-encode): New function.
17299 (utf-translate-cjk-mode): Init-value changed to t. Don't load
17300 tables here. Update safe-charsets of utf-* coding systems.
17301 (ccl-mule-utf-untrans): New CCL.
17302 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
17303 at end of each branch.
17304 (ccl-mule-utf-8-encode-untrans): New CCL.
17305 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
17306 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
17307 length of encoding. Don't return r0.
17308 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
17309 (utf-8-post-read-conversion): Narrow to region properly.
17310 If utf-translate-cjk-mode is on, load tables if necessary.
17311 Call utf-8-compose with hash-table arg if necessary.
17312 Call XXX-compose-region instead of XXX-post-read-conversion.
17313 (utf-8-pre-write-conversion): New function.
17314 (mule-utf-8): Include CJK charsets in safe-charsets if
17315 utf-translate-cjk-mode is on. Add pre-write-conversion.
17316
17317 * international/characters.el: Temporarily set
17318 utf-translate-cjk-mode to nil.
17319
17320 * language/devan-util.el (devanagari-compose-region):
17321 Add autoload cookie.
17322
17323 * international/ccl.el (ccl-dump-call): Fix printing the
17324 subroutine name.
17325
17326 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
17327
17328 * dired.el (dired-revert): If buffer is marked unmodified before
17329 reverting, keep it marked unmodified. Adapt to new conventions
17330 for commenting out code.
17331 (dired-make-relative): Adapt to new conventions for commenting out
17332 code.
17333
17334 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
17335
17336 * eshell/esh-module.el (eshell-load-defgroups):
17337 Bind `vc-handled-backends' to nil when opening files.
17338
17339 2004-06-11 Juanma Barranquero <lektu@terra.es>
17340
17341 * files.el (parse-colon-path, cd): Doc fixes (refer to
17342 `path-separator', not colon).
17343
17344 2004-06-10 Juanma Barranquero <lektu@terra.es>
17345
17346 * newcomment.el (comment-search-forward)
17347 (comment-search-backward): Fix typos in docstring.
17348 (comment-region): Doc fix.
17349
17350 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
17351
17352 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
17353 switch is no longer stored in `dired-switches-alist'.
17354
17355 * dired-aux.el (dired-insert-subdir): Do not store R switch in
17356 `dired-switches-alist'.
17357
17358 2004-06-10 Kim F. Storm <storm@cua.dk>
17359
17360 * pcvs.el (cvs-mode-diff-yesterday): New command.
17361
17362 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
17363
17364 2004-06-10 Juri Linkov <juri@jurta.org>
17365
17366 * emacs-lisp/edebug.el (edebug-eval-defun):
17367 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
17368 Fix docstring.
17369
17370 * simple.el (eval-expression-print-format): Don't print additional
17371 information on the first call to `eval-print-last-sexp'.
17372 (next-error-find-buffer): Fix punctuation.
17373 (killing) <defgroup>: Fix punctuation.
17374 (yank-excluded-properties): Change group from editing to killing.
17375
17376 * replace.el (perform-replace): Use `limit' to terminate the
17377 while-loop explicitly.
17378
17379 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17380
17381 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
17382 Use lc-*.xpm as prefix instead of *-locol.xpm.
17383
17384 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
17385 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
17386 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
17387 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
17388 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
17389 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
17390 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
17391 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
17392 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
17393 * toolbar/lc-up_arrow.xpm:
17394 Rename from *-locol.xpm.
17395
17396 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
17397
17398 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
17399 include forms like &<str>; as valid url patterns.
17400
17401 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
17402
17403 * dired.el (dired-diff, dired-backup-diff)
17404 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
17405 (dired-do-chown, dired-do-touch, dired-do-print)
17406 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
17407 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
17408 (dired-create-directory, dired-do-copy, dired-do-symlink)
17409 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
17410 (dired-do-copy-regexp, dired-do-hardlink-regexp)
17411 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
17412 (dired-maybe-insert-subdir, dired-next-subdir)
17413 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
17414 (dired-kill-subdir, dired-tree-up, dired-tree-down)
17415 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
17416 (dired-run-shell-command, dired-query): Remove redundant,
17417 or incorrect, autoloads.
17418
17419 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
17420 does not end in a slash. Add optional argument KILL-ROOT.
17421 Update docstring.
17422 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
17423 (dired-query): Add autoloads.
17424
17425 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
17426
17427 * progmodes/compile.el (compilation-set-window-height): Rearrange
17428 the save-* functions because a buffer can have several current
17429 point in different windows.
17430 (compilation-error-regexp-alist-alist): Recognize {standard input}
17431 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
17432
17433 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17434
17435 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
17436 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
17437 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
17438 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
17439 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
17440 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
17441 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
17442 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
17443 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
17444 * toolbar/up_arrow-locol.xpm:
17445 New versions of icons that uses fewer colors.
17446
17447 * toolbar/tool-bar.el (tool-bar-local-item)
17448 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
17449 if display-color-cells is 256 or less.
17450
17451 2004-06-08 Kim F. Storm <storm@cua.dk>
17452
17453 * wid-edit.el (widget-specify-button): Use hand pointer rather
17454 than mouse-face as visible mouse-over effect.
17455
17456 2004-06-07 Karl Fogel <kfogel@red-bean.com>
17457
17458 * saveplace.el (save-place-alist-to-file): Bind `print-length'
17459 and `print-level' to nil when writing out `save-place-alist'.
17460 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
17461
17462 2004-06-07 Juanma Barranquero <lektu@terra.es>
17463
17464 * completion.el (completion-kill-region): Doc fix.
17465
17466 * format.el (format-insert-annotations)
17467 (format-annotate-location): Doc fixes.
17468 (format-subtract-regions): Make arguments match their use in docstring.
17469
17470 * simple.el (kill-region): Doc fix.
17471
17472 * subr.el (insert-buffer-substring-no-properties)
17473 (insert-buffer-substring-as-yank): Doc fixes.
17474
17475 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
17476
17477 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17478 Update docstring.
17479 (dired-reset-subdir-switches): New function.
17480
17481 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
17482 Limit scope of `buffer-read-only' binding.
17483
17484 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
17485
17486 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
17487 eshell-explicit-command-char.
17488
17489 2004-06-06 Juanma Barranquero <lektu@terra.es>
17490
17491 * help-fns.el (help-argument-name): Inherit from italic face only
17492 if the frame supports it.
17493
17494 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17495
17496 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
17497 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17498 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17499 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17500 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17501 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17502 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17503 New conversions from xpm files.
17504
17505 * toolbar/README: New file.
17506
17507 2004-06-06 Richard M. Stallman <rms@gnu.org>
17508
17509 * isearch.el (isearch-mode-map): Undo previous change.
17510
17511 2004-06-05 Juri Linkov <juri@jurta.org>
17512
17513 * bindings.el (debug-ignored-errors): Add regexps for history
17514 related messages. Remove $ from "No further undo information".
17515 Move Ediff's messages to ediff.el.
17516
17517 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
17518
17519 * cus-edit.el (custom-display): Add `min-colors'.
17520
17521 * custom.el (defface): Add `supports' to docstring.
17522
17523 * help-fns.el (help-argument-name): Add :group 'help.
17524
17525 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
17526
17527 * find-dired.el (find-ls-subdir-switches): New user option.
17528 (find-dired): No longer call `abbreviate-file-name' on DIR.
17529 Set `dired-subdir-switches' buffer-locally.
17530
17531 * locate.el: Merge the two `Commentary' sections.
17532 (locate-ls-subdir-switches): New user option.
17533 (locate): Update for other changes.
17534 (locate-mode-map): Restore Dired binding for mouse-2.
17535 Bind `locate-mouse-view-file' to M-mouse-2.
17536 Bind `l' to `locate-do-redisplay'.
17537 (locate-main-listing-line-p, locate-do-redisplay): New functions.
17538 (locate-mouse-view-file, locate-tags, locate-find-directory):
17539 Print message if used outside main listing.
17540 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
17541 Various changes to support inserted subdirectories.
17542 (locate-insert-header): Change header of *Locate* buffer.
17543
17544 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17545 Change interactive default switches.
17546 (dired-rename-subdir-2): Update `dired-switches-alist'.
17547 (dired-insert-subdir, dired-kill-subdir):
17548 Handle `dired-switches-alist'. Do not mark buffer modified.
17549 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
17550 (dired-insert-subdir-doinsert): Omit messages.
17551 Handle `dired-subdir-switches'.
17552 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
17553
17554 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
17555 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
17556 subdirs if -R switch is used for a subdir.
17557 (dired-mode): Set `dired-switches-alist'.
17558 (dired-build-subdir-alist): Only print number of directories in
17559 echo area when invoked interactively.
17560
17561 2004-06-05 Lars Hansen <larsh@math.ku.dk>
17562
17563 * dired-x.el (dired-omit-mode): Rename from
17564 dired-omit-files-p. Use define-minor-mode to define it.
17565 (dired-omit-files-p): Add as alias for dired-omit-mode.
17566 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
17567 dired-mark-omitted.
17568 (dired-mark-omitted): Add. Bind to M-O.
17569
17570 2004-06-05 Kenichi Handa <handa@m17n.org>
17571
17572 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
17573
17574 2004-06-05 Juanma Barranquero <lektu@terra.es>
17575
17576 * help-fns.el (help-argument-name): Reintroduce face.
17577 (help-default-arg-highlight): Use it, now that
17578 `face-differs-from-default-p' can be trusted.
17579
17580 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17581
17582 * textmodes/table.el: Sentence commands added to Point Motion
17583 group; kill and backward-kill commands added to Extraction group.
17584
17585 2004-06-04 Mario Lang <mlang@delysid.org>
17586
17587 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
17588 systems appear to use mW, make the code handle this. Fix a
17589 division-by-zero bug while at it, and handle kernels with
17590 a slightly different layout in /proc/acpi.
17591
17592 2004-06-04 Karl Fogel <kfogel@red-bean.com>
17593
17594 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
17595 because the latter is a CL-ism. This fixes the bug reported by
17596 Shawn Boyette <mdxi@collapsar.net> in
17597 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
17598
17599 2004-06-04 Miles Bader <miles@gnu.org>
17600
17601 * faces.el (display-supports-face-attributes-p): Function moved to
17602 C code. Previously only the tty-related portion of this function
17603 was done in C; however the previous attempt to do a halfway-proper
17604 job for non-tty displays in lisp didn't work properly because of
17605 funny conditions during Emacs startup.
17606 (face-differs-from-default-p): Simplify, now that
17607 display-supports-face-attributes-p works properly on all display
17608 types. Remove :stipple from comparison; it doesn't really work
17609 in emacs anyway.
17610
17611 2004-06-04 Miles Bader <miles@gnu.org>
17612
17613 * faces.el (face-differs-from-default-p): Use a different
17614 implementation, so we can really check whether FACE displays
17615 differently or not.
17616
17617 2004-06-04 Miles Bader <miles@gnu.org>
17618
17619 * faces.el (display-supports-face-attributes-p): Implement a
17620 `different from default' check for non-tty displays.
17621
17622 2004-06-03 David Kastrup <dak@gnu.org>
17623
17624 * woman.el (woman-mapcan): More concise code.
17625 (woman-topic-all-completions, woman-topic-all-completions-1)
17626 (woman-topic-all-completions-merge): Replace by a simpler and
17627 much faster implementation based on O(n log n) sort/merge instead
17628 of the old O(n^2) behavior.
17629
17630 2004-06-03 Miles Bader <miles@gnu.org>
17631
17632 * subr.el (read-number): Use canonical format for default in prompt.
17633
17634 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
17635 Add regexp for " [...]" style defaults.
17636
17637 2004-06-02 Romain Francoise <romain@orebokech.com>
17638
17639 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
17640 groups: if the user asks for a hidden buffer, open the
17641 corresponding filter group to expose it.
17642
17643 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
17644 `ibuffer-jump-to-buffer'.
17645 (ibuffer-jump-offer-only-visible-buffers): New user option.
17646
17647 2004-06-02 Juanma Barranquero <lektu@terra.es>
17648
17649 * faces.el (frame-update-faces): Add empty docstring so the one
17650 for `ignore' doesn't show through.
17651
17652 * subr.el (process-kill-without-query): Remove spurious "\n" on
17653 obsolescence string.
17654 (focus-frame, unfocus-frame): Add obsolescence declaration and
17655 empty docstring.
17656
17657 * international/mule.el (register-char-codings): Make alias for
17658 `ignore'. Move docstring to obsolescence info and remove redundancy.
17659
17660 2004-06-02 Kim F. Storm <storm@cua.dk>
17661
17662 * frame.el (blink-cursor-start): Turn cursor off initially so blink
17663 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17664
17665 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17666
17667 * comint.el (comint-replace-by-expanded-history-before-point):
17668 Obey `start' as the docstring says.
17669 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17670 (comint-update-fence): Prevent font-lock from running unnecessarily.
17671 (comint-dynamic-list-completions): Use with-current-buffer.
17672
17673 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17674
17675 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17676 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17677 (bibtex-entry-update): Handle alternatives and optional fields.
17678 (bibtex-parse-entry): Bugfix, handle empty key.
17679
17680 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17681
17682 * vc-arch.el (vc-arch-state): Don't assume the file exists.
17683
17684 2004-05-31 Lars Hansen <larsh@math.ku.dk>
17685
17686 * desktop.el (desktop-save): Don't save minor modes without a
17687 known mode initialization function.
17688
17689 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
17690
17691 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
17692
17693 * autorevert.el: Update `Commentary' section.
17694
17695 2004-05-30 Juanma Barranquero <lektu@terra.es>
17696
17697 * dos-fns.el (convert-standard-filename):
17698 * files.el (convert-standard-filename):
17699 * w32-fns.el (convert-standard-filename):
17700 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17701
17702 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
17703
17704 Sync with Tramp.
17705
17706 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
17707 (tramp-let-maybe): Move to an earlier spot in the file.
17708 Patch by Andreas Schwab.
17709
17710 2004-05-30 Andreas Schwab <schwab@suse.de>
17711
17712 * dired.el (dired-get-filename): Don't use dired-re-dot.
17713
17714 2004-05-30 Richard M. Stallman <rms@gnu.org>
17715
17716 * files.el (find-file): Doc fix.
17717
17718 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
17719
17720 2004-05-30 Nick Roberts <nickrob@gnu.org>
17721
17722 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
17723 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
17724 modeline of the locals buffer.
17725 (gdb-goto-breakpoint): Handle gdbmi.
17726 (gdb-get-frame-number): Change for gdbmi.
17727
17728 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
17729
17730 * files.el (file-remote-p): Apply file name handler for operation
17731 `file-remote-p'. It isn't a property any longer.
17732 (file-relative-name): `fh' and `fd' get the required value via
17733 `find-file-name-handler' already.
17734
17735 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17736 (top): Remove setting of `file-remote-p' property for
17737 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
17738
17739 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
17740
17741 Version 2.0.41 of Tramp released.
17742
17743 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17744 Throw away if process has died.
17745 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17746 (tramp-out-of-band-prompt-regexp): Rename to
17747 `tramp-process-alive-regexp', because its usage is widen.
17748 (tramp-actions-copy-out-of-band): Apply it.
17749 (tramp-actions-before-shell, tramp-multi-actions):
17750 Add `tramp-action-process-alive' action.
17751 (tramp-action-process-alive): New defun.
17752 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17753 Add entry for `file-remote-p'.
17754 (tramp-handle-file-remote-p): New defun.
17755 (top): Remove setting of `file-remote-p'. Don't set
17756 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17757
17758 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17759 `file-remote-p'.
17760
17761 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
17762 counted for (last) line. [They should or they shouldn't? --Stef]
17763 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
17764
17765 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17766
17767 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17768 not really necessary but seems to keep the shell history smaller
17769 in some cases. It is no substitute for setting HISTFILE and
17770 HISTSIZE from tramp-open-connection-setup-interactive-shell,
17771 though. Suggested by Luc Teirlinck.
17772 (tramp-open-connection-setup-interactive-shell): Export variables
17773 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
17774 (tramp-set-process-query-on-exit-flag): New compat function.
17775 (tramp-open-connection-multi, tramp-open-connection-su)
17776 (tramp-open-connection-rsh, tramp-open-connection-telnet)
17777 (tramp-do-copy-or-rename-file-out-of-band): Use it.
17778 (tramp-let-maybe): New macro, let-binds a variable only if it
17779 isn't obsolete.
17780 (tramp-check-ls-commands, tramp-handle-expand-file-name)
17781 (tramp-handle-file-truename): Use it.
17782 (tramp-completion-file-name-regexp-unified): Avoid matching
17783 filenames starting with "/:" -- those are reserved for
17784 file-name-non-special.
17785
17786 * tramp-smb.el (tramp-smb-open-connection):
17787 Use tramp-set-process-query-on-exit-flag compat function.
17788
17789 2004-05-29 Richard M. Stallman <rms@gnu.org>
17790
17791 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17792
17793 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17794 (eval-last-sexp-print-value): Print char equivalent regardless
17795 of standard-output value.
17796
17797 * thumbs.el (thumbs-subst-char-in-string): Delete.
17798 (thumbs-thumbname): Use subst-char-in-string.
17799 (thumbs-resize-image): Use condition-case, not ignore-errors.
17800 (thumbs-kill-buffer): Likewise.
17801
17802 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
17803 (thumbs-mode): Make buffer read-only.
17804 (thumbs-make-thumb): Unconditionally accept an existing file.
17805 (thumbs-insert-thumb): Add thumb-image-file property to the image.
17806 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17807 (thumbs-show-thumbs-list): Error if images not supported.
17808 (thumbs-save-current-image): Improve prompt string.
17809 (thumbs-mode-map): Define u, R, x.
17810 (thumbs-unmark): New command.
17811 (thumbs-emboss-image): Minor cleanup.
17812 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17813 (thumbs-rename-images): New command.
17814 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
17815
17816 * thumbs.el (thumbs-current-image): New function.
17817 (thumbs-file-list, thumbs-file-alist): New functions.
17818 (thumbs-find-image): Delete arg L.
17819 Don't set up thumbs-fileL as buffer-local global var.
17820 (thumbs-find-image-at-point): Use thumbs-current-image.
17821 (thumbs-set-image-at-point-to-root-window): Likewise.
17822 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17823 Record and warn about errors. Update thumbs-markedL for deletions.
17824 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17825 (thumbs-redraw-buffer): Use thumbs-file-list.
17826 (thumbs-mark): Use thumbs-current-image.
17827 (thumbs-show-name): Use thumbs-current-image.
17828
17829 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17830 and imenu--last-menubar-index-alist.
17831
17832 * subr.el (with-selected-window): Undo previous change.
17833
17834 2004-05-29 John Paul Wallington <jpw@gnu.org>
17835
17836 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17837 (thumbs-mouse-find-image): New command.
17838 (thumbs-mode-map): Bind it to mouse-2.
17839 (thumbs-mode): Make mode-class special.
17840 (thumbs-view-image-mode): Likewise.
17841
17842 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
17843
17844 * flymake.el: New file.
17845
17846 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
17847
17848 * files.el (find-file-noselect-1): Do not bind
17849 `inhibit-read-only' to t during execution of
17850 `find-file-not-found-functions'.
17851
17852 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17853
17854 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17855 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17856
17857 2004-05-28 Juri Linkov <juri@jurta.org>
17858
17859 * simple.el (eval-expression-print-format): New fun.
17860
17861 * simple.el (eval-expression):
17862 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17863 * emacs-lisp/edebug.el (edebug-compute-previous-result)
17864 (edebug-eval-expression): Print additionally the value returned by
17865 `eval-expression-print-format'.
17866
17867 * emacs-lisp/lisp.el (insert-pair-alist): New var.
17868 (insert-pair): Make arguments optional. Find character pair
17869 from `insert-pair-alist' according to the last input event.
17870 (insert-parentheses): Make arguments optional.
17871 (raise-sexp, delete-pair): New funs.
17872
17873 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17874 (emacs-lisp-mode-map, lisp-interaction-mode-map):
17875 Bind C-M-q to `indent-pp-sexp'.
17876
17877 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17878 `pp-to-string' modified to be able to format text with newlines.
17879 (pp-to-string): Move the buffer-formatting part of the code to
17880 `pp-buffer'. Call `pp-buffer'.
17881
17882 * info.el (Info-desktop-buffer-misc-data): Don't save information
17883 about virtual files.
17884 (Info-restore-desktop-buffer): Restore Info buffers in prepared
17885 buffers with names obtained from the desktop file instead of the
17886 default *info* buffer.
17887
17888 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17889
17890 * subr.el (with-selected-window): Only save/restore the selected
17891 window.
17892
17893 * progmodes/compile.el (compilation-error-regexp-alist):
17894 Use expand-file-name and data-directory.
17895
17896 * progmodes/grep.el (grep-tree): Rework previous fix.
17897
17898 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17899 after the user marked text with the mouse.
17900
17901 * startup.el (command-line): Keep the first regexp of
17902 auto-save-file-name-transforms intact.
17903
17904 2004-05-28 Juanma Barranquero <lektu@terra.es>
17905
17906 * cus-edit.el (customize-face, customize-face-other-window)
17907 (custom-face-edit-delete): Make arguments match their use in
17908 docstring.
17909 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17910 docstring.
17911
17912 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17913 not `cvs-butlast'.
17914
17915 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17916 `nbutlast' are in subr.el).
17917
17918 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17919 (set-w32-system-coding-system): Doc fixes.
17920
17921 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
17922 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17923 Make arguments match their use in docstring.
17924 (artist-draw-region-trim-line-endings)
17925 (artist-mouse-choose-operation): Fix typo in docstring.
17926 (artist-key-set-point-common): Doc fix.
17927
17928 2004-05-28 Simon Josefsson <jas@extundo.com>
17929
17930 * mail/smtpmail.el (smtpmail-open-stream):
17931 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
17932
17933 2004-05-26 Simon Josefsson <jas@extundo.com>
17934
17935 * starttls.el: Merge with my GNUTLS based starttls.el.
17936 (starttls-gnutls-program, starttls-use-gnutls)
17937 (starttls-extra-arguments, starttls-process-connection-type)
17938 (starttls-connect, starttls-failure, starttls-success): New variables.
17939 (starttls-program, starttls-extra-args): Doc fix.
17940 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17941 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17942 and pass on to corresponding *-gnutls function if it is set.
17943
17944 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
17945
17946 * autorevert.el (auto-revert-handler): Disable auto-reverting of
17947 remote files.
17948
17949 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
17950
17951 * files.el (file-name-non-special): There are more operations
17952 which need handling: `find-backup-file-name',
17953 `insert-file-contents', `verify-visited-file-modtime',
17954 `write-region'. Rename t value of method to `add'. Add new
17955 methods `quote' and `unquote-then-quote' to file-arg-indices.
17956
17957 2004-05-25 Juri Linkov <juri@jurta.org>
17958
17959 * info.el (Info-toc): Call Info-mode on intermediate buffer.
17960 (Info-index-nodes): Enclose code in condition-case to catch errors.
17961 (Info-index-node): Don't search all index nodes if request is only
17962 for the current node and file is not in the cache of index nodes.
17963 (Info-mode-map): Bind Info-copy-current-node-name to `w'
17964 for consistency with dired-copy-filename-as-kill.
17965 Bind `S' to Info-search-case-sensitively.
17966 (Info-copy-current-node-name): New arg. With zero prefix arg put
17967 the name inside a function call to `info'. Display copied text in
17968 the echo area.
17969
17970 2004-05-25 Sam Steingold <sds@gnu.org>
17971
17972 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17973 strip the package prefix from the symbol name, if any.
17974 Make it the `find-tag-default-function' for `lisp-mode'.
17975
17976 2004-05-25 John Paul Wallington <jpw@gnu.org>
17977
17978 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17979 instead of obsolete `process-kill-without-query'.
17980
17981 * textmodes/texinfmt.el (texinfo-indexvar-alist):
17982 Declare as variable, not constant.
17983
17984 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
17985
17986 * files.el (find-file-noselect-1): Fix bug introduced by
17987 Revision 1.694. As a side effect, `inhibit-read-only'
17988 is again, by default, t during execution of
17989 `find-file-not-found-functions'.
17990 (insert-directory): Check that lines were really inserted by
17991 the --dired switch, before erasing them.
17992
17993 2004-05-24 Nick Roberts <nickrob@gnu.org>
17994
17995 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
17996 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
17997 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17998 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17999 gud-minor-mode (gdbmi).
18000
18001 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
18002
18003 * net/browse-url.el (browse-url-interactive-arg): Enable user to
18004 explicitly select the text to be taken as URL.
18005
18006 2004-05-23 Juri Linkov <juri@jurta.org>
18007
18008 * info.el (Info-index-nodes): New var and fun.
18009 (Info-goto-index, Info-index, info-apropos)
18010 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
18011 (Info-index): Fix docstring. Store and restore Info-history-list.
18012 (Info-complete-nodes): New var.
18013 (Info-complete-menu-item): Use it.
18014 (Info-index-node): New fun.
18015 (Info-final-node, Info-forward-node, Info-backward-node)
18016 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
18017 Use Info-index-node.
18018 (Info-extract-menu-item, Info-extract-menu-counting): Set second
18019 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
18020 (Info-find-node-2): If a node with period in its name not found,
18021 try to find a node without the name part after period.
18022 (Info-select-node): Call Info-fontify-node only if
18023 Info-fontify-maximum-menu-size is not nil.
18024 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
18025 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
18026 Preserve Info-history-list.
18027 (Info-toc): Set Info-current-file.
18028 (Info-build-toc): Move point to the beginning of the buffer.
18029 Add main-file variable.
18030 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
18031 Use backslashed representation of the control character ^_.
18032
18033 * textmodes/texinfmt.el (texinfo-print-index): Print index line
18034 numbers in the new Texinfo 4.7 format.
18035
18036 * add-log.el (change-log-font-lock-keywords): Remove `:' from
18037 regexps for function and variable names.
18038
18039 * descr-text.el (describe-property-list): Add [show] button for
18040 `syntax-table' property with action to pp to a separate buffer.
18041 (describe-char): Replace search-forward by re-search-forward with
18042 whitespace regexp after "character:" to not fail in too narrow windows.
18043
18044 * simple.el (next-error-find-buffer): Add a rule to return
18045 next-error capable buffer if one window on the selected frame
18046 displays such buffer.
18047
18048 2004-05-23 Nick Roberts <nickrob@gnu.org>
18049
18050 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
18051 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
18052 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
18053 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
18054 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
18055 Handle new value for gud-minor-mode (gdbmi).
18056 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
18057 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
18058 Change from local to global gdb variable set.
18059 (gdb-ann3): Initialize above gdb variable set.
18060 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
18061 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
18062 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
18063 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
18064 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
18065 (gdb-info-locals-handler, gdb-invalidate-assembler)
18066 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
18067 set as global variables.
18068 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
18069 Handle gdbmi.
18070 (gdb-info-breakpoints-custom): Fix regexp.
18071 (def-gdb-var): Delete.
18072
18073 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
18074 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
18075 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
18076 a new mode. The file (gdb-mi.el) for this mode will be included
18077 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
18078 primary interface.
18079
18080 2004-05-23 Jesper Harder <harder@ifa.au.dk>
18081
18082 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
18083 interpreted as a directory.
18084
18085 2004-05-22 Richard M. Stallman <rms@gnu.org>
18086
18087 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
18088 as a close quote.
18089
18090 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
18091
18092 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
18093 Use assoc-string, not assoc-ignore-case.
18094
18095 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
18096
18097 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
18098 If moving back then fwd gets a defun that ends before point,
18099 try again moving fwd then back.
18100
18101 * files.el (file-name-non-special): Allow t in file-arg-indices
18102 to mean requote the return value. Use `identity' as an element
18103 rather than as the whole value.
18104
18105 * gs.el (gs-options): Add -dSAFER. Mark it risky.
18106
18107 2004-05-22 Juanma Barranquero <lektu@terra.es>
18108
18109 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
18110 `help-make-usage'.
18111 (help-highlight-arguments): Skip function name before searching
18112 for arguments.
18113
18114 2004-05-21 Juanma Barranquero <lektu@terra.es>
18115
18116 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
18117 Don't mention in the docstring these arguments meant for
18118 internal (recursive) use only.
18119 (allout-char-spec): Comment out (it's not implemented).
18120 (allout-old-expose-topic, allout-exposure): Fix docstring and add
18121 obsolescence declaration.
18122 (allout-flatten-exposed-to-buffer)
18123 (allout-indented-exposed-to-buffer): Fix typos in docstring.
18124 (my-mark-marker): Doc fix.
18125 (produce-allout-mode-map, allout-sibling-index)
18126 (allout-isearch-expose, allout-distinctive-bullet)
18127 (allout-open-topic, allout-reindent-body)
18128 (allout-rebullet-heading, allout-process-exposed)
18129 (allout-insert-listified, allout-latex-verb-quote)
18130 (allout-insert-latex-header, allout-insert-latex-trailer):
18131 Make arguments match their use in docstring.
18132 (allout-primary-bullet, allout-old-style-prefixes)
18133 (allout-inhibit-protection, allout-init, allout-mode)
18134 (allout-before-change-protect, allout-flag-region):
18135 Use "Emacs" instead of "emacs" in docstrings.
18136
18137 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
18138
18139 * international/characters.el: Modify syntax of more characters.
18140
18141 2004-05-21 Masatake YAMATO <jet@gyve.org>
18142
18143 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
18144 (etags-tags-completion-table): Show parsing progress.
18145
18146 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
18147
18148 * locate.el (locate-prompt-for-command): Shorten first line of
18149 docstring.
18150 (locate-mode): Expand docstring and include keymap summary.
18151
18152 * files.el (find-file-noselect-1): Limit the scope of the
18153 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
18154 is, by default, nil during the execution of
18155 `find-file-not-found-functions' and `find-file-hook'.
18156
18157 2004-05-20 Michael Mauger <mmaug@yahoo.com>
18158
18159 * facemenu.el (facemenu-color-name-equal): New function.
18160 (list-colors-display): Use it to compare colors instead of
18161 facemenu-color-equal.
18162
18163 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
18164
18165 * compare-w.el (compare-windows-face): Use min-colors instead of
18166 checking for tty or pc types.
18167
18168 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
18169
18170 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
18171 (completion-setup-function): Use with-current-buffer.
18172 Properly save excursion. Simplify.
18173 Don't assume there is necessarily a `mouse-face' property somewhere.
18174
18175 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
18176
18177 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
18178
18179 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
18180 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
18181 Use with-current-buffer.
18182 (byte-goto-log-buffer): Delete.
18183 (byte-compile-log-file): Call compilation-forget-errors.
18184
18185 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
18186
18187 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
18188 output messages into the search result.
18189
18190 2004-05-19 Masatake YAMATO <jet@gyve.org>
18191
18192 * wid-edit.el (widget-radio-button-notify): Revert my last
18193 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18194
18195 2004-05-19 Kenichi Handa <handa@m17n.org>
18196
18197 * international/characters.el: Fix syntax (open/close) of CJK chars.
18198
18199 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
18200
18201 * help-mode.el (help-go-back): Don't depend on position of back button.
18202
18203 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
18204
18205 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
18206 files don't contain an accidental additional /.
18207
18208 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
18209 in source buffer.
18210
18211 2004-05-18 Masatake YAMATO <jet@gyve.org>
18212
18213 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
18214 to widget-apply. :action method assumes 2 arguments, not 3.
18215
18216 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
18217
18218 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18219 New constants.
18220 (hs-special-modes-alist): Add an f90-mode entry.
18221
18222 2004-05-17 Sam Steingold <sds@gnu.org>
18223
18224 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
18225 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
18226
18227 2004-05-16 Kim F. Storm <storm@cua.dk>
18228
18229 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
18230
18231 2004-05-15 John Wiegley <johnw@newartisans.com>
18232
18233 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
18234 (eshell-output-object-to-target): Improve output speed 20% by not
18235 calling `eshell-stringify' if something is already known to be a
18236 string.
18237
18238 2004-05-15 Alex Ott <ott@jet.msk.su>
18239
18240 * textmodes/ispell.el (ispell-local-dictionary-alist):
18241 Add windows-1251 to the choice of coding systems.
18242 (ispell-dictionary-alist-6): Add support for "russianw.aff",
18243 encoded in cp1251.
18244
18245 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
18246
18247 * progmodes/compile.el (compilation-warning-face)
18248 (compilation-info-face): Use min-colors.
18249
18250 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18251
18252 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
18253 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
18254 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
18255 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
18256 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
18257 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
18258 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
18259 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
18260 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
18261 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
18262 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
18263 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
18264 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
18265 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
18266
18267 2004-05-15 Kim F. Storm <storm@cua.dk>
18268
18269 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
18270 Use it to set triggered-p element of timer.
18271 (timer-event-handler): Set triggered-p element non-nil while running
18272 the timer function.
18273
18274 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
18275
18276 * descr-text.el (describe-char-unicode-data)
18277 (describe-char-unicodedata-file): Re-enable the unicode code now that
18278 the licensing issues have been cleared in the unicode-4 license.
18279 (describe-text-properties-1): Remove unused `overlay' var.
18280 (describe-char): Remove unused var `buffer'.
18281
18282 2004-05-14 David Ponce <david@dponce.com>
18283
18284 * tree-widget.el: New file.
18285
18286 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
18287
18288 * language/european.el ("Brazilian Portuguese"): Add support for
18289 Brazilian Portuguese.
18290
18291 2004-05-13 John Wiegley <johnw@newartisans.com>
18292
18293 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
18294 `recentf-mode' if this variable has been customized to t.
18295
18296 * eshell/esh-test.el (eshell-test): Call the function
18297 `emacs-version' rather than trying to build a custom version string.
18298
18299 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18300
18301 * net/telnet.el (telnet-mode): Use define-derived-mode.
18302 Don't modify the global value of comint-prompt-regexp.
18303
18304 2004-05-13 John Paul Wallington <jpw@gnu.org>
18305
18306 * version.el (emacs-version): Check for `gtk' feature before
18307 `x-toolkit' feature.
18308
18309 2004-05-13 Juanma Barranquero <lektu@terra.es>
18310
18311 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
18312 arguments in the docstring, they're used only in recursive calls.
18313
18314 * help-fns.el (help-arg-highlighting-function)
18315 (help-argument-name): Delete.
18316 (help-default-arg-highlight): New function.
18317 (help-do-arg-highlighting): Use it.
18318
18319 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18320
18321 * calendar/appt.el (appt-disp-window):
18322 Use `calendar-set-mode-line' for a centered mode-line.
18323
18324 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
18325
18326 * calendar/appt.el (appt-disp-window): Do not split window
18327 excessively when `split-height-threshold' is low.
18328
18329 2004-05-12 Nick Roberts <nickrob@gnu.org>
18330
18331 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
18332 kill-buffer-hook here and make it local.
18333 (gud-kill-buffer-hook): Use kill-process for a sure kill.
18334
18335 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
18336
18337 * progmodes/compile.el (compilation-set-window-height):
18338 Use save-excursion to protect against misplaced marker.
18339
18340 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18341
18342 * custom.el (defface): Document that type can have value gtk.
18343
18344 * faces.el (face-spec-set-match-display): Handle type gtk in display.
18345
18346 2004-05-12 Kenichi Handa <handa@m17n.org>
18347
18348 * descr-text.el: Require quail at compile time.
18349 (describe-char): If an input method is on and it supports the
18350 character, show how to input it.
18351
18352 * international/quail.el (quail-install-decode-map): Accept a
18353 char-table whose subtype is `quail-decode-map'.
18354 (quail-store-decode-map-key, quail-gen-decode-map1)
18355 (quail-gen-decode-map, quail-find-key1, quail-find-key)
18356 (quail-show-key): New functions.
18357
18358 2004-05-12 Juanma Barranquero <lektu@terra.es>
18359
18360 * generic.el (define-generic-mode): Remove redundant arglist info.
18361
18362 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
18363 Make arguments match their use in docstring.
18364 (help-arg-highlighting-function): New variable.
18365 (help-argument-name): Mention it in the docstring.
18366 (help-do-arg-highlight): Use it. Expand regexp to accept also
18367 ARG-xxx and xxx-ARG references.
18368
18369 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
18370
18371 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
18372 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
18373 and "mailto:addr1?to=addr2" equal.
18374
18375 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18376
18377 * man.el (Man-getpage-in-background): Use shell-file-name
18378 and shell-command-switch variables instead of hard-coded values.
18379
18380 2004-05-11 Eli Zaretskii <eliz@gnu.org>
18381
18382 * iimage.el: New file.
18383
18384 2004-05-11 Juanma Barranquero <lektu@terra.es>
18385
18386 * custom.el (custom-initialize-default, defcustom):
18387 Fix typo in docstring.
18388
18389 * files.el (set-visited-file-name, file-expand-wildcards):
18390 Fix docstring.
18391
18392 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18393
18394 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
18395
18396 * subr.el (eventp): Be more discriminating with integers.
18397
18398 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
18399
18400 * progmodes/compile.el (compile): Add universal prefix arg.
18401 (compilation-error-regexp-alist-alist): Add edg patterns.
18402
18403 2004-05-10 Sam Steingold <sds@gnu.org>
18404
18405 * textmodes/ispell.el (ispell-message):
18406 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
18407
18408 2004-05-10 Dave Love <fx@gnu.org>
18409
18410 * progmodes/python.el (help-buffer): Autoload when compiling.
18411 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
18412 (run-python): Prepend to any existing PYTHONPATH.
18413
18414 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
18415
18416 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
18417 for pending breakpoints.
18418
18419 2004-05-10 Richard M. Stallman <rms@gnu.org>
18420
18421 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
18422 directly without calling any functions in Rmail.
18423 (unrmail-unprune): Function deleted.
18424
18425 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18426
18427 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
18428 C-c C-z binding.
18429
18430 2004-05-10 Kenichi Handa <handa@m17n.org>
18431
18432 * descr-text.el (describe-char): Fix previous change. Don't make
18433 a unibyte character to multibyte in the *Help* buffer.
18434
18435 2004-05-10 Miles Bader <miles@gnu.org>
18436
18437 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
18438 buffer an error if the debugger process is actually running.
18439
18440 2004-05-10 Juanma Barranquero <lektu@terra.es>
18441
18442 * help-fns.el (help-argument-name): Default to italic.
18443 (help-highlight-arguments): Return always (usage . doc), even when
18444 usage is nil.
18445
18446 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
18447 (define-ibuffer-filter): Add usage info.
18448 (define-ibuffer-op): Add usage info (but CL-style defaults for
18449 keyword args are not shown).
18450
18451 * subr.el (remove-overlays, read-passwd): Fix docstring.
18452 (start-process-shell-command): Fix docstring. Put usage info in a
18453 format usable by `describe-function'.
18454 (open-network-stream, open-network-stream-nowait)
18455 (open-network-stream-server): Fix docstring.
18456
18457 2004-05-09 Jason Rumney <jasonr@gnu.org>
18458
18459 * international/code-pages (cp932, cp936, cp949, c950): Remove.
18460 Only define cp125* if windows-125* is already defined.
18461
18462 * language/korean.el (cp949): Add alias.
18463
18464 * language/chinese.el (cp936, cp950): Add aliases.
18465
18466 * language/japanese.el (cp932): Add alias.
18467
18468 * term/w32-win.el: Require code-pages.
18469
18470 * international/mule-cmds.el (set-locale-environment):
18471 On MS-Windows use ansi code-page for default coding-systems.
18472 Set up paper sizes for Windows 3 letter languages.
18473
18474 * international/code-pages.el (cp932, cp936, cp949, cp950):
18475 Add aliases. Also add cp125* if not already defined.
18476
18477 2004-05-09 Juanma Barranquero <lektu@terra.es>
18478
18479 * help-fns.el (help-highlight-arguments): Don't try to highlight
18480 missing or autoloaded arglists. Accept structured arguments, like
18481 the first ones of `do' and `flet'.
18482
18483 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
18484 (cvs-get-marked): Remove redundant arglist info.
18485
18486 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
18487 Don't use CL-style default args.
18488
18489 2004-05-08 Andreas Schwab <schwab@suse.de>
18490
18491 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
18492
18493 * international/subst-ksc.el: Fix references to utf-translate-cjk
18494 into utf-translate-cjk-mode.
18495 * international/subst-big5.el: Likewise.
18496 * international/subst-gb2312.el: Likewise.
18497 * international/subst-jis.el: Likewise.
18498 * international/utf-16.el: Likewise.
18499 * international/utf-8.el: Likewise.
18500
18501 2004-05-08 John Wiegley <johnw@newartisans.com>
18502
18503 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
18504 "virtual buffers" (off by default), which makes it possible to
18505 switch to the "virtual" buffers of recently visited files. When a
18506 buffer name search fails, and this option is on, iswitchb will
18507 look at the list of recently visited files, and permit matching
18508 against those names. When the user hits RET on a match, it will
18509 revisit that file.
18510 (iswitchb-read-buffer): Add two optional arguments, which makes
18511 isearchb.el possible.
18512 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18513 (iswitchb-next-match): Add support for virtual buffers.
18514
18515 * isearchb.el: This module extends iswitchb to provide "as you
18516 type" buffer selection.
18517
18518 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
18519 Ignore the read-only property when flyspell highlighting is on.
18520 Not ignoring it leads to a series of confusing errors.
18521 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
18522 but also make sure to call flyspell-incorrect-hook.
18523 (flyspell-maybe-correct-transposition): Perform transposition test
18524 by bit twiddling a string, rather than using a temp buffer.
18525 (flyspell-maybe-correct-doubling): Use a string rather than a temp
18526 buffer. This is also the original version of the code, which
18527 could not be checked in before due to a previous lack of
18528 assignment papers. This version has seen heavy usage on my system
18529 for several years now.
18530
18531 * calendar/cal-bahai.el: New file, which adds support for the
18532 Baha'i calendar to Emacs. This calendar is based on a solar year
18533 of 19 months of 19 days, with 4 intercalary days. Each year
18534 begins on March 21, with the calendar starting in 1844.
18535
18536 * calendar/cal-menu.el, calendar/calendar.el
18537 * calendar/diary-lib.el, calendar/holidays.el:
18538 Added support for using cal-bahai.el.
18539
18540 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
18541 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
18542 function can be used outside of eshell buffers.
18543 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
18544
18545 2004-05-08 Juanma Barranquero <lektu@terra.es>
18546
18547 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
18548 word constituent so FOO-ARG is not recognized as an arg.
18549 (help-highlight-arguments): Don't skip lists in mandatory arguments.
18550
18551 * simple.el (next-error): Fix typo in docstring.
18552 (open-line): Make argument names match their use in docstring.
18553 (split-line): Fix docstring.
18554
18555 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
18556 usable by `describe-function'.
18557 (gensym, gentemp, typep, ignore-errors): Make argument names match
18558 their use in docstring.
18559
18560 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
18561 argument to `help-setup-xref'.
18562
18563 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
18564
18565 Version 2.0.40 of Tramp released.
18566
18567 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
18568 Use symbol-function to invoke functions only known on some Emacs
18569 flavors. This avoids byte-compiler warnings. Reported by Kevin
18570 Scaldeferri <kevin@scaldeferri.com>.
18571 (tramp-do-copy-or-rename-file-via-buffer): Rename from
18572 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
18573 consistent with the other tramp-do-* functions.
18574 (tramp-do-copy-or-rename-file): Calls adjusted.
18575 (tramp-process-initial-commands): Avoid liveness check on shell --
18576 we know that it must be alive since we're opening a connection at
18577 this moment.
18578 (tramp-last-cmd): New internal variable.
18579 (tramp-process-echoes): New tunable.
18580 (tramp-send-command): Set tramp-last-cmd.
18581 (tramp-wait-for-output): Delete echo, if applicable.
18582 (tramp-read-passwd): Construct the key for the password cache in a
18583 way that works for multi methods, too.
18584 (tramp-bug): Add backup-directory-alist and
18585 bkup-backup-directory-info to bug reports, with Tramp counterparts.
18586
18587 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
18588
18589 * net/tramp*.el: Suppress byte-compiler warnings where possible.
18590
18591 * net/tramp.el (tramp-out-of-band-prompt-regexp)
18592 (tramp-actions-copy-out-of-band): New defcustoms.
18593 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
18594 used instead of a synchronous one. Allows password entering.
18595 (tramp-action-out-of-band): New defun.
18596 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
18597 Remove restriction with password from doc string.
18598 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
18599 `tramp-out-of-band-prompt-regexp',
18600 `tramp-actions-copy-out-of-band', `password-cache' and
18601 `password-cache-expiry'.
18602 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
18603 password caching.
18604 (tramp-touch): FILE can be a local file, too.
18605 (TODO): Remove items done.
18606 (tramp-handle-insert-directory): Properly quote file name also if
18607 not full-directory-p. Handle wildcard case. Reported by Andreas
18608 Schwab <schwab@suse.de>.
18609 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
18610 new file.
18611 (tramp-handle-file-local-copy, tramp-handle-write-region):
18612 The permissions of the temporary file are set if filename exists.
18613 Reported by Ted Stern <stern@cray.com>.
18614 (tramp-backup-directory-alist)
18615 (tramp-bkup-backup-directory-info): New defcustoms.
18616 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
18617 (tramp-handle-find-backup-file-name): New function.
18618 Implements Tramp's find-backup-file-name.
18619
18620 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
18621 for `find-backup-file-name'.
18622
18623 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
18624 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
18625
18626 2004-05-07 Lars Hansen <larsh@math.ku.dk>
18627
18628 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
18629
18630 2004-05-07 Juanma Barranquero <lektu@terra.es>
18631
18632 * subr.el (lambda): Add arglist description to docstring.
18633 (declare): Fix typo in docstring.
18634 (open-network-stream): Fix docstring.
18635 (process-kill-without-query): Fix docstring and add obsolescence info.
18636 (last, butlast, nbutlast): Make arguments match their use in docstring.
18637 (insert-buffer-substring-no-properties): Likewise.
18638 (insert-buffer-substring-as-yank): Likewise.
18639 (split-string): Fix docstring.
18640
18641 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18642 Make argument names match their use in docstring.
18643
18644 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
18645
18646 2004-05-06 Nick Roberts <nickrob@gnu.org>
18647
18648 * progmodes/gdb-ui.el: Improve/extend documentation strings.
18649 Fit first sentence on one line for apropos-command.
18650
18651 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18652
18653 Changes largely merged in from Dave Love's code.
18654 * progmodes/python.el: Doc fixes.
18655 (python-mode-map): Add python-complete-symbol.
18656 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
18657 (python-comment-indent, python-complete-symbol)
18658 (python-symbol-completions, python-partial-symbol)
18659 (python-try-complete): New.
18660 (python-indent-line): Remove optional arg. Use python-block-end-p.
18661 (python-check): Bind compilation-error-regexp-alist.
18662 (inferior-python-mode): Use rx. Move keybindings to top level.
18663 Set comint-input-filter.
18664 (python-preoutput-filter): Use rx.
18665 (python-input-filter): Re-introduce.
18666 (python-proc): Start new process if necessary.
18667 Check python-buffer non-nil.
18668 (view-return-to-alist): Defvar.
18669 (python-send-receive): New.
18670 (python-eldoc-function): Use it.
18671 (python-mode-running): Don't defvar.
18672 (python-mode): Set comment-indent-function.
18673 Maybe update hippie-expand-try-functions-list.
18674 (python-indentation-levels): Initialize differently.
18675 (python-block-end-p): New.
18676 (python-indent-line): Use it.
18677 (python-compilation-regexp-alist): Augment.
18678 (run-python): Import `emacs' module to Python rather than loading
18679 code directly. Set python-buffer differently.
18680 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
18681 Use python-proc.
18682 (python-send-command): Go to end of comint buffer.
18683 (python-load-file): Use python-proc, emacs.eimport.
18684 (python-describe-symbol): Simplify interactive form.
18685 Use emacs.help. Do use temp-buffer-show-hook.
18686 Call print-help-return-message.
18687 (hippie-exp): Require when compiling.
18688 (python-preoutput-continuation): Use rx.
18689
18690 * diff-mode.el (diff-make-unified): Fix regexp.
18691
18692 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
18693
18694 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18695 filter groups from the buffer when rebuilding the Ibuffer buffer
18696 and `ibuffer-show-empty-filter-groups' is nil.
18697
18698 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18699
18700 * ps-print.el (ps-print-quote): Call ps-value-string.
18701 (ps-setup): Call ps-comment-string.
18702 (ps-value-string, ps-comment-string): New funs.
18703
18704 2004-05-06 Juanma Barranquero <lektu@terra.es>
18705
18706 * ehelp.el (electric-help-command-loop): Check whether the last
18707 character is visible, not (point-max).
18708
18709 * help-fns.el (help-argument-name): Default to bold; don't inherit
18710 from font-lock-variable-name-face.
18711 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
18712
18713 2004-05-05 Kenichi Handa <handa@m17n.org>
18714
18715 * descr-text.el (describe-char): Copy the character with text
18716 properties and overlays into the first line, and call
18717 describe-text-properties on it.
18718
18719 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
18720
18721 * iswitchb.el (iswitchb-global-map): Fix typo.
18722 Remove unwanted ###autoloads from source file.
18723
18724 2004-05-05 Lars Hansen <larsh@math.ku.dk>
18725
18726 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
18727 in run-hooks. Use substitute-command-keys in message.
18728 (wdired-abort-changes): Add message.
18729
18730 2004-05-03 Michael Mauger <mmaug@yahoo.com>
18731
18732 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
18733 (sql-emacs20-p): Remove.
18734 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
18735 (sql-builtin-face, sql-doc-face): Remove.
18736 (sql-mode-ansi-font-lock-keywords)
18737 (sql-mode-oracle-font-lock-keywords)
18738 (sql-mode-postgres-font-lock-keywords)
18739 (sql-mode-linter-font-lock-keywords)
18740 (sql-mode-ms-font-lock-keywords)
18741 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18742 (sql-product-font-lock): Fix font-lock reset when font rules change.
18743 (sql-highlight-product): Remove incorrect font-lock reset logic.
18744
18745 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
18746
18747 * ses.el (ses-set-parameter): Fix typo.
18748
18749 2004-05-04 Kim F. Storm <storm@cua.dk>
18750
18751 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18752 Must expand directory for completion to work; and don't mess with
18753 process-environment.
18754 (ido-read-file-name): If command has ido property, don't use ido
18755 if value is ignore, or read as directory if value is dir.
18756 Set ido ignore property for dired-do-rename command.
18757
18758 2004-05-04 Juanma Barranquero <lektu@terra.es>
18759
18760 * ehelp.el (electric-help-command-loop, electric-help-undefined)
18761 (electric-help-help): Check against unmapped commands.
18762
18763 * help-fns.el (help-argument-name): New face, inheriting from
18764 font-lock-variable-name-face, to highlight function arguments in
18765 `describe-function' and `describe-key'.
18766 (help-do-arg-highlight): Auxiliary function to highlight a given
18767 list of arguments in a string.
18768 (help-highlight-arguments): Highlight the function arguments and
18769 all uses of them in the docstring.
18770 (describe-function-1): Use it. Do docstring output via `insert',
18771 not 'princ', so text attributes are preserved.
18772
18773 * winner.el (winner-mode-map): Move `winner-undo' and
18774 `winner-redo' to C-c <left> and C-c <right>, respectively (the
18775 previous bindings conflict with `prev-buffer', `next-buffer').
18776
18777 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18778
18779 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18780 (bibtex-entry-update): New command bound to C-c C-u.
18781 (bibtex-text-in-string): Fix regexp.
18782 (bibtex-assoc-of-regexp): Remove.
18783 (bibtex-progress-message): Fix docstring.
18784 (bibtex-inside-field): Use if.
18785 (bibtex-assoc-regexp): New function.
18786 (bibtex-format-entry): Make code more robust so that it formats
18787 also old entries.
18788 (bibtex-autokey-demangle-title): Merge with obsolete function
18789 bibtex-assoc-of-regexp.
18790 (bibtex-field-list): New function.
18791 (bibtex-entry): Use bibtex-field-list.
18792 (bibtex-parse-entry): Fix docstring.
18793 (bibtex-print-help-message): Use bibtex-field-list.
18794 (bibtex-make-field): Use bibtex-field-list.
18795 (bibtex-entry-index): Bugfix. Return crossref key if required.
18796 (bibtex-lessp): Fix docstring.
18797
18798 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
18799
18800 * select.el (xselect-convert-to-string): Move comment to intended line.
18801
18802 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18803
18804 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18805 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18806
18807 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18808
18809 * term/x-win.el (x-clipboard-yank): Don't exit on error from
18810 x-get-selection.
18811
18812 2004-05-03 Jason Rumney <jasonr@gnu.org>
18813
18814 * makefile.nt: Remove.
18815
18816 2004-05-03 Kim F. Storm <storm@cua.dk>
18817
18818 * emulation/cua-base.el (cua--update-indications): Fix last change.
18819 (cua-mode): Deactivate mark when cua-mode is enabled.
18820
18821 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
18822
18823 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
18824
18825 2004-05-03 Nick Roberts <nickrob@gnu.org>
18826
18827 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
18828 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
18829 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18830 window over visible frames.
18831 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
18832
18833 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
18834
18835 * progmodes/compile.el (compilation-gcpro): New var.
18836 (compilation-fake-loc): Use it.
18837 (compilation-forget-errors): Reset it.
18838
18839 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
18840
18841 * diff-mode.el (diff-header-face, diff-file-header-face):
18842 Use min-colors.
18843
18844 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18845
18846 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18847 (bibtex-clean-entry): Disentangle code.
18848 (bibtex-realign): New function.
18849 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
18850 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18851 Remove undocumented optional arg called-by-convert-alien.
18852 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
18853 for sorting instead of bibtex-sort-buffer.
18854
18855 2004-05-02 Eli Zaretskii <eliz@gnu.org>
18856
18857 * progmodes/compile.el (compilation-start): In the
18858 no-async-subprocesses branch, call sit-for to give redisplay a
18859 chance to show the updated process status in the mode line, and
18860 fontify the buffer explicitly after the process exits.
18861
18862 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18863
18864 * progmodes/python.el (python-compilation-line-number): Remove.
18865 (python-compilation-regexp-alist): Don't use it any more.
18866 (python-orig-start, python-input-filter): Remove.
18867 (inferior-python-mode): Don't set up comint-input-filter-functions.
18868 (python-send-region): Use compilation-fake-loc.
18869
18870 * progmodes/compile.el (compilation-messages-start): New var.
18871 (compilation-mode): Don't setup next-error-function here.
18872 (compilation-setup): Set it up here instead (for minor modes as well).
18873 Make compilation-messages-start buffer local.
18874 (compilation-next-error-function): Use it.
18875 (compilation-forget-errors): Set compilation-messages-start.
18876
18877 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
18878
18879 * ielm.el (ielm-prompt-read-only): Update docstring.
18880
18881 * comint.el (comint-prompt-read-only): Update docstring.
18882 (comint-update-fence, comint-kill-whole-line)
18883 (comint-kill-region): New functions.
18884
18885 * simple.el (kill-whole-line): Use "p" instead of "P" in
18886 interactive form.
18887
18888 2004-05-01 Juanma Barranquero <lektu@terra.es>
18889
18890 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18891 format arglist so default values in CL-style argument lists are
18892 correctly shown.
18893
18894 2004-05-01 Jason Rumney <jasonr@gnu.org>
18895
18896 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18897
18898 2004-05-01 Kenichi Handa <handa@m17n.org>
18899
18900 * international/titdic-cnv.el (miscdic-convert): Don't generate a
18901 quail file if it is up to date.
18902
18903 2004-04-30 Juri Linkov <juri@jurta.org>
18904
18905 * cus-edit.el (custom-mode-map):
18906 Add key binding `C-x C-s' to `Custom-save'.
18907
18908 * outline.el (outline-blank-line): New var.
18909 (outline-next-preface, outline-show-heading)
18910 (outline-end-of-subtree): Use it.
18911
18912 * dired-aux.el (dired-touch-initial): New fun.
18913 (dired-do-chxxx): Call it for op-symbol `touch'.
18914 (dired-diff): Use `dired-dwim-target-directory'
18915 if current dired buffer has no buffer mark.
18916
18917 * bindings.el (propertized-buffer-identification):
18918 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18919 Add C-M-arrow keys for consistency.
18920
18921 * files.el (confirm-kill-emacs):
18922 Change group from top-level `emacs' to `convenience'.
18923
18924 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18925 Push mark on the first call of successive command calls.
18926 (insert-pair): New fun created from `insert-parentheses' with
18927 `open' and `close' arguments added. Enclose active regions
18928 in paired characters. Compare adjacent characters syntax with
18929 inserted characters syntax before inserting a space.
18930 (insert-parentheses): Call `insert-pair' with ?\( ?\).
18931
18932 * delsel.el: Don't put `delete-selection' property
18933 on `insert-parentheses' symbol to take advantage of
18934 region handling in `insert-pair' function.
18935 Suggested by Stephan Stahl <stahl@eos.franken.de>.
18936
18937 2004-04-30 Kim F. Storm <storm@cua.dk>
18938
18939 * emulation/cua-base.el: Add support for changing cursor types;
18940 based on patch from Michael Mauger.
18941 (cua-normal-cursor-color, cua-read-only-cursor-color)
18942 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18943 Customization cursor type and/or cursor color.
18944 (cua--update-indications): Handle cursor type changes.
18945 (cua-mode): Update cursor indications if enabled.
18946
18947 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18948
18949 * mouse.el (mouse-drag-copy-region): New defcustom.
18950 (mouse-set-region, mouse-drag-region-1): Use it.
18951
18952 * simple.el (kill-ring-save): If region face background color is
18953 unspecified (if no highlighting), show extent of fully visible
18954 region even if transient-mark-mode is enabled.
18955
18956 * emulation/cua-base.el (cua--standard-movement-commands):
18957 Add cua-scroll-up and cua-scroll-down.
18958 (cua-scroll-up, cua-scroll-down): New commands.
18959 (cua--init-keymaps): Remap scroll-up and scroll-down.
18960
18961 * emulation/cua-rect.el (cua--convert-rectangle-as):
18962 New defmacro.
18963 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18964 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
18965 New commands (suggested by Jordan Breeding).
18966
18967 2004-04-30 Juanma Barranquero <lektu@terra.es>
18968
18969 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18970
18971 2004-04-30 Mario Lang <mlang@delysid.org>
18972
18973 * diff.el (diff-switches): Fix typo in docstring.
18974
18975 2004-04-30 Alex Schroeder <alex@gnu.org>
18976
18977 * xml.el (xml-debug-print-internal): Don't add newline and
18978 indentation to text nodes and write empty elements as empty tags
18979 instead of opening and closing tags.
18980 (xml-debug-print): Take optional indent-string argument.
18981 (xml-print): Alias for xml-debug-print.
18982
18983 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18984
18985 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18986 than duplicate call to `line-beginning-position'.
18987
18988 * progmodes/f90.el (f90-get-present-comment-type):
18989 Return whitespace, as well as comment chars, for consistent filling
18990 of comment blocks. Use `match-string-no-properties'.
18991 (f90-break-line): Trim trailing whitespace when filling comments.
18992
18993 2004-04-30 Dave Love <fx@gnu.org>
18994
18995 * calendar/diary-lib.el (diary-outlook-formats): New variable.
18996 (diary-from-outlook-internal, diary-from-outlook)
18997 (diary-from-outlook-gnus, diary-from-outlook-rmail):
18998 New functions to import diary entries from Outlook-format
18999 appointments in mail messages.
19000
19001 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19002
19003 * progmodes/python.el (python-send-command): New fun.
19004 (python-send-region, python-load-file): Use it.
19005
19006 * progmodes/compile.el (compilation-last-buffer): Add var alias.
19007
19008 * help-fns.el (help-C-file-name): Use new subr-name.
19009 Prepend `src/' to the file name.
19010 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
19011 (describe-function-1, describe-variable): Only find a C source file
19012 name if DOC is already loaded.
19013
19014 * help-mode.el (help-function-def, help-variable-def):
19015 Use the new find-function-search-for-symbol functionality.
19016 Allow FILE to be `C-source'.
19017
19018 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
19019 (find-function-C-source): New fun.
19020 (find-function-search-for-symbol): Use it.
19021
19022 2004-03-29 Michael Mauger <mmaug@yahoo.com>
19023
19024 * progmodes/sql.el (sql-product-alist): Rename variable
19025 `sql-product-support'. Add Postgres login parameters.
19026 (sql-set-product, sql-product-feature): Update with renamed variable.
19027 (sql-connect-postgres): Add username prompt.
19028 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
19029 Make patterns less product specific.
19030 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
19031 (sql-mode-abbrev-table): Modify initialization.
19032 (sql-builtin-face): Add variable.
19033 (sql-keywords-re): Add macro.
19034 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
19035 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
19036 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
19037 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
19038 (sql-mode-linter-font-lock-keywords)
19039 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
19040 (sql-mode-sybase-font-lock-keywords)
19041 (sql-mode-informix-font-lock-keywords)
19042 (sql-mode-interbase-font-lock-keywords)
19043 (sql-mode-ingres-font-lock-keywords)
19044 (sql-mode-solid-font-lock-keywords)
19045 (sql-mode-sqlite-font-lock-keywords)
19046 (sql-mode-db2-font-lock-keywords): Default to nil.
19047 (sql-product-font-lock): Always highlight ANSI keywords.
19048 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
19049 (sql-send-string): Add function.
19050
19051 2004-04-29 Dave Love <fx@gnu.org>
19052
19053 * progmodes/cfengine.el (cfengine-beginning-of-defun)
19054 (cfengine-end-of-defun): Ensure progress through buffer.
19055
19056 * info-look.el (cfengine-mode): Accept a terminal ().
19057
19058 2004-04-29 Juri Linkov <juri@jurta.org>
19059
19060 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
19061 instead of isearch-yank-word-or-char. Add new key bindings for
19062 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
19063 (isearch-del-char): New fun.
19064 (isearch-forward, isearch-edit-string): Update docstring.
19065 (isearch-yank-char): Doc fix.
19066 (isearch-other-meta-char): Restore point after scrolling.
19067
19068 * progmodes/compile.el (compilation-context-lines): Add nil option
19069 to disable compilation output window scrolling.
19070 (compilation-set-window): Use it.
19071
19072 * outline.el (outline-next-preface, outline-show-heading):
19073 Don't leave unhidden blank line before heading.
19074 (outline-end-of-subtree): Include last newline into subtree.
19075 (hide-entry): Leave point at beginning of heading instead of end.
19076 (outline-up-heading): Push mark for the first call of successive
19077 command calls.
19078
19079 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
19080
19081 * comint.el (comint-prompt-read-only): New variable.
19082 (comint-output-filter): Implement it.
19083
19084 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
19085 (ielm-prompt-internal): New variable.
19086 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
19087 (ielm-send-input): Delete unused variable `buf'.
19088 (ielm-eval-input): Use `ielm-prompt-internal'.
19089 (inferior-emacs-lisp-mode): Use new variables
19090 `comint-prompt-read-only' and `ielm-prompt-internal'.
19091 Get rid of obsolete variable `directory-sep-char'.
19092 (ielm): Use `zerop'.
19093
19094 2004-04-29 John Paul Wallington <jpw@gnu.org>
19095
19096 * thumbs.el (toplevel): Require cl at compile time.
19097 Remove conditional definitions of `ignore-errors' and `caddar'
19098 because they occur at run time.
19099
19100 2004-04-28 Nick Roberts <nickrob@gnu.org>
19101
19102 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
19103 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
19104 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
19105 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
19106
19107 * progmodes/gud.el (gud-common-init): Throw an error if program is
19108 already running under gdb.
19109
19110 2004-04-28 John Paul Wallington <jpw@gnu.org>
19111
19112 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
19113 (thumbs-show-image-num): Move assignment of
19114 `thumbs-current-image-filename' within scope of `i'.
19115 (thumbs-emboss-image): Don't use `evenp'.
19116
19117 2004-04-28 Richard M. Stallman <rms@gnu.org>
19118
19119 * progmodes/compile.el (compilation-context-lines): Default now 0.
19120
19121 2004-04-28 Juanma Barranquero <lektu@terra.es>
19122
19123 Use `time-less-p' from calendar/time-date.el instead of defining
19124 custom versions of it.
19125
19126 * pcomplete.el (pcomplete-time-less-p): Remove.
19127
19128 * thumbs.el (time-less-p): Remove.
19129
19130 * calendar/timeclock.el (timeclock-time-less-p): Remove.
19131 (timeclock-generate-report): Use `time-less-p'.
19132
19133 * emacs-lisp/autoload.el (autoload-before-p): Remove.
19134 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
19135
19136 2004-04-28 Masatake YAMATO <jet@gyve.org>
19137
19138 * subr.el (remove-overlays): Make arguments optional.
19139
19140 * wid-edit.el (widget-specify-button): Put evaporate to the
19141 overlay for sample.
19142 (widget-specify-sample): Put evaporate to the overlay for sample.
19143 (widget-specify-doc): Put evaporate to the overlay for documentation.
19144
19145 2004-04-27 Jesper Harder <harder@ifa.au.dk>
19146
19147 * info.el (info-apropos): Make it an index node. Align node names
19148 like makeinfo.
19149
19150 2004-04-27 Eli Zaretskii <eliz@gnu.org>
19151
19152 * net/browse-url.el (browse-url-netscape-sentinel)
19153 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
19154 (browse-url-epiphany-sentinel, browse-url-mosaic):
19155 Use browse-url-*-program instead of a literal program name.
19156
19157 2004-04-27 Kevin Ryde <user42@zip.com.au>
19158
19159 * eshell/em-alias.el:
19160 * eshell/em-dirs.el:
19161 * eshell/em-hist.el:
19162 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
19163 features when M-x customize-group loads modules before the main
19164 eshell.el.
19165
19166 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
19167
19168 * subr.el (momentary-string-display): Support EXIT-CHAR that is
19169 either a character representation of an event or an event
19170 description list.
19171
19172 * type-break.el: Capitalize Emacs and Lisp.
19173 (type-break-good-break-interval, type-break-demo-boring-stats)
19174 (type-break-terse-messages, type-break-file-name): New defcustoms.
19175 (type-break-post-command-hook)
19176 (type-break-warning-countdown-string): Quote variable names in doc.
19177 (type-break-interval-start, type-break-auto-save-file-name): New vars.
19178 (type-break-mode): Document type-break-good-break-interval and the
19179 "session" file. Schedule break according to the session file.
19180 Kill session file buffer on exit. Organize for save-some-buffers
19181 to always save the session file.
19182 (type-break-mode-line-message-mode, type-break-query-mode):
19183 Uppercase arguments.
19184 (type-break-file-time, type-break-file-keystroke-count, timep)
19185 (type-break-choose-file, type-break-get-previous-time)
19186 (type-break-get-previous-count): New defuns.
19187 (type-break): Avoid break querying after a completed break in the
19188 case where the query was initiated during user invocation of the
19189 break. Optional terse messages.
19190 Use type-break-good-break-interval if type-break-good-rest-interval is
19191 nil. File the break time.
19192 (type-break-schedule): New optional args for overriding the use of
19193 the current time.
19194 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
19195 after a break.
19196 (type-break-check): File the keystroke count.
19197 (type-break-do-query): Prevent a second query when the break is
19198 interrupted. Optional terse message.
19199 (type-break-keystroke-reset): Record the start of a typing interval.
19200 (type-break-demo-boring): Optional terse messages. Display word
19201 per minute and keystroke counts according to
19202 type-break-demo-boring-stats.
19203
19204 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
19205
19206 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
19207 directories, make sure they exist under archive-tmpdir.
19208
19209 2004-04-27 Juri Linkov <juri@jurta.org>
19210
19211 * help.el (view-emacs-news): With argument, display info for the
19212 selected version by finding it among different NEWS files, and
19213 narrowing the buffer to the selected version.
19214
19215 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
19216 same-window-buffer-names.
19217 (info): New arg `buffer'. Use it. Doc fix. Read file name for
19218 non-numeric prefix argument, append the number to the buffer name
19219 for numeric prefix argument.
19220 (info-other-window): Bind same-window-regexps to nil.
19221 (Info-reference-name): Rename to Info-point-loc.
19222 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
19223 and Info-find-index-name for stringy Info-point-loc.
19224 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
19225 without middle `.', but with final `.' and optional line number
19226 for it. Set Info-point-loc for index nodes.
19227 (Info-index): Remove middle `.' from index entry regexp.
19228 Modify line number regexp.
19229 (Info-index-next): Decrement line number.
19230 (info-apropos): Remove middle `.' from index entry regexp.
19231 Add optional line number regexp at the end. Add matched value
19232 for line number to the result list and insert it to the buffer.
19233 Replace match-string by match-string-no-properties.
19234 Reorder result list.
19235 (Info-fontify-node): Hide index line numbers.
19236 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
19237 empty matches.
19238 (Info-follow-reference): Use `str' instead of
19239 Info-following-node-name-re.
19240 (Info-toc): Use full file names. Set Info-current-node to "Top".
19241 (Info-fontify-node): Compare file names without directory name.
19242 (Info-try-follow-nearest-node): Don't set Info-reference-name.
19243 Set second arg of Info-extract-menu-node-name for index nodes.
19244 (info-xref-visited): Use magenta3 instead of magenta4.
19245 (Info-mode): Add info-apropos to docstring.
19246
19247 * log-view.el (log-view-diff): Replace interactive code "r"
19248 by a list to allow to call it even if region is not active.
19249
19250 * paren.el (show-paren-highlight-openparen): New var.
19251 (show-paren-function): Turn on openparen highlighting when
19252 matching forward if show-paren-highlight-openparen is non-nil.
19253
19254 * simple.el (kill-ring-save): Use blink-matching-delay instead of
19255 the constant value 1.
19256 (completions-common-part): Expand docstring.
19257
19258 * textmodes/picture.el (picture-mode-map): Add arrow keys.
19259
19260 2004-04-27 Kim F. Storm <storm@cua.dk>
19261
19262 * image.el (insert-sliced-image): Use line-height instead of
19263 line-spacing property on newline.
19264
19265 2004-04-26 Lars Hansen <larsh@math.ku.dk>
19266
19267 * desktop.el (desktop-buffer-misc-data-function): Rename to
19268 desktop-save-buffer and change docstring.
19269 (desktop-buffer-modes-to-save): Delete.
19270 (desktop-save-buffer-p): Use desktop-save-buffer instead of
19271 desktop-buffer-modes-to-save.
19272 (desktop-save): Rename desktop-buffer-misc-data-function to
19273 desktop-save-buffer and allow non-function value.
19274 (desktop-missing-file-warning): Correct docstring.
19275
19276 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
19277 to desktop-save-buffer.
19278
19279 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
19280 desktop-save-buffer.
19281
19282 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
19283
19284 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
19285
19286 2004-04-26 Eli Zaretskii <eliz@gnu.org>
19287
19288 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
19289
19290 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
19291
19292 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
19293 (ielm): Only go to the end of the buffer when starting a new process.
19294
19295 2004-04-25 Juanma Barranquero <lektu@terra.es>
19296
19297 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
19298 mode line. Bind `inhibit-read-only' to t before modifying
19299 properties of text in the buffer.
19300 (ielm): Force point to the end of buffer, even when running ielm
19301 from inside itself.
19302
19303 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19304
19305 * info.el (info-apropos): Reset Info-complete-cache.
19306
19307 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
19308
19309 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19310 Also recognize severe Irix et al. messages.
19311 (compilation-normalize-filename, compile-abbreviate-directory):
19312 Delete functions.
19313 (compilation-get-file-structure): New function inherits
19314 functionality of the two preceding ones.
19315 (compilation-internal-error-properties, compilation-fake-loc):
19316 Use it so that different paths to the same file share the same
19317 markers. Also optimize finding adjacent marker slightly.
19318
19319 2004-04-25 Kim F. Storm <storm@cua.dk>
19320
19321 * image.el (insert-sliced-image): Add line-spacing t property
19322 to newlines separating image lines.
19323
19324 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
19325
19326 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
19327
19328 * ielm.el (ielm-prompt-read-only): New user option.
19329 (ielm-prompt): Expand docstring to describe new behavior.
19330 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
19331 mention it in the docstring.
19332
19333 2004-04-24 Andreas Schwab <schwab@suse.de>
19334
19335 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
19336
19337 * diff.el (diff): Set default-directory in diff buffer.
19338
19339 2004-04-24 Eli Zaretskii <eliz@gnu.org>
19340
19341 * mail/sendmail.el (mail-bury): Don't delete the frame where the
19342 mail was being composed if the terminal cannot display more than
19343 one frame; instead, switch to previous frame.
19344
19345 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
19346 (rmail-start-mail): Support rmail-mail-new-frame even on
19347 terminals that can display only one frame at a time.
19348
19349 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
19350
19351 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
19352 (checkdoc-output-font-lock-keywords): Remove error regexp.
19353 (checkdoc-output-mode-map): Remove.
19354 (checkdoc-output-mode): Derive from compilation-mode.
19355 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
19356
19357 * dired.el (dired-mode-map): Add a menu entry for wdired.
19358
19359 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
19360 (rx-bracket, rx-check-any, rx-any): Clean up name space.
19361
19362 * wdired.el (wdired-mode-map): Move init into declaration.
19363 Fix `return' binding.
19364 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
19365 Use force-mode-line-update.
19366 (wdired-get-filename): Use `unless'.
19367 (wdired-preprocess-files): Don't assume names have no \n and use / for
19368 dir separator.
19369 (wdired-normalize-filename): Use replace-regexp-in-string.
19370 (wdired-load-hooks): Remove.
19371 (wdired-mode-hooks): Rename to wdired-mode-hook.
19372
19373 * info-look.el: Add support for cfengine-mode.
19374 (info-lookup-setup-mode): Use dolist.
19375
19376 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
19377
19378 * wdired.el: New file.
19379
19380 2004-04-23 Juanma Barranquero <lektu@terra.es>
19381
19382 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
19383
19384 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
19385 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
19386 (pcomplete--help, pcomplete--here): Doc fixes.
19387
19388 2004-04-23 Andre Spiegel <spiegel@gnu.org>
19389
19390 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
19391 handles wrong-number-of-arguments in backend call.
19392
19393 * vc.el (vc-print-log): Likewise.
19394
19395 2004-04-20 Dave Love <fx@gnu.org>
19396
19397 * emacs-lisp/rx.el: Doc fixes.
19398 (rx-constituents): Add/extend many forms.
19399 (rx-check): Check form is a list.
19400 (bracket): Defvar.
19401 (rx-check-any, rx-any, rx-check-not): Modify.
19402 (rx-not): Simplify.
19403 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
19404 (rx-kleene): Use rx-trans-forms.
19405 (rx-quote-for-set): Delete.
19406 (rx): Allow multiple args.
19407
19408 2004-04-23 Kenichi Handa <handa@m17n.org>
19409
19410 * international/mule-util.el (char-displayable-p): Simplify by
19411 using internal-char-font.
19412
19413 2004-04-23 Juanma Barranquero <lektu@terra.es>
19414
19415 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
19416
19417 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
19418
19419 * diff-mode.el (diff-next-error): New fun.
19420 (diff-mode): Use it.
19421
19422 * simple.el (next-error): Change arg name.
19423 Add support for the documented C-u C-x ` usage.
19424
19425 * frame.el (special-display-popup-frame, next-multiframe-window)
19426 (previous-multiframe-window): Only consider frames on same display.
19427
19428 2004-04-22 Lars Hansen <larsh@math.ku.dk>
19429
19430 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
19431 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
19432
19433 2004-04-22 Kim F. Storm <storm@cua.dk>
19434
19435 * net/telnet.el (telnet): Add optional port arg.
19436
19437 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
19438
19439 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19440 Minor sanity check on the `hyperlink' slot.
19441
19442 * Makefile.in (recompile): Compile new files.
19443
19444 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
19445 Add byte-recompile-directory's optional `arg'.
19446
19447 * cvs-status.el (cvs-tree-use-charset): New var.
19448 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
19449 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
19450 (cvs-status-cvstrees): Use it.
19451
19452 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
19453 Make it a normal major mode.
19454 (checkdoc-buffer-label): Make sure the file name is meaningful.
19455 (checkdoc-output-to-error-buffer): Remove.
19456 (checkdoc-error, checkdoc-start-section): Rewrite.
19457
19458 * info.el (info-node, info-menu-5, info-xref, info-header-node)
19459 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19460 (Info-title-4-face): Use new syntax.
19461 (info-xref-visited): Inherit from info-xref.
19462
19463 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
19464
19465 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19466
19467 * simple.el (next-error-last-buffer, next-error-function):
19468 New variables for the next-error framework.
19469 (next-error-buffer-p): New function.
19470 (next-error-find-buffer): Generalize compilation-find-buffer.
19471 (next-error, previous-error, first-error, next-error-no-select)
19472 (previous-error-no-select): Move from compile.el.
19473
19474 * replace.el (occur-next-error, occur-1): Hook into the next-error
19475 framework.
19476
19477 * progmodes/compile.el (compilation-start):
19478 Set next-error-last-buffer so next-error knows where to jump.
19479 (compilation-setup): Set the buffer-local variable
19480 next-error-function to 'compilation-next-error-function.
19481 (compilation-buffer-p, compilation-buffer-internal-p): Use an
19482 alternate way to find if a buffer is a compilation buffer, for
19483 next-error convenience.
19484 (next-error-no-select, previous-error-no-select, next-error)
19485 (previous-error, first-error): Move to simple.el.
19486 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
19487 (compilation-last-buffer): Remove.
19488 (compilation-start, compilation-next-error, compilation-setup)
19489 (compilation-next-error-function, compilation-find-buffer):
19490 Remove compilation-last-buffer use.
19491
19492 2004-04-21 Juanma Barranquero <lektu@terra.es>
19493
19494 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19495 (font-lock-warning-face): Fix spacing.
19496
19497 * makefile.w32-in (WINS): Add url/ directory.
19498
19499 2004-04-21 Lars Hansen <larsh@math.ku.dk>
19500
19501 * desktop.el (desktop-buffer-mode-handlers): New variable.
19502 Alist of major mode specific functions to restore a desktop buffer.
19503 (desktop-buffer-handlers): Make variable obsolete.
19504 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19505 Catch errors signaled in handlers. Update buffer count.
19506 Evaluate desktop-buffer-point.
19507 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19508 move to dired.el.
19509 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19510 move to info.el.
19511 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19512 move to mail/rmail.el.
19513 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19514 to mh-e/mh-e.el.
19515 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
19516 On fail, print message (to message buffer) even if
19517 desktop-missing-file-warning is nil.
19518 (desktop-buffer-misc-data-function): New buffer local variable.
19519 Function returning major mode specific data.
19520 (desktop-buffer-misc-functions): Make variable obsolete.
19521 (desktop-save): Use desktop-buffer-misc-data-function.
19522 (desktop-buffer-dired-misc-data): Rename to
19523 dired-desktop-buffer-misc-data and move to dired.el.
19524 (desktop-buffer-info-misc-data): Rename to
19525 Info-desktop-buffer-misc-data and move to info.el.
19526 (desktop-read): Add message about number of buffers restored/failed.
19527
19528 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
19529 Add parameters. Pause to display error only when
19530 desktop-missing-file-warning is non-nil.
19531 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19532 (dired-mode): Bind desktop-buffer-misc-data-function.
19533
19534 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
19535 Add Parameters.
19536 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19537 (Info-mode): Bind desktop-buffer-misc-data-function.
19538
19539 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
19540 Add Parameters.
19541
19542 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
19543 Add Parameters.
19544
19545 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
19546
19547 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
19548 the case of letters in case-insensitive expansions when the
19549 abbrev is preceded by characters with letter syntax.
19550
19551 2004-04-21 Richard M. Stallman <rms@gnu.org>
19552
19553 * progmodes/cperl-mode.el (cperl-putback-char):
19554 Delete Emacs 18 definition.
19555
19556 * international/mule.el (ctext-post-read-conversion):
19557 Use assoc-string, not assoc-ignore-case.
19558
19559 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
19560
19561 * emacs-lisp/easymenu.el (easy-menu-add):
19562 Do call x-popup-menu, but only if it's defined.
19563
19564 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
19565
19566 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
19567 Handle multiple args: compile like progn.
19568
19569 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
19570 take all args as &rest arg.
19571
19572 * autoinsert.el (auto-insert-alist): Insert the user's name in
19573 copyright notice, rather than Free Software Foundation.
19574
19575 2004-04-21 Kenichi Handa <handa@m17n.org>
19576
19577 * descr-text.el (describe-char): Make it work on *Help* buffer.
19578
19579 2004-04-21 Kim F. Storm <storm@cua.dk>
19580
19581 * image.el (insert-image): Add optional SLICE arg.
19582 (insert-sliced-image): New defun.
19583
19584 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
19585
19586 * subr.el (read-number): Check whether `default' is nil.
19587
19588 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19589
19590 * progmodes/compile.el (compilation-error-properties): Split into
19591 two.
19592 (compilation-internal-error-properties): New one.
19593 (compilation-compat-error-properties): Use it. Fix the non-marker
19594 case.
19595
19596 2004-04-20 Richard M. Stallman <rms@gnu.org>
19597
19598 * window.el (split-window-save-restore-data):
19599 Don't update the data if OLD-INFO is nil.
19600
19601 * view.el (view-return-to-alist): Mark it permanent local.
19602
19603 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
19604
19605 * recentf.el (recentf-save-list): Catch and warn about errors.
19606
19607 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
19608 so "Buffers" won't be pure.
19609
19610 * help-mode.el (help-mode-finish): Set help-return-alist first
19611 thing, setting only the entry for the selected window.
19612
19613 * help-fns.el (describe-function-1): If many non-control non-meta
19614 keys run the command, don't list all of them.
19615
19616 2004-04-20 Juanma Barranquero <lektu@terra.es>
19617
19618 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
19619 arg. Copied from Andre Spiegel's patch of 2004-03-21.
19620
19621 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
19622
19623 2004-04-20 Kenichi Handa <handa@m17n.org>
19624
19625 * international/quail.el (quail-lookup-key): New optional arg
19626 NOT-RESET-INDICES.
19627 (quail-get-translations): Call quail-lookup-key with
19628 NOT-RESET-INDICES t.
19629 (quail-completion): Likewise.
19630 (quail-lookup-map-and-concat): Likewise.
19631
19632 2004-04-20 Kenichi Handa <handa@m17n.org>
19633
19634 * international/quail.el (quail-update-translation): Don't insert
19635 such an unsupported multibyte char in a unibyte buffer.
19636
19637 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
19638
19639 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
19640 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
19641 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
19642 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
19643 (gdb-frame-assembler-buffer): Improve behavior with
19644 multiple frames.
19645 (gdb-display-buffer): Extend search to all visible frames.
19646
19647 2004-04-19 Eli Zaretskii <eliz@gnu.org>
19648
19649 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
19650 characters left after base64 decoding.
19651 (rmail-decode-region): Use -dos variety of `coding', to remove any
19652 ^M characters left after qp or base64 decoding.
19653
19654 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19655
19656 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
19657 messages.
19658
19659 2004-04-19 Stephen Eglen <stephen@gnu.org>
19660
19661 * add-log.el (add-change-log-entry): Update doc string to mention
19662 add-log-full-name and add-log-mailing-address.
19663
19664 2004-04-18 Juri Linkov <juri@jurta.org>
19665
19666 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
19667 (Info-find-node-2): Simplify error message.
19668 (Info-insert-dir): Use Info-following-node-name.
19669 (Info-goto-node): Remove *info-history* and *info-toc*.
19670 (Info-history): Create a node of the virtual history file.
19671 (Info-toc): Create a node of the virtual toc file.
19672 (Info-insert-toc): New arg `curr-file' for reference file names.
19673 (info-apropos): Remove redundant var binding for temp-file.
19674 (Info-index, Info-index-next, Info-mode): Doc fix.
19675 (Info-goto-emacs-command-node): Don't jump to *info* from
19676 non-*info* Info buffers.
19677 (Info-fontify-node): Don't show the file name of external
19678 references if `Info-hide-note-references' is `hide'. Don't hide
19679 newlines at the end of paragraphs.
19680
19681 * international/mule-diag.el (list-input-methods):
19682 Fix args to help-xref-button.
19683
19684 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19685 to put into effect local variables from TUTORIAL files.
19686
19687 * textmodes/paragraphs.el (sentence-end) <function>: New fun
19688 with default value taken from the variable `sentence-end'.
19689 (sentence-end) <defcustom>: Set default to nil. Doc fix.
19690 Add nil const to :type.
19691 (sentence-end-without-period, sentence-end-double-space)
19692 (sentence-end-without-space): Doc fix.
19693
19694 * textmodes/paragraphs.el (forward-sentence):
19695 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19696 (fill-delete-newlines):
19697 * progmodes/cc-cmds.el (c-beginning-of-statement):
19698 Use function `sentence-end' instead of variable `sentence-end'.
19699
19700 2004-04-18 Andreas Schwab <schwab@suse.de>
19701
19702 * progmodes/compile.el (compilation-start): Set window start to
19703 point-min if compilation-scroll-output is nil.
19704
19705 2004-04-18 John Wiegley <johnw@newartisans.com>
19706
19707 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
19708
19709 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
19710
19711 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
19712 (gdb-info-breakpoints-custom): Revert previous change.
19713 (gdb-view-assembler): Update assembler if necessary.
19714 (gdb-frame-handler): Parse correctly for gdb-current-frame.
19715 (gdb-display-source-buffer): Update properly when both source and
19716 assembler are visible.
19717
19718 2004-04-17 John Wiegley <johnw@newartisans.com>
19719
19720 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
19721 which limits the number of names shown in the minibuffer. Off by
19722 default.
19723 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
19724 up iswitchb for users with a multitude of open buffers by showing
19725 only the first and last N/2 buffers in the completion list (which
19726 is enough to aid C-s/C-r, and to know that more characters are
19727 needed to refine the completion list).
19728
19729 2004-04-17 Richard M. Stallman <rms@gnu.org>
19730
19731 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
19732 (file-truename): Expand all ~ constructs directly.
19733 (insert-directory): Delete any error msg output by the
19734 `insert-directory-program'.
19735
19736 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19737 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19738 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19739 (allout-init): Use find-file-hook, not find-file-hooks.
19740 (allout-mode): Eliminate Emacs 18 support.
19741 Use write-contents-functions, not local-write-file-hooks.
19742
19743 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
19744
19745 * progmodes/compile.el (compilation-error-properties): Fix for
19746 adding messages when there are already markers for their file.
19747 (compilation-fake-loc): New function.
19748
19749 2004-04-16 Dave Love <fx@gnu.org>
19750
19751 * progmodes/python.el (python-compilation-line-number): Fix
19752 braindamage.
19753 (python-load-file): Fix python-orig-start setting.
19754
19755 * progmodes/compile.el: Doc fixes.
19756 (compilation-error-regexp-alist-alist)
19757 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19758 (compilation-assq): Wrap in eval-when-compile.
19759 (compilation-mode-font-lock-keywords): Don't use list*.
19760 (compilation-start): Avoid warning.
19761 (compilation-compat-error-properties)
19762 (compilation-directory-properties): Add keymap property.
19763 (compilation-parsing-end): Make it a marker for better compatibility.
19764
19765 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19766
19767 2004-04-16 Mark A. Hershberger <mah@everybody.org>
19768
19769 * xml.el: Doc fixes.
19770 (xml-get-children): Only looks at sub-tags and ignore strings.
19771
19772 * xml.el (xml-parse-tag): Avoid overwriting node-name.
19773
19774 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19775
19776 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19777
19778 2004-04-16 Andre Spiegel <spiegel@gnu.org>
19779
19780 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19781
19782 * vc.el (vc-print-log): Likewise.
19783
19784 2004-04-16 Masatake YAMATO <jet@gyve.org>
19785
19786 * simple.el (completion-setup-function): Set an initial value to
19787 `element-common-end' before entering loop. Set a value to
19788 `element-common-end' at the end of loop. The bug is reported by
19789 Juri Linkov <juri@jurta.org> in emacs-devel list.
19790 (completions-common-part): Rename from completion-de-emphasis.
19791 (completions-first-difference): Rename from completion-emphasis.
19792 Suggested by RMS.
19793
19794 2004-04-16 Juanma Barranquero <lektu@terra.es>
19795
19796 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19797 (bookmark-edit-annotation-mode): Add mode name.
19798
19799 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19800
19801 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19802 for nested conflict markers.
19803 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19804
19805 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
19806
19807 * progmodes/gdb-ui.el (gdb-goto-info): New function.
19808
19809 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19810
19811 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19812
19813 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19814 Give a backtrace if requested.
19815
19816 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19817
19818 * progmodes/python.el (python-mouse-2-command, python-RET-command):
19819 Remove unused functions.
19820 (python-orig-start-line, python-orig-file): Remove.
19821 (python-orig-start): New var.
19822 (python-input-filter, python-compilation-line-number)
19823 (python-send-region, python-load-file): Use it.
19824
19825 * info.el (info): Always jump to *info*.
19826
19827 * subr.el (posn-set-point): New function.
19828
19829 * mouse.el (mouse-set-point): Use it.
19830
19831 * progmodes/compile.el (compile-goto-error): Use it.
19832 (compilation-button-map): New keymap.
19833 (compilation-error-properties): Use it.
19834 (compilation-shell-minor-mode-map): Don't bind mouse-2.
19835
19836 * smerge-mode.el (smerge-popup-context-menu): Use it.
19837
19838 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19839 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19840 mouse and non-mouse case.
19841
19842 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19843 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19844
19845 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19846 Make it work for non-mouse events.
19847
19848 * pcvs-info.el (cvs-status-map): Update binding name.
19849
19850 2004-04-14 Mark A. Hershberger <mah@everybody.org>
19851
19852 * xml.el (xml-maybe-do-ns): New function to handle namespace
19853 parsing of both attribute and element names.
19854 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19855 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19856 (xml-parse-tag): Update assumed namespaces. Clean up namespace
19857 parsing.
19858 (xml-parse-attlist): Make it do its own namespace parsing.
19859
19860 2004-04-14 Dave Love <fx@gnu.org>
19861
19862 * progmodes/python.el (run-python): Fix use of \n.
19863 (python-load-file): Remove `try' from Python fragment.
19864 (python-describe-symbol): Fix message.
19865
19866 * comint.el: Doc fixes.
19867 (comint-last-input-start, comint-last-input-end)
19868 (comint-last-output-start): Give them values.
19869 (comint-arguments): Avoid warning.
19870 (comint-skip-prompt): Use line-end-position.
19871 (comint-backward-matching-input): Rename arg to agree with doc.
19872 (comint-extract-string): Use syntax-ppss.
19873 (comint-dynamic-simple-complete): Delete useless list construction.
19874 (comint-redirect-subvert-readonly): New.
19875 (comint-redirect-preoutput-filter): Use it.
19876
19877 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19878 Correctly handle negative arguments when calling hook functions.
19879
19880 2004-04-14 Jesper Harder <harder@ifa.au.dk>
19881
19882 * info.el (info-apropos): Don't clobber Info-history-list.
19883
19884 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
19885
19886 * progmodes/compile.el (compilation-setup):
19887 Localize overlay-arrow-position.
19888 (compilation-sentinel): Restructure code equivalently.
19889 (compilation-next-error): Find message on same line after point if
19890 not found before point.
19891 (compile-mouse-goto-error): Restore function so that compilation
19892 buffer need not be current and use compile-goto-error.
19893 (compile-goto-error): Restore function.
19894 (next-error): Set overlay-arrow-position.
19895 (compilation-forget-errors): Don't localize already local
19896 compilation-locs and remove FIXME about refontifying.
19897
19898 2004-04-14 Kim F. Storm <storm@cua.dk>
19899
19900 * startup.el (emacs-quick-startup): New defvar (set by -Q).
19901 (command-line): New option -Q. Like -q --no-site-file, but in
19902 addition it also disables menu-bar, tool-bar, scroll-bars,
19903 tool-tips, and the blinking cursor.
19904 (command-line-1): Skip startup screen if -Q.
19905 (fancy-splash-head): Use ":align-to center" prop to center splash
19906 image.
19907
19908 * emulation/cua-base.el (cua-read-only-cursor-color)
19909 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19910
19911 2004-04-13 Dave Love <fx@gnu.org>
19912
19913 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
19914 (syntax): Don't require.
19915 (python) <defgroup>: Add :version.
19916 (python-quote-syntax): Re-written.
19917 (inferior-python-mode): Move stuff here from run-python and add
19918 some more.
19919 (python-preoutput-continuation, python-preoutput-result)
19920 (python-dotty-syntax-table): New.
19921 (python-describe-symbol): Use them.
19922 (run-python): Move stuff to inferior-python-mode. Modify code
19923 loaded into Python.
19924 (python-send-region): Use python-proc, python-send-string.
19925 (python-send-string): Send newlines too. Callers changed.
19926 (python-load-file): Re-written.
19927 (python-eldoc-function): New.
19928 (info-look): Don't require.
19929 (python-after-info-look): New. A modified version of former
19930 top-level code for use with eval-after-load.
19931 (python-maybe-jython, python-guess-indent): Use widened buffer.
19932 (python-fill-paragraph): Re-written.
19933 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
19934 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
19935
19936 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
19937
19938 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19939 Set compilation-error-regexp-alist earlier.
19940
19941 * progmodes/compile.el (compilation-minor-mode-map)
19942 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19943 (compile-goto-error): Re-merge the mouse and non-mouse commands.
19944
19945 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19946
19947 * progmodes/compile.el (compile-goto-error): Select the buffer/window
19948 corresponding to the event.
19949
19950 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
19951
19952 * loadup.el: Add cygwin to system-type list, for unexec() support.
19953
19954 2004-04-12 John Paul Wallington <jpw@gnu.org>
19955
19956 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19957 (ibuffer-restore-window-config-on-quit): New variable to replace
19958 `ibuffer-delete-window-on-quit'. Update all references.
19959 (ibuffer-prev-window-config): New variable.
19960 (ibuffer-quit): Restore previous window configuration instead of
19961 deleting window.
19962 (ibuffer): Save window configuration before showing Ibuffer buffer.
19963
19964 * help.el (describe-mode): Doc fix.
19965
19966 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19967
19968 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19969 not to treat nil as a function.
19970
19971 * vc-arch.el (vc-arch-root): Be a bit more careful.
19972 (vc-arch-register): Save the buffer if we modified it.
19973 (vc-arch-delete-rej-if-obsolete): Save excursion.
19974 (vc-arch-find-file-hook): Use the simpler after-save-hook.
19975 (vc-arch-responsible-p, vc-arch-init-version): New functions.
19976
19977 * net/ldap.el (ldap-search): Use list*.
19978
19979 2004-04-12 Juri Linkov <juri@jurta.org>
19980
19981 * info.el (Info-follow-reference): Allow multiline reference name.
19982
19983 2004-04-11 Dave Love <fx@gnu.org>
19984
19985 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19986
19987 * progmodes/python.el: New file.
19988
19989 2004-04-11 Andre Spiegel <spiegel@gnu.org>
19990
19991 * vc-hooks.el (vc-arg-list): Function removed.
19992 (vc-default-workfile-unchanged-p): Use condition-case to check for
19993 backward compatibility.
19994
19995 * vc.el (vc-print-log): Use condition-case to check for backward
19996 compatibility.
19997
19998 2004-04-11 Juri Linkov <juri@jurta.org>
19999
20000 * dired.el (dired-faces): New defgroup.
20001 (dired-header, dired-mark, dired-marked, dired-flagged)
20002 (dired-warning, dired-directory, dired-symlink, dired-ignored):
20003 New faces.
20004 (dired-header-face, dired-mark-face, dired-marked-face)
20005 (dired-flagged-face, dired-warning-face, dired-directory-face)
20006 (dired-symlink-face, dired-ignored-face): New face variables.
20007 (dired-font-lock-keywords): Use them instead of font-lock faces.
20008 Split the rule for dired marks into 3 separate rules: for marks,
20009 marked file names and flagged file names.
20010
20011 * help-mode.el (help-make-xrefs): Add a final newline to the
20012 *Help* buffer.
20013
20014 2004-04-11 John Paul Wallington <jpw@gnu.org>
20015
20016 * replace.el (occur-engine): Distinguish between one and several
20017 matches in the matches per buffer heading.
20018
20019 2004-04-11 Kim F. Storm <storm@cua.dk>
20020
20021 * ido.el (ido-confirm-unique-completion): New defcustom.
20022 (ido-complete): Use it.
20023 (ido-write-file): Set it to t unconditionally.
20024
20025 2004-04-10 Miles Bader <miles@gnu.org>
20026
20027 RCS keyword removal (only non-comment changes are enumerated here):
20028
20029 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
20030 (byte-compile-insert-header): Don't use `byte-compile-version'.
20031 * forms.el (forms-version): Variable removed.
20032 (forms-mode): Don't use `forms-version'.
20033 * recentf.el (recentf-version): Variable removed.
20034 * progmodes/delphi.el (delphi-version): Variable removed.
20035 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
20036
20037 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20038
20039 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
20040
20041 2004-04-09 Jesper Harder <harder@ifa.au.dk>
20042
20043 * info.el (info-apropos): Improve menu item regexp.
20044
20045 2004-04-09 Simon Josefsson <jas@extundo.com>
20046
20047 * mail/smtpmail.el: Add comment, based on report by
20048 kdc@rcn.com (Kevin D. Clark).
20049
20050 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
20051
20052 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20053 Redo one more thing that I didn't notice Daniel had undone.
20054
20055 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
20056
20057 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
20058 (gdb-goto-breakpoint, gdb-display-buffer)
20059 (gdb-display-source-buffer, gdb-view-source-function)
20060 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
20061 (gdb-source-info, gdb-frame-handler): Don't specify a window
20062 for display.
20063 (gdb-info-breakpoints-custom): Remove superfluous update of
20064 assembler buffer.
20065 (gdb-many-windows): Make settable outside gdb.
20066
20067 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
20068
20069 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
20070 Derive from fundamental-mode rather than text-mode.
20071
20072 2004-04-08 Juri Linkov <juri@jurta.org>
20073
20074 * info.el (Info-history): Doc fix.
20075 (Info-history-list): New var.
20076 (info-xref): Change magenta4 to blue, remove bold for dark and
20077 light backgrounds, change bold to underline for non-color classes.
20078 (info-xref-visited): New face.
20079 (Info-fontify-visited-nodes): New custom.
20080 (Info-hide-note-references): Add new value `hide'. Doc fix.
20081 (Info-reference-name): New var.
20082 (Info-selection-hook): New custom.
20083 (Info-edit-mode-hook): New var.
20084 (Info-find-file): New fun.
20085 (Info-find-node): Move part of code to Info-find-file.
20086 (Info-find-node-2): Add anchors to Info-history-list. Move point
20087 to the place with the reference name if name is defined.
20088 (Info-select-node): Add current node to Info-history-list.
20089 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
20090 (Info-search-whitespace-regexp): New custom.
20091 (Info-search-case-fold): New var.
20092 (Info-search): Add "case-sensitively" to the prompt.
20093 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
20094 (Info-search-case-sensitively, Info-search-next): New fun.
20095 (Info-up): Move point to the menu item of the current node.
20096 (Info-history): New fun. Add *info-history* to
20097 same-window-buffer-names.
20098 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
20099 (Info-insert-toc): New fun.
20100 (Info-build-toc): New fun.
20101 (Info-follow-reference): Add new arg `fork'. Doc fix.
20102 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
20103 with the same name prefer the reference closest to point.
20104 (Info-next-reference): Replace * by + in the *Note regexp.
20105 Add regexp for http:// and ftp://. Skip the *Note prefix.
20106 (Info-prev-reference): Replace * by + in the *Note regexp.
20107 Add regexp for http:// and ftp://. Skip the *Note prefix.
20108 (Info-follow-nearest-node): Add new arg `fork'.
20109 (Info-try-follow-nearest-node): Add new arg `fork'.
20110 Call browse-url for http:// and ftp:// references.
20111 Set Info-reference-name for index entries.
20112 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
20113 Info-search-next, Info-history, Info-toc, clone-buffer.
20114 (Info-menu-update): Replace * by + in the *Note regexp.
20115 (Info-mode): Add documentation for Info-history, Info-toc,
20116 Info-search-case-sensitively, Info-search-next, clone-buffer.
20117 (Info-fontify-menu-headers): Remove fun. Move code to
20118 Info-fontify-node.
20119 (Info-fontify-node): Add docstring. Add local vars
20120 fontify-visited-p and not-fontified-p. If not-fontified-p is t
20121 then fontify header line, titles, menu headers, http and ftp
20122 references, refill paragraphs. If not-fontified-p is t or
20123 fontify-visited-p is t then fontify cross references, menu items.
20124 Fontify menu headers. Fontify http and ftp references.
20125 Change regexp for cross references to require whitespace after *Note,
20126 add matching groups for file and node names. Remove hack for quote.
20127 Use display property for Info-hide-note-references=t. Use fifth
20128 or fourth match for help-echo. Display visited nodes in a
20129 different face. Unhide file names of external references.
20130 Unhide newlines. Display visited menu items in a different face.
20131
20132 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
20133
20134 * progmodes/compile.el: Require CL.
20135 (compilation-mode-font-lock-keywords): Re-install the "line as
20136 function" patch.
20137
20138 * help-fns.el (help-C-source-directory): New var.
20139 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
20140 (describe-function-1, describe-variable): Use them.
20141
20142 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
20143 to C source files specially.
20144
20145 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
20146
20147 * info.el (Info-hide-cookies-node): New function.
20148 (Info-select-node): Use it.
20149 (Info-display-images-node): Remove message with image file name.
20150
20151 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
20152
20153 * progmodes/compile.el (compilation-warning-face)
20154 (compilation-info-face, compilation-skip-threshold)
20155 (compilation-skip-visited, compilation-context-lines):
20156 Declare :version when added to Emacs.
20157 (compilation-error-regexp-alist-alist): Extend caml and irix.
20158 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
20159 (compilation-mode-font-lock-keywords): Temporarily undo line as
20160 function patch, which wasn't ready.
20161
20162 2004-04-07 Kenichi Handa <handa@m17n.org>
20163
20164 * international/latin1-disp.el (latin1-display-setup): Check each
20165 character is displayable or not instead of calling
20166 latin1-display-check-font.
20167
20168 2004-04-06 Kenichi Handa <handa@m17n.org>
20169
20170 * language/ethio-util.el (ethio-sera-being-called-by-w3):
20171 New variable.
20172 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
20173 instead of sera-being-called-by-w3.
20174 (ethio-fidel-to-sera-buffer): Likewise.
20175 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
20176 instead of sera-being-called-by-w3.
20177 (ethio-write-file): Likewise.
20178
20179 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20180
20181 * printing.el: Doc fix.
20182
20183 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
20184
20185 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
20186 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
20187 (gdb-setup-windows): Only use separate IO buffer if required.
20188
20189 2004-04-06 Kim F. Storm <storm@cua.dk>
20190
20191 * term.el (term-is-xemacs): Remove.
20192 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
20193 (term-window-width): New function.
20194 (term-mode, term-check-size): Use it.
20195 (term-mode): Disable overflow-newline-into-fringe in term buffer.
20196
20197 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
20198
20199 * cus-edit.el (custom-add-parent-links): Change unbound variable
20200 `symbol' to `name'.
20201
20202 2004-04-05 Jesper Harder <harder@ifa.au.dk>
20203 * info.el (info-apropos): New function.
20204 (Info-mode-menu): Add it.
20205 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
20206
20207 * help-mode.el (help-make-xrefs): Recognize aliased variable with
20208 inherited docstring.
20209
20210 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
20211
20212 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20213
20214 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
20215
20216 * progmodes/compile.el (font-lock): Don't require any more.
20217 (compilation-error-properties, compilation-start, compilation-sentinel)
20218 (compilation-filter, next-error): Use with-current-buffer.
20219 (compilation-skip-to-next-location, compilation-skip-threshold)
20220 (compilation-skip-visited): Move to silence the byte-compiler.
20221 (compilation-setup): Simplify.
20222 (compilation-next-error): Use line-(beginning|end)-position.
20223 Make sure `pt' is non-nil before using compilation-loop.
20224 (compile-goto-error): Add optional event arg. Use it.
20225 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
20226 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
20227 Update the binding for mouse-2.
20228 (first-error): Set compilation-current-error to nil rather than bob.
20229 (compilation-parsing-end, compilation-parse-errors-function)
20230 (compilation-error-list, compilation-old-error-list):
20231 "New" compatibility variables.
20232 (compile-buffer-substring, compilation-compat-error-properties)
20233 (compilation-compat-parse-errors, compilation-forget-errors):
20234 New compatibility functions.
20235 (compilation-mode-font-lock-keywords): Use them.
20236
20237 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
20238
20239 * autorevert.el (auto-revert-handler): If point (or a window
20240 point) is at the end of the buffer, keep it there after
20241 reverting. This allows to tail a file.
20242 Mention this in the `Commentary'.
20243
20244 * format.el (format-write-file): Add optional argument CONFIRM
20245 and make it behave like the analogous argument to `write-file'.
20246
20247 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20248
20249 * progmodes/ebnf2ps.el: Doc fix.
20250 (ebnf-version): New version number (4.2).
20251 (ebnf-syntax): Customization and docstring fix.
20252 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
20253 Put autoloaded funs before first use.
20254 (ebnf-style-database): Add dtd entry.
20255 (ebnf-syntax-alist): Add dtd initialization.
20256 (ebnf-token-sequence): New fun.
20257 (ebnf-comment-table): Add new comment action character.
20258 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
20259
20260 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
20261 Type Definition for XML).
20262
20263 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
20264 * progmodes/ebnf-bnf.el (ebnf-sequence):
20265 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
20266 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
20267 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
20268 Code simplification: call ebnf-token-sequence.
20269
20270 2004-04-04 Eli Zaretskii <eliz@gnu.org>
20271
20272 * calendar/timeclock.el (timeclock-relative)
20273 (timeclock-get-project-function, timeclock-get-workday-function)
20274 (timeclock-query-out, timeclock-when-to-leave)
20275 (timeclock-when-to-leave-string, timeclock-log-data)
20276 (timeclock-generate-report, timeclock-in): Doc fixes.
20277
20278 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20279
20280 * url/: New dir. Import the URL package from its repository.
20281
20282 2004-04-03 Andreas Schwab <schwab@suse.de>
20283
20284 * diff-mode.el (diff-mode): Fix missing quote.
20285
20286 2004-04-03 Juri Linkov <juri@jurta.org>
20287
20288 * descr-text.el (describe-property-list): Add `font-lock-face'.
20289
20290 * dired.el (dired-font-lock-keywords): Fix permission regexps.
20291
20292 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20293
20294 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
20295 Use utf-16le on little endian machines and utf-16be otherwise.
20296
20297 2004-04-02 David Kastrup <dak@gnu.org>
20298
20299 * net/browse-url.el (browse-url-generic): Use call-process
20300 instead of start-process to allow browsers that fork and detach.
20301
20302 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
20303
20304 * compile.el (compilation-current-error): New var.
20305 (compilation-setup, compile-mouse-goto-error)
20306 (compile-goto-error, next-error): Use it.
20307 (compilation-skip-to-next-location): Default to t, which gives
20308 contiguous skipping like old compile (where this was redundant).
20309 (compilation-next-error): Prevent previous-* commands from moving
20310 back to message at or just before point.
20311
20312 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
20313
20314 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
20315 (gdb-source-info): Don't display source at startup, if required.
20316 (gdb-show-main): New option.
20317 (gdba): Update documentation.
20318 (gdb-source): Cover case of auto-display output.
20319
20320 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
20321
20322 * autorevert.el: Delete obsolete autoloads and defvars.
20323 (auto-revert-check-vc-info): New user option.
20324 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20325 (auto-revert-handler-vc): Delete.
20326 (auto-revert-handler): Treat return value `fast' of
20327 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
20328
20329 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
20330 return `fast'.
20331
20332 * files.el (buffer-stale-function): Doc change.
20333
20334 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20335
20336 * printing.el: New tip on Tips section.
20337 (pr-version): New version number (6.7.4).
20338 (pr-shell-file-name): Initialization fix.
20339
20340 2004-03-31 Juri Linkov <juri@jurta.org>
20341
20342 * dired.el: Add autoload for `dired-do-touch'.
20343 (dired-touch-program): New var.
20344 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
20345 (dired-no-confirm): Add `touch' to docstring.
20346
20347 * dired-aux.el (dired-do-touch): New fun.
20348 (dired-do-chxxx): Add argument -t for touch operation.
20349
20350 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
20351 `dired-move-to-filename-regexp'.
20352
20353 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
20354
20355 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
20356
20357 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20358
20359 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
20360 and only if the buffer was modified.
20361
20362 2004-03-30 Kenichi Handa <handa@m17n.org>
20363
20364 * international/characters.el: Delete pairs for U+2308..U+230B.
20365
20366 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
20367
20368 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
20369 to detect the beginning of a level 2 or 3 annotation.
20370
20371 2004-03-29 Kenichi Handa <handa@m17n.org>
20372
20373 * international/ucs-tables.el (ucs-insert): Fix the error message.
20374
20375 2004-03-29 Kenichi Handa <handa@m17n.org>
20376
20377 * international/mule-util.el (char-displayable-p): Fix generation
20378 of XLFD file name.
20379
20380 * Makefile.in (setwins, setwins_almost): Change directory to $wd
20381 before finding directories by `find'.
20382
20383 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20384
20385 * subr.el (interactive-form): Delete. Now implemented in C.
20386
20387 * pcvs.el (cvs-parse-process): Workaround for Darwin.
20388
20389 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
20390 (vc-diff-label): New fun.
20391 (vc-diff-internal): Use it.
20392
20393 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
20394
20395 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20396
20397 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
20398
20399 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
20400 specify XML (EBNFX).
20401
20402 * progmodes/ebnf2ps.el: Doc fix.
20403 (ebnf-version): New version number (4.1).
20404 (ebnf-syntax): Adjust customization.
20405 (ebnf-style-database): Add ebnfx entry.
20406 (ebnf-syntax-alist): Add ebnfx initialization.
20407 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
20408
20409 * printing.el: Doc fix.
20410 (pr-version): New version number (6.7.3).
20411 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
20412 returns nil for mouse position. Reported by Drew Adams
20413 <drew.adams@oracle.com>.
20414 (pr-update-menus): Modify interactive declaration. Reported by Drew
20415 Adams <drew.adams@oracle.com>.
20416
20417 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
20418
20419 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
20420 (gud-gdba-marker-filter): Log the process input and output, if
20421 required. From Stefan Monnier.
20422 (gdb-debug-log, gdb-enable-debug-log): New variables.
20423 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
20424
20425 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20426
20427 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
20428 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
20429
20430 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
20431
20432 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
20433 Call vc-find-file-hook here instead of in auto-revert-buffers.
20434 (auto-revert-buffers): Delete call to vc-find-file-hook.
20435 (auto-revert-verbose, global-auto-revert-non-file-buffers)
20436 (global-auto-revert-mode, auto-revert-set-timer)
20437 (auto-revert-handler, auto-revert-buffers): Doc fixes.
20438
20439 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20440
20441 * woman.el (woman-change-fonts): Rename local variable
20442 woman-font-alist to font-alist to avoid a compiler warning.
20443
20444 2004-03-27 Dave Love <fx@gnu.org>
20445
20446 * emacs-lisp/rx.el (rx): Doc fix.
20447 Fix copyright years.
20448
20449 * strokes.el (strokes-global-set-stroke-string): New function.
20450 (strokes-list-strokes): Cope with strings, not just commands.
20451 Set foreground color of image.
20452 (strokes-global-set-stroke): Doc fix.
20453
20454 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
20455
20456 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
20457 Auto Revert mode.
20458 (Buffer-menu-files-only): New variable.
20459 (Buffer-menu-toggle-files-only): New function.
20460 (Buffer-menu-mode-map): Bind it to `T'.
20461 (Buffer-menu-mode): Mention `T' in docstring.
20462 Set buffer-stale-function.
20463 (list-buffers-noselect): Mark buffer non-modified and set
20464 Buffer-menu-files-only.
20465
20466 * dired.el (buffer-stale-function): Remove no longer needed defvar.
20467
20468 * autorevert.el (auto-revert-handler): Print revert message
20469 before, rather than after, reverting.
20470 (buffer-stale-function): Move to files.el.
20471
20472 * files.el (buffer-stale-function): Move here from autorevert.el.
20473
20474 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20475
20476 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
20477
20478 * calc/calc.el (calc-mode-map): Use mapc.
20479
20480 * apropos.el (apropos-mode): Don't autoload.
20481 (apropos-symbols-internal): New fun. Extracted from `apropos'.
20482 (apropos): Use it.
20483 (apropos-print): Add optional `text' argument.
20484 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
20485 Don't assume point-min == 1.
20486
20487 * bs.el (bs-buffer-list): Use buffer-local-value.
20488 (bs--set-toggle-to-show): Use with-current-buffer.
20489
20490 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
20491 New funs.
20492 (list-buffers-noselect): Use them. Adjust :align-to to new style.
20493
20494 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20495
20496 * dabbrev.el (dabbrev-expand): Fix regexp construction.
20497 (dabbrev--find-expansion): Use pop.
20498 (dabbrev--search): Use match-string-no-properties.
20499
20500 * dired.el (dired-mode): Use run-mode-hooks.
20501 (dired-move-to-end-of-filename): Use match-string.
20502
20503 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20504 is bound before using it.
20505 (ediff-verbose-p): Make it into a var since it's not constant.
20506
20507 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20508
20509 * faces.el (read-face-font): Don't cons up unnecessarily.
20510 (header-line, tool-bar): Share common parts.
20511
20512 * files.el (file-relative-name): Use compare-strings.
20513
20514 * finder.el (finder-mode): Follow coding convention.
20515
20516 * subr.el (read-number): New function.
20517
20518 * ses.el (ses-read-number): Move to subr.el.
20519 (ses-set-header-row): Use read-number.
20520
20521 2004-03-26 Andre Spiegel <spiegel@gnu.org>
20522
20523 * vc-hooks.el (vc-arg-list): New function, which handles both
20524 compiled and uncompiled code.
20525 (vc-default-workfile-unchanged-p): Use it.
20526
20527 * vc.el (vc-print-log): Undo prev change, use new function
20528 vc-arg-list from vc-hooks.el.
20529
20530 2004-03-26 Masatake YAMATO <jet@gyve.org>
20531
20532 * simple.el (completion-setup-function): Emphasize the
20533 first uncommon characters in the completions; and de-emphasize
20534 the common prefix substrings.
20535 (completion-emphasis): New face.
20536 (completion-de-emphasis): New face.
20537
20538 2004-03-25 Juanma Barranquero <lektu@terra.es>
20539
20540 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
20541 Comment out (it's unused and unfinished code).
20542
20543 2004-03-25 Sam Steingold <sds@gnu.org>
20544
20545 * vc.el (vc-print-log): Fix a bug in the last patch:
20546 backend-function may be a byte-compiled object, not a lambda.
20547
20548 2004-03-25 Juri Linkov <juri@jurta.org>
20549
20550 * descr-text.el (describe-property-list): Add a button
20551 for `face' property that calls `describe-face'.
20552 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
20553
20554 * international/mule.el (keyboard-coding-system):
20555 * kmacro.el (kmacro-call-macro): Fix docstring.
20556
20557 * dired.el: Fix comments.
20558
20559 * textmodes/fill.el (fill): Fix Info link.
20560
20561 * font-lock.el (fast-lock, lazy-lock):
20562 * jit-lock.el (jit-lock): Remove links to removed Support Modes
20563 Info node.
20564
20565 * eshell/eshell.el (eshell): Fix broken info-link.
20566
20567 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
20568 * eshell/em-banner.el (eshell-banner):
20569 * eshell/em-smart.el (eshell-smart):
20570 * eshell/esh-cmd.el (eshell-cmd):
20571 Comment out broken info-links to incomplete Info manual.
20572
20573 * info-xref.el: Fix commentary.
20574
20575 2004-03-25 Kevin Ryde <user42@zip.com.au>
20576
20577 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
20578 Remove spurious node duplicate suppression, doesn't work, not wanted.
20579 (info-xref-output): Take format style args, add "sit-for 0" to let
20580 user see the results as they progress.
20581 (info-xref-check-all-custom): New function.
20582
20583 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
20584
20585 * gdb-ui.el: Moved to progmodes.
20586
20587 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20588
20589 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
20590
20591 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20592
20593 * calendar/appt.el (appt-check): Remove superfluous progn.
20594 When finished with diary buffer: if it was not being displayed
20595 before, kill it; otherwise restore its original state.
20596 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
20597
20598 * calendar/calendar.el (calendar-set-mode-line): Use total
20599 available mode-line width, rather than frame-width.
20600
20601 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
20602 after mode change so effect not lost.
20603
20604 2004-03-23 Dave Love <fx@gnu.org>
20605
20606 * dired.el (dired) <defgroup>: Add link to manual.
20607 (dired-font-lock-keywords): Add highlighting on unusual permissions.
20608 (dired-revert): Use dolist.
20609 (dired-mode-map): Add U binding.
20610 (dired-mode): Add font-lock-beginning-of-syntax-function.
20611 (dired-garbage-files-regexp): Make it a defcustom.
20612
20613 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20614
20615 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
20616 is equivalent to nil.
20617 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
20618 (vc-arch-mode-line-string): Accept `added' state.
20619 (vc-arch-state): Use inode-sigs if available.
20620 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
20621 Copy&delete existing id file if any. Fallback if uuidgen is absent.
20622 (vc-arch-tagline-re): New var.
20623 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
20624 New functions.
20625 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
20626 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
20627
20628 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
20629 (vc-file-not-found-hook): Use it.
20630
20631 * diff-mode.el (diff-default-read-only): Change default.
20632 (diff-mode-hook): Make it a defcustom. Add some options.
20633 (diff-mode-map): Bind diff-refine-hook.
20634 (diff-yank-handler): New var.
20635 (diff-yank-function): New fun.
20636 (diff-font-lock-keywords): Use them.
20637 (diff-end-of-file): Handle case where file-header looks like diff text.
20638 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
20639 (diff-file-kill): Delete a subsequent empty line, if applicable.
20640 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
20641 (diff-find-file-name): Use it.
20642 (diff-tell-file-name): New command.
20643 (diff-mode): Be careful with view-mode.
20644 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
20645 New functions, for use in diff-mode-hook.
20646 (diff-find-source-location): Catch "regex too large" errors.
20647 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
20648 (diff-refine-hunk): New command.
20649
20650 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
20651 (smerge-context-menu-map): Remove unused var.
20652 (smerge-keep-all): Preserve markers.
20653 (smerge-keep-n): New fun.
20654 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20655 (smerge-keep-current, smerge-ediff): Use it.
20656 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
20657 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
20658 (smerge-resolve): Resolve trivial 3-part conflicts.
20659
20660 2004-03-23 Juri Linkov <juri@jurta.org>
20661
20662 * man.el (Man-width): New var.
20663 (Man-getpage-in-background): Use it.
20664 (Man-support-local-filenames): New var and fun.
20665 (Man-build-man-command): Don't add a second %s.
20666 (Man-fontify-manpage): Clean up message.
20667 (Man-mode): Set outline-regexp, outline-level,
20668 imenu-generic-expression.
20669
20670 * woman.el (woman-fill-frame): Doc fix.
20671 (woman-decode-region): Use window-width instead of frame-width.
20672
20673 * abbrevlist.el (list-one-abbrev-table):
20674 * descr-text.el (describe-char):
20675 * international/mule-diag.el (describe-current-coding-system):
20676 * international/quail.el (quail-insert-decode-map):
20677 Use window-width instead of frame-width.
20678
20679 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20680 (jka-compr-mode-alist-additions): Add tbz.
20681 (jka-compr-write-region, jka-compr-insert-file-contents):
20682 Add message for undefined compress-program.
20683 (jka-compr-write-region): Remove redundant var bindings.
20684
20685 * dired-x.el (dired-guess-shell-alist-default): Add choices for
20686 extracting files into subdirectory. Add tbz and dz. Fix regexps.
20687 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20688 (dired-man): Use dired-guess-shell-command.
20689 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20690 Change default nil to t.
20691
20692 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20693 (dired-compare-directories): Add default value for empty input.
20694
20695 * help-at-pt.el: Move suggestions for key bindings to Commentary.
20696
20697 * time.el (display-time-string-forms): Fix help-echo date format.
20698
20699 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
20700
20701 * autorevert.el (global-auto-revert-non-file-buffers): Expand
20702 docstring.
20703 (buffer-stale-function): New variable.
20704 (auto-revert-list-diff, auto-revert-dired-file-list)
20705 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
20706 (auto-revert-handler): Take over some functionality of deleted
20707 functions.
20708 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
20709
20710 * dired.el (dired-directory-changed-p): New fun, extracted from
20711 dired-internal-noselect.
20712 (dired-buffer-stale-p): New fun.
20713 (dired-internal-noselect): Use dired-directory-changed-p.
20714 Eliminate revert messages.
20715 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
20716
20717 2004-03-23 Kenichi Handa <handa@m17n.org>
20718
20719 * international/characters.el: Setup syntaxes for more parentheses
20720 Unicode characters.
20721
20722 * international/mule-cmds.el (select-safe-coding-system):
20723 Merge coding-system and auto-cs before comparing them.
20724
20725 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20726
20727 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
20728
20729 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20730 normal-auto-fill-function and comment-indent-function.
20731 The default values now work just as well.
20732 Don't set font-lock-beginning-of-syntax-function since we already set
20733 syntax-begin-function.
20734 (lisp-outline-level): Put ;;;###autoload at same level as (.
20735 (prin1-char): Quote special chars.
20736
20737 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
20738 than with-no-warnings.
20739
20740 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20741 if the source location can't be found.
20742 (edebug-compute-previous-result): Use prin1-char.
20743
20744 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
20745 (debug-ignored-errors): Add an entry.
20746
20747 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20748 (byte-compile-file): Output warning when deleting a file.
20749
20750 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20751 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20752
20753 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20754 (byte-compile-inline-expand): Use backquote.
20755 (byte-optimize-pure-func): Rename from byte-optimize-concat.
20756 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20757
20758 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20759
20760 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20761
20762 2004-03-22 Juri Linkov <juri@jurta.org>
20763
20764 * finder.el (finder-known-keywords): Fix data, tex, unix.
20765
20766 * play/landmark.el: Fix keywords.
20767
20768 * language/ethio-util.el (ethio-find-file): Doc fix.
20769
20770 * emacs-lisp/warnings.el: Doc fix.
20771
20772 * textmodes/ispell.el (ispell-help): Doc fix.
20773
20774 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
20775
20776 * format.el (format-insert-file): Always return a list of two
20777 elements, like insert-file-contents does.
20778
20779 2004-03-21 Andre Spiegel <spiegel@gnu.org>
20780
20781 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
20782 and vc-BACKEND-diff.
20783 (vc-print-log): If the print-log implementation supports it, use
20784 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20785 (vc-version-diff, vc-diff-internal): Doc fixes.
20786
20787 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
20788 implementation supports it, let diff output go to *vc*,
20789 not *vc-diff*, since this is an internal call.
20790
20791 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
20792
20793 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20794
20795 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
20796
20797 2004-03-21 Dave Love <fx@gnu.org>
20798
20799 * progmodes/cfengine.el (cfengine-mode):
20800 Set parse-sexp-ignore-comments.
20801
20802 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20803
20804 2004-03-21 Juanma Barranquero <lektu@terra.es>
20805
20806 * allout.el (allout-mode): Fix docstring.
20807
20808 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
20809
20810 * files.el (insert-directory): Fix bug if SWITCHES is a list.
20811
20812 * autorevert.el (auto-revert-interval): Make new value take
20813 effect immediately when set through Custom.
20814 (auto-revert-set-timer): Add interactive declaration.
20815
20816 2004-03-19 David Ponce <david@dponce.com>
20817
20818 * ruler-mode.el (ruler-mode-header-line-format-old):
20819 Don't `make-variable-buffer-local'.
20820 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20821 (ruler-mode-header-line-format): Simply funcall the above.
20822 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20823 to save/restore a previous header line format.
20824 (ruler-mode-space): Don't depend on a numeric WIDTH value.
20825 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20826 fringes and margins width.
20827 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
20828
20829 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20830
20831 * log-edit.el (log-edit-font-lock-keywords): Typo.
20832
20833 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20834 (tex-send-tex-command): Rather than here.
20835 (tex-compilation-parse-errors): Simplify.
20836
20837 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20838
20839 * time.el (display-time-string-forms): Add help-echo with date on time.
20840
20841 * composite.el (compose-region): Use restore-buffer-modified-p.
20842
20843 * disp-table.el (standard-display-8bit): Simplify.
20844
20845 * server.el (server-process-filter): Delete temp frame.
20846
20847 * add-log.el (add-change-log-entry): Simplify.
20848
20849 2004-03-19 Kim F. Storm <storm@cua.dk>
20850
20851 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
20852 (hexl-follow-line): Don't require 'fringe.
20853
20854 * progmodes/compile.el (compilation-start): Always set
20855 compilation-last-buffer and return it.
20856
20857 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
20858
20859 * simple.el (clone-buffer): Doc fix.
20860
20861 2004-03-18 Juanma Barranquero <lektu@terra.es>
20862
20863 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20864
20865 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20866
20867 * log-edit.el (log-edit-font-lock-keywords): New var.
20868 (log-edit-mode): Use it.
20869
20870 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
20871
20872 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20873 properly for watching in speedbar.
20874
20875 2004-03-17 Masatake YAMATO <jet@gyve.org>
20876
20877 * smerge-mode.el (smerge-popup-context-menu):
20878 Put `unwind-protect' around `overlay-put' and `popup-menu'.
20879
20880 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20881
20882 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20883 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20884 Take sealed revisions into account.
20885 (vc-arch-checkin): Extract a summary line from the message.
20886
20887 2004-03-16 Masatake YAMATO <jet@gyve.org>
20888
20889 * register.el (register): Provide `register' feature.
20890
20891 2004-03-15 Masatake YAMATO <jet@gyve.org>
20892
20893 Added context menu support in smerge mode.
20894 Most of the part is written by Stefan Monnier.
20895
20896 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20897 New keymap and menu.
20898 (smerge-text-properties): New function.
20899 (smerge-remove-props): New function.
20900 (smerge-popup-context-menu): New function.
20901 (smerge-resolve): Call `smerge-remove-props'.
20902 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
20903 (smerge-keep-current): Ditto.
20904 (smerge-kill-current): New function.
20905 (smerge-match-conflict): Put text properties.
20906 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
20907
20908 2004-03-15 David Ponce <david@dponce.com>
20909
20910 * ruler-mode.el (ruler-mode-left-fringe-cols)
20911 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20912 (ruler-mode-right-scroll-bar-cols): Remove.
20913 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
20914 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20915 Use fringe-columns and scroll-bar-columns.
20916
20917 2004-03-15 Masatake YAMATO <jet@gyve.org>
20918
20919 * hl-line.el (hl-line-range-function): New variable.
20920 (hl-line-move): New function.
20921 (global-hl-line-highlight): Use `hl-line-move'.
20922 (hl-line-highlight): Ditto.
20923
20924 * scroll-bar.el (scroll-bar-columns):
20925 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
20926
20927 * ruler-mode.el (top-level): Require scroll-bar and fringe.
20928 (ruler-mode-left-fringe-cols)
20929 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20930 (ruler-mode-right-scroll-bar-cols)
20931 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20932 (ruler-mode-ruler-function): New variable.
20933 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
20934 if the value for `ruler-mode-ruler-function' is given.
20935
20936 * hexl.el (hexl-mode-hook): Make the hook customizable.
20937 (hexl-address-area, hexl-ascii-area): New customize variables.
20938 (hexlify-buffer): Put font-lock-faces on the address area and
20939 the ascii area.
20940 (hexl-activate-ruler): New function.
20941 (hexl-follow-line): New function.
20942 (hexl-highlight-line-range): New function.
20943 (hexl-mode-ruler): New function.
20944
20945 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20946
20947 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
20948 (vc-default-find-file-hook): New fun.
20949 (vc-find-file-hook): Call new find-file-hook operation.
20950
20951 * vc-arch.el: New file.
20952
20953 2004-03-12 Jesper Harder <harder@ifa.au.dk>
20954
20955 * info-look.el (info-lookup): Reuse an existing Info window.
20956
20957 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20958
20959 * woman.el (woman-preserve-ascii): Default value changed to t and
20960 doc string revised.
20961
20962 2004-03-12 Richard M. Stallman <rms@gnu.org>
20963
20964 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20965 Fix minor bug.
20966
20967 * replace.el (occur-engine): Change message for count of matches.
20968
20969 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20970 For strings, do compare text properties.
20971
20972 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
20973
20974 * progmodes/compile.el (compile-auto-highlight)
20975 (compilation-error-list, compilation-old-error-list)
20976 (compilation-parse-errors-function, compilation-parsing-end)
20977 (compilation-error-message, compilation-directory-stack)
20978 (compilation-enter-directory-regexp-alist)
20979 (compilation-leave-directory-regexp-alist)
20980 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20981 (compilation-current-file, compilation-regexps): Remove vars.
20982
20983 (compile-error-at-point, compilation-error-filedata)
20984 (compilation-error-filedata-file-name, compile-reinitialize-errors)
20985 (compilation-next-error-locus, compilation-forget-errors)
20986 (count-regexp-groupings, compilation-parse-errors)
20987 (compile-collect-regexps, compile-buffer-substring): Remove funs.
20988
20989 (compile-internal): Make obsolete.
20990
20991 (compilation-first-column, compilation-error)
20992 (compilation-directory-matcher, compilation-page-delimiter)
20993 (compilation-mode-font-lock-keywords, compilation-debug)
20994 (compilation-error-face, compilation-warning-face)
20995 (compilation-info-face, compilation-line-face)
20996 (compilation-column-face, compilation-enter-directory-face)
20997 (compilation-leave-directory-face, compilation-skip-threshold)
20998 (compilation-skip-visited, compilation-context-lines): New vars.
20999
21000 (compilation-warning-face, compilation-info-face)
21001 (compilation-message-face): New faces.
21002
21003 (compilation-error-regexp-alist-alist): New constant.
21004
21005 (compilation-face, compilation-directory-properties)
21006 (compilation-assq, compilation-error-properties, compilation-start)
21007 (define-compilation-mode, compilation-loop)
21008 (compilation-set-window): New functions.
21009
21010 (compile): Additional argument for interactive compiles like TeX.
21011
21012 * progmodes/grep.el (kill-grep): Move here from compile.el
21013 (grep-error, grep-hit-face, grep-error-face)
21014 (grep-mode-font-lock-keywords): New variables.
21015 (grep-regexp-alist): Simplify regexp and add `binary' case.
21016 (grep-mode): New mode.
21017 (grep-process-setup): Simplify.
21018
21019 2004-03-11 Jason Rumney <jasonr@gnu.org>
21020
21021 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
21022 letters on DOS/Windows.
21023
21024 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
21025
21026 * server.el (server-name): New var.
21027 (server-socket-dir): New var to replace server-socket-name.
21028 (server-start): Use them.
21029
21030 2004-03-11 Simon Josefsson <jas@extundo.com>
21031
21032 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
21033 died to avoid infloop. Reported by Jonathan Glauner
21034 <jglauner@sbum.org>.
21035
21036 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21037
21038 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
21039 (smerge-mode-menu): Use it to deactivate menu entries.
21040 (smerge-keep-current): New fun.
21041 (smerge-keep-current): Use it.
21042
21043 2004-03-10 John Paul Wallington <jpw@gnu.org>
21044
21045 * foldout.el (foldout-fold-list, foldout-modeline-string):
21046 Declare them as variables, not constants.
21047
21048 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21049
21050 * ps-print.el: Modification to print *Messages* buffer.
21051 (ps-print-version): New version 6.6.4.
21052 (ps-message-log-max): New fun.
21053 (ps-spool-without-faces, ps-spool-with-faces)
21054 (ps-count-lines-preprint): Code fix.
21055
21056 * printing.el: New tips in Tips section.
21057
21058 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21059
21060 * delim-col.el: Doc fix.
21061
21062 * printing.el: Doc fix. New doc section (Tips).
21063
21064 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
21065
21066 * type-break.el (type-break-emacs-variant): Remove.
21067 (type-break-run-at-time, type-break-cancel-function-timers):
21068 Use fboundp rather than version name and number.
21069
21070 2004-03-09 Masatake YAMATO <jet@gyve.org>
21071
21072 * hexl.el (hexl-mode): Use `make-local-variable' instead of
21073 `make-variable-buffer-local'.
21074
21075 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
21076
21077 * find-dired.el (find-dired): Call `shell-command' instead of
21078 `start-process-shell-command'. By this, Tramp takes over
21079 handling of remote directories.
21080
21081 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21082
21083 * newcomment.el (comment-use-global-state): New var.
21084 (comment-search-forward): Use it.
21085
21086 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
21087
21088 * cus-edit.el (fill) <defgroup>: Move to fill.el.
21089
21090 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
21091 (enable-kinsoku): Make it a defcustom.
21092 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
21093 paragraph to same-comment-start-marker.
21094
21095 2004-03-07 Dave Love <fx@gnu.org>
21096
21097 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
21098 (browse-url-mail): Use it.
21099
21100 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
21101 (rfc2368-unhexify-string): Use replace-regexp-in-string.
21102
21103 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
21104
21105 * woman.el (woman-man.conf-path): Doc fix.
21106 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
21107
21108 2004-03-07 Eli Zaretskii <eliz@gnu.org>
21109
21110 * sort.el (sort-columns): Remove ms-dos from the list of systems
21111 where the external `sort' command is not used.
21112
21113 2004-03-07 Kim F. Storm <storm@cua.dk>
21114
21115 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
21116 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
21117 from overlay-arrow-variable-list.
21118 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
21119
21120 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
21121
21122 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
21123 overlay arrow string properly for the assembler buffer.
21124
21125 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21126
21127 * mail/sendmail.el (mail-mode): Fix last change.
21128
21129 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
21130
21131 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
21132 for the assembler buffer.
21133 (gdb-assembler-custom): Position the overlay arrow.
21134 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
21135
21136 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
21137
21138 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
21139
21140 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
21141 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
21142
21143 * mail/sendmail.el (mail-mode): Set comment-start-skip.
21144
21145 * newcomment.el (uncomment-region): Allow non-terminated comment.
21146 (comment-normalize-vars): Check the user-specified comstart marker.
21147
21148 2004-03-04 Jesper Harder <harder@ifa.au.dk>
21149
21150 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
21151 Otherwise, do use it if the region only contains font-lock text
21152 properties.
21153
21154 2004-03-04 Masatake YAMATO <jet@gyve.org>
21155
21156 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
21157 as the callback function for eldoc.
21158 (hexl-print-current-point-info): New function.
21159 (hexl-current-address): Print the address in both decimal
21160 and hexadecimal format.
21161
21162 2004-03-04 Richard M. Stallman <rms@gnu.org>
21163
21164 * mail/rmail.el (rmail-convert-to-babyl-format):
21165 Specify t for UNIBYTE when calling mail-unquote-printable-region.
21166
21167 * mail/mail-utils.el (mail-unquote-printable-region):
21168 New arg UNIBYTE.
21169
21170 * startup.el (command-switch-alist): Doc fix.
21171
21172 * simple.el (undo): Temporarily set this-command to `undo-start',
21173 then set it to `undo' once undo-start returns without error.
21174
21175 * simple.el (minibuffer-history-sexp-flag): Doc fix.
21176
21177 * simple.el (kill-line): Don't disregard trailing whitespace
21178 in eol condition, if show-trailing-whitespace is set.
21179
21180 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
21181 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
21182 When disabling, restore old values only if mouse-sel-has-been-enabled.
21183
21184 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
21185 (isearch-{-char): New function.
21186 (isearch-mode-map): Bind { to isearch-{-char.
21187
21188 * font-lock.el (lisp-font-lock-keywords-2):
21189 Turn off the CL with-... and do-... general patterns.
21190 Instead, recognize several specific with... and do... constructs.
21191
21192 * files.el (switch-to-buffer-other-window):
21193 Bind same-window-buffer-names and same-window-regexps to nil.
21194 (switch-to-buffer-other-frame): Likewise.
21195
21196 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21197
21198 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
21199 recognizing leading comment on code line.
21200
21201 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
21202
21203 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
21204 hidden files/directories.
21205
21206 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
21207
21208 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
21209 only comment-start (in case the mode hasn't set it).
21210
21211 * Makefile.in (AUTOGENEL): New var.
21212 (bootstrap-prepare): Rename from bootstrap-clean.
21213 Don't remove elc files.
21214 (maintainer-clean): New target.
21215
21216 * xml.el (xml-get-attribute-or-nil): Simplify.
21217
21218 2004-03-02 Juri Linkov <juri@jurta.org>
21219
21220 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
21221 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
21222 URL to prevent their substitution with the environment variable
21223 values by browsers.
21224
21225 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21226
21227 * ps-print.el: Doc fix.
21228 (ps-print-version): New version number (6.6.3).
21229 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
21230 Docstring fix.
21231 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
21232 before printing.
21233 (ps-time-stamp-yyyy-mm-dd): New fun.
21234 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
21235
21236 2004-03-02 Kim F. Storm <storm@cua.dk>
21237
21238 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
21239
21240 2004-03-01 Juanma Barranquero <lektu@terra.es>
21241
21242 * allout.el (allout-rebullet-heading): Fix typo in docstring.
21243
21244 * desktop.el (desktop-file-version)
21245 (desktop-after-read-hook): Fix typos.
21246 (desktop-clear-preserve-buffers): Remove redundant info in
21247 docstring already shown by the obsolescence message.
21248 (desktop-truncate, desktop-internal-v2s)
21249 (desktop-value-to-string): Change argument name to match docstring.
21250
21251 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
21252
21253 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
21254 docstring.
21255
21256 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21257
21258 * printing.el: Replace "As Is..." in PostScript file print/preview by
21259 "No Preprocessing...". Suggested by Colin Marquardt
21260 <_marquardt_@zmd.de>.
21261 (pr-insert-section-4): Adjust buffer interface.
21262
21263 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
21264
21265 Version 2.0.39 of Tramp released.
21266
21267 * net/tramp.el (tramp-handle-file-local-copy)
21268 (tramp-handle-write-region, tramp-open-connection-rsh):
21269 Variable name typo. Small change. From Patrick Tullmann
21270 <tullmann@flux.utah.edu>.
21271 (tramp-process-connection-type): New variable.
21272 (tramp-maybe-open-connection): Use it.
21273 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
21274 (tramp-touch): Set last-modified time of a remote file.
21275 (tramp-handle-write-region): Say which function is used when encoding.
21276
21277 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
21278
21279 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
21280 case of non-existing filename, too. Reported by Christoph Bauer
21281 <c_bauer@informatik.uni-kl.de>.
21282 (tramp-smb-get-file-entries): The directory in question should
21283 have permissions "drwxrwxrwx". Just virtual, because we don't
21284 know the real permissions. Don't we know?
21285 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
21286 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
21287 (tramp-smb-wait-for-output): Optimize algorithm getting pending
21288 output. If it was received chunkwise, there have been problems.
21289 Remove the "prompt not found" error message; it is obvious.
21290 Simplify algorithm.
21291 (tramp-smb-process-running): Remove. Since we acknowledge the
21292 virtual prompt for shares, there's no need for distinction of
21293 reading shares (process ends afterwards) and interactive mode of
21294 smblient.
21295 (tramp-smb-open-connection): Setting process sentinel removed.
21296 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
21297 "NT_STATUS_NETWORK_ACCESS_DENIED".
21298 (tramp-smb-maybe-open-connection): Set `process-connection-type'
21299 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
21300 (top-level): Setting default value in `tramp-default-method-alist'
21301 corrected. Order of USER and HOST have been wrong.
21302 Nobody complained for months ...
21303 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
21304 (tramp-smb-open-connection): Clear password cache if login has failed.
21305
21306 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
21307 `tramp-unified-filenames'.
21308 (tramp-completion-mode): Make test for XEmacs explicitly.
21309 `event-to-character' can exists in Emacs packages too.
21310 Reported by Matt Swift <swift@alum.mit.edu>.
21311 (tramp-buffer-name): Buffer name must contain the user if exists.
21312 Reported by Adrian Phillips <a.phillips@met.no>.
21313 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
21314 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
21315 (tramp-do-copy-or-rename-file-out-of-band): Rename from
21316 `tramp-do-copy-or-rename-file-one-local', because it handles also
21317 the case both files use the same out-of-band method.
21318 Implementation added.
21319 (tramp-handle-file-local-copy, tramp-handle-write-region):
21320 Out-of-band handling removed. `copy-file' called instead, which
21321 calls `tramp-do-copy-or-rename-file-out-of-band'.
21322 (tramp-action-password): Check for out-of-band method removed.
21323 This function is used for 'login-program.
21324 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
21325 appropriate.
21326 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
21327 and `tramp-parse-sknownhosts'.
21328 (tramp-completion-function-alist): It's a defvar now, because we
21329 want to apply the optimized `tramp-set-completion-function'
21330 instead of a static list.
21331 (tramp-set-completion-function): Implementation tuned.
21332 Avoid double entries, and entries where the function or the
21333 file/directory doesn't exist.
21334 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
21335 for SSH2.
21336 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
21337 (tramp-handle-dired-compress-file): New function.
21338 (tramp-async-proc): New variable.
21339 (tramp-handle-shell-command): Adding asynchronous processes.
21340 They are far from being perfect, but it works at least for
21341 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
21342 (top-level): Require password.el if visible. Should be mandatory
21343 once No Gnus has found its way into (X)Emacs.
21344 (tramp-read-passwd): Invoke `password-read' if available,
21345 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
21346 fallback any longer.
21347 (tramp-clear-passwd): New function.
21348 (tramp-process-actions, tramp-process-multi-actions):
21349 Clear password cache if login has failed.
21350
21351 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
21352 its own module.
21353 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
21354 `ange-ftp-ftp-name-res'. There could be incorrect values from
21355 previous calls in case the "ftp" method is used in the Tramp file
21356 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21357
21358 2004-02-28 Richard M. Stallman <rms@gnu.org>
21359
21360 * term.el (term-mouse-paste): Call mouse-set-point.
21361
21362 * thumbs.el: New file.
21363
21364 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21365
21366 * progmodes/ebnf-abn.el: Doc fix.
21367
21368 * progmodes/ebnf-bnf.el: Doc fix.
21369 (ebnf-repeat): Code fix.
21370
21371 * progmodes/ebnf2ps.el: Doc fix.
21372 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
21373
21374 2004-02-28 Juri Linkov <juri@jurta.org>
21375
21376 * ffap.el (dired-at-point): Additional writability test for
21377 relative directory names.
21378 (dired-at-point-prompter): Treat directories as a directory, get
21379 the directory component from files.
21380 (ffap-string-at-point): Return string from region if region is active.
21381 (ffap-file-at-point): Remove redundant code.
21382
21383 2004-02-28 Kim F. Storm <storm@cua.dk>
21384
21385 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
21386 Initialize margin area images to nil.
21387 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
21388 (breakpoint-enabled-bitmap-face)
21389 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
21390 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
21391 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
21392 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
21393 (gdb-reset): Use gdb-remove-breakpoint-icons.
21394 (gdb-put-string): Add dprop arg to specify alternative display
21395 property (for setting fringe bitmap).
21396 (gdb-remove-strings): Doc fix.
21397 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
21398 icon in fringe (if available), or else as icon or text in display
21399 margin. Creates necessary icons in breakpoint-bitmap,
21400 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
21401 Also make left window margin if required.
21402 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
21403 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
21404 no longer needed.
21405 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
21406 gdb-put-breakpoint-icon.
21407 (gdb-assembler-mode): Don't set left-margin-width here.
21408
21409 2004-02-27 Kevin Ryde <user42@zip.com.au>
21410
21411 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
21412 comma, so that it DTRT in macros.
21413
21414 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
21415
21416 * progmodes/sh-script.el (sh-shell-arg)
21417 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
21418 (sh-leading-keywords, sh-other-keywords): Fix custom type.
21419
21420 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
21421
21422 * faces.el (face-spec-set-match-display): Add a new attribute,
21423 `min-colors'.
21424 (region, highlight, secondary-selection): Use `min-colors'.
21425
21426 * custom.el (defface): Add documentation for `min-colors'.
21427
21428 * font-lock.el (font-lock-comment-face, font-lock-string-face)
21429 (font-lock-keyword-face, font-lock-function-name-face)
21430 (font-lock-variable-name-face, font-lock-constant-face):
21431 Use `min-colors'.
21432
21433 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
21434
21435 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21436
21437 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
21438 define assq-delete-all if it's not defined.
21439 (ebnf-generate-region): Code fix.
21440
21441 * printing.el: Doc fix.
21442 (pr-version): New version number (6.7.2).
21443 (pr-command): Return empty string if command is an empty string.
21444
21445 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21446
21447 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
21448
21449 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
21450 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
21451 semi-down-full. Fix a bug on productions like test = {"test"}* | (
21452 "tt" ["test"] ). Reported by Markus Dreyer
21453 <mdreyer@ix.urz.uni-heidelberg.de>.
21454 (ebnf-version): New version number (4.0).
21455 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
21456 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
21457 (ebnf-delete-style): New commands.
21458 (ebnf-directory, ebnf-file): New funs.
21459 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
21460 (ebnf-production-name-p, ebnf-stop-on-error): New options.
21461 (ebnf-syntax-alist): New var.
21462 (ebnf-element-width): New fun replacing ebnf-list-width.
21463 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
21464 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
21465 (ebnf-prologue): Adjust vars.
21466 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
21467 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
21468 (ebnf-check-style-values, ebnf-generate-production)
21469 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
21470 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
21471 (ebnf-token-repeat): Code fix.
21472
21473 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
21474 %right, %left and %prec. Suggested by Matthew K. Junker
21475 <junker@alum.mit.edu>.
21476 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
21477
21478 * progmodes/ebnf-iso.el: Doc fix.
21479 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
21480 (ebnf-iso-lex): Code fix.
21481
21482 * progmodes/ebnf-bnf.el: Doc fix.
21483 (ebnf-bnf-lex): Code fix.
21484
21485 * progmodes/ebnf-otz.el: Doc fix.
21486
21487 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
21488
21489 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
21490 (abbrev-prefix-mark): Doc fix.
21491
21492 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
21493
21494 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21495 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21496 (gdb-var-delete): Make interactive (really).
21497 (gdb-edit-value): Make non-interactive.
21498
21499 * progmodes/gud.el (gud-speedbar-menu-items):
21500 Add gdb-var-delete and, indirectly, gdb-edit-value.
21501 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
21502 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21503 (gud-gdb-marker-filter): Add comment for annotations.
21504
21505 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21506
21507 * calendar/calendar.el (generate-calendar)
21508 (calendar-read-date): Prevent display of BC calendars once more -
21509 reverts 2003-10-01 change.
21510 (generate-calendar-month): Doc fix.
21511
21512 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
21513
21514 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
21515 return value of increment-calendar-month.
21516
21517 2004-02-21 Stephen Compall <s11@member.fsf.org>
21518
21519 * saveplace.el (save-place-forget-unreadable-files)
21520 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
21521 (save-place-forget-unreadable-files): New function.
21522 (save-place-alist-to-file): Use it to filter out files that are
21523 no longer readable.
21524
21525 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
21526 current Texinfo environment, using the same method as in
21527 `texinfo-insert-@end', and insert a space rather than a newline if
21528 point in a @table environment.
21529
21530 2004-02-21 Juri Linkov <juri@jurta.org>
21531
21532 * ffap.el (ffap-file-at-point): Try parent directories.
21533
21534 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
21535
21536 * vcursor.el (vcursor-modifiers): New defcustom.
21537 (vcursor-cs-binding): Use vcursor-modifiers instead of a
21538 hard-coded list.
21539
21540 2004-02-21 Masatake YAMATO <jet@gyve.org>
21541
21542 * play/animate.el (animate-birthday-present): Accept names other
21543 than `Sarah', too.
21544
21545 2004-02-21 Juri Linkov <juri@jurta.org>
21546
21547 * startup.el: Remove table of command line arguments from the
21548 Commentary section.
21549
21550 2004-02-20 John Wiegley <johnw@newartisans.com>
21551
21552 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
21553 again" modifier from 'e' to 'E', since 'e' is also used by the
21554 "file extension" modifier.
21555
21556 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
21557
21558 * help-fns.el (describe-categories): Doc fix.
21559
21560 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21561
21562 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
21563 temporary file for buffer already visiting one. This change makes
21564 output likely to be directly usable by patch program.
21565 Suggested by Adrian Aichner <adrian@xemacs.org>
21566
21567 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
21568
21569 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
21570 case of variables defined in compound statements.
21571 (gdb-setup-windows, gdb-source-info, gdb-source-info):
21572 Simplify constructions using switch-to-buffer.
21573
21574 2004-02-19 Simon Josefsson <jas@extundo.com>
21575
21576 * play/morse.el: Fix typo.
21577 (morse-code): Add @.
21578
21579 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21580
21581 * calendar/appt.el (appt-display-format): Change default to
21582 'ignore, for backwards compatibility.
21583 (appt-display-message): If appt-display-format is 'ignore,
21584 respect old vars appt-msg-window and appt-visible.
21585 (appt-activate): Don't depend on return value of cancel-timer.
21586
21587 * calendar/calendar.el (calendar-holidays): Doc fix.
21588
21589 * calendar/cal-coptic.el (coptic-prompt-for-date):
21590 Use assoc-string instead of assoc-ignore-case.
21591 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
21592 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
21593 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
21594 * calendar/cal-islam.el (calendar-goto-islamic-date)
21595 (mark-islamic-diary-entries): Ditto.
21596 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
21597 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
21598 (calendar-read-mayan-tzolkin-date): Ditto.
21599 * calendar/calendar.el (calendar-read-date): Ditto.
21600 * calendar/diary-lib.el (mark-diary-entries): Ditto.
21601
21602 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
21603
21604 * progmodes/executable.el (executable-command-find-posix-p):
21605 Fix choice of the directory.
21606
21607 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
21608
21609 * simple.el (interprogram-cut-function)
21610 (interprogram-paste-function, kill-new, kill-append):
21611 Doc fixes.
21612 (kill-region): Make it return nil. Doc fix.
21613 (yank-pop): Make its argument optional.
21614 (yank): Make ARG `-' equivalent to `-1'.
21615
21616 2004-02-17 Eli Zaretskii <eliz@gnu.org>
21617
21618 * mail/rmail.el (rmail-get-new-mail): Don't reference
21619 rmail-use-spam-filter if rmail-spam-filter is not loaded.
21620
21621 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
21622
21623 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
21624 if one of global-auto-revert-non-file-buffers or autorevert-mode
21625 is non-nil.
21626
21627 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21628
21629 * subr.el (delete-dups): A better implementation from Karl Heuer
21630 <kwzh@gnu.org>.
21631
21632 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
21633
21634 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
21635 correct place.
21636 * progmodes/icon.el (icon-indent-command): Ditto.
21637 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
21638
21639 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21640
21641 * progmodes/grep.el (grep-compute-defaults): Undo change from
21642 2004-01-29: don't use executable-command-find-posix-p.
21643
21644 2004-02-16 Richard Sharman <rsharman@pobox.com>
21645
21646 * hilit-chg.el: Use require instead of eval-and-compile.
21647 (highlight-compare-buffers): New function.
21648
21649 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
21650
21651 * man.el (Man-fontify-manpage): Render section headings in
21652 `Man-overstrike-face' even when overstrike was not used by man
21653 formatter for section headings.
21654
21655 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
21656
21657 * rmail-spam-filter.el (vm-use-spam-filter)
21658 (rsf-min-region-length-added-to-spam-list): New variables.
21659 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
21660 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
21661 spam testing. Don't delete spam message if automatic deletion
21662 after output via variable rmail-delete-after-output is turned on.
21663 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
21664 rsf-bbdb-dont-create-entries-for-spam.
21665 (check-field): New function, extracted from code in
21666 rmail-spam-filter to ease addition of header fields like content-type.
21667 (message-content-type): New variable to check the content-type:
21668 field added, also in defcustom of rsf-definitions-alist.
21669 (rmail-spam-filter): Replace repeated test code for header fields
21670 by calls to check-field; change the call to
21671 rmail-output-to-rmail-file such that rmail-current-message stays
21672 the same to avoid wrong deletion of unseen flags.
21673 (rsf-add-contents-type): New function to convert old format
21674 of rmail-spam-definitions-alist into new one.
21675 Change prefixes of all variables and functions from
21676 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21677
21678 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21679
21680 * loadhist.el (unload-hook-features-list): New defvar.
21681
21682 2004-02-16 Dave Love <fx@gnu.org>
21683
21684 * loadhist.el (unload-feature): Doc fix. Rename flist to
21685 unload-hook-features-list.
21686
21687 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
21688
21689 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21690 cookie. Don't check if we are looking-at open-formula.
21691
21692 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
21693
21694 * subr.el (match-string-no-properties): Use substring-no-properties.
21695
21696 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21697
21698 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
21699 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21700 Use lower-case "rx" in all error message.
21701
21702 2004-02-16 Dave Love <fx@gnu.org>
21703
21704 * emacs-lisp/rx.el (rx-or): Put group around result.
21705 (rx-constituents): Add backref.
21706 (rx-syntax): Add string-delimiter, comment-delimiter.
21707 (rx-categories): Add combining-diacritic.
21708 (rx-check-not, rx-greedy, rx): Doc fix.
21709 (rx-backref, rx-check-backref): New.
21710
21711 2004-02-16 Jesper Harder <harder@ifa.au.dk>
21712
21713 * newcomment.el (uncomment-region): Allow eob as comment end.
21714
21715 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21716
21717 * filecache.el: All message and error commands now use prefix
21718 "Filecache:" to make it easy to read *Messages* buffer.
21719
21720 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21721
21722 * autorevert.el: Add support to detect changed dired and VC buffers.
21723 (auto-revert-active-p, auto-revert-list-diff)
21724 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
21725 (auto-revert-handler, auto-revert-active-p): New functions.
21726 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
21727 and `auto-revert-active-p'.
21728 (eval-when-compile): Defvar dired-directory and vc-mode.
21729 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21730 (auto-revert-handler-vc): New functions.
21731
21732 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21733
21734 * progmodes/compile.el (compilation-directory): New defvar.
21735 (compile): Save current directory in compilation-directory.
21736 (recompile): Bind default-directory to compilation-directory if
21737 that is non-nil.
21738
21739 2004-02-16 Dave Love <fx@gnu.org>
21740
21741 * newcomment.el (comment-insert-comment-function)
21742 (comment-region-function, uncomment-region-function): New.
21743 (comment-indent): Use comment-insert-comment-function.
21744 (uncomment-region): Use uncomment-region-function.
21745 (comment-region): Use comment-region-function.
21746
21747 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21748
21749 2004-02-16 Richard Stallman <rms@gnu.org>
21750
21751 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21752 loaddefs* and ldefs-boot*.
21753
21754 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21755
21756 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21757 and email address at the beginning and end of the address.
21758
21759 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21760 anchored at the beginning of the email address.
21761
21762 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
21763
21764 * international/ccl.el (ccl-compile-write): Pass `left' to
21765 ccl-embed-code to generate correct code of write-expr-register.
21766
21767 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
21768
21769 * progmodes/grep.el (grep-compute-defaults): Fix typos.
21770
21771 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21772
21773 * x-dnd.el: Mention support for Motif in commentary.
21774 (x-dnd-handle-drag-n-drop-event): Ditto.
21775
21776 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
21777
21778 * ses.el: Use "ses--" prefixes for buffer-local variables.
21779 Use (point-min) instead of 1, even when we know the buffer
21780 is unnarrowed.
21781 (ses-build-load-map): Delete. Distribute its content to defconsts for
21782 the three maps.
21783 (ses-menu, ses-header-line-menu): New menus.
21784 (ses-mode-map): Use them.
21785 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
21786
21787 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
21788
21789 * Makefile.in: Fix the CC Mode recompile kludge so it works
21790 when building in a different directory.
21791
21792 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
21793
21794 * simple.el (kill-new): Put yank-handler property on the entire string.
21795
21796 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21797
21798 * diff.el: Don't use compile any more, use diff-mode instead.
21799 (diff-regexp-alist, diff-old-file, diff-new-file)
21800 (diff-parse-differences, diff-process-setup): Remove.
21801 (diff-sentinel): New fun.
21802 (diff): Use it. Run the process ourselves.
21803 Use diff-mode for the rest of the processing.
21804
21805 * diff.el (diff): Simplify code handling `switch'.
21806
21807 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21808
21809 * pcvs-defs.el (cvs-menu): Add `tag'.
21810
21811 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
21812
21813 * simple.el (kill-append): Doc fix.
21814
21815 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21816 Adapt outline-regexp to the new conventions for commenting out code.
21817
21818 2004-02-11 John Paul Wallington <jpw@gnu.org>
21819
21820 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21821
21822 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
21823
21824 * diff.el (diff-switches): New fun.
21825 (diff, diff-backup): Use it.
21826 (diff): Clean up the args construction. Use backquote.
21827 Use listp instead of consp to avoid putting a nil arg.
21828 (diff): Add a revert-buffer function.
21829
21830 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21831
21832 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
21833 handled by x-dnd-handle-file-name.
21834 (x-dnd-known-types): Add COMPOUND_TEXT.
21835 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21836 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21837 x-dnd-empty-state.
21838 (x-dnd-forget-drop): Ditto.
21839 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21840 (x-dnd-handle-one-url): Return private when inserting text.
21841 (x-dnd-insert-ctext): New function.
21842 (x-dnd-handle-file-name): New function for FILE_NAME.
21843 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21844 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21845 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21846
21847 2004-02-10 Kenichi Handa <handa@m17n.org>
21848
21849 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21850 instead of while loop.
21851
21852 2004-02-10 Miles Bader <miles@gnu.org>
21853
21854 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21855
21856 2004-02-09 Kenichi Handa <handa@m17n.org>
21857
21858 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21859 have end-of-line.
21860
21861 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
21862
21863 * Makefile.in: Added extra dependencies in the recompile target
21864 needed to cope with the compile time macro expansions in CC Mode.
21865
21866 2004-02-09 Kim F. Storm <storm@cua.dk>
21867
21868 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21869 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21870 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21871 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21872 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21873 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21874 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21875 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21876 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21877 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21878 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
21879
21880 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
21881
21882 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21883 Don't allow shrink if there's a window on our right.
21884
21885 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21886 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21887 Bring together declaration and initialization.
21888 (prolog-mode-variables): Don't set the syntax table.
21889 Don't set paragraph-start and comment-indent-function.
21890 Add /*..*/ to the comment regexps.
21891 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
21892 (prolog-mode-map): Don't bind TAB.
21893 (prolog-mode): Set the syntax table.
21894 (prolog-comment-indent): Remove.
21895 (inferior-prolog-mode-map): Initialize in the declaration.
21896 (inferior-prolog-mode-syntax-table)
21897 (inferior-prolog-mode-abbrev-table): New vars.
21898 (inferior-prolog-mode): Derive from comint-mode.
21899 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21900 minibuffer windows.
21901
21902 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
21903 in file names, as long as it is unambiguous.
21904
21905 2004-02-08 Andreas Schwab <schwab@suse.de>
21906
21907 * textmodes/reftex-toc.el
21908 (reftex-toc-load-all-files-for-promotion): Remove useless use of
21909 format. Doc fix.
21910
21911 * textmodes/refer.el (refer-find-entry-internal): Remove extra
21912 format string arguments.
21913
21914 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21915 string argument.
21916
21917 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
21918
21919 * play/zone.el (zone-call): Fix format string.
21920
21921 * net/webjump.el (webjump-builtin): Add missing format string argument.
21922
21923 * midnight.el (midnight-delay-set): Remove extra format string
21924 argument.
21925
21926 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21927
21928 * hexl.el (hexl-insert-char): Add missing format string argument.
21929
21930 * format.el (format-decode): Fix format string.
21931
21932 * emulation/vi.el (vi-mode): Remove extra format string argument.
21933 (vi-repeat-last-search): Likewise.
21934 (vi-reverse-last-search): Likewise.
21935 (vi-goto-mark): Likewise.
21936 (vi-reverse-last-find-char): Likewise.
21937 (vi-repeat-last-find-char): Likewise.
21938 (vi-locate-def): Likewise.
21939
21940 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
21941
21942 * ediff-util.el (ediff-toggle-read-only): Remove extra format
21943 string argument.
21944 (ediff-toggle-regexp-match): Likewise.
21945
21946 * dired-aux.el (dired-do-query-replace-regexp): Add missing
21947 format string argument.
21948
21949 * calc/calc-map.el (calc-get-operator): Remove extra format
21950 string argument.
21951
21952 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21953
21954 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21955 string argument.
21956
21957 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21958
21959 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
21960
21961 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
21962
21963 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
21964 (cl-struct-setf-expander): Likewise.
21965
21966 * vc.el (with-vc-file): Fix unsafe uses of error.
21967 (vc-cancel-version): Likewise.
21968
21969 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
21970
21971 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21972 thousands separator; fixes <class>:<line-number> regexp for
21973 non-english locales.
21974
21975 2004-02-08 Andreas Schwab <schwab@suse.de>
21976
21977 * view.el (view-mode-enable): Revert previous change.
21978
21979 2004-02-07 Kim F. Storm <storm@cua.dk>
21980
21981 * simple.el (line-number-at-pos): Rename from line-at-pos.
21982 Uses changed (what-line and vc-annotate-warp-version).
21983
21984 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
21985
21986 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21987 (diff-mode): Remove aborted attempt at support for compile.el.
21988 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21989
21990 2004-02-06 Andreas Schwab <schwab@suse.de>
21991
21992 * view.el (view-mode-enable): Add view-mode-map to
21993 minor-mode-overriding-map-alist.
21994
21995 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21996
21997 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21998
21999 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
22000
22001 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
22002 with point inside rather than after the paragraph.
22003
22004 2004-02-04 Sam Steingold <sds@gnu.org>
22005
22006 * mail/smtpmail.el (smtpmail-try-auth-methods):
22007 Do not try authentication when no mechanism is available.
22008 Pass port-name as defaultport to `netrc-machine'.
22009
22010 2004-02-04 Stephen Eglen <stephen@gnu.org>
22011
22012 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
22013 to show how minibuffer height can be constrained.
22014
22015 2004-02-04 John Paul Wallington <jpw@gnu.org>
22016
22017 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
22018
22019 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22020
22021 * x-dnd.el: New file for drag and drop.
22022
22023 * term/x-win.el: require x-dnd, set after-make-frame-functions
22024 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
22025 drag-n-drop event.
22026
22027 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
22028 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
22029 (dired-dnd-handle-file): New functions for drag and drop support.
22030 (dired-mode): Initialize drag and drop if x-dnd present.
22031
22032 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
22033
22034 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
22035 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
22036 (cperl-mode): Set fill-paragraph-function.
22037 (cperl-fill-paragraph): Make it non-interactive.
22038
22039 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
22040
22041 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
22042
22043 2004-02-02 David Kastrup <dak@gnu.org>
22044
22045 * replace.el (perform-replace): Allow 'literal argument in
22046 regexp-flag to indicate literal replacement.
22047 (query-replace-regexp-eval): Use it.
22048
22049 2004-02-01 Andreas Schwab <schwab@suse.de>
22050
22051 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
22052
22053 2004-02-01 Stephen Eglen <stephen@gnu.org>
22054
22055 * info-look.el: Add support for maxima-mode. Update commentary
22056 because info-lookup-symbol is now bound to C-h S.
22057
22058 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
22059
22060 * simple.el (edit-and-eval-command): Bind print-level and
22061 minibuffer-history-sexp-flag around call to read-from-minibuffer.
22062 Correct initial position in command-history.
22063
22064 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
22065
22066 * files.el (read-directory-name): Adapt the docstring to recent
22067 change in Fread_file_name.
22068
22069 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
22070
22071 * ses.el (ses-print-cell): If print format too wide for column
22072 width, truncate decimal places if that helps to avoid "#####" fill.
22073 * ses.el (ses-initial-column-width): Revert previous change.
22074
22075 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
22076
22077 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
22078 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
22079 Add edebug info.
22080 (jit-lock-mode): Setup/cancel the new timer.
22081 (jit-lock-context-fontify): New fun. Extracted from
22082 context fontification code of jit-lock-stealth-fontify.
22083 (jit-lock-stealth-fontify): Don't do context fontification any more.
22084
22085 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
22086 (jit-lock-fontify-now): Handle the `quit' case.
22087 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
22088
22089 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
22090
22091 * progmodes/executable.el (executable-command-find-posix-p):
22092 New. Check if find handles arguments Posix-style.
22093
22094 * progmodes/grep.el (grep-compute-defaults):
22095 Use executable-command-find-posix-p.
22096 (grep-find): Check `grep-find-command'.
22097
22098 * filecache.el (file-cache-find-posix-p): Delete.
22099 (file-cache-add-directory-using-find):
22100 Use `executable-command-find-posix-p'.
22101
22102 2004-01-29 Dave Love <fx@gnu.org>
22103
22104 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
22105 Iterate the hook function if arg is given.
22106 (mark-defun, narrow-to-defun): Change order of finding the limits.
22107
22108 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
22109 (byte-compile-format-warn): New.
22110 (byte-compile-callargs-warn): Use it.
22111 (Format, message, error): Add byte-compile-format-like property.
22112 (byte-compile-maybe-guarded): New.
22113 (byte-compile-if, byte-compile-cond): Use it.
22114 (byte-compile-lambda): Compile interactive forms,
22115 just to make warnings about them.
22116
22117 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
22118
22119 * ses.el (ses-initial-column-width): Increase to 14, so it will
22120 work well with the default printer of "%.7g" for extreme values
22121 like "-1.234567e+07".
22122
22123 2004-01-29 Kenichi Handa <handa@m17n.org>
22124
22125 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
22126
22127 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
22128
22129 * dos-w32.el: Added support for the `default-printer-name' function.
22130
22131 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22132
22133 * server.el (server-socket-name): Don't use the hostname in the
22134 socket name since /tmp is local to the host anyway.
22135
22136 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
22137 robust check of widening and fix var-naming.
22138
22139 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
22140
22141 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
22142 or rmail-spam- to rsf- in all function and variable names.
22143 (rsf-min-region-to-spam-list): New variable.
22144 (rsf-bbdb-auto-delete-spam-entries): Rename from
22145 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
22146 scanned together with the recipients field for spam testing; Don't
22147 delete spam message if rmail-delete-after-output is non-nil;
22148 (rsf-check-field): New function, extracted from code in
22149 rmail-spam-filter to ease addition of header fields like
22150 content-type:;
22151 (message-content-type): New variable. The content-type: field was
22152 added also in defcustom of rsf-definitions-alist;
22153 (rmail-spam-filter): Replace repeated test code for header fields
22154 by calls to check-field; change the call to
22155 rmail-output-to-rmail-file such that rmail-current-message stays
22156 the same to avoid wrong deletion of unseen flags.
22157 (rmail-use-spam-filter): Add autoload cookie.
22158
22159 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
22160
22161 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
22162 (file-cache-add-directory-using-find): Add Cygwin support.
22163 (file-cache-find-command-posix-flag): New user variable.
22164
22165 * filecache.el (file-cache-add-directory): Check for
22166 directories an remove them from dir-files.
22167
22168 2004-01-27 Richard M. Stallman <rms@gnu.org>
22169
22170 * man.el (Man-fontify-manpage): Clean up message.
22171
22172 2004-01-27 Kenichi Handa <handa@m17n.org>
22173
22174 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
22175 (sentence-end): Define using sentence-end-without-space.
22176
22177 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
22178 a sentence ends with one of a character in sentence-end-without-space.
22179
22180 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
22181
22182 * font-lock.el (font-lock): Add jit-lock as explicit group member.
22183 (jit-lock): Group declaration moved to jit-lock.el.
22184 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
22185 when necessary.
22186
22187 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
22188 (jit-lock-context-unfontify-pos): Rename from
22189 jit-lock-first-unfontify-pos.
22190 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
22191
22192 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22193
22194 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
22195 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
22196 (fortran-fill): When filling a string, adjust re-search-backward
22197 argument for special case of string just on fill-column.
22198 When filling non-string, allow one extra char if
22199 fortran-break-before-delimiters is non-nil.
22200 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
22201 Use fortran-break-delimiters-re and fortran-no-break-re to
22202 correctly handle cases such as "**".
22203
22204 * progmodes/f90.el (f90-break-delimiters): Doc fix.
22205 (f90-no-break-re): Add some extra tokens. Doc fix.
22206
22207 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
22208
22209 * mail/rmail-spam-filter.el:
22210 Use two semicolons as Commentary line prefix.
22211 Add ";;; Code:" stylized comment.
22212 Delete end-of-line whitespace.
22213 Wrap (require 'cl) with `eval-when-compile'.
22214
22215 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
22216
22217 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
22218 at the top level of vc.el.
22219
22220 2004-01-23 Andre Spiegel <spiegel@gnu.org>
22221
22222 * vc.el (vc-current-line): Function removed. This is now done by
22223 the new function line-at-pos in simple.el.
22224 (vc-annotate-warp-version): Use line-at-pos instead of
22225 vc-current-line.
22226
22227 2004-01-22 Kim F. Storm <storm@cua.dk>
22228
22229 * simple.el (line-at-pos): New defun.
22230 (what-line): Use it. Optimize by only counting lines in narrowed
22231 region once.
22232
22233 2004-01-22 Kenichi Handa <handa@m17n.org>
22234
22235 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
22236 point (register r1) only for charset mule-unicode-0100-24ff.
22237
22238 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
22239
22240 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
22241 trailing white space and ensure a final newline.
22242
22243 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
22244 Add autoload cookie.
22245
22246 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
22247
22248 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
22249 activate view-mode explicitly.
22250
22251 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22252
22253 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
22254 menu-bar-enable-clipboard and make Paste use clipboard first.
22255
22256 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22257
22258 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
22259 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
22260 (vc-mcvs-cvs): Remove.
22261 (vc-mcvs-command): Remove use of assert.
22262
22263 * outline.el (outline-insert-heading): Tighten up match.
22264 (outline-demote, outline-move-subtree-down): Don't assume anything
22265 about outline-regexp.
22266
22267 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
22268 (texinfo-show-structure): Explicitly add ^, and simplify.
22269
22270 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
22271
22272 * calendar/appt.el (appt-check): Restore usage of
22273 appt-issue-message deleted in previous change.
22274 (top-level): Activate package when loaded (needed for backwards
22275 compatibility).
22276
22277 2004-01-20 Jesper Harder <harder@ifa.au.dk>
22278
22279 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
22280 following previous change to smtpmail-send-data.
22281
22282 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
22283
22284 * vc.el (vc-default-previous-version): Doc enhancement.
22285 (vc-default-next-version): New function.
22286 (vc-print-log): New arg FOCUS-REV.
22287 (vc-annotate-mode): Derive from view-mode.
22288 (vc-annotate): New args REVISION, DISPLAY-MODE.
22289 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
22290 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
22291 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
22292 (vc-annotate-show-diff-revision-at-line, vc-current-line)
22293 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
22294
22295 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
22296
22297 2004-01-19 Karl Berry <karl@gnu.org>
22298
22299 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
22300 or "TexInfo".
22301
22302 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
22303
22304 * subr.el (delete-dups): New function.
22305
22306 2004-01-19 Karl Berry <karl@gnu.org>
22307
22308 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
22309 with ^, since that's what texinfo-show-structure
22310 documentation says (plus it works much better in texinfo.txi).
22311
22312 2004-01-18 Jesper Harder <harder@ifa.au.dk>
22313
22314 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
22315
22316 2004-01-18 David Ponce <david@dponce.com> (tiny change)
22317
22318 * progmodes/which-func.el (which-function-mode): Don't cancel
22319 which-func-update-timer if not set.
22320
22321 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
22322
22323 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
22324 Remove spurious left square bracket in XX:XXam regexp.
22325
22326 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
22327
22328 * progmodes/cc-defs.el: Do not require cl at run time.
22329
22330 2004-01-16 Richard M. Stallman <rms@gnu.org>
22331
22332 * emacs-lisp/cl.el (cl-cannot-unload): New function.
22333 (cl-unload-hook): Defvar this to run cl-cannot-unload.
22334
22335 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
22336 Call rmail-spam-filter. Delete and expunge spam.
22337 Print number of spam messages deleted.
22338 Save and restore the deletion status of old messages when reading
22339 new mail with spam filter, so that expunging spam does not expunge
22340 msgs deleted by the user.
22341 (rmail-only-expunge): Add an optional argument dont-show to
22342 prevent showing message after expunge.
22343
22344 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
22345
22346 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
22347 * subr.el (declare): New macro.
22348
22349 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
22350
22351 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
22352
22353 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
22354
22355 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22356 Test window-system rather than system-type (for X11/Mac).
22357
22358 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
22359
22360 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
22361
22362 2004-01-12 Richard M. Stallman <rms@gnu.org>
22363
22364 * mail/rmail.el (rmail-convert-to-babyl-format):
22365 Use mail-unquote-printable-region.
22366 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
22367 (rmail-hex-char-to-integer): Functions deleted.
22368
22369 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
22370 (mail-unquote-printable-region): New arg NOERROR.
22371 For invalid encoding, either signal an error to just return nil.
22372
22373 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22374
22375 * calendar/appt.el: Update copyright and commentary.
22376 (appt-issue-message): Make obsolete.
22377 (appt-visible, appt-msg-window): Make obsolete, in favor of
22378 appt-display-format.
22379 (appt-display-mode-line, appt-display-duration)
22380 (appt-display-diary, appt-time-msg-list, appt-mode-string)
22381 (appt-prev-comp-time, appt-display-count, appt-timer)
22382 (appt-convert-time): Doc change.
22383 (appt-disp-window-function, appt-delete-window-function):
22384 Use defcustom rather than defvar.
22385 (appt-display-format): New variable.
22386 (appt-display-message): New function with display code from appt-check.
22387 (appt-check): Add optional FORCE argument. Doc change.
22388 Add appt-make-list to diary-hook if displaying diary.
22389 Remove checking of view-diary-entries-initially.
22390 Message display section removed to new function appt-display-message.
22391 (appt-display-window): Doc change. Remove unused internal var
22392 this-buffer. Do not beep, since appt-display-message does that.
22393 (appt-make-list): Doc change. Use caar.
22394 (appt-sort-list): Simplify by using builtin sort function.
22395 (appt-update-list): New function for updating appts when diary is
22396 saved.
22397 (appt-activate): New autoloaded function to toggle package
22398 functionality.
22399
22400 * calendar/cal-x.el: (calendar-one-frame-setup)
22401 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
22402
22403 * calendar/calendar.el: Update copyright.
22404 (view-diary-entries-initially, european-calendar-style): Doc change.
22405 (calendar-setup): Make defcustom rather than defvar.
22406 (mark-visible-calendar-date): Initialize temp-face and faceinfo
22407 in let binding so local to function.
22408
22409 * calendar/diary-lib.el: Update copyright.
22410 (diary, diary-entry-time): Doc change.
22411 (list-diary-entries): Doc change. Trivial logic change.
22412 (fancy-diary-display): Restore make-face command mistakenly
22413 deleted 2003-05-08.
22414 (show-all-diary-entries): Allow to pop-up frame if needed.
22415
22416 2004-01-09 John Paul Wallington <jpw@gnu.org>
22417
22418 * bindings.el (mode-line-change-eol): Add EVENT parameter.
22419 Temporarily select EVENT's window for changing eol type.
22420
22421 2004-01-09 Deepak Goel <deego@gnufans.org>
22422
22423 * calendar/diary-lib.el (diary-entry-time):
22424 Also accept time in the form XX[.XX][am/pm/AM/PM].
22425 (fancy-diary-font-lock-keywords): Likewise.
22426 (diary-font-lock-keywords): Likewise.
22427 * calendar/appt.el (appt-add): Likewise.
22428 (appt-make-list): Likewise.
22429 (appt-convert-time): Likewise.
22430
22431 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
22432
22433 * gdb-ui.el (gdb-ann3): Revert previous change.
22434 (gdb-source-info): Allow for case of where compilation directory
22435 is not recorded.
22436
22437 2004-01-08 John Paul Wallington <jpw@gnu.org>
22438
22439 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
22440
22441 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
22442
22443 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
22444
22445 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
22446 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
22447 problems.
22448 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
22449
22450 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
22451
22452 * files.el (write-file-functions, write-contents-functions):
22453 Clarify docstrings.
22454
22455 2004-01-07 Kenichi Handa <handa@m17n.org>
22456
22457 * international/mule.el (set-auto-coding): Fix for the case that
22458 end-of-line is only CR.
22459
22460 2004-01-07 Kim F. Storm <storm@cua.dk>
22461
22462 * subr.el (event-start, event-end): Doc fix.
22463 (posn-string, posn-image): New defuns.
22464 (posn-object): Return either image or string object.
22465 (posn-object-x-y): Return 8th element of position.
22466 (posn-object-width-height): New defun.
22467
22468 2004-01-06 Andreas Schwab <schwab@suse.de>
22469
22470 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
22471 output.
22472
22473 2004-01-05 Karl Berry <karl@gnu.org>
22474
22475 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
22476 / and *, too.
22477
22478 2003-12-31 Simon Josefsson <jas@extundo.com>
22479
22480 * files.el (before-save-hook): Add.
22481 (basic-save-buffer): Use before-save-hook.
22482
22483 * emacs-lisp/copyright.el: Fix comment to recommend
22484 before-save-hook instead of write-file-functions.
22485
22486 2004-01-05 Richard M. Stallman <rms@gnu.org>
22487
22488 * finder.el (finder-commentary): Call delete-other-windows.
22489
22490 * net/ange-ftp.el (ange-ftp-file-attributes):
22491 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
22492
22493 2004-01-04 Karl Berry <karl@gnu.org>
22494
22495 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
22496 comment characters % and # in the copyright year notice,
22497 as well as ;.
22498
22499 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
22500
22501 * wid-edit.el (default): Define dummy :value-delete.
22502 Reported by Jesper Harder <harder@ifa.au.dk>.
22503
22504 2004-01-03 Richard M. Stallman <rms@gnu.org>
22505
22506 * progmodes/compile.el (compile-internal): Use point, not point-min,
22507 for set-window-point.
22508
22509 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22510
22511 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
22512
22513 * progmodes/grep.el (grep-mode-map):
22514 Don't remap next-line, previous-line.
22515
22516 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
22517
22518 * speedbar.el (speedbar-edit-line): Change regexp to position
22519 the cursor on the first character of this line's button.
22520
22521 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
22522
22523 * subr.el (functionp): Doc fix.
22524
22525 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
22526
22527 * progmodes/idlwave.el (idlwave-make-tags):
22528 * textmodes/flyspell.el (flyspell-large-region):.
22529 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
22530 * emulation/viper-util.el (viper-glob-unix-files):
22531 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
22532 * man.el (Man-init-defvars):
22533 * jka-compr.el (jka-compr-call-process):
22534 * files.el (get-free-disk-space,insert-directory):
22535 * ediff-ptch.el (ediff-test-patch-utility):
22536 * ediff-diff.el (ediff-test-utility):
22537 * dired-aux.el (dired-check-process):
22538 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
22539 test the return value of call-process, because it can be a string.
22540
22541 2003-12-31 John Paul Wallington <jpw@gnu.org>
22542
22543 * bindings.el (completion-ignored-extensions): Add .pfsl.
22544
22545 2003-12-31 Kim F. Storm <storm@cua.dk>
22546
22547 * ido.el (ido-nonreadable-directory-p): New defun to check for
22548 nonreadable directory without activating tramp (to avoid problems
22549 with checking incomplete tramp paths).
22550 (ido-set-current-directory, ido-file-internal)
22551 (ido-file-name-all-completions1): Use it.
22552
22553 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
22554
22555 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
22556 documentation if the anchor (or node) name is preceded by `info
22557 anchor' or `Info anchor' in addition to earlier `info node' and
22558 `Info node'.
22559 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
22560
22561 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22562
22563 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
22564 error in arguments to base64-decode-region. Remove ^M characters
22565 after decoding base64.
22566
22567 2003-12-30 Simon Josefsson <jas@extundo.com>
22568
22569 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
22570 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
22571 have only been distributed with Emacs for some years.
22572 (texinfo-mode-hook): Customize.
22573
22574 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22575
22576 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
22577 cleaner (suggested by Richard Stallman).
22578
22579 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
22580 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
22581 file-name clashes on 8+3 DOS filesystems.
22582
22583 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
22584 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
22585 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
22586 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
22587 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
22588 file-name clashes on 8+3 filesystems.
22589
22590 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
22591 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
22592 file-name clashes on 8+3 DOS filesystems.
22593
22594 2003-12-29 Richard M. Stallman <rms@gnu.org>
22595
22596 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
22597 Upcase the character.
22598
22599 * textmodes/flyspell.el (mail-mode-flyspell-verify):
22600 Search for header separator alone on a line, literally,
22601 and search for it backward, not forward.
22602 (flyspell-abbrev-table): Always use global-abbrev-table
22603 if there is no local one.
22604
22605 * progmodes/sh-script.el (sh-get-indent-info):
22606 Don't move point back if at bob.
22607
22608 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
22609
22610 * play/handwrite.el (handwrite): Make the handwrite credit message
22611 a comment rather than an output command.
22612
22613 * obsolete/sc.el: Display message that this file is obsolete.
22614
22615 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
22616
22617 * mail/rfc822.el (rfc822-address-start): Declare variable.
22618 Renamed from address-start. All uses changed.
22619
22620 * term.el (term-exec): Set up sentinel.
22621 (term-sentinel): New function.
22622 (term-handle-exit): New function.
22623
22624 * subr.el (assoc-ignore-case, assoc-ignore-representation):
22625 Use assoc-string, and mark them obsolete.
22626 (delay-mode-hooks): Mark as permanent local.
22627
22628 * simple.el (sendmail-user-agent-compose): Use assoc-string.
22629
22630 * register.el (copy-rectangle-to-register): Doc fix.
22631
22632 * info.el (Info-insert-dir): Use assoc-string.
22633
22634 * info-look.el (info-lookup): Use assoc-string.
22635
22636 * frame.el (pop-up-frame-function): Use quote, not `function'.
22637 (frame-notice-user-settings): Calculate ADJUSTED-TOP
22638 copying with lists as coordinate values.
22639
22640 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
22641
22642 * find-dired.el (kill-find): New command.
22643 (find-dired): Make buffer read-only.
22644 Set up a keymap with C-c C-k running kill-find.
22645 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
22646
22647 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
22648
22649 * filecache.el (file-cache-ignore-case): New variable.
22650 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
22651
22652 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22653 (comint-dynamic-complete-as-filename): Rename local vars.
22654 (comint-dynamic-list-filename-completions): Likewise.
22655
22656 * comint.el (comint-dynamic-list-completions-config): New var.
22657 (comint-dynamic-list-completions): Handle both SPC and TAB right.
22658
22659 * comint.el (comint-file-name-chars): Add [].
22660 (comint-word): Use skip-chars-backward, not search.
22661
22662 * shell.el (shell-file-name-chars): Add [].
22663
22664 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
22665
22666 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
22667
22668 * generic.el (define-generic-mode): Doc fix.
22669
22670 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22671
22672 * files.el (kill-some-buffers): Doc fix.
22673
22674 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
22675
22676 * comint.el (comint-watch-for-password-prompt): Pass `string' as
22677 arg to send-invisible
22678 (send-invisible): Doc fix. The argument is now a prompt, not the
22679 string to send.
22680 (comint-read-noecho): Doc fix.
22681
22682 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
22683
22684 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22685 "@", as required by some ISP hosting service. Fix defcustom
22686 argument syntax errors that prevented use of customization.
22687
22688 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22689
22690 * xml.el (xml-get-attribute-or-nil): Doc fix.
22691
22692 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
22693
22694 * net/zone-mode.el (zone-mode): Use write-file-functions, not
22695 write-file-hooks.
22696
22697 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
22698
22699 * autorevert.el (auto-revert-interval): Doc fix.
22700
22701 2003-12-29 Mark A. Hershberger <mah@everybody.org>
22702
22703 * xml.el (xml-get-attribute-or-nil): New function, like
22704 xml-get-attribute, but returns nil if the attribute was not found.
22705 (xml-get-attribute): Convert to defsubst, uses
22706 xml-get-attribute-or-nil.
22707
22708 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22709
22710 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
22711
22712 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
22713
22714 * custom.el (custom-declare-theme): Use `value' when putting
22715 properties on `theme'.
22716
22717 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
22718
22719 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
22720 for each yank-handler segment.
22721 (insert-for-yank-1): New function, with the body of the previous
22722 insert-for-yank.
22723
22724 * textmodes/table.el (table-yank-handler): New defcustom.
22725 (table--put-cell-indicator-property): Put yank-handler property
22726 that indicates the yank handler for the table cell.
22727
22728 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22729
22730 * generic-x.el (etc-modules-conf-generic-mode): A more complete
22731 set of keywords.
22732
22733 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22734
22735 * international/mule-cmds.el (reset-language-environment)
22736 (set-language-environment): Don't invoke fontset-related functions
22737 if fontset-list is not fboundp.
22738
22739 2003-12-29 Kenichi Handa <handa@m17n.org>
22740
22741 * international/mule-cmds.el (reset-language-environment):
22742 Call set-overriding-fontspec-internal with nil.
22743 (set-language-environment): Call set-overriding-fontspec-internal
22744 if the language environment specify `overriding-fontspec'.
22745 (language-info-alist): Doc added.
22746
22747 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22748 characters of mule-unicode-0100-24ff.
22749 (ccl-encode-windows-1251-font): New CCL program.
22750 ("Bulgarian"): Specify overriding-fontspec.
22751 ("Belarusian"): Likewise.
22752
22753 2003-12-28 Sam Steingold <sds@gnu.org>
22754
22755 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22756 parameter ID-FORMAT to conform with the 2003-11-30 patch.
22757
22758 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
22759
22760 * progmodes/gud.el (gud-gdb-command-name): Set default to
22761 "gdb --annotate=3".
22762 (gud-gdb-marker-filter): Look out for annotations.
22763 (gdb-first-pre-prompt): New variable.
22764 Remove trailing white space.
22765
22766 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22767 if necessary.
22768 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
22769 annotations are detected.
22770 (gud-gdba-marker-filter): Use global variable gud-marker-acc
22771 instead of a local one to allow transition from
22772 gud-gdb-marker-filter.
22773 Remove trailing white space.
22774
22775 2003-12-27 Kim F. Storm <storm@cua.dk>
22776
22777 * ido.el: Handle non-readable directories.
22778 (ido-decorations): Add 9th element for non-readable directory.
22779 (ido-directory-nonreadable): New dynamic var.
22780 (ido-set-current-directory): Set it.
22781 (ido-read-buffer, ido-file-internal):
22782 (ido-read-file-name, ido-read-directory-name): Let-bind it.
22783 (ido-file-name-all-completions1): Return empty list for
22784 non-readable directory.
22785 (ido-exhibit): Print [Not readable] if directory is not readable.
22786 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22787 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22788 Use it.
22789
22790 2003-12-27 Lars Hansen <larsh@math.ku.dk>
22791
22792 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22793 calls to directory-files-and-attributes and file-attributes.
22794 (ls-lisp-format): Remove system dependent handling of user and
22795 group id's.
22796
22797 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
22798
22799 * ffap.el (ffap-read-file-or-url): Revert previous change.
22800
22801 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
22802
22803 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22804 new list of included files called `files-with-node-lines', that
22805 only have node lines. This way @include commands can include any
22806 file, such as version and update files without node lines, not
22807 just files that are chapters.
22808
22809 2003-12-25 Andreas Schwab <schwab@suse.de>
22810
22811 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22812 file not found.
22813
22814 2003-12-08 Miles Bader <miles@gnu.org>
22815
22816 * dired.el (dired-between-files): Always use dired-move-to-filename,
22817 which is more robust in non-english locales.
22818
22819 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
22820
22821 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22822
22823 2003-12-24 Andreas Schwab <schwab@suse.de>
22824
22825 * shell.el (shell-file-name-quote-list): Add backslash.
22826
22827 * comint.el (comint-quote-filename): Correctly handle backslash
22828 in comint-file-name-quote-list.
22829
22830 2003-12-24 Kenichi Handa <handa@m17n.org>
22831
22832 * international/mule-cmds.el (set-default-coding-systems):
22833 Call ucs-set-table-for-input for all buffers that don't have local
22834 value of buffer-file-coding-system.
22835
22836 * international/ucs-tables.el (ucs-set-table-for-input):
22837 If translation-table-for-encode is a symbol, get its
22838 translation-table property.
22839
22840 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
22841
22842 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22843 to `completing-read' on a recently fixed bug.
22844
22845 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
22846 instead of SPACE, to get the list of possible fringe modes.
22847 SPACE only works if both `partial-completion-mode' and
22848 `completion-auto-help' are nil.
22849
22850 * complete.el (PC-is-complete-p): Delete.
22851 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22852 calls to `test-completion'.
22853
22854 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
22855
22856 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22857 to edit values when there are no children.
22858
22859 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22860 a mode called "Assembler" already exists.
22861 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
22862 (gud-watch): Use format option. Remove font properties from string.
22863 (gdb-var-create-handler, gdb-var-list-children-handler):
22864 Don't bother about properties as there are none.
22865 (gdb-var-create-handler, gdb-var-list-children-handler)
22866 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22867 with two arguments.
22868 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22869 Let speedbar show value changes with a different font.
22870 (gdb-edit-value): New defun.
22871 (gdb-clear-partial-output, gdb-clear-inferior-io)
22872 (def-gdb-auto-update-handler): Use erase-buffer.
22873 (gdb-frame-handler): Display watch expressions in
22874 FUNCTION::VARIABLE format if required.
22875
22876 2003-12-23 John Paul Wallington <jpw@gnu.org>
22877
22878 * info.el (Info-unescape-quotes, Info-split-parameter-string)
22879 (Info-goto-emacs-command-node): Doc fixes.
22880
22881 2003-12-12 Jesper Harder <harder@ifa.au.dk>
22882
22883 * cus-edit.el (custom-add-parent-links): Define "many".
22884
22885 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
22886
22887 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22888 (widget-child-validate, widget-type-value-create)
22889 (widget-type-default-get, widget-type-match): New functions.
22890 (lazy): New widget.
22891 (menu-choice, checklist, radio-button-choice, editable-list)
22892 (group, documentation-string): Remove redundant (per 2003-10-25
22893 change) calls to `widget-children-value-delete'.
22894 (widget-choice-value-get, widget-choice-value-inline): Remove.
22895 (menu-choice): Update widget.
22896
22897 2003-12-03 Kenichi Handa <handa@m17n.org>
22898
22899 * language/cyrillic.el: Register "microsoft-cp1251" in
22900 ctext-non-standard-encodings-alist.
22901 ("Bulgarian"): Add ctext-non-standard-encodings.
22902 ("Belarusian"): Likewise.
22903
22904 * international/mule-conf.el (compound-text-with-extensions):
22905 Change the type to 2 (iso-2022 base).
22906
22907 * international/mule.el (ctext-non-standard-encodings-alist):
22908 Change the format.
22909 (ctext-non-standard-encodings): New variable.
22910 (ctext-post-read-conversion): Fully re-written.
22911 (ctext-non-standard-designations-alist): Delete it.
22912 (ctext-non-standard-encodings-table): New function.
22913 (ctext-pre-write-conversion): Fully re-written.
22914
22915 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
22916
22917 * cus-edit.el (custom-add-parent-links): Add documentation links
22918 for parent, if the item has none of its own.
22919
22920 2003-11-30 Richard M. Stallman <rms@gnu.org>
22921
22922 * dired-aux.el (dired-do-query-replace-regexp):
22923 Report files visited read-only.
22924
22925 2003-11-30 Juri Linkov <juri@jurta.org>
22926
22927 * dired-aux.el (dired-compare-directories): New command.
22928 (dired-file-set-difference, dired-files-attributes): New functions.
22929
22930 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
22931 Version 2.0.38 of Tramp released.
22932
22933 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
22934 Charles Curley <charlescurley@charlescurley.com>.
22935 (tramp-multi-connection-function-alist): Add ssht entry which adds
22936 "-e none -t -t" to the list of ssh args. Suggested by Adrian
22937 Aichner.
22938 (tramp-get-method-parameter): New function to retrieve a method
22939 parameter. This allows for omission of method parameters.
22940 Callers adjusted.
22941
22942 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
22943
22944 * net/tramp.el: Add new optional parameter ID-FORMAT to
22945 `file-attributes'. Calls of `file-attributes' won't use this
22946 parameter for backward compatibility reasons.
22947 (tramp-perl-file-attributes): Add a new parameter to Perl script
22948 in order to handle uid/gid as strings, if desired.
22949 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22950 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
22951 order to make the function more general.
22952 (tramp-handle-file-attributes): Replace proprietary optional
22953 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
22954 (tramp-handle-file-attributes-with-perl): Handle parameter
22955 NONNUMERIC if set. This wasn't done in the past.
22956 (tramp-post-connection): Apply second parameter "$2" if
22957 `tramp-remote-perl' is called.
22958
22959 * net/tramp-smb.el (tramp-smb-handle-delete-file):
22960 Correct cut'n'waste error (`filename' instead of `directory').
22961 (tramp-smb-handle-directory-files-and-attributes)
22962 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
22963 introduced parameter ID-FORMAT.
22964 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22965 error (`directory' instead of `ldir').
22966
22967 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22968 `file-attributes' has a second parameter. If yes, apply it with
22969 value "'integer". Otherwise, don't use that parameter (default is
22970 integer format).
22971
22972 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
22973
22974 * help.el (help-map): Bind `display-local-help' to `C-h .'.
22975 (help-for-help): Add `C-h .' to the listed Help options.
22976 Remove trailing whitespace.
22977
22978 * help-at-pt.el: New file.
22979
22980 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
22981
22982 * subr.el (noreturn, 1value): New macros for test coverage.
22983 See `testcover.el'.
22984
22985 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
22986 `1value'.
22987
22988 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22989 for macro `1value'.
22990 (testcover-1value): New function. Checks that a 1value form
22991 actually returns only one value. Requested by RMS.
22992
22993 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
22994
22995 * gdb-ui.el (gud-watch, gdb-var-create-handler)
22996 (gdb-var-list-children, gdb-var-list-children-handler)
22997 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22998 gdb commands that use mi to keep them out of the command history.
22999
23000 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23001
23002 * cus-start.el (all): Add use-file-dialog.
23003
23004 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
23005
23006 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
23007
23008 2003-11-27 Kim F. Storm <storm@cua.dk>
23009
23010 * subr.el (posn-object-x-y): New defun.
23011
23012 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
23013
23014 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
23015 Don't use `space' for \\\n.
23016 Be more selective as to which # are comment-starters.
23017
23018 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
23019
23020 * subr.el (number-sequence): Improve handling of floating point
23021 arguments (suggested by Kim Storm). Allow negative arguments.
23022
23023 2003-11-26 Kenichi Handa <handa@m17n.org>
23024
23025 * international/mule-cmds.el (standard-display-european-internal):
23026 Cancel the standard-display-table setting for ` and '.
23027
23028 2003-11-26 Kim F. Storm <storm@cua.dk>
23029
23030 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
23031 New defcustoms to add ffap-like functionality to ido.
23032 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
23033 (ido-no-final-slash): New defun.
23034 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
23035 (ido-read-file-name): ): Toggle VC checking via
23036 vc-handled-backends instead of vc-master-templates.
23037 (ido-file-internal): Handle ido-use-url-at-point and
23038 ido-use-filename-at-point via code borrowed from ffap-guesser.
23039 Handle new ido-exit code ffap.
23040 (ido-sort-list): Ignore final slash when sorting file names.
23041
23042 2003-11-25 Kim F. Storm <storm@cua.dk>
23043
23044 * emulation/cua-base.el (cua--standard-movement-commands):
23045 Add forward-sentence and backward-sentence.
23046
23047 2003-11-25 Stephen Eglen <stephen@gnu.org>
23048
23049 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
23050 iswitchb-exit is set to 'usefirst when user selects buffer at head
23051 of list using RET. (Selecting buffers at the head of the list was
23052 broken if the substring was also a complete buffername.)
23053
23054 2003-11-23 Kim F. Storm <storm@cua.dk>
23055
23056 * progmodes/compile.el (grep-command, grep-use-null-device)
23057 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
23058 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
23059 (grep-regexp-alist, grep-program, find-program)
23060 (grep-find-use-xargs, grep-history, grep-find-history)
23061 (grep-process-setup, grep-compute-defaults)
23062 (grep-default-command, grep, grep-tag-default, grep-find)
23063 (grep-expand-command-macros, grep-tree-last-regexp)
23064 (grep-tree-last-files, grep-tree): Move grep variables, functions
23065 and commands to new file grep.el.
23066 (compilation-mode-map): Remove grep commands from Compile sub-menu.
23067 (compilation-process-setup-function): Doc fix.
23068 (compilation-highlight-regexp, compilation-highlight-overlay): New
23069 defvars used for highlighting current compile error in source buffer.
23070 (compile-internal): New optional args HIGHLIGHT-REGEXP and
23071 LOCAL-MAP which overrides compilation-highlight-regexp and
23072 compilation-mode-map for this compilation.
23073 Delay calling compilation-set-window-height until after running
23074 compilation-process-setup-function so it can buffer-local override
23075 compilation-window-height.
23076 Check buffer-local value of compilation-scroll-output.
23077 (compilation-set-window-height): Use buffer-local value of
23078 compilation-window-height.
23079 (compilation-revert-buffer): Don't pass (undefined)
23080 preserve-modes arg to revert-buffer.
23081 (next-error-no-select, previous-error-no-select): New commands.
23082 (compilation-goto-locus): Temporarily highlight current match in
23083 source buffer using compilation-highlight-regexp.
23084
23085 * progmodes/grep.el: New file with grep code from compile.el.
23086 (grep): New defcustom group.
23087 (grep-window-height): New defcustom, like compilation-window-height.
23088 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
23089 (grep-scroll-output): New defcustom, like compilation-scroll-output.
23090 (grep-command, grep-use-null-device, grep-find-command)
23091 (grep-tree-files-aliases, grep-tree-ignore-case)
23092 (grep-tree-ignore-CVS-directories): Move to grep custom group.
23093 (grep-setup-hook): New hook variable.
23094 (grep-mode-map): New keymap for grep commands. Add Grep menu.
23095 (grep-last-buffer): New defvar, override compilation-last-buffer.
23096 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
23097 Call compile-internal with args highlight-regexp and grep-mode-map.
23098
23099 2003-11-23 Kim F. Storm <storm@cua.dk>
23100
23101 * subr.el (event-start, event-end): Doc fix.
23102 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
23103 (posn-area, posn-actual-col-row, posn-object): New defuns.
23104 (posn-col-row): Simplify doc. Rewrite to use cond.
23105 (posn-point): Also return buffer position for events outside text
23106 area (that info is now present in the event position).
23107
23108 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
23109 mouse-set-point so that hscroll still works now that clicks on
23110 fringes generate specific mouse events.
23111 (mouse-set-point): Note that it now works in fringes and margins
23112 too due to new semantics of posn-point in fringes and margins.
23113
23114 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
23115 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
23116
23117 2003-11-20 Kim F. Storm <storm@cua.dk>
23118
23119 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
23120 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
23121 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
23122 to 100 for icons to avoid increasing line height when shown.
23123
23124 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
23125
23126 * newcomment.el (comment-normalize-vars): Initialize properly if
23127 comment-start was nil.
23128
23129 2003-11-19 Andreas Schwab <schwab@suse.de>
23130
23131 * simple.el (set-variable): Fix indentation.
23132
23133 2003-11-17 Kenichi Handa <handa@m17n.org>
23134
23135 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
23136 Fix docstring.
23137
23138 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
23139
23140 * international/latin1-disp.el (latin1-display): Fix docstring.
23141
23142 2003-11-16 John Wiegley <johnw@newartisans.com>
23143
23144 * eshell/em-ls.el (eshell-ls-file): There are times with
23145 size-width is nil and uncomputed (when directories are created in
23146 dired, for example); in this case, 4 is reasonable default value,
23147 although it may caused skewed new entries (which could be avoided
23148 by returning the original value of 8 in all cases, but 99% of the
23149 time this is a waste of whitespace).
23150
23151 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23152
23153 * cc-engine.el (c-guess-continued-construct)
23154 (c-guess-basic-syntax): Check a little more carefully if it's a
23155 function declaration when an unknown construct followed by a block
23156 is found inside a statement context. This avoids macros followed
23157 by blocks to be taken as function declarations.
23158
23159 (c-guess-continued-construct): Change the analysis of a statement
23160 continuation with a brace open to `substatement-block', for
23161 consistency with recognized statements.
23162
23163 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
23164 start is in a position so that `c-beginning-of-statement-1' jumped
23165 to the beginning of the same statement.
23166
23167 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
23168 Don't accept binary operators in the arglist if we're in a function
23169 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
23170 template recognition in cases like "if (a < b || c > d)".
23171
23172 (c-restricted-<>-arglists): New more appropriate name for
23173 `c-disallow-comma-in-<>-arglists'.
23174
23175 Accessing functions updated for the variable name change.
23176
23177 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
23178 match data could get clobbered if NOT-INSIDE-TOKEN is used.
23179
23180 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
23181 labels.
23182
23183 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
23184 instead of duplicating parts of it. This fixes bogus label
23185 recognition.
23186
23187 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
23188 of checking the context in which to apply the minimum indentation,
23189 so that it isn't enforced in e.g. namespace blocks.
23190
23191 * cc-vars.el (c-inside-block-syms): New constant used by
23192 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
23193 to somewhat reduce the risk of becoming stale.
23194
23195 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
23196 cc-cmds to cc-engine to allow use from cc-align.
23197
23198 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
23199 qualified identifiers containing "::".
23200
23201 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
23202 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
23203
23204 * cc-vars.el (c-emacs-features): Use a space in front of the name
23205 of the temporary buffer. That also avoids dumping problems in
23206 XEmacs due to undo info being left around after the buffer is killed.
23207
23208 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
23209 arglist to see if it's a K&R style declaration.
23210
23211 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
23212 before returning `knr-argdecl-intro'.
23213
23214 2003-11-16 John Wiegley <johnw@newartisans.com>
23215
23216 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
23217 field in a long-listing always 8 characters, use `size-width',
23218 which has already been computed.
23219
23220 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
23221
23222 * subr.el (minor-mode-list): Add `hs-minor-mode'.
23223
23224 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
23225
23226 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
23227 Support operation while narrowed, with `diff-restrict-view'.
23228
23229 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
23230
23231 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23232 Take additional optional arg NARROWFUN. For the generated functions:
23233 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
23234 include frags that arrange to check for and save narrowing state before
23235 the move and then conditionally call NARROWFUN after the move.
23236
23237 2003-11-14 John Wiegley <johnw@newartisans.com>
23238
23239 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
23240 that was optional, but obviously missing based on surrounding code.
23241
23242 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
23243 string arguments to numbers unless the whole argument was seen as
23244 a number.
23245
23246 2003-11-14 Kenichi Handa <handa@m17n.org>
23247
23248 * international/mule.el (ctext-non-standard-encodings-alist):
23249 Fix coding systems.
23250
23251 2003-11-10 Kenichi Handa <handa@m17n.org>
23252
23253 * language/kannada.el ("Kannada"): Add sample-text.
23254
23255 * language/knd-util.el (kannada-compose-region)
23256 (kannada-compose-string, kannada-post-read-conversion):
23257 Add autoload cookie.
23258
23259 * international/quail.el (quail-completion): Change the message
23260 "corresponding translations" to "corresponding characters".
23261
23262 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
23263
23264 * descr-text.el (describe-char): Fix typo.
23265
23266 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
23267
23268 These changes are to support Kannada language/script.
23269
23270 * Makefile.in (DONTCOMPILE): Add kannada.el.
23271
23272 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
23273
23274 * loadup.el: Preload kannada.el.
23275
23276 * language/ind-util.el (ucs-kannada-to-is13194-alist)
23277 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
23278 New variables.
23279
23280 * language/kannada.el: New file.
23281
23282 * language/knd-util.el: New file.
23283
23284 2003-11-07 Andreas Schwab <schwab@suse.de>
23285
23286 * progmodes/autoconf.el (autoconf-font-lock-keywords):
23287 Also highlight AH_*.
23288
23289 * xml.el (xml-parse-dtd): Fix misplaced paren.
23290
23291 2003-11-07 Kenichi Handa <handa@m17n.org>
23292
23293 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
23294
23295 2003-11-05 Juri Linkov <juri@jurta.org>
23296
23297 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
23298 (desktop-buffer-file): Use saved buffer-file-coding-system
23299 for file reading. Set auto-insert to nil to prevent automatic
23300 insertion into restored empty files.
23301
23302 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
23303
23304 * files.el (risky-local-variable-p): Make second argument optional.
23305
23306 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
23307
23308 * subr.el (add-hook): Fix last change.
23309
23310 2003-11-03 Eli Zaretskii <eliz@gnu.org>
23311
23312 * mail/rmail.el (rmail-convert-to-babyl-format):
23313 If base64-decode-region signals an error, catch it and silently
23314 ignore it.
23315
23316 2003-11-01 Mark A. Hershberger <mah@everybody.org>
23317
23318 * xml.el (xml-parse-region): Allow comments to appear after the
23319 topmost element has closed.
23320 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
23321 (xml-ns-expand-attr): New functions to do namespace handling.
23322 (xml-intern-attrlist): Back-compatible handling of attribute names.
23323 (xml-parse-tag): Move namespace handling to separate functions.
23324 Now produces elements in the form ((:ns . "element") (attr-list)
23325 children) instead of ('ns:element (attr-list) children).
23326 (xml-parse-attlist): Fix attribute parsing.
23327 (xml-parse-dtd): Change parsing so that it produces strings
23328 instead of interned symbols.
23329
23330 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
23331
23332 * dired.el (dired-ls-sorting-switches): Doc fix.
23333
23334 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
23335
23336 * emacs-lisp/rx.el (rx-or): Fix the case of
23337 "(rx (and ?a (or ?b ?c) ?d))".
23338
23339 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
23340
23341 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
23342 (texinfo-format-region): Use it.
23343 (texinfo-format-buffer-1): Ditto.
23344
23345 2003-11-01 Alan Mackenzie <acm@muc.de>
23346
23347 Changes to allow scrolling whilst in isearch mode:
23348 * isearch.el (isearch-unread-key-sequence): New function,
23349 extracted from isearch-other-meta-char.
23350 (top level): (put 'foo 'isearch-scroll) on all Emacs's
23351 "scrollable" standard functions.
23352 (isearch-allow-scroll): New customizable variable.
23353 (isearch-string-out-of-window, isearch-back-into-window)
23354 (isearch-reread-key-sequence-naturally)
23355 (isearch-lookup-scroll-key): New functions.
23356 (isearch-other-meta-char): Doc string and functionality enhanced.
23357 Now accepts a prefix argument.
23358 (isearch-lazy-highlight-window-end): New variable.
23359 (isearch-lazy-highlight-new-loop): Pay attention to the window's
23360 end (thru isearch-lazy-highlight-window-end), not only its start.
23361
23362 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
23363 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
23364 (universal-argument, universal-argument-more, negative-argument)
23365 (digit-argument, universal-argument-other-key): Minor changes.
23366
23367 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23368
23369 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
23370 recursively if the last message is deleted, thus avoiding an
23371 infinite loop.
23372
23373 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
23374
23375 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
23376 (tex-main-file): Don't add .tex if the extension is already present.
23377 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
23378
23379 2003-10-29 Lute Kamstra <lute@gnu.org>
23380
23381 * progmodes/octave-inf.el (inferior-octave-prompt):
23382 Recognize version number in prompt.
23383
23384 2003-10-28 Dave Love <fx@gnu.org>
23385
23386 * international/characters.el: Fix some Unicode ranges.
23387
23388 2003-10-28 Kenichi Handa <handa@m17n.org>
23389
23390 * disp-table.el (standard-display-8bit)
23391 (standard-display-default, standard-display-ascii)
23392 (standard-display-g1, standard-display-graphic)
23393 (standard-display-underline): Assure that standard-display-table
23394 is a display table.
23395
23396 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
23397
23398 * simple.el (reindent-then-newline-and-indent): Delete space *after*
23399 reindenting the first line.
23400
23401 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
23402
23403 * wid-edit.el (widget-default-delete): Always delete child widgets.
23404
23405 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23406
23407 * newcomment.el (comment-indent): Don't call indent-according-to-mode
23408 if the line has code.
23409 Don't try to line up with something that's too far left.
23410
23411 * progmodes/octave-mod.el (octave-comment-start): Simplify.
23412 (octave-mode-syntax-table): Add % as a comment starter.
23413 (octave-point): Remove.
23414 (octave-in-comment-p, octave-in-string-p)
23415 (octave-not-in-string-or-comment-p, calculate-octave-indent)
23416 (octave-blink-matching-block-open, octave-auto-fill):
23417 Use line-(beginning|end)-position instead.
23418
23419 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
23420
23421 * emacs-lisp/authors.el (authors-aliases): Add correct realname
23422 for Francesco Potort\e,Al\e(B.
23423
23424 2003-10-23 Dave Love <fx@gnu.org>
23425
23426 * international/mule-cmds.el (locale-charset-to-coding-system):
23427 Don't rely on nil being a coding system.
23428
23429 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
23430 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
23431 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
23432
23433 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
23434
23435 * gdb-ui.el (gdb-current-language): New variable.
23436 (gdb-update-flag): Remove variable.
23437 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
23438 (gdb-take-last-elt): Remove function.
23439 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
23440 (gdb-post-prompt): Check for variable object changes here.
23441
23442 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
23443 object changes in gdb-ui.el.
23444
23445 2003-10-21 Richard M. Stallman <rms@gnu.org>
23446
23447 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
23448
23449 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
23450 Don't check for foo*/ wildcard form here.
23451 (insert-directory): Recognize foo*/ as a wildcard.
23452 Separate wildcard-regexp variable from the arg, wildcard.
23453
23454 * subr.el (add-hook): Correctly detect when make-local-hook was used.
23455 (remove-hook): Correctly handle strange cases about local hooks.
23456
23457 2003-10-21 David Ponce <david@dponce.com>
23458
23459 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
23460 argument REAL, to return a real number instead of a rounded
23461 integer value. Define as inline function.
23462 (ruler-mode-right-fringe-cols): Likewise.
23463 (ruler-mode-scroll-bar-cols): New function.
23464 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
23465 (ruler-mode-right-scroll-bar-cols): Likewise.
23466 (ruler-mode-space): New function.
23467 (ruler-mode-ruler): Use it. Handle variations of fringe style,
23468 scroll bar mode and margins in a more robust way.
23469
23470 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
23471
23472 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
23473 (antlr-c-init-language-vars): New function.
23474 (antlr-mode): Use it with cc-mode before v5.29.
23475 (antlr-c-common-init): Don't set some local vars here.
23476 (antlr-mode): Set them here.
23477 (antlr-c-forward-sws): New function alias.
23478 (antlr-mode): Redefine with cc-mode before v5.30.
23479 (antlr-skip-sexps): Use it.
23480 (antlr-skip-exception-part): Ditto.
23481 (antlr-skip-file-prelude): Ditto.
23482 (antlr-outside-rule-p): Ditto.
23483 (antlr-end-of-body): Ditto.
23484 (antlr-option-kind): Ditto.
23485 (antlr-insert-option-area): Ditto.
23486 (antlr-file-dependencies): Ditto.
23487
23488 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23489
23490 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
23491 Move backward only if point was not inside an entry.
23492
23493 2003-10-21 Richard M. Stallman <rms@gnu.org>
23494
23495 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23496
23497 2003-10-21 Juri Linkov <juri@jurta.org>
23498
23499 * compare-w.el: Automatically skip non-matching text to resync.
23500 (compare-windows-whitespace): Doc fix.
23501 (compare-windows-sync, compare-windows-sync-string-size)
23502 (compare-windows-recenter, compare-ignore-whitespace)
23503 (compare-windows-highlight, compare-windows-face): New variables.
23504 (compare-windows): Use compare-windows-sync.
23505 (compare-windows-highlight, compare-windows-dehighlight)
23506 (compare-windows-sync-regexp)
23507 (compare-windows-sync-default-function): New functions.
23508
23509 2003-10-21 Juri Linkov <juri@jurta.org>
23510
23511 * diff.el (diff-parse-differences): Don't visit the files now;
23512 instead, just record the error locus.
23513
23514 2003-10-21 Dave Love <fx@gnu.org>
23515
23516 * progmodes/cfengine.el: New file.
23517
23518 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23519
23520 * complete.el (PC-do-completion): Do not forget to use `pred' as the
23521 default-directory when completing file names.
23522
23523 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
23524
23525 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
23526 followed by the word `face', it gets treated as a face, even if
23527 it is also defined as a variable or a function.
23528
23529 2003-10-20 Dave Love <fx@gnu.org>
23530
23531 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23532 Avoid incf in macro expansion.
23533
23534 2003-10-20 John Paul Wallington <jpw@gnu.org>
23535
23536 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
23537 `evenp' so we don't implicitly require cl library at runtime.
23538
23539 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
23540
23541 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
23542 (help-make-xrefs): Only make cross-references for faces if
23543 preceded or followed by the word `face'. Do not make a
23544 cross-reference for variables without variable documentation,
23545 unless preceded by the word `variable' or `option'. Update doc
23546 string accordingly.
23547
23548 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
23549
23550 * progmodes/hideshow.el: Rewrite one-armed `if'
23551 constructs using either `when' or `unless'.
23552 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
23553
23554 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
23555
23556 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
23557 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
23558 instead of 12x12.
23559
23560 2003-10-16 Eli Zaretskii <eliz@gnu.org>
23561
23562 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
23563 message while converting to Babyl.
23564
23565 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
23566
23567 * allout.el (allout-mode): Doc fix.
23568
23569 2003-10-16 Lute Kamstra <lute@gnu.org>
23570
23571 * subr.el (force-mode-line-update): Fix docstring.
23572
23573 2003-10-14 Dave Love <fx@gnu.org>
23574
23575 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
23576 (default-input-method): Add :link, improve :type.
23577 (locale-charset-language-names): Fix utf-8 pattern.
23578 (locale-charset-match-p, locale-charset-alist)
23579 (locale-charset-to-coding-system): New.
23580 (set-locale-environment): Deal with codeset part of locale specs.
23581
23582 2003-10-14 Lute Kamstra <lute@gnu.org>
23583
23584 * fringe.el (fringe-mode): Use active voice in docstring.
23585 (set-fringe-style): Ditto.
23586
23587 2003-10-13 Lute Kamstra <lute@gnu.org>
23588
23589 * fringe.el (fringe-mode): Fix docstring.
23590 (set-fringe-style): Ditto.
23591
23592 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
23593
23594 * ediff-mult.el (ediff-filegroup-action):
23595 Use ediff-default-filtering-regexp.
23596
23597 * ediff-util.el (ediff-recenter): Don't call
23598 ediff-restore-highlighting twice.
23599 (ediff-select-difference): Set current difference.
23600 (ediff-unselect-and-select-difference): Add comment.
23601
23602 * ediff.el (ediff-directories,ediff-directory-revisions)
23603 (ediff-directories3,ediff-merge-directories)
23604 (ediff-merge-directories-with-ancestor)
23605 (ediff-merge-directory-revisions)
23606 (ediff-merge-directory-revisions-with-ancestor):
23607 Use ediff-default-filtering-regexp.
23608
23609 2003-10-12 Andreas Schwab <schwab@suse.de>
23610
23611 * international/mule-cmds.el (locale-charset-language-names):
23612 Simplify regex by removing unused grouping.
23613
23614 2003-10-10 Dave Love <fx@gnu.org>
23615
23616 * bindings.el: Don't bind stop.
23617
23618 2003-10-08 Miles Bader <miles@gnu.org>
23619
23620 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
23621 face instead of attempting to emulate it.
23622
23623 2003-10-07 Kenichi Handa <handa@m17n.org>
23624
23625 * international/mule-diag.el (list-coding-systems-1): List coding
23626 systems that are loaded automatically.
23627
23628 * international/code-pages.el (iso-8859-11): Add autoload cookie.
23629
23630 * international/mule.el (autoload-coding-system): New function.
23631
23632 2003-10-07 Andreas Schwab <schwab@suse.de>
23633
23634 * log-edit.el (log-edit-changelog-entries): Prefer local value of
23635 change-log-default-name in the buffer visiting the file.
23636
23637 2003-10-06 Dave Love <fx@gnu.org>
23638
23639 * files.el (find-file-hook): Customize.
23640 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
23641
23642 * bindings.el (completion-ignored-extensions): Remove .log.
23643 (global-map): Add again, open, stop keys.
23644
23645 2003-10-05 Richard M. Stallman <rms@gnu.org>
23646
23647 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
23648 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
23649 Use sh-modify directly.
23650 (sh-select): Use sh-append, not eval.
23651
23652 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
23653
23654 * info.el (Info-following-node-name): New function.
23655
23656 * loadhist.el (unload-feature-special-hooks):
23657 Rename from loadhist-hook-functions.
23658 (loadhist-hook-functions): Now an alias.
23659
23660 2003-10-04 Eli Zaretskii <eliz@gnu.org>
23661
23662 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
23663 file-name clashes on 8+3 filesystems.
23664
23665 * Makefile.in (DONTCOMPILE, bootstrap-clean):
23666 Rename loaddefs-boot.el to ldefs-boot.el
23667
23668 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
23669 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
23670
23671 2003-10-03 Lute Kamstra <lute@gnu.org>
23672
23673 * info.el (Info-mode): Revert previous change.
23674 (Info-escape-percent): New function.
23675 (Info-fontify-node): Use it.
23676
23677 2003-10-02 Andreas Schwab <schwab@suse.de>
23678
23679 * loaddefs-boot.el: Regenerated.
23680
23681 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
23682
23683 * ffap.el: Remove defadvice related code from CVS since `complete'
23684 provides a `PC-completion-as-file-name-predicate' variable that
23685 ffap can override.
23686
23687 2003-10-02 Kenichi Handa <handa@m17n.org>
23688
23689 * international/utf-8.el (ccl-decode-mule-utf-8):
23690 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23691
23692 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23693 * international/subst-big5.el: Likewise.
23694 * international/subst-gb2312.el: Likewise.
23695 * international/subst-ksc.el: Likewise.
23696
23697 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23698
23699 * calendar/calendar.el (increment-calendar-month)
23700 (calendar-leap-year-p, calendar-absolute-from-gregorian)
23701 (generate-calendar, calendar-read-date, calendar-interval)
23702 (calendar-day-of-week): Handle years BC.
23703 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
23704
23705 2003-10-01 Dave Love <fx@gnu.org>
23706
23707 * language/cyrillic.el (cp1251): Alias for windows-1251.
23708
23709 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
23710 bootstrap.
23711
23712 2003-10-01 Lute Kamstra <lute@gnu.org>
23713
23714 * files.el: Fix typo.
23715 * imenu.el (imenu--generic-function): Docstring fix.
23716
23717 2003-09-30 Richard M. Stallman <rms@gnu.org>
23718
23719 * dired.el (dired-mode): Handle dired-directory as a list.
23720
23721 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
23722
23723 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
23724
23725 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
23726
23727 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
23728 Replace gud-display with gud-watch.
23729 (gud-speedbar-buttons): Add stuff for watching expressions
23730 in the speedbar when using M-x gdba. Use dolist on old part
23731 of this function.
23732
23733 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
23734 (gdb-update-flag): New variables.
23735 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
23736 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
23737 (gud-watch, gdb-var-create-handler) : New functions.
23738 (gdb-var-list-children, gdb-var-list-children-handler)
23739 (gdb-var-create-regexp, gdb-var-update-regexp)
23740 (gdb-var-list-children-regexp): New constants.
23741 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23742 (gdb-annotation-rules): Reduce annotation set (level 3).
23743 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23744 (gdb-post-prompt): Don't update GDB buffers every time speedbar
23745 updates.
23746 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23747 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23748 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23749 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23750 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23751 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23752 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23753 (gud-display, gud-display1)
23754 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23755 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23756 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23757 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23758 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23759 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23760 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23761 (gdb-display-display-buffer, gdb-toggle-display)
23762 (gdb-delete-display, gdb-expressions-popup-menu)
23763 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23764 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23765 to display buffer.
23766
23767 2003-09-30 Richard M. Stallman <rms@gnu.org>
23768
23769 * progmodes/ada-mode.el (ada-mode): Don't use advice.
23770 Instead, set which-func-functions.
23771
23772 * progmodes/which-func.el (which-func-modes): Add ada-mode.
23773 (which-func-functions): New variable.
23774 (which-function): Use that.
23775
23776 * info.el (Info-mode): Double each `%' in header line.
23777
23778 * emacs-lisp/lisp-mnt.el (lm-with-file):
23779 When FILE is nil, run BODY in current buffer.
23780
23781 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23782
23783 * help.el (describe-mode): Start with a brief list of minor modes.
23784 Find them thru minor-mode-list so as to find them all.
23785 Show them in alphabetical order.
23786
23787 * mail/sendmail.el (mail-aliases): Doc fix.
23788
23789 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23790
23791 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23792
23793 * mail/rmailsum.el (rmail-make-summary-line-1):
23794 Change comma after last label to a space.
23795 (rmail-summary-font-lock-keywords): Adapt to that change.
23796
23797 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
23798
23799 * progmodes/scheme.el (scheme-mode-variables): When setting
23800 `font-lock-defaults', also specify that "#" should
23801 be interpreted with `word' syntax.
23802 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23803
23804 2003-09-30 Lars Hansen <larsh@math.ku.dk>
23805
23806 * desktop.el: A lot of comments updated.
23807 (desktop-save-mode): Minor mode introduced.
23808 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23809 (desktop-load-default): Function made obsolete.
23810 (desktop-locals-to-save): Variable made customizable.
23811 (desktop-read): Optional parameter `dirname' added.
23812 (desktop-change-dir, desktop-revert): Parameter `dirname' in
23813 `desktop-read' used.
23814 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23815
23816 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
23817
23818 * whitespace.el (whitespace-clean-msg): Add user customizable message
23819 for displaying ``clean'' output.
23820 (whitespace-buffer): Use `whitespace-clean-msg'.
23821 (whitespace-global-mode): Fix typo.
23822
23823 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
23824
23825 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23826
23827 2003-09-29 Lute Kamstra <lute@gnu.org>
23828
23829 * bindings.el (mode-line-modes): Remove superfluous :propertize
23830 construct in initialization.
23831 (mode-line-position): Change cons cell into proper list in
23832 initialization.
23833
23834 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23835
23836 * international/mule.el (decode-coding-inserted-region): Use car
23837 of the return value of find-operation-coding-system.
23838
23839 2003-09-29 Kenichi Handa <handa@m17n.org>
23840
23841 * descr-text.el (describe-char): Fix previous change.
23842
23843 2003-09-28 Kenichi Handa <handa@m17n.org>
23844
23845 * descr-text.el (describe-char-display): New function.
23846 (describe-char): Pay attention to display table on describing how
23847 a character is displayed.
23848
23849 * international/mule-cmds.el (encoded-string-description):
23850 Prepend "0x" to each encoded byte.
23851
23852 2003-09-28 Andreas Schwab <schwab@suse.de>
23853
23854 * find-file.el (ff-special-constructs): Add autoload cookie.
23855
23856 2003-09-28 Kevin Ryde <user42@zip.com.au>
23857
23858 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23859 makeinfo appends to duplicate index entries.
23860
23861 2003-09-28 Eli Zaretskii <eliz@gnu.org>
23862
23863 * dired-x.el (dired-clean-tex): Doc fix.
23864
23865 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23866 using a Chinese tutorial.
23867
23868 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23869
23870 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23871 between "MAIL FROM:" and "RCPT TO:" and the following address.
23872
23873 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23874
23875 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23876
23877 2003-09-28 David Ponce <david@dponce.com>
23878
23879 * recentf.el (recentf-initialize-file-name-history): New defcustom.
23880 (recentf-load-list): When `recentf-initialize-file-name-history'
23881 is non-nil, initialize an empty `file-name-history' with the
23882 recent list.
23883
23884 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
23885
23886 * man.el (Man-default-man-entry): Remove the leading `*' from the
23887 word at point.
23888
23889 2003-09-26 Lute Kamstra <lute@gnu.org>
23890
23891 * bindings.el (mode-line-position): Mention size indication in
23892 docstring.
23893
23894 2003-09-26 Andre Spiegel <spiegel@gnu.org>
23895
23896 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23897
23898 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23899 because it's autoloaded now.
23900
23901 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
23902
23903 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23904 (sh-font-lock-keywords, sh-feature): Fix previous change of
23905 sh-feature to avoid infloop with sh-font-lock-keywords.
23906
23907 2003-09-25 Kim F. Storm <storm@cua.dk>
23908
23909 * frame.el (frame-current-scroll-bars): New defun.
23910
23911 * window.el (window-current-scroll-bars): New defun.
23912
23913 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23914
23915 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23916 cause errors when the state cache contains info on parts that have
23917 been narrowed out.
23918
23919 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23920
23921 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23922 `c-setup-paragraph-variables' has to be used when this variable is
23923 changed; it doesn't work to reinitialize the mode since that
23924 typically clobbers the variable.
23925
23926 * progmodes/cc-styles.el (c-setup-paragraph-variables):
23927 Make it interactive.
23928
23929 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23930
23931 * progmodes/cc-fonts.el (c-font-lock-declarations):
23932 Fix recognition of constructors and destructors for classes whose
23933 names are matched by `*-font-lock-extra-types'.
23934
23935 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23936 followed by an identifier in C++ then it's a type.
23937
23938 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23939
23940 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23941 problem that primarily affected XEmacs. Don't use faces to find
23942 unterminated strings since Emacs and XEmacs fontify strings
23943 differently - this function should now work better in XEmacs.
23944
23945 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23946
23947 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23948 `expand-abbrev' workaround which caused braces to misbehave inside
23949 macros.
23950
23951 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23952 handling. This bug could cause interactive font locking to bail out.
23953
23954 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23955
23956 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23957 Handle paren-style types in Pike. Also fixed some cases of
23958 insufficient handling of unbalanced parens.
23959
23960 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
23961
23962 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23963 common shell prompts that are not common filename or URL characters.
23964 (ffap-file-at-point): Use the new regexp to strip the prompts from
23965 the file names. This is an issue mostly for user prompts that
23966 don't have a trailing space and find-file-at-point is invoked from
23967 within a shell inside Emacs.
23968
23969 2003-09-24 Andre Spiegel <spiegel@gnu.org>
23970
23971 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23972 stamps numerically, rather than textually.
23973
23974 2003-09-24 Kenichi Handa <handa@m17n.org>
23975
23976 * language/devan-util.el (devanagari-post-read-conversion):
23977 * language/mlm-util.el (malayalam-post-read-conversion):
23978 * language/tml-util.el (tamil-post-read-conversion):
23979 Add autoload cookie.
23980
23981 * international/utf-8.el (utf-8-post-read-conversion):
23982 Call post-read-conversion functions for Devanagari, Malayalam,
23983 and Tamil.
23984
23985 2003-09-23 Dave Love <fx@gnu.org>
23986
23987 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23988
23989 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
23990
23991 * progmodes/gud.el (perldb): Add gud-until to list of commands.
23992 Update gud-remove.
23993
23994 2003-09-22 Richard M. Stallman <rms@gnu.org>
23995
23996 * progmodes/sh-script.el (sh-mode-default-syntax-table):
23997 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
23998 (sh-mode-syntax-table-input): New variable.
23999 (sh-require-final-newline): Don't use eval.
24000 (sh-builtins, sh-leading-keywords, sh-other-keywords)
24001 (sh-variables, sh-font-lock-keywords): Don't use eval.
24002 (sh-set-shell): When setting require-final-newline,
24003 treat value = `require-final-newline' as don't change it.
24004 Set sh-mode-syntax-table locally based on
24005 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
24006
24007 * progmodes/compile.el (compile-internal):
24008 Call compilation-set-window-height before setting window start.
24009
24010 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
24011
24012 * emacs-lisp/bytecomp.el (byte-compile-log-file):
24013 Clear out byte-compile-last-warned-form.
24014
24015 2003-09-22 Richard M. Stallman <rms@gnu.org>
24016
24017 * woman.el (woman-file-name, woman-follow-word):
24018 If current-word returns nil, use "".
24019
24020 * simple.el (eval-expression): Bind standard-output in to-buffer case.
24021
24022 2003-09-22 Richard M. Stallman <rms@gnu.org>
24023
24024 * emacs-lisp/lisp-mnt.el (lm-with-file):
24025 Don't visit the file, just use insert-file-contents in temp buffer.
24026
24027 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
24028
24029 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
24030 Add surrounding \\( and \\) around the header, as in
24031 for lm-history-header 'Change Log\\|History'.
24032
24033 2003-09-22 John Paul Wallington <jpw@gnu.org>
24034
24035 * progmodes/ld-script.el: Add Commentary section,
24036 minor cleanup of file header.
24037 (ld-script-font-lock-keywords): Doc fix.
24038 (toplevel): Provide `ld-script' feature.
24039
24040 2003-09-21 Kim F. Storm <storm@cua.dk>
24041
24042 * scroll-bar.el (set-scroll-bar-mode): Initialize to
24043 new built-in variable default-frame-scroll-bars.
24044 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
24045 scroll-bar-mode; notably, use it instead of t when we toggle
24046 scroll-bars on.
24047 (toggle-scroll-bar): Use default-frame-scroll-bars.
24048
24049 2003-09-19 Masatake YAMATO <jet@gyve.org>
24050
24051 * pcvs.el (cvs-do-removal): Change the prompt depending on
24052 `filter' value.
24053
24054 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
24055
24056 * startup.el (command-line-1): Stop startup-echo-area-message
24057 being hidden by "Loading image..." message.
24058 (use-fancy-splash-screens-p, display-splash-screen):
24059 Move display-graphic-p test from latter to former.
24060
24061 * progmodes/sh-script.el (sh-font-lock-keywords):
24062 Highlight escaped EOLs differently from other backslash constructs.
24063
24064 2003-09-19 Richard M. Stallman <rms@gnu.org>
24065
24066 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
24067 New functions.
24068 (edebug-enter, edebug-outside-excursion): Use them.
24069
24070 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
24071 Fix the condition for whether to print "In WHERE".
24072
24073 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
24074
24075 * finder.el (finder-mode-hook): New variable.
24076 (finder-mode): Run hook finder-mode-hook
24077
24078 2003-09-18 Masatake YAMATO <jet@gyve.org>
24079
24080 * progmodes/ebrowse.el: Fix broken magic autoload comments.
24081
24082 2003-09-17 Mario Lang <mlang@delysid.org>
24083
24084 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
24085 "p %e" to actually print the value in the GUD buffer.
24086
24087 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
24088
24089 From David Ponce <david.ponce@wanadoo.fr>:
24090 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
24091 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
24092 from loaddefs-boot.el if necessary.
24093
24094 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
24095
24096 * progmodes/gud.el (gud-find-class): Make jdb work again since
24097 cc-mode changed the syntactic information.
24098
24099 2003-09-15 David Ponce <david@dponce.com>
24100
24101 * recentf.el: (recentf-exclude): Accept predicates too.
24102 (recentf-file-readable-p): New function.
24103 (recentf-include-p): Handle predicates in recentf-exclude.
24104 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
24105 (recentf-cleanup): Likewise.
24106 (recentf-save-list): Use write-file to handle backup of
24107 recentf-save-file.
24108
24109 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
24110
24111 * loaddefs-boot.el: Renamed from `loaddefs.el'
24112 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
24113 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
24114 necessary.
24115
24116 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
24117
24118 * electric.el (Electric-pop-up-window): For the `one-window' case,
24119 no longer disconcertingly move point in the original buffer.
24120
24121 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24122
24123 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
24124
24125 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
24126
24127 * dired.el (dired-mode-map): Fix typo.
24128
24129 2003-09-11 Richard M. Stallman <rms@gnu.org>
24130
24131 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
24132
24133 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
24134
24135 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
24136 the function is less noisy. Now only `kill-buffer' can ask questions.
24137
24138 2003-09-10 Mario Lang <mlang@delysid.org>
24139
24140 * battery.el: Update Commentary and Copyright.
24141 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
24142 appear due to wrong ordering of the expressions in `or'.
24143
24144 2003-09-09 Lute Kamstra <lute@gnu.org>
24145
24146 * misc.el (upcase-char): Fix docstring.
24147 (zap-up-to-char): New command.
24148
24149 2003-09-08 David Ponce <david@dponce.com>
24150
24151 Ensure that recentf correctly updates the menu bar.
24152 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
24153 (recentf-menu-bar): New function.
24154 (recentf-clear-data): Use it
24155 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
24156 of easy-menu-change.
24157
24158 2003-09-08 Lute Kamstra <lute@gnu.org>
24159
24160 * simple.el (size-indication-mode): New.
24161 * bindings.el (mode-line-position): Add buffer size indicator.
24162
24163 2003-09-04 Mario Lang <mlang@delysid.org>
24164
24165 * battery.el (battery-linux-proc-acpi): New function.
24166 (battery-status-function): Modify default value calculation to also
24167 check for availability of ACPI.
24168 (battery-echo-area-format): Ditto.
24169 (battery-mode-line-format): Ditto.
24170
24171 2003-09-06 Dave Love <fx@gnu.org>
24172
24173 * ielm.el (ielm-mode-hook): Add :options.
24174
24175 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
24176 (eldoc-print-current-symbol-info): Use it.
24177
24178 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
24179
24180 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
24181 being displayed in GUD buffer.
24182 (gdb-idle-input-queue): Remove var. Use just one queue.
24183 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
24184 Remove functions. Use just one queue.
24185 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
24186 (gdb-invalidate-assembler, gdb-get-current-frame):
24187 Modify functions. Use just one queue.
24188
24189 2003-09-04 Dave Love <fx@gnu.org>
24190
24191 * cus-start.el: Add blink-cursor-alist.
24192
24193 * ruler-mode.el (ruler-mode-fill-column-char)
24194 (ruler-mode-current-column-char): Use char-displayable-p,
24195 not window-system.
24196
24197 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
24198
24199 * language/european.el (windows-1252): Move from code-pages.
24200
24201 * language/cyrillic.el ("Windows-1251"): Delete.
24202 ("Bulgarian", "Belarusian"): Remove `features'.
24203 (windows-1251): Move from code-pages.
24204
24205 * international/mule-diag.el (non-iso-charset-alist):
24206 Remove `codepage' stuff.
24207 (print-designation, list-coding-systems-1): Output fixes.
24208
24209 * international/code-pages.el (cp-make-translation-table)
24210 (cp-valid-codes): Made defsubsts.
24211 (cp-fix-safe-chars): Delete.
24212 (mule-diag): Don't require.
24213 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
24214 (top-level): Check for defined coding system when defining
24215 cp... aliases. Change w32-add-charset-info test to avoid warning.
24216 (non-iso-charset-alist): Defvar when compiling.
24217 (cp-make-coding-system): Doc fix.
24218
24219 2003-09-02 Jason Rumney <jasonr@gnu.org>
24220
24221 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
24222 line-ends from CVS before doing conversion.
24223
24224 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
24225
24226 * calendar/diary-lib.el (diary-header-line-flag)
24227 (diary-header-line-format): New variables.
24228 (list-diary-entries): Use them to set header line in simple diary.
24229
24230 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
24231 other than font-lock-string-face to highlight backslashes.
24232
24233 2003-09-01 Jason Rumney <jasonr@gnu.org>
24234
24235 * international/titdic-cnv.el (tit-read-key-value): Include \r in
24236 regexp.
24237
24238 2003-09-01 Dave Love <fx@gnu.org>
24239
24240 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
24241
24242 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
24243 and :help; also line and column numbers labels.
24244
24245 * international/mule-util.el (char-displayable-p): Move from
24246 latin1-disp, rename and autoload.
24247
24248 * international/latin1-disp.el (latin1-char-displayable-p):
24249 Now obsolete alias. Replace uses with char-displayable-p.
24250 (latin1-display-ucs-per-lynx): Fix last change.
24251
24252 * international/mule-cmds.el (standard-display-european-internal):
24253 Don't use char code for Latin-1 NBSP.
24254 <XFree86 4>: Unfrob NBSP display table. Set display table to use
24255 U+2018, U+2019 for `'.
24256 (select-safe-coding-system): Message fix.
24257
24258 2003-09-01 Kenichi Handa <handa@m17n.org>
24259
24260 * international/fontset.el (setup-default-fontset): For Thai
24261 font, specify "*" family.
24262
24263 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24264
24265 * progmodes/compile.el (previous-error): Accept a prefix
24266 argument, similarly to next-error.
24267
24268 2003-08-31 Masatake YAMATO <jet@gyve.org>
24269
24270 * pcvs.el (cvs-do-removal): Use = instead of eq to check
24271 the number of files. Bind the number of files to a local
24272 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
24273
24274 2003-08-30 Eli Zaretskii <eliz@gnu.org>
24275
24276 * vc-hooks.el (vc-make-version-backup): Fix the change made on
24277 2003-07-26: msdos-long-file-names is a function, not a variable.
24278
24279 2003-08-29 Richard M. Stallman <rms@gnu.org>
24280
24281 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
24282 Do nothing with mail-personal-alias-file if it is nil.
24283
24284 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
24285 Do nothing if mail-personal-alias-file is nil.
24286
24287 * term.el (term-exec-1): Bind coding-system-for-read.
24288
24289 * dired.el (dired-mouse-find-file-other-window):
24290 Use dired-view-command-alist here, as in dired-view-file.
24291 (dired-view-command-alist): Use %s to substitute file name.
24292 Handle .ps_pages, .eps, .jpg, .gif, .png.
24293
24294 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
24295
24296 * info.el (Info-mode-map): Bind S-tab and <backtab> to
24297 `Info-prev-reference', instead of M-tab.
24298
24299 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
24300
24301 * simple.el (blink-matching-open): Work correctly on chars that
24302 are designated as parens through the syntax-table text property.
24303
24304 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
24305
24306 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
24307 line break position in the middle of a non-kinsoku (e.g. latin)
24308 word, making it skip until either a space or a character with
24309 category "|".
24310 (kinsoku-longer): Test for end of buffer.
24311
24312 2003-08-28 Eli Zaretskii <eliz@gnu.org>
24313
24314 * mail/rmail.el (rmail-convert-to-babyl-format):
24315 Detect quoted-printable- and base64-encoded messages and decode them
24316 automatically. Set the message's encoding from the charset=
24317 header, if any. Decode base64-encoded messages in Mail format as well.
24318
24319 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24320
24321 * mail/smtpmail.el: Fix previous change.
24322 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
24323 calling smtpmail-via-smtp.
24324 (smtpmail-via-smtp): Add fall-back values for envelope-from.
24325
24326 2003-08-26 John Paul Wallington <jpw@gnu.org>
24327
24328 * image.el (image-jpeg-p): Don't search beyond length of data.
24329
24330 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24331
24332 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
24333 misfeature in `expand-abbrev' which caused electric keywords like
24334 "else" to disappear if an open brace was typed directly afterwards.
24335
24336 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24337
24338 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
24339 mandatory in `define-widget'.
24340
24341 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
24342 Don't align the operators "!=", "<=" and ">=" as assignment operators.
24343
24344 (c-assignment-operators): New language constant that only contains
24345 the assignment operators.
24346
24347 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
24348
24349 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24350
24351 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24352 Safeguard against unbalanced sexps.
24353
24354 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
24355
24356 * version.el (emacs-version): Check for gtk. Include gtk version info.
24357
24358 2003-08-25 John Paul Wallington <jpw@gnu.org>
24359
24360 * man.el (Man-default-man-entry): Don't whizz past the section
24361 number before looking for it.
24362
24363 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
24364
24365 * progmodes/gud.el (gud-display-line): Don't set window-point if
24366 source buffer is not visible. (Only happens with M-x gdba.)
24367
24368 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
24369 documentation.
24370 (gdb-source, gdb-source-info): Update to assembler unnecessary
24371 as its done after each GDB command anyway.
24372 (gdb-pre-prompt): Use with-current-buffer.
24373 (gdb-insert-field): Add help-echo text.
24374 (gdb-invalidate-assembler): Re-display of assembler now done in
24375 gdb-info-breakpoints-custom.
24376 (gdb-info-breakpoints-custom): Force re-display of assembler to
24377 happen *after* update of breakpoints buffer.
24378 (gdb-display-source-buffer): Don't choke if gdb-source-window
24379 isn't visible.
24380 (gdb-put-string, gdb-put-arrow): Remove free variables.
24381
24382 2003-08-24 John Paul Wallington <jpw@gnu.org>
24383
24384 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
24385
24386 * man.el (Man-default-man-entry): Strip text properties when
24387 snarfing parts of entry because `format' preserves properties.
24388
24389 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24390
24391 * files.el (file-newest-backup): Use `expand-file-name'.
24392
24393 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
24394 Allow the diary to pop up a new frame, if needed.
24395
24396 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
24397 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
24398 (smtpmail-send-it): Make treatment of envelope-from consistent with
24399 sendmail.el.
24400
24401 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
24402 (sh-leading-keywords): Add the bash `time' reserved word.
24403 (sh-variables): Add some bash variables.
24404 (sh-add-completer): Fix nil branch of case statement.
24405
24406 2003-08-24 Masatake YAMATO <jet@gyve.org>
24407
24408 * progmodes/ld-script.el: New file.
24409
24410 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
24411
24412 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
24413
24414 2003-08-23 Andre Spiegel <spiegel@gnu.org>
24415
24416 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
24417 Better explain obsolescence, and what to use instead.
24418
24419 2003-08-23 Masatake YAMATO <jet@gyve.org>
24420
24421 * pcvs.el (cvs-do-removal): Show the deleted file name
24422 on the prompt.
24423
24424 2003-08-20 Dave Love <fx@gnu.org>
24425
24426 * international/mule.el (make-coding-system)
24427 (set-buffer-file-coding-system): Doc fix.
24428
24429 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
24430
24431 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
24432
24433 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
24434
24435 * international/utf-16.el: Add mime-text-unsuitable coding system
24436 properties.
24437
24438 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
24439
24440 * cus-edit.el: Add some :links.
24441 (bib): Remove.
24442
24443 * textmodes/bib-mode.el (bib): Add :group external.
24444
24445 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
24446
24447 * wid-edit.el (widget-echo-help): Make it handle expressions that
24448 evaluate to strings.
24449
24450 2003-08-18 Michael Mauger <mmaug@yahoo.com>
24451
24452 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
24453
24454 Simplify selection of SQL products to define highlighting and
24455 interactive mode. Includes detailed instructions on adding
24456 support for new products.
24457
24458 * progmodes/sql.el (sql-product): New variable. Identifies SQL
24459 product for use in highlighting and interactive mode.
24460 (sql-interactive-product): New variable. SQL product for
24461 sql-interactive-mode.
24462 (sql-product-support): New variable. Specifies product-specific
24463 parameters to drive highlighting and interactive mode.
24464 (sql-imenu-generic-expression): Add more object types.
24465 (sql-sqlite-options): Correct comment.
24466 (sql-ms-program): Use "osql" rather than "isql".
24467 (sql-prompt-regexp, sql-prompt-length): Update comment.
24468 (sql-mode-menu): Add "Start SQLi session" entry.
24469 Replace Highlighting submenu with Product menu. Fix Send Region entry.
24470 (sql-mode-abbrev-table): Add abbreviations. Support of
24471 SYSTEM-FLAG on define-abbrev. Support was removed with last
24472 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
24473 (sql-mode-font-lock-object-name): Add font-lock pattern for object
24474 names.
24475 (sql-mode-ansi-font-lock-keywords): Set as default value.
24476 (sql-mode-oracle-font-lock-keywords): Set as default value.
24477 Support Oracle 9i keywords.
24478 (sql-mode-postgres-font-lock-keywords): Set as default value.
24479 (sql-mode-linter-font-lock-keywords): Set as default value.
24480 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
24481 SQLServer 2000.
24482 (sql-mode-sybase-font-lock-keywords)
24483 (sql-mode-interbase-font-lock-keywords)
24484 (sql-mode-sqlite-font-lock-keywords)
24485 (sql-mode-strong-font-lock-keywords)
24486 (sql-mode-mysql-font-lock-keywords)
24487 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
24488 keywords.
24489 (sql-mode-font-lock-defaults): Update comment.
24490 (sql-product-feature): New function. Returns feature associated
24491 with a product from `sql-product-support' alist.
24492 (sql-product-font-lock): New function. Set font-lock support
24493 based on `sql-product'.
24494 (sql-add-product-keywords): New function. Add font-lock rules to
24495 product-specific keyword variables.
24496 (sql-set-product): New function. Set `sql-product' and apply
24497 appropriate font-lock highlighting.
24498 (sql-highlight-product): New function. Set font-lock support
24499 based on a product. Also set mode name to include product name.
24500 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24501 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24502 Use `sql-set-product'.
24503 (sql-highlight-ms-keywords)
24504 (sql-highlight-sybase-keywords)
24505 (sql-highlight-interbase-keywords)
24506 (sql-highlight-strong-keywords)
24507 (sql-highlight-mysql-keywords)
24508 (sql-highlight-sqlite-keywords)
24509 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
24510 (sql-get-login): Prompt in the same order as the tokens.
24511 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24512 (sql-product-interactive): New function. Common portions of
24513 product-specific interactive mode wrappers.
24514 (sql-interactive-mode): Rewritten to use product features.
24515 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
24516 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
24517 (sql-db2, sql-linter): Use `sql-product-interactive'.
24518 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
24519 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
24520 (sql-connect-ingres, sql-connect-postgres)
24521 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
24522 New functions. Format command line parameters and invoke comint on
24523 the appropriate interpreter. Code was in the corresponding
24524 `sql-xyz' function before.
24525 (sql-connect-ms): New function. Support -E argument to use
24526 operating system credentials for authentication.
24527
24528 2003-08-18 Kenichi Handa <handa@m17n.org>
24529
24530 * international/mule.el (encode-char): Fix for the ASCII case.
24531
24532 2003-08-15 Kenichi Handa <handa@m17n.org>
24533
24534 * international/fontset.el (setup-default-fontset): Change "*" to
24535 nil in the specifications of font family.
24536
24537 2003-08-18 Kim F. Storm <storm@cua.dk>
24538
24539 * kmacro.el (kmacro-keymap): Group related bindings in
24540 initialization for clarity. Bind C-s to start macro.
24541 Remove C-r binding.
24542 (kmacro-initial-counter-value): New defvar to hold initial counter
24543 value in case we set the value before defining a macro.
24544 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
24545 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
24546 not defining or executing macro. Doc fix.
24547 (kmacro-add-counter): Clear kmacro-initial-counter-value.
24548 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
24549 temporarily view older elements on the macro ring without cycling
24550 the ring.
24551 (kmacro-display): Doc fix.
24552 (kmacro-exec-ring-item): New helper function.
24553 (kmacro-call-ring-2nd): Use it.
24554 (kmacro-call-ring-2nd-repeat): Doc fix.
24555 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
24556 (kmacro-end-or-call-macro): Execute last viewed macro (using
24557 kmacro-exec-ring-item) from ring if this follows
24558 kmacro-view-macro. This allows us to find a macro on the ring
24559 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24560 the ring to bring it to the head of the ring.
24561 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
24562 Allow binding to reserved keys without specifying C-x C-k prefix.
24563 Ask for confirmation if entered key sequence is already bound to
24564 a non-macro command.
24565 (kmacro-view-macro): Repeating command will show older elements
24566 on the macro ring; C-k will execute the last viewed macro.
24567 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
24568 property from 'ring to 'head.
24569
24570 2003-08-17 Alan Shutko <ats@acm.org>
24571
24572 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
24573 keeping December out of the alist.
24574
24575 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
24576
24577 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
24578 * calendar/calendar.el (calendar-mode-map): Bind it to key.
24579 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
24580 (calendar-flatten): New function.
24581 (calendar-mouse-view-other-diary-entries)
24582 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
24583 in the menu title and to show multi-line diary entries correctly
24584 in the menu.
24585
24586 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
24587
24588 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
24589 defcustom, because the default was recently changed.
24590
24591 2003-08-16 Richard M. Stallman <rms@gnu.org>
24592
24593 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
24594
24595 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
24596 New subroutine, broken out of eval-last-sexp-1.
24597 (eval-last-sexp-1): Use eval-last-sexp-print-value.
24598
24599 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
24600
24601 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
24602
24603 * simple.el (eval-expression): Use eval-last-sexp-print-value.
24604
24605 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
24606
24607 * progmodes/compile.el (compilation-error-regexp-alist):
24608 Add Java ANt error detection as described in document
24609 http://ant.apache.org/faq.html
24610
24611 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
24612
24613 * simple.el (backward-word, forward-to-indentation)
24614 (backward-to-indentation): Argument changed to optional.
24615 (next-line, previous-line): Use `or' instead of `unless'.
24616
24617 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24618
24619 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
24620 instead of a constant.
24621
24622 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
24623
24624 * shell.el (shell): With prefix-arg, suggest a new buffer name.
24625
24626 2003-08-12 Andre Spiegel <spiegel@gnu.org>
24627
24628 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
24629 (vc-sccs-workfile-version): Search the entire delta table, rather
24630 than just the first entry, because that might be a deleted version.
24631
24632 2003-08-11 Karl Fogel <kfogel@red-bean.com>
24633
24634 * menu-bar.el (menu-bar-options-menu): Supply a body for the
24635 [save-place] binding in the Options menu. Have it require
24636 'saveplace' and then toggle the variable manually, to avoid an
24637 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
24638 for the bug report.
24639
24640 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
24641
24642 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
24643 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
24644 (gdb-info-threads-custom): Add help-echo text.
24645 (gdb-display-back): Don't use purecopy.
24646 (gdb-info-breakpoints-custom, gdb-reset)
24647 (gdb-assembler-custom): Use display-images-p to test if breakpoint
24648 icons can be displayed.
24649
24650 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
24651
24652 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
24653
24654 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
24655
24656 * bookmark.el (bookmark-completing-read):
24657 Return a string, instead of a list of one string.
24658 Use a popup menu if activated from the mouse.
24659 (bookmark-edit-annotation): Remove unused vars.
24660 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
24661 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
24662 to bookmark-completing-read.
24663 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
24664 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
24665 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
24666 and erase-buffer.
24667 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
24668 (bookmark-menu-jump, bookmark-menu-insert)
24669 (bookmark-popup-menu-and-apply-function)
24670 (bookmark-menu-popup-paned-bookmark-menu): Remove.
24671 (bookmark-menu-build-paned-menu): Remove by folding it into
24672 bookmark-menu-popup-paned-menu.
24673 (menu-bar-bookmark-map): Move the define-key statements here.
24674 Use the "non-menu" commands since they now pop up a menu if needed.
24675 (bookmark-exit-hook-internal): Simplify.
24676
24677 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
24678
24679 * reftex-toc.el (reftex-toc-rename-label): New function.
24680 (reftex-toc-check-docstruct): New function.
24681
24682 * reftex.el (reftex-region-active-p): New function.
24683
24684 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24685 regexp to find the \bibliography macro.
24686
24687 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24688 which does not exist in LaTeX.
24689 (reftex-cite-format-builtin): Added amsrefs support.
24690 (reftex-toc-confirm-promotion): New option
24691
24692 * reftex-toc.el
24693 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24694 (reftex-toc-demote, reftex-toc-promote)
24695 (reftex-toc-do-promote, reftex-toc-promote-prepare)
24696 (reftex-toc-promote-action, reftex-toc-extract-section-number)
24697 (reftex-toc-newhead-from-alist)
24698 (reftex-toc-load-all-files-for-promotion): New functions.
24699 (reftex-toc-help): Added description of new keys.
24700 (reftex-toc-split-windows-fraction): New option.
24701 (reftex-recenter-toc-when-idle): Search *toc* window on all
24702 visible frames.
24703 (reftex-toc): Additional parameter REUSE
24704 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
24705 with REUSE argument.
24706 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
24707 the call of `reftex-toc'.
24708 (reftex-make-separate-toc-frame): New function .
24709 (reftex-toc-recenter): When called with triple prefix arg, call
24710 `reftex-make-separate-toc-frame' first.
24711 (reftex-toc-toggle-dedicated-frame): New command.
24712 (reftex-toc-quit): Adapted to delete frame when called in
24713 dedicated frame.
24714
24715 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
24716 all enclosing macros.
24717
24718
24719 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24720
24721 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
24722 first use.
24723
24724 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24725
24726 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
24727
24728 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24729
24730 * calendar/calendar.el (list-diary-entries-hook)
24731 (diary-display-hook, nongregorian-diary-listing-hook)
24732 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
24733 Add some customize options for these hooks.
24734 (calendar-abbrev-construct): Don't try to take a substring longer
24735 than the original string.
24736
24737 2003-08-05 Richard M. Stallman <rms@gnu.org>
24738
24739 * emacs-lisp/testcover.el (noreturn): Report error if does return.
24740 (testcover-reinstrument-clauses): Doc fix.
24741
24742 * emacs-lisp/warnings.el: Doc fixes, args renamed.
24743 (warning-type-format): Rename from warning-group-format.
24744
24745 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24746 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24747 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24748 to prevent warnings about defvar for an obsolete variable.
24749
24750 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24751 warning-group-format renamed to warning-type-format.
24752
24753 * subr.el (read-passwd): Use clear-string instead of fillarray.
24754
24755 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24756 Use vconcat instead of concat.
24757 (edmacro-sanitize-for-string): New function.
24758
24759 2003-08-05 Dave Love <fx@gnu.org>
24760
24761 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24762 line-number-display-limit-width.
24763
24764 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24765
24766 2003-08-05 Kenichi Handa <handa@m17n.org>
24767
24768 * international/code-pages.el: Don't require mule-diag.
24769
24770 * international/mule-diag.el (non-iso-charset-alist):
24771 Add autoload cookie.
24772
24773 * language/devan-util.el (dev-glyph-order): Add an entry for the
24774 glyph code #xC4.
24775
24776 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24777
24778 * calendar/calendar.el (diary-file, diary-file-name-prefix)
24779 (european-calendar-style, diary-date-forms)
24780 (calendar-day-name-array, calendar-month-name-array): Doc change.
24781 (generate-calendar-month): Adapt for new behavior of
24782 `calendar-day-name' function.
24783 (calendar-abbrev-length, calendar-day-abbrev-array)
24784 (calendar-month-abbrev-array): New variables.
24785 (calendar-abbrev-construct): New function.
24786 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24787 rather than fixing abbrevs at some width. Calling syntax change.
24788 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
24789 (calendar-date-string): Adapt for new behaviors of
24790 `calendar-day-name' and `calendar-month-name' functions.
24791
24792 * calendar/diary-lib.el (list-diary-entries): Adapt for new
24793 behavior of `calendar-day-name' and `calendar-month-name' functions.
24794 (diary-name-pattern): Use abbrev arrays, rather than fixing
24795 abbrevs at three chars. Calling syntax change.
24796 (mark-diary-entries): Adapt for new behaviors of
24797 `diary-name-pattern' and `calendar-make-alist' functions.
24798 (fancy-diary-font-lock-keywords): Adapt for new behavior of
24799 `diary-name-pattern' function.
24800 (font-lock-diary-date-forms): Use abbrev arrays, rather than
24801 fixing abbrevs at three chars. Calling syntax change.
24802 (cal-hebrew, cal-islam): Require when compiling.
24803 (diary-font-lock-keywords): Adapt for new behavior of
24804 `font-lock-diary-date-forms' function.
24805
24806 * calendar/cal-hebrew.el: Reposition some code so defined before used.
24807 (calendar-hebrew-month-name-array-common-year)
24808 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
24809 (list-hebrew-diary-entries): Adapt for new behaviors of
24810 `calendar-day-name' and `add-to-diary-list' functions.
24811 (mark-hebrew-diary-entries): Adapt for new behaviors of
24812 `diary-name-pattern' and `calendar-make-alist' functions.
24813
24814 * calendar/cal-islam.el (calendar-islamic-month-name-array):
24815 Add doc string.
24816 (list-islamic-diary-entries): Adapt for new behaviors of
24817 `calendar-day-name' and `add-to-diary-list' functions.
24818 (mark-islamic-diary-entries): Adapt for new behaviors of
24819 `diary-name-pattern' and `calendar-make-alist' functions.
24820
24821 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
24822 `calendar-month-name' function.
24823
24824 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24825
24826 * calendar/solar.el (solar-seasons-data): Move definition before use.
24827
24828 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24829 (cal-tex-LaTeX-hourbox): Move definition before use.
24830
24831 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24832 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24833 * lunar.el, solar.el (displayed-month, displayed-year):
24834 Define for compiler.
24835
24836 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24837
24838 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24839 MODE. Renamed from c-init-c-language-vars'.
24840 (c-initialize-cc-mode): Change accordingly.
24841 (c-common-init): Ditto.
24842 (c-mode): Ditto.
24843 (c++-mode): Use `c-init-language-vars-for'.
24844 (objc-mode): Ditto.
24845 (java-mode): Ditto.
24846 (idl-mode): Ditto.
24847 (pike-mode): Ditto.
24848 (awk-mode): Ditto.
24849
24850 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24851
24852 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24853 or not the point moved.
24854
24855 (c-search-decl-header-end): Don't trip up on operator identifiers
24856 in C++ and operators like == in all languages.
24857
24858 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24859 Detect leading labels correctly.
24860
24861 2003-08-02 Andreas Schwab <schwab@suse.de>
24862
24863 * textmodes/ispell.el: Don't redo key bindings on loading, put
24864 them only in loaddefs.el.
24865 * bookmark.el: Likewise.
24866 * dabbrev.el: Likewise.
24867 * emerge.el: Likewise.
24868
24869 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24870 has more than one member.
24871
24872 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24873
24874 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24875
24876 * lpr.el (printify-region): It was ending conversion before the
24877 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
24878
24879 2003-07-31 John Paul Wallington <jpw@gnu.org>
24880
24881 * net/browse-url.el (browse-url-epiphany): Doc fix.
24882
24883 2003-07-30 Kenichi Handa <handa@m17n.org>
24884
24885 * international/fontset.el (setup-default-fontset):
24886 Change registry names of Akurti fonts.
24887
24888 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
24889
24890 * comint.el (comint-read-noecho): Use `clear-string' instead of
24891 `fillarray'.
24892
24893 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
24894
24895 * outline.el (outline-mode-hook): Add defvar.
24896
24897 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
24898
24899 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24900 Restore assembler in source window if that is what has been selected.
24901 (menu): Add gdb-restore-windows to menu. Make gdba
24902 specific menus only visible from gdba.
24903
24904 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
24905
24906 * progmodes/compile.el (compilation-environment): New user variable.
24907 (compile-internal): Respect it.
24908
24909 2003-07-23 Masatake YAMATO <jet@gyve.org>
24910
24911 * progmodes/gud.el (gdb-script-font-lock-keywords):
24912 Put `font-lock-function-name-face' on a symbol which includes
24913 `-' like `hook-run'. Put font-lock-variable-name-face
24914 on a symbol starting with $.
24915
24916 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
24917
24918 * files.el (set-visited-file-name): Use truename for buffer-file-name.
24919
24920 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24921
24922 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24923
24924 2003-07-26 Andre Spiegel <spiegel@gnu.org>
24925
24926 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24927 Use with-no-warnings.
24928 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24929 rather than to find-file-not-found-hook, which doesn't exist.
24930
24931 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24932
24933 * international/quail.el (quail-translate-key): Fix previous change.
24934
24935 2003-07-25 John Paul Wallington <jpw@gnu.org>
24936
24937 * server.el (server-start): Check `server-process' is non-nil
24938 before killing it to avoid killing current buffer's process.
24939
24940 * simple.el (choose-completion-string): Use `minibufferp';
24941 test `completion-reference-buffer' if `buffer' arg is nil.
24942 (push-mark): Use `when' and `unless'.
24943 (pop-mark): Use `when'.
24944
24945 * mouse-sel.el (mouse-sel-get-selection-function):
24946 Check `x-last-selected-text-primary'. Don't barf if it or
24947 `x-last-selected-text' aren't bound.
24948
24949 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24950
24951 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24952
24953 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
24954
24955 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24956
24957 2003-07-23 John Paul Wallington <jpw@gnu.org>
24958
24959 * tooltip.el (defface tooltip): Inherit from variable-pitch.
24960
24961 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24962
24963 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24964 string. Defvar the derived hook.
24965
24966 * macros.el (insert-kbd-macro): Escape double quote character.
24967 From Thomas W Murphy <twm@andrew.cmu.edu>.
24968
24969 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
24970
24971 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24972 to match the specific mark rather than reusing comment-start-skip.
24973
24974 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
24975
24976 * progmodes/hideshow.el (hs-special-modes-alist):
24977 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
24978
24979 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
24980
24981 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24982 value using ?\s.
24983
24984 2003-07-21 John Paul Wallington <jpw@gnu.org>
24985
24986 * subr.el (with-selected-window): Add closing paren.
24987
24988 2003-07-21 Richard M. Stallman <rms@gnu.org>
24989
24990 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24991 (lisp-mode): Likewise.
24992
24993 * subr.el (with-selected-window): Copy code form save-selected-window
24994 so as to call select-window with norecord arg.
24995 (dynamic-completion-table): Doc fix.
24996 (lazy-completion-table): Doc fix.
24997
24998 * international/mule-cmds.el (set-locale-environment):
24999 langinfo renamed to locale-info.
25000
25001 * international/mule.el (auto-coding-functions): Doc fix.
25002
25003 2003-07-21 Kenichi Handa <handa@m17n.org>
25004
25005 * international/quail.el (quail-translate-key):
25006 Update quail-current-str correctly.
25007
25008 2003-07-21 Andreas Schwab <schwab@suse.de>
25009
25010 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
25011 ?, to "_".
25012
25013 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
25014 Version 2.0.36 of Tramp released.
25015
25016 * net/tramp.el (tramp-default-password-end-of-line): Rename from
25017 tramp-password-end-of-line.
25018 (tramp-password-end-of-line): New method parameter.
25019 (tramp-get-password-end-of-line): Function to access method
25020 parameter `tramp-password-end-of-line', or variable
25021 `tramp-default-password-end-of-line' (default value).
25022 (tramp-methods): Add entries for new parameter
25023 tramp-password-end-of-line.
25024 (tramp-enter-password): Use new function
25025 `tramp-get-password-end-of-line'.
25026 (tramp-handle-insert-file-contents): Do not
25027 unconditionally inhibit the file operation file-local-copy, only
25028 do that when the inhibit-file-name-operation is currently
25029 insert-file-contents. This fixes finding remote CVS-controlled
25030 files. (It would barf on inserting the CVS/Entries file
25031 literally, because the file-local-copy handler wasn't called.)
25032 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
25033 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
25034 (tramp-initial-commands): New variable.
25035 (tramp-process-initial-commands): New function, using the variable.
25036 (tramp-open-connection-setup-interactive-shell): Call the new function.
25037 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
25038 method into the buffer name, never use nil. Reported by Hanak
25039 David <dhanak@inf.bme.hu>.
25040 (tramp-open-connection-setup-interactive-shell): Erase buffer
25041 before sending "stty -onlcr".
25042
25043 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
25044
25045 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
25046
25047 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
25048
25049 2003-07-19 John Paul Wallington <jpw@gnu.org>
25050
25051 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
25052 (artist-draw-rect, artist-draw-square): Doc fixes.
25053
25054 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
25055
25056 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
25057
25058 2003-07-19 Kenichi Handa <handa@m17n.org>
25059
25060 * international/kkc.el (kkc-show-conversion-list-update):
25061 Highlight the correct candidate in the message.
25062
25063 2003-07-18 John Paul Wallington <jpw@gnu.org>
25064
25065 * simple.el (current-word): Don't include punctuation char when
25066 `really-word' arg is non-nil.
25067
25068 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
25069
25070 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
25071 moved to the directory obsolete.
25072
25073 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
25074
25075 * info.el (Info-menu-entry-name-re): Allow newlines in
25076 menu entry names.
25077
25078 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
25079 syntax-ppss-after-change-function.
25080 (syntax-ppss-after-change-function): New alias. Update uses.
25081 (syntax-ppss): Catch the case where the buffer is narrowed.
25082
25083 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
25084
25085 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
25086 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
25087
25088 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
25089
25090 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
25091 since it might be modified.
25092
25093 * progmodes/cc-langs.el (c++-make-template-syntax-table)
25094 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
25095 names to these language constants.
25096
25097 2003-07-15 Kim F. Storm <storm@cua.dk>
25098
25099 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
25100 All uses changed.
25101
25102 2003-07-14 Mark A. Hershberger <mah@everybody.org>
25103
25104 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
25105 Namespace support.
25106
25107 2003-07-13 Juanma Barranquero <lektu@terra.es>
25108
25109 * frame.el (modify-all-frames-parameters): Reinstall (copyright
25110 papers received).
25111
25112 2003-07-13 Karl Eichwalder <ke@suse.de>
25113
25114 * textmodes/po.el (po-find-charset): White space at the start of the
25115 Content-Type field body is non-mandatory.
25116
25117 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
25118
25119 * textmodes/texinfo.el (texinfo-section-list):
25120 Append appendixsection; a synonym for appendixsec.
25121
25122 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
25123
25124 * man.el (Man-translate-cleanup): New.
25125 (Man-translate-references): Call `Man-translate-cleanup' to clean
25126 leading, trailing and middle spaces.
25127
25128 2003-07-13 Lars Hansen <larsh@math.ku.dk>
25129
25130 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
25131 Handle `dired-directory' being a list.
25132
25133 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
25134
25135 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
25136 it doesn't exist.
25137
25138 2003-07-12 Richard M. Stallman <rms@gnu.org>
25139
25140 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
25141
25142 * progmodes/cc-defs.el (c-make-keywords-re):
25143 Don't use delete-duplicates.
25144 (c-lang-const): Don't use mapcan.
25145
25146 * apropos.el (apropos-show-scores): Make it customizable.
25147 Document new meaning.
25148 (apropos): Compute scores from symbols.
25149 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
25150
25151 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25152
25153 * ps-bdf.el: Fix copyright line.
25154 (bdf-directory-list): Fix initialization code.
25155
25156 2003-07-11 John Paul Wallington <jpw@gnu.org>
25157
25158 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
25159 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
25160 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
25161
25162 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
25163
25164 * emacs-lisp/ring.el (ring-elements): Doc fix.
25165
25166 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25167
25168 * calendar/timeclock.el (timeclock-relative)
25169 (timeclock-ask-before-exiting, timeclock-use-display-time):
25170 Doc changes.
25171 (timeclock-modeline-display): Give a message if
25172 `timeclock-use-display-time' is non-nil but `display-time-mode'
25173 is not active.
25174
25175 2003-07-11 Kenichi Handa <handa@m17n.org>
25176
25177 * international/mule-cmds.el (set-language-environment):
25178 Set current-language-environment to the correct string.
25179
25180 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25181
25182 * ps-print.el: Print line number correctly in a region. Reported by
25183 Tim Allen <timallen@ls83.fsnet.co.uk>.
25184 (ps-print-version): New version number (6.6.2).
25185 (ps-printing-region): Code fix.
25186
25187 2003-07-10 John Paul Wallington <jpw@gnu.org>
25188
25189 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
25190 this function can be called from `add-completions-from-tags-table'.
25191
25192 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
25193
25194 * calendar/timeclock.el (timeclock-use-display-time)
25195 (timeclock-day-over-hook, timeclock-workday-remaining)
25196 (timeclock-status-string, timeclock-when-to-leave)
25197 (timeclock-when-to-leave-string, timeclock-log-data)
25198 (timeclock-find-discrep, timeclock-day-base)
25199 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
25200 (timeclock-modeline-display): Set the variable
25201 `timeclock-modeline-display'.
25202 (timeclock-update-modeline): Doc fix. Respect value of
25203 `timeclock-relative'.
25204
25205 2003-07-09 Richard M. Stallman <rms@gnu.org>
25206
25207 * textmodes/reftex-parse.el (reftex-all-document-files):
25208 Add autoload cookie.
25209
25210 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
25211 (reftex-scanning-info-available-p): Add autoload cookie.
25212
25213 * international/mule-cmds.el
25214 (set-display-table-and-terminal-coding-system): Delete duplicate
25215 aset on standard-display-table.
25216
25217 * view.el (view-file): If existing buffer's major mode is special,
25218 don't go into view mode.
25219
25220 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
25221
25222 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25223
25224 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
25225 buffer changes; there's third party code that calls this function
25226 directly.
25227
25228 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25229
25230 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
25231 (autodoc-font-lock-keywords): Don't byte compile on font lock
25232 initialization when running from byte compiled files.
25233
25234 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
25235
25236 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
25237 statement ends with auto-increment "++".
25238
25239 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25240
25241 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25242 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25243 these are changed, so declare them as variables and not constants.
25244
25245 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
25246
25247 * subr.el (dolist, dotimes): Doc fix.
25248
25249 2003-07-08 Kim F. Storm <storm@cua.dk>
25250
25251 * international/mule-cmds.el
25252 (set-display-table-and-terminal-coding-system): Don't break
25253 bootstrap if standard-display-table isn't setup yet.
25254
25255 2003-07-07 Richard M. Stallman <rms@gnu.org>
25256
25257 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
25258 Give it a doc string, and autoload it.
25259
25260 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
25261 Use with-no-warnings.
25262
25263 * info.el (Info-search): If find invisible text, search again.
25264
25265 * isearch.el (search-whitespace-regexp): Add a shy group around it.
25266
25267 * man.el (Man-name-regexp): Match + as part of name.
25268
25269 * simple.el (visible-mode): Rename from vis-mode.
25270 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
25271
25272 * simple.el (current-word): New arg REALLY-WORD specifies
25273 don't include punctuation chars.
25274
25275 * emacs-lisp/debug.el (debug, debugger-env-macro):
25276 Use with-no-warnings while accessing and binding unread-command-char.
25277
25278 * international/mule-cmds.el
25279 (set-display-table-and-terminal-coding-system): Use explicit loop
25280 instead of calling standard-display-default.
25281
25282 * net/ange-ftp.el (ange-ftp-file-symlink-p):
25283 Use condition-case to catch error in ange-ftp-get-files.
25284
25285 * net/browse-url.el (browse-url-browser-function):
25286 Add alternative for Epiphany.
25287 (browse-url-epiphany-program, browse-url-epiphany-arguments)
25288 (browse-url-epiphany-startup-arguments)
25289 (browse-url-epiphany-new-window-is-tab): New variables.
25290 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
25291
25292 * progmodes/compile.el (compile-auto-highlight): Default now t.
25293 (compile): Doc fix.
25294 (compilation-next-error): Fix previous change.
25295
25296 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
25297
25298 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
25299
25300 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
25301
25302 * gdb-ui.el (gdb-source-info): Display current frame when
25303 attaching to an existing process.
25304 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
25305 while laying out windows when attaching to an existing process.
25306
25307 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
25308
25309 * info.el (Info-menu): Use Info-menu-entry-name-re.
25310
25311 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
25312
25313 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
25314 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
25315
25316 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
25317 to match the same text.
25318
25319 2003-07-06 John Paul Wallington <jpw@gnu.org>
25320
25321 * vc.el (vc-annotate-offset): Move defvar up.
25322
25323 2003-07-06 Kim F. Storm <storm@cua.dk>
25324
25325 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
25326 This should fix the infinite loop when extracting menu names.
25327
25328 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25329
25330 * files.el (auto-mode-alist, interpreter-mode-alist):
25331 Remove entries to CC Mode modes to avoid duplicates; they are now added
25332 with autoload directives in cc-mode.el.
25333
25334 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25335
25336 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25337 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25338 these are changed, so declare them as variables and not constants.
25339
25340 * progmodes/cc-mode.el: Fix some autoload problems: Try to
25341 ensure that the entry for ".c" extension comes before the one for
25342 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
25343 Fix incorrect entries that were added to `interpreter-mode-alist'.
25344 Move the autoload directives for AWK to the top level since they
25345 aren't recognized anywhere else. Do not use the new AWK mode doc
25346 in the autoload form for the old AWK mode.
25347
25348 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25349
25350 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
25351 (bibtex-sort-ignore-string-entries): Default value t.
25352 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
25353 erroneously in previous version.
25354 (bibtex-string-files): Docstring reflects new parsing scheme.
25355 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
25356 docstring, add # as one of the chars to crush
25357 (bibtex-autokey-prefix-string, bibtex-autokey-names)
25358 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
25359 (bibtex-autokey-name-change-strings)
25360 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
25361 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
25362 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
25363 (bibtex-autokey-title-terminators)
25364 (bibtex-autokey-titlewords-stretch)
25365 (bibtex-autokey-titleword-ignore)
25366 (bibtex-autokey-titleword-case-convert)
25367 (bibtex-autokey-titleword-abbrevs)
25368 (bibtex-autokey-titleword-abbrevs)
25369 (bibtex-autokey-titleword-change-strings)
25370 (bibtex-autokey-titleword-length)
25371 (bibtex-autokey-titleword-separator)
25372 (bibtex-autokey-name-year-separator)
25373 (bibtex-autokey-year-title-separator)
25374 (bibtex-autokey-before-presentation-function)
25375 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
25376 Fix docstring.
25377 (bibtex-strings, bibtex-reference-keys):
25378 Use lazy-completion-table and make-variable-buffer-local.
25379 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
25380 (bibtex-braced-string-syntax-table)
25381 (bibtex-quoted-string-syntax-table): New variables.
25382 (bibtex-parse-nested-braces): Remove.
25383 (bibtex-parse-field-string): Use syntax table and forward-sexp.
25384 (bibtex-parse-association): Simplify.
25385 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
25386 (bibtex-parse-field-text): Simplify.
25387 (bibtex-search-forward-field, bibtex-search-backward-field):
25388 argument BOUND can take value t.
25389 (bibtex-start-of-field, bibtex-start-of-name-in-field)
25390 (bibtex-end-of-name-in-field, bibtex-end-of-field)
25391 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25392 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
25393 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
25394 (bibtex-skip-to-valid-entry): Return buffer position of beginning
25395 and ending of entry. Update for changes of bibtex-search-entry.
25396 Simplify.
25397 (bibtex-map-entries): FUN is called with three arguments.
25398 (bibtex-search-entry): Return a cons pair with buffer positions of
25399 beginning and end of entry.
25400 (bibtex-enclosing-field): Simplify.
25401 (bibtex-format-entry): Use booktitle to set a missing title.
25402 (bibtex-autokey-get-names): Fiddle with regexps.
25403 (bibtex-generate-autokey): Use identity.
25404 (bibtex-parse-keys): Use simplified parsing algorithm if
25405 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
25406 arguments. Return alist of keys.
25407 (bibtex-parse-strings): Simplify. Return alist of strings.
25408 (bibtex-complete-string-cleanup): Fix docstring.
25409 (bibtex-read-key): New function.
25410 (bibtex-mode): Fix docstring. Do not parse for keys and
25411 strings when the mode is entered. Set fill-paragraph-function to
25412 bibtex-fill-field. Setup font-lock-mark-block-function the way
25413 font-lock intended.
25414 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
25415 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
25416 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
25417 (bibtex-Preamble): Avoid hard coded constants.
25418 (bibtex-make-field): Fix docstring. Simplify.
25419 (bibtex-beginning-of-entry): Always return new position of point.
25420 (bibtex-end-of-entry): Rearrange cond clauses.
25421 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
25422 Update for changes of bibtex-map-entries.
25423 (bibtex-ispell-abstract): Do not move point.
25424 (bibtex-entry-index): Use downcase. Simplify.
25425 (bibtex-lessp): Handle catch-all.
25426 (bibtex-find-crossref): Turn into a command.
25427 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
25428 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
25429 preamble entries.
25430 (bibtex-fill-field-bounds): New function.
25431 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
25432 (bibtex-fill-entry): Use bibtex-fill-field-bounds
25433 (bibtex-String): Use bibtex-strings. Always obey
25434 bibtex-sort-ignore-string-entries.
25435
25436 2003-07-05 John Paul Wallington <jpw@gnu.org>
25437
25438 * cus-theme.el (customize-create-theme):
25439 Call `customize-create-theme' in Reset widget's notify function.
25440
25441 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
25442 (ibuffer-mark-interactive): Use `or' instead of `unless'.
25443 (define-ibuffer-column name): Add summarizer.
25444 (define-ibuffer-column size): Likewise.
25445 (define-ibuffer-column filename): Likewise.
25446 (define-ibuffer-column process): Likewise. Change BODY's output too.
25447 (define-ibuffer-column filename-and-process): Likewise, likewise.
25448 (ibuffer): Remove local vars `already-in' and `need-update'.
25449
25450 * ibuf-ext.el: Don't require `derived' at compile-time.
25451
25452 2003-07-05 Kim F. Storm <storm@cua.dk>
25453
25454 * info.el: Disable paragraph refilling.
25455 (Info-refill-paragraphs): New defcustom.
25456 (Info-fontify-node): Use it.
25457
25458 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
25459
25460 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
25461 thingies from constructors created by defstruct.
25462
25463 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
25464 the default value of the variable.
25465 (byte-code-meter): Move declaration to top level.
25466
25467 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
25468
25469 * info.el (Info-following-node-name-re): New fun.
25470 (Info-following-node-name): Remove.
25471 (Info-insert-dir): Use the new fun.
25472 (Info-extract-pointer): Don't save restriction; use new fun.
25473 (Info-menu-entry-name-re): New const.
25474 (Info-menu-entry-name-re): Use it along with new fun.
25475 (Info-node-spec-re): Use new fun.
25476 (Info-complete-menu-item, Info-fontify-node): Use new const.
25477 (Info-goto-node, Info-follow-reference, Info-menu-update):
25478 Use match-string.
25479 (Info-follow-reference): Use assoc-string.
25480 Use a list of strings for the completion table.
25481 (Info-fontify-node): Use match-string, line-end-position.
25482 Limit the search for `node:' to the first line.
25483
25484 * newcomment.el (uncomment-region): Remove padding coming from
25485 comment-start rather than just from comment-padding.
25486
25487 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
25488 (vc-cvs-stay-local-p): Use vc-stay-local-p.
25489 (vc-cvs-rename-file): Remove (use the default).
25490 (vc-cvs-register): Register parent dir if needed.
25491 (vc-cvs-could-register): Return non-nil if parent can be registered.
25492 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
25493 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25494
25495 * vc-svn.el (vc-svn-use-edit): Make it into a const.
25496 (vc-svn-update): Fix the arguments to `svn'.
25497 (vc-svn-diff-tree): Just use `vc-svn-diff'.
25498 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25499 Simple implementations, assuming `name' is a URL.
25500
25501 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25502 set of chars allowed unquoted in a case pattern.
25503
25504 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25505
25506 * font-lock.el (font-lock-extra-types-widget)
25507 (c-font-lock-extra-types, c++-font-lock-extra-types)
25508 (objc-font-lock-extra-types, java-font-lock-extra-types)
25509 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25510 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25511 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25512 (font-lock-match-c++-structor-declaration)
25513 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25514 (c++-font-lock-keywords-3, c++-font-lock-keywords)
25515 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
25516 (objc-font-lock-keywords-3, objc-font-lock-keywords)
25517 (java-font-lock-keywords-1, java-font-lock-keywords-2)
25518 (java-font-lock-keywords-3, java-font-lock-keywords)
25519 (java-font-lock-syntactic-face-function): Remove obsolete code
25520 and constants. It's all in cc-fonts.el now.
25521
25522 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
25523
25524 * mail/sendmail.el (mail-specify-envelope-from)
25525 (mail-envelope-from): Doc fix.
25526
25527 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
25528
25529 * generic-x.el: Do away with the dependency on `c-emacs-features'
25530 when populating `rul-generic-mode-syntax-table'; we already know
25531 this isn't XEmacs.
25532
25533 See ChangeLog.10 for earlier changes.
25534
25535 ;; Local Variables:
25536 ;; coding: iso-2022-7bit
25537 ;; End:
25538
25539 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
25540 Copying and distribution of this file, with or without modification,
25541 are permitted provided the copyright notice and this notice are preserved.
25542
25543 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1