8a49d97b0048fd752af3a8fc40f3a1514fe8d5c5
[bpt/emacs.git] / lisp / ChangeLog
1 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2
3 * cus-start.el (minibuffer-prompt-properties): Correct typo.
4
5 2005-08-18 Kim F. Storm <storm@cua.dk>
6
7 * scroll-lock.el: Fix errors due to incorrect line wrapping.
8
9 2005-08-18 Richard M. Stallman <rms@gnu.org>
10
11 * scroll-lock.el: New file.
12
13 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14
15 * dired.el (dired-move-to-end-of-filename):
16 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
17
18 2005-08-18 Kim F. Storm <storm@cua.dk>
19
20 * ido.el (ido-everywhere): Fix defcustom :set function to disable
21 rather than toggle mode when custom value is nil.
22 (ido-everywhere): Fix defun doc string.
23
24 2005-08-17 Richard M. Stallman <rms@gnu.org>
25
26 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
27 as tag instead of "Inviolable".
28
29 2005-08-17 Kim F. Storm <storm@cua.dk>
30
31 * windmove.el (windmove-coordinates-of-position): Remove.
32 (windmove-coordinates-of-window-position): Remove.
33 (windmove-reference-loc): Use posn-at-point instead.
34
35 * subr.el (insert-for-yank-1): Doc fix.
36
37 * ido.el (ido-enter-matching-directory): Rename from
38 ido-enter-single-matching-directory. Change 'slash choice to
39 'only. Add 'first choice.
40 (ido-exhibit): Adapt to above changes.
41
42 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
43
44 * Makefile.in: Expand comment about building loaddefs.el.
45
46 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
47
48 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
49 Comment use of defadvice.
50
51 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
52
53 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
54
55 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
56 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
57 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
58 * progmodes/idlw-shell.el, progmodes/ld-script.el,
59 * progmodes/which-func.el, ruler-mode.el, strokes.el,
60 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
61 for backward compatibility for faces that did not appear in the
62 previous Emacs release.
63
64 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
65
66 2005-08-15 Kim F. Storm <storm@cua.dk>
67
68 * emulation/cua-base.el (cua-delete-region): Return t if
69 deleted region was non-empty.
70 (cua-replace-region): Inhibit overwrite-mode for
71 self-insert-command if replaced region was non-empty.
72 (cua--explicit-region-start, cua--status-string): Make them
73 buffer-local at top-level...
74 (cua-mode): ...rather than when mode is enabled.
75
76 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
77
78 * progmodes/vhdl-mode.el (vhdl-emacs-21):
79 Set t for Emacs 21, 22, and so on.
80
81 2005-08-15 David Ponce <david@dponce.com>
82
83 * tree-widget.el Update Commentary header.
84 (tree-widget-theme): Doc fix.
85 (tree-widget-space-width): New option.
86 (tree-widget-image-properties): Look up in the default theme too.
87 (tree-widget--cursors): Only for images with arrow pointer shape.
88 (tree-widget-lookup-image): Pointer shape is hand by default.
89 (tree-widget-icon): Generic icon widget renamed from
90 `tree-widget-control'.
91 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
92 derive from `tree-widget-icon'.
93 (tree-widget-handle): Improve default look and feel of the text
94 representation.
95 (tree-widget): Rename :*-control properties to :*-icon properties.
96 Add :action and :help-echo properties.
97 (tree-widget-after-toggle-functions): Move.
98 (tree-widget-close-node, tree-widget-open-node): Remove.
99 (tree-widget-before-create-icon-functions): New hook.
100 (tree-widget-value-create): Update to allow customization of icons
101 and nodes at run-time via that new hook.
102 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
103 (tree-widget-icon-action, tree-widget-icon-help-echo)
104 (tree-widget-action, tree-widget-help-echo): New functions.
105
106 2005-08-15 Kim F. Storm <storm@cua.dk>
107
108 * ido.el (ido-buffer-internal): Use with-no-warnings.
109 (ido-make-merged-file-list): Use while-no-input.
110
111 2005-08-15 Richard M. Stallman <rms@gnu.org>
112
113 * textmodes/flyspell.el (flyspell-large-region): Fix doc and custom type.
114 (flyspell-mark-duplications-flag): Doc fix.
115
116 2005-08-14 Richard M. Stallman <rms@gnu.org>
117
118 * files.el (interpreter-mode-alist): Doc fix.
119
120 * mail/rmail.el (rmail-nonignored-headers): New variable.
121 (rmail-clear-headers): Use it.
122 (rmail-reply): Better handling of mail-followup-to header.
123
124 * progmodes/sh-script.el (sh-font-lock-keywords-var): Variable
125 renamed from sh-font-lock-keywords. In the `shell' entry, don't
126 try to refer to executable-font-lock-keywords.
127 (sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1.
128 (sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2.
129 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
130 (sh-mode): Set comment-start-skip, local-abbrev-table,
131 imenu-case-fold-search.
132 (sh-set-shell): Don't set them here.
133 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
134 Don't cache the results in the original alist; don't ever modify
135 that alist.
136
137 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
138
139 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
140 empty.
141
142 2005-08-15 Andreas Schwab <schwab@suse.de>
143
144 * desktop.el: Put autoload cookie at risky-local-variable
145 declarations.
146
147 * dired.el, info.el, mail/rmail.el: Revert last change.
148
149 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
150
151 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
152 modification in `eval-after-load' form.
153 * info.el: Likewise.
154 * mail/rmail.el: Likewise.
155
156 2005-08-14 Juri Linkov <juri@jurta.org>
157
158 * progmodes/compile.el (compilation-mode-font-lock-keywords):
159 Remove highlighting of "Compilation started". Highlight only
160 the word "finished" in "Compilation finished". Add highlighting
161 of "interrupt", "killed", "terminated" and the exit code.
162 (compilation-start): Add newline after header. Use exactly the
163 same time stamp format as the finishing message.
164 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
165
166 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
167 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
168 Add highlighting of "interrupt", "killed", "terminated".
169
170 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
171 enabled and the current command is self-insert-command, call it
172 explicitly with overwrite-mode bound to nil, to not allow it
173 to delete the character after the selected region.
174
175 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
176
177 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
178 move-end-of-line, end-of-line, and beginning-of-line to the list
179 of commands after which the echo area is updated.
180
181 2005-08-12 Eli Zaretskii <eliz@gnu.org>
182
183 * cus-edit.el (custom-save-all, custom-save-delete): Bind
184 recentf-exclude to exclude custom-file.
185
186 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
187
188 * mail/rmailsum.el (rmail-summary-end-of-message): New command
189 to go to the bottom of the mail message. Added to
190 `rmail-summary-mode-map' with key "/".
191 (rmail-summary-show-message): New (internal) function for use by
192 both `rmail-summary-beginning/end-of-message'.
193 (rmail-summary-beginning-of-message): Changed to use
194 rmail-summary-show-message.
195
196 * mail/rmail.el (rmail-end-of-message): New command to go to the
197 end of the current message. Added to `rmail-mode-map' with key "/".
198 (rmail-beginning-of-message): Fixed to work as documented.
199 (rmail-mode): Change documentation.
200
201 * progmodes/compile.el (compilation-start): Add the line
202 "Compilation started" with compilation start time.
203 (compilation-mode-font-lock-keywords): Add `started' to keywords.
204
205 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
206
207 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
208 of menu items.
209
210 2005-08-11 Richard M. Stallman <rms@gnu.org>
211
212 * simple.el (pop-global-mark): Reverse test of widen-automatically.
213
214 * battery.el (battery-status-function): Don't use ignore-errors.
215
216 2005-08-11 Lute Kamstra <lute@gnu.org>
217
218 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
219 define-obsolete-variable-alias.
220
221 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
224 (ange-ftp-send-cmd): Revert last change, and expand
225 the comment explaining the problem.
226
227 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
228
229 * ldefs-boot.el: Update.
230
231 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
232 item to "Time, Load and Mail". Change help echo text.
233
234 * time.el (display-time-use-mail-icon, display-time-format)
235 (display-time-string-forms): Shorten first line of docstrings.
236
237 2005-08-10 Lars Hansen <larsh@soem.dk>
238
239 * desktop.el (desktop-buffer-mode-handlers):
240 Make non-customizable. Add autoload cookie. Change initial value to
241 nil; add elements in respective modules instead. Fix doc string.
242 (desktop-load-file): New function.
243 (desktop-minor-mode-handlers): New autoloaded variable.
244 (desktop-create-buffer): Call minor mode handlers.
245 Use desktop-load-file to load major and minor mode modules prior to
246 checking for a handler.
247 (desktop-save): Don't add nil to desktop-minor-modes for minor
248 modes with nil function in desktop-minor-mode-table. Don't delete
249 desktop file before rewriting it.
250 (desktop-locals-to-save): Add autoload cookie. Don't make
251 automatically buffer-local. Add variables column-number-mode,
252 size-indication-mode, indent-tabs-mode,
253 indicate-buffer-boundaries, indicate-empty-lines and
254 show-trailing-whitespace.
255 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
256 regexps. Don't use desktop-clear-preserve-buffers-regexp.
257 (desktop-clear-preserve-buffers-regexp): Delete.
258 (desktop-clear-preserve-buffers): Update initial value and docstring.
259 (desktop-save-buffer): Fix doc string.
260
261 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
262 (hilit-chg-desktop-restore): New function.
263 (highlight-changes-mode): Add highlight-changes-mode to
264 desktop-locals-to-save.
265
266 * dired.el: Add handler to desktop-buffer-mode-handlers.
267 (dired-restore-desktop-buffer): Remove autoload cookie.
268 (dired-mode): Add autoload cookie.
269
270 * info.el: Add handler to desktop-buffer-mode-handlers.
271 (Info-restore-desktop-buffer): Remove autoload cookie.
272 (Info-mode): Add autoload cookie.
273
274 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
275 (mh-restore-desktop-buffer): Remove autoload cookie.
276 (mh-folder-mode): Add autoload cookie.
277
278 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
279 (rmail-restore-desktop-buffer): Remove autoload cookie.
280
281 2005-08-11 Masatake YAMATO <jet@gyve.org>
282
283 * hexl.el (hexl-address-region):
284 (hexl-ascii-region, hexl-font-lock-keywords):
285 (hexl-highlight-line-range): Use the term "region"
286 instead of "area" for consistency with the other symbols
287 defined in hexl.el.
288
289 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
290
291 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
292 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
293 out by Juri Linkov). Add `display-battery-mode'.
294
295 2005-08-09 Juri Linkov <juri@jurta.org>
296
297 * progmodes/compile.el (compilation-mode-font-lock-keywords):
298 Remove `-text' from face variable names.
299 (compilation-error-file-name, compilation-warning-file-name)
300 (compilation-info-file-name): Delete faces.
301 (compilation-line-number, compilation-column-number):
302 Remove face underlining.
303 (compilation-message-face): Set to `underline' value by default.
304 (compilation-error-face, compilation-warning-face)
305 (compilation-info-face): Remove `-file-name' from face names.
306 (compilation-error-text-face, compilation-warning-text-face)
307 (compilation-info-text-face): Delete face variables.
308 (compilation-text-face): Delete function.
309
310 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of
311 `[^:\n]+'.
312 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
313 (grep-error-face): Set to `compilation-error' instead of
314 `compilation-error-face' (which is redefined to `grep-hit-face' in
315 grep buffers).
316 (grep-mode-font-lock-keywords): Remove `-text' from face variable
317 names. Use `grep-error-face' instead of
318 `compilation-error-text-face'.
319
320 * dired-aux.el (dired-do-query-replace-regexp):
321 Use `query-replace-read-args'.
322
323 * replace.el (query-replace-read-from, query-replace-read-to)
324 (query-replace-read-args): Rename arg `string' to `prompt'.
325
326 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
327
328 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
329
330 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
331 uploading files.
332 (ange-ftp-canonize-filename): Handle file names beginning with ~
333 correctly.
334
335 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
336
337 * textmodes/fill.el (canonically-space-region)
338 (fill-context-prefix, fill-french-nobreak-p)
339 (fill-delete-newlines, fill-comment-paragraph)
340 (justify-current-line): "?\ " -> "?\s".
341
342 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
343
344 * textmodes/fill.el (fill-nonuniform-paragraphs):
345 Improve argument/docstring consistency.
346
347 2005-08-09 Richard M. Stallman <rms@gnu.org>
348
349 * textmodes/ispell.el (ispell-word): More fboundp checks.
350
351 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
352 (find-file-noselect-1): Call it here, only if RAWFILE.
353 (normal-mode): Always set some major mode.
354 (save-some-buffers-action-alist): Change some explanation strings.
355 (file-name-non-special): In the `quote' method, use unwind-protect.
356
357 2005-08-09 Magnus Henoch <mange@freemail.hu>
358
359 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
360 (ispell-have-aspell-dictionaries): New variable.
361 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
362 (ispell-get-aspell-config-value): New function.
363 (ispell-aspell-find-dictionary): New function.
364 (ispell-aspell-add-aliases): New function.
365 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
366 appropriate. Don't look for ispell dictionaries if we use aspell.
367 (ispell-menu-map): Don't build a submenu of dictionaries.
368
369 2005-08-09 Richard M. Stallman <rms@gnu.org>
370
371 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
372 (sql-read-passwd): Use read-passwd.
373
374 * progmodes/idlw-toolbar.el (idlwave-toolbar)
375 (idlwave-toolbar-is-possible): Add defvars.
376
377 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
378 Avoid warnings.
379
380 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
381 (idlwave-system-class-info, idlwave-executive-commands-alist):
382 Use defvar.
383
384 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
385
386 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
387 Avoid warnings.
388
389 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
390 and content-type: headers.
391
392 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
393
394 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
395 and rename some of them to be more self-explanatory.
396
397 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
398
399 * startup.el (command-line-1): Implement -scriptload.
400
401 * replace.el (occur-engine): Initial *Occur* output not undoable.
402
403 * menu-bar.el (menu-bar-file-menu): Rename some menu items
404 and improve help strings.
405
406 * isearch.el (isearch-repeat): When changing direction,
407 mark search successful.
408
409 * ediff-init.el: Use (featurep 'xemacs).
410
411 * comint.el (send-invisible): Identify buffer, if not selected.
412
413 * align.el: Delete autoload for c-guess-basic-syntax.
414
415 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
416
417 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
418 Improve argument/docstring consistency. Doc fixes.
419 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
420 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
421 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
422 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
423 (r2bv-organization, r2bv-pages, r2bv-primary-author)
424 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
425 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
426 Defvar at compile time.
427
428 2005-08-09 Juri Linkov <juri@jurta.org>
429
430 * info.el: Replace `info' with upper-case `Info' where appropriate.
431 (info-title-1, info-title-2, info-title-3, info-title-4)
432 (info-menu-header): Move up face definitions.
433 (info-menu-star): Rename from `info-menu-5'.
434 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
435 (Info-fontify-visited-nodes): Fix docstring.
436 (Info-hide-note-references): Fix docstring.
437 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
438 menu items in the same way as on cross-references.
439 (info-apropos): Fix sorting order and formatting to be like in the
440 stand-alone Info browser. Display error messages for 1 sec.
441 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
442 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
443 from the menu bar.
444 (Info-insert-dir): Restore point after calling
445 `insert-buffer-substring'.
446
447 2005-08-08 Richard M. Stallman <rms@gnu.org>
448
449 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
450 (recompute-lucid-menubar): Add defvars.
451
452 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
453
454 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
455
456 * net/net-utils.el (run-dig): Rename from `dig'.
457
458 * play/gametree.el (gametree-mode): Use make-local-variable,
459 not make-variable-buffer-local.
460
461 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
462
463 * ansi-color.el (ansi-color-make-extent)
464 (ansi-color-set-extent-face): Use fboundp, not functionp.
465
466 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
467 not make-variable-buffer-local.
468
469 * bookmark.el (Info-current-file): Add defvar.
470 (bookmark-jump-noselect): Use with-no-warnings.
471
472 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
473
474 * ebuff-menu.el (Helper-return-blurb): Add defvar.
475
476 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
477
478 * find-file.el (ada-procedure-start-regexp)
479 (ada-package-start-regexp): Add defvars.
480
481 * info.el (Info-insert-dir): Use insert-buffer-substring.
482
483 * xml.el (xml-att-def-re): Add defvar.
484
485 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
486 calling convention.
487
488 * subr.el (while-no-input): Return t if there is input.
489
490 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
491
492 * cus-start.el (all): Add `overflow-newline-into-fringe'.
493
494 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
495
496 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
497 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
498
499 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
500
501 * cmuscheme.el (scheme-start-file): Replace reference to
502 `user-emacs-directory' by "~/.emacs.d/".
503
504 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
505
506 * info.el (Info-dir-remove-duplicates): Avoid case folding
507 in loop; instead, keep downcased strings for comparison.
508 Suggested by Helmut Eller.
509
510 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
511
512 Sync with Tramp 2.0.50.
513
514 * tramp.el: Remove defvar of `last-coding-system-used' in the
515 XEmacs case; not necessary anymore.
516 (tramp-user-regexp): Allow "@" as part of user name.
517 (tramp-handle-set-visited-file-modtime)
518 (tramp-handle-insert-file-contents)
519 (tramp-handle-write-region): No special handling for
520 `last-coding-system-used, because this is done in
521 `tramp-accept-process-output' now.
522 (tramp-accept-process-output): New defun.
523 (tramp-process-one-action, tramp-process-one-multi-action)
524 (tramp-wait-for-regexp, tramp-wait-for-output)
525 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
526 Howells <dhowells@redhat.com>.
527 (clear-visited-file-modtime): Defadvice removed. The check for
528 unset buffer's modtime does not need to be based on
529 `tramp-buffer-file-attributes'. Suggested by RMS.
530 (tramp-message): Insert "\n" if not being at beginning of line.
531 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
532 sequence with same logic.
533 (tramp-completion-handle-expand-file-name): Discard call of
534 `tramp-drop-volume-letter'. It is not necessary, and there have
535 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
536 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
537 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
538 should always be visible.
539 (tramp-handle-insert-directory, tramp-setup-complete)
540 (tramp-set-process-query-on-exit-flag)
541 (tramp-append-tramp-buffers): Pacify byte-compiler.
542 (tramp-bug): Delete non-existing variables from list.
543 Apply `tramp-load-report-modules' as pre-hook.
544 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
545 `shell-prompt-pattern' because of non-7bit characters.
546 Reported by Sebastian Luque <sluque@mun.ca>.
547 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
548 (tramp-match-string-list): Remove function.
549 (tramp-wait-for-regexp): Remove call of that function.
550 Suggested by Kim F. Storm <storm@cua.dk>.
551 (tramp-set-auto-save-file-modes): Use octal integer code #o600
552 instead of octal character code ?\600. The latter resulted in a
553 syntax error with XEmacs.
554
555 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
556 XEmacs case; not necessary anymore.
557 (tramp-smb-handle-write-region): No special handling for
558 `last-coding-system-used, because this is done in
559 `tramp-accept-process-output' now.
560 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
561
562 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
563
564 * wid-edit.el (widget-choice-value-create): Unconditionally
565 respect user choice. Set :explicit-choice back to nil when no
566 longer needed.
567 (widget-choice-action): Unconditionally respect user choice.
568 Eliminate :explicit-choice-value.
569
570 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
571
572 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
573 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
574 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
575 running new function `toggle-indicate-empty-lines'.
576 Rename "Customize" item to "Customize fringe".
577 Rename "Indicators" item to "Buffer boundaries" and change help echo.
578 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
579 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
580 Delete "Empty lines only" item.
581 (menu-bar-showhide-fringe-ind-customize): New function.
582 (menu-bar-showhide-fringe-ind-mixed)
583 (menu-bar-showhide-fringe-ind-box)
584 (menu-bar-showhide-fringe-ind-right)
585 (menu-bar-showhide-fringe-ind-left)
586 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
587 instead of `fringe-indicators'.
588
589 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
590
591 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
592 Change the date of last update.
593
594 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
595
596 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
597 (viper-exec-yank, viper-put-back): Don't display modification msg
598 if in the minibuffer.
599
600 * viper-init.el (viper-replace-overlay-cursor-color)
601 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
602 Make variables frame local.
603
604 * viper-util.el (viper-append-filter-alist): Use append instead of
605 nconc.
606
607 * viper.el (viper-vi-state-mode-list)
608 (viper-emacs-state-mode-list): Move help-mode and
609 completion-list-mode from the first list to the second.
610 (viper-mode): Docstring.
611 (viper-go-away, viper-non-hook-settings): Don't localize
612 minor-mode-alist in newer Emacsen. Add advice to
613 set-cursor-color. Don't bind "\C-c\\".
614
615 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
616
617 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
618 (scheme-macro-expand-command): New user options.
619 (scheme-trace-procedure, scheme-expand-current-form): New commands.
620 (scheme-form-at-point, scheme-start-file)
621 (scheme-interactively-start-process): New functions.
622 (scheme-get-process): New function, extracted from `scheme-proc'.
623 (run-scheme): Call `scheme-start-file' to get start file, and pass
624 it to `make-comint'.
625 (switch-to-scheme, scheme-proc):
626 Call `scheme-interactively-start-process' if no Scheme buffer/process
627 is available.
628
629 2005-08-06 Juri Linkov <juri@jurta.org>
630
631 * progmodes/compile.el (compilation-mode-font-lock-keywords):
632 Use `compilation-text-face', `compilation-info-text-face' and
633 `compilation-error-text-face' instead of `font-lock-keyword-face'.
634 (compilation-error): New face.
635 (compilation-error-file-name): Inherit from
636 `compilation-error' instead of `font-lock-warning-face'.
637 (compilation-warning-file-name): Inherit from
638 `compilation-warning' instead of `font-lock-warning-face'.
639 (compilation-info, compilation-error-file-name)
640 (compilation-warning-file-name, compilation-info-file-name)
641 (compilation-line-number, compilation-column-number): Doc fix.
642 (compilation-error-text-face, compilation-warning-text-face)
643 (compilation-info-text-face): New face variables.
644 (compilation-line-face, compilation-column-face)
645 (compilation-enter-directory-face)
646 (compilation-leave-directory-face): Doc fix.
647 (compilation-text-face): New function.
648
649 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
650 instead of 1 to display binary file names as info file links.
651 (grep-error-face): Use `compilation-error-face' instead of
652 `font-lock-keyword-face'.
653 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
654 and `compilation-warning-text-face' instead of
655 `font-lock-keyword-face'. Use `compilation-error-text-face'
656 instead of `grep-error-face'.
657
658 2005-08-05 Kenichi Handa <handa@m17n.org>
659
660 * international/code-pages.el: Add autoload cookies for all coding
661 systems.
662
663 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
664
665 * cus-start.el (all): Put undo.c where it alphabetically belongs.
666
667 2005-08-04 Juri Linkov <juri@jurta.org>
668
669 * progmodes/compile.el (compilation-mode-map):
670 * progmodes/grep.el (grep-mode-map):
671 Bind TAB to `compilation-next-error' and [backtab] to
672 `compilation-previous-error'.
673
674 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
675 matching line numbers, column numbers and their ranges with regexp
676 matching only line numbers.
677 (grep-context-face): New face variable.
678 (grep-mode-font-lock-keywords): Use it.
679
680 * faces.el (read-face-name): Delete duplicate faces.
681
682 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
683
684 * thumbs.el (thumbs-find-image): Don't make variables
685 automatically buffer local.
686 (thumbs-current-tmp-filename, thumbs-current-image-filename)
687 (thumbs-image-num): Make automatically buffer local.
688 (thumbs-show-thumbs-list): Use `make-local-variable', not
689 `make-variable-buffer-local'.
690 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
691
692 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
693 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
694 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
695 (bother, bye, canyou, chatlst, continue, deathlst, describe)
696 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
697 (feelings-about, foullst, found, hello, history, howareyoulst)
698 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
699 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
700 (neglst, obj, object, owner, please, problems, qlist)
701 (random-adjective, relation, remlst, repetitive-shortness)
702 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
703 (shortlst, something, sportslst, stallmanlst, states, subj)
704 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
705 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
706 Defvar at compile time.
707
708 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
709 not `make-variable-buffer-local'.
710
711 2005-08-02 Kim F. Storm <storm@cua.dk>
712
713 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
714 rectangle overlay in selected window.
715
716 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
717
718 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
719 instead of display group. Make `indicate-buffer-boundaries'
720 customizable through Custom.
721
722 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
723
724 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
725 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
726 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
727 (gdb-put-string): Fix typos in docstrings.
728
729 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
730
731 Update copyright notices of files in progmodes directory for
732 release of Emacs 22.1.
733
734 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
735
736 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
737 Don't barf if the GUD buffer has been killed.
738
739 2005-08-01 Kim F. Storm <storm@cua.dk>
740
741 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
742
743 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
746 (byte-compile-form-make-variable-buffer-local): New functions to warn
747 about misuses of make-variable-buffer-local where make-local-variable
748 was meant.
749
750 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
751
752 * bs.el (bs-attributes-list): Doc fix.
753 (bs): Update url-link.
754
755 * desktop.el (desktop-save-buffer): Fix typos in docstring.
756 (desktop-load-default): Simplify.
757
758 * ibuffer.el (ibuffer-columnize-and-insert-list)
759 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
760 (ibuffer-unmark-all, ibuffer-toggle-marks)
761 (ibuffer-unmark-forward, ibuffer-unmark-backward)
762 (ibuffer-compile-make-format-form, ibuffer-format-column)
763 (ibuffer-current-buffers-with-marks)
764 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
765 (ibuffer): Doc fix.
766 (ibuffer-mode): Fix typo in docstring.
767 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
768 with `define-obsolete-variable-alias'.
769 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
770
771 2005-07-29 Kenichi Handa <handa@m17n.org>
772
773 * international/mule-cmds.el (select-message-coding-system):
774 Be sure to use LF for end-of-line. If no coding system is decided,
775 return iso-8859-1-unix.
776
777 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
780 (ange-ftp-pending-error-line): New vars.
781 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
782 to handle the non-fatal no-route-to-host messages.
783 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
784
785 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
786
787 * isearch.el (isearch-mode-map, isearch-other-meta-char)
788 (isearch-quote-char, isearch-printing-char)
789 (isearch-text-char-description): "?\ " -> "?\s".
790 (isearch-lazy-highlight-cleanup)
791 (isearch-lazy-highlight-initial-delay)
792 (isearch-lazy-highlight-interval)
793 (isearch-lazy-highlight-max-at-a-time)
794 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
795 Declare with define-obsolete-*-alias macros.
796 (isearch-forward): Fix typo in docstring.
797 (search-invisible, search-ring-yank-pointer)
798 (regexp-search-ring-yank-pointer): Doc fixes.
799
800 * recentf.el (recentf-menu-append-commands-p): Declare with
801 `define-obsolete-variable-alias'.
802 (recentf-max-saved-items, recentf-menu-filter)
803 (recentf-arrange-by-rule-subfilter): Doc fixes.
804 (recentf-menu-append-commands-flag)
805 (recentf-initialize-file-name-history, recentf-expand-file-name)
806 (recentf-clear-data): Fix typos in docstrings.
807
808 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
809
810 * progmodes/gdb-ui.el: Smarten comments.
811 (gdb-info-breakpoints-custom): Use nowarn when finding file.
812
813 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
814
815 * term/apollo.el (terminal-init-apollo): New function containing
816 all former top level forms in the file.
817 * term/bobcat.el (terminal-init-bobcat):
818 * term/cygwin.el (terminal-init-cygwin):
819 * term/iris-ansi.el (terminal-init-iris-ansi):
820 * term/linux.el (terminal-init-linux):
821 * term/news.el (terminal-init-news):
822 * term/rxvt.el (terminal-init-rxvt):
823 * term/sun.el (terminal-init-sun):
824 * term/tvi970.el (terminal-init-tvi970):
825 * term/vt100.el (terminal-init-vt100):
826 * term/vt102.el (terminal-init-vt102):
827 * term/vt125.el (terminal-init-vt125):
828 * term/vt200.el (terminal-init-vt200):
829 * term/vt201.el (terminal-init-vt201):
830 * term/vt220.el (terminal-init-vt220):
831 * term/vt240.el (terminal-init-vt240):
832 * term/vt300.el (terminal-init-vt300):
833 * term/vt320.el (terminal-init-vt320):
834 * term/vt400.el (terminal-init-vt400):
835 * term/vt420.el (terminal-init-vt420):
836 * term/wyse50.el (terminal-init-wyse50):
837 * term/xterm.el (terminal-init-xterm): Likewise.
838
839 * term/README: Describe the terminal-init-* functionality.
840
841 * startup.el (command-line): After loading the terminal initialization
842 file call the corresponding terminal initialization function.
843
844 2005-07-27 Kenichi Handa <handa@m17n.org>
845
846 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
847 negative.
848
849 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
850 (ps-mule-composition-prologue): Fix for the case that
851 RelativeCompose is false.
852
853 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
854
855 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
856
857 * descr-text.el (describe-char): Handle the case where the list of
858 chars is displayed in a separate frame.
859 Be a bit more discriminating when looking for the char.
860
861 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
862
863 * bookmark.el (bookmark-automatically-show-annotations)
864 (bookmark-read-annotation-text-func): Doc fixes.
865 (bookmark-save): Improve argument/docstring consistency.
866 (bookmark-get-bookmark, bookmark-get-bookmark-record)
867 (bookmark-alist-from-buffer)
868 (bookmark-upgrade-file-format-from-0)
869 (bookmark-grok-file-format-version)
870 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
871 (bookmark-read-annotation-mode)
872 (bookmark-insert-current-bookmark, bookmark-jump)
873 (bookmark-exit-hook): Fix typos in docstrings.
874 (bookmark-exit-hooks): Define as obsolete alias.
875 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
876 not `bookmark-exit-hooks'. Fix docstring.
877 (bookmark-bmenu-select): "?\ " -> "?\s".
878
879 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
880
881 * startup.el (command-line): Fix typo.
882
883 2005-07-24 Richard M. Stallman <rms@gnu.org>
884
885 * tooltip.el (tooltip-mode): Test emacs-basic-display,
886 not emacs-quick-startup.
887
888 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
889
890 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
891 (reb-next-match, reb-show-subexp): Use `with-selected-window'
892 instead of `reb-with-current-window'.
893 (reb-prev-match): Likewise. Also, don't move left if the search
894 was unsuccessful.
895 (reb-initialize-buffer): New function.
896 (re-builder, reb-change-syntax): Use it.
897
898 * man.el (Man-goto-page): Make second argument NOERROR optional.
899
900 2005-07-23 Richard M. Stallman <rms@gnu.org>
901
902 * man.el (Man-bgproc-sentinel): Check here for failure to find
903 any man page in the output, and report the error here.
904 (Man-arguments): Make it permanent local.
905 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
906 (Man-mode): Pass t for NOERROR.
907
908 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
909 (grep-mode-font-lock-keywords):
910 Don't use compilation-...-face for messages that are not file names.
911
912 * progmodes/compile.el (compilation-mode-font-lock-keywords):
913 Don't use compilation-...-face for messages that are not file names.
914
915 2005-07-22 Juri Linkov <juri@jurta.org>
916
917 * startup.el (normal-splash-screen): Update menu name.
918
919 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
920
921 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
922
923 * term/xterm.el: Load term/rxvt if the terminal is actually an
924 rxvt terminal.
925 (xterm-rxvt-set-background-mode): Remove, not used anymore.
926
927 * term/rxvt.el (function-key-map): Use substitute-key-definition
928 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
929
930 * term/cygwin.el: New file.
931
932 2005-07-22 Kim F. Storm <storm@cua.dk>
933
934 * image-file.el (insert-image-file, image-file-yank-handler):
935 Fix last change to maintain a (unique) yank-handler on yanked images.
936
937 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
938
939 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
940 of the file size (as in "177B" for 177 bytes). This happens with
941 "ls -lh" on FreeBSD.
942
943 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
944
945 * hilit-chg.el (highlight-changes-global-initial-state)
946 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
947 (hilit-chg-fixup, highlight-changes-mode):
948 Fix typos in docstrings.
949 (highlight-changes-global-modes, highlight-changes-rotate-faces):
950 Doc fixes.
951
952 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
953
954 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
955 mode function using `eval-after-load'.
956
957 2005-07-21 Kim F. Storm <storm@cua.dk>
958
959 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
960 included when reporting an emacs crash, and tell about the DEBUG file.
961
962 * image-file.el (insert-image-file): Add yank-handler.
963 (image-file-yank-handler): Yank handler to make unique copies of
964 images when they are yanked into a buffer next to each other.
965
966 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
967
968 * comint.el (comint-use-prompt-regexp, comint-send-input)
969 (comint-source-default, comint-extract-string)
970 (comint-get-source, comint-word, comint-completion)
971 (comint-source, comint-prompt-read-only, comint-update-fence):
972 Fix typos in docstrings.
973 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
974 Declare with define-obsolete-*-alias macros.
975 (comint-previous-matching-input-from-input)
976 (comint-next-matching-input-from-input)
977 (comint-previous-matching-input, comint-next-matching-input)
978 (comint-forward-matching-input):
979 Improve argument/docstring consistency.
980
981 * desktop.el (desktop-clear-preserve-buffers-regexp):
982 Also preserve the *server* buffer.
983
984 * simple.el (clone-indirect-buffer): Doc fix.
985 (fixup-whitespace, just-one-space)
986 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
987 (next-error, next-error-highlight)
988 (next-error-highlight-no-select, next-error-last-buffer)
989 (next-error-buffer-p, next-error-find-buffer, next-error)
990 (previous-error, next-error-no-select, previous-error-no-select)
991 (open-line, split-line, minibuffer-prompt-width, kill-new)
992 (binary-overwrite-mode): Fix typos in docstrings.
993 (set-fill-column): Fix typo in message.
994
995 * skeleton.el (skeleton-proxy-new): Doc fix.
996
997 * strokes.el (strokes-load-hook): Doc fix.
998 (strokes-grid-resolution, strokes-get-grid-position)
999 (strokes-renormalize-to-grid, strokes-read-stroke)
1000 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1001 (strokes-global-map): Fix typos in docstrings.
1002 (strokes-help): Doc fix. Fix help message and pass it through
1003 `substitute-command-keys'.
1004
1005 * tempo.el (tempo-insert-prompt, tempo-interactive)
1006 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1007 (tempo-insert-string-functions, tempo-local-tags)
1008 (tempo-define-template, tempo-insert-template)
1009 (tempo-insert-prompt-compat, tempo-is-user-element)
1010 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1011 Fix typos in docstrings.
1012
1013 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1014 (vcursor-key-bindings, vcursor-use-vcursor-map)
1015 (vcursor-find-window, vcursor-scroll-down)
1016 (vcursor-disable, vcursor-beginning-of-buffer)
1017 (vcursor-end-of-buffer): Fix typos in docstrings.
1018 (vcursor-relative-move, vcursor-get-char-count):
1019 Improve argument/docstring consistency.
1020
1021 * version.el: "?\ " -> "?\s".
1022
1023 * wid-edit.el (widget-default-create, widget-after-change)
1024 (widget-default-format-handler, widget-checklist-add-item)
1025 (widget-radio-add-item, widget-choose, widget-specify-secret)
1026 (widget-field-value-create, widget-field-value-get)
1027 (widget-editable-list-format-handler)
1028 (widget-editable-list-entry-create, widget-group-value-create)
1029 (widget-documentation-link-add)
1030 (widget-documentation-string-value-create): "?\ " -> "?\s".
1031 (widget-convert-text): Doc fix.
1032 (widget-narrow-to-field, widget-field-find)
1033 (widget-url-link-action, widget-emacs-library-link-action)
1034 (widget-color-notify): Fix typos in docstrings.
1035
1036 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
1037 (x-select-text, set-w32-system-coding-system)
1038 (w32-add-charset-info): Fix typos in docstrings.
1039
1040 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
1041 (cua-enable-cua-keys, cua-use-hyper-key)
1042 (cua-virtual-rectangle-edges): Fix typos in docstrings.
1043 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
1044
1045 * net/tramp.el (tramp-handle-load): Fix typo in error message.
1046
1047 * emacs-lisp/re-builder.el (regexp-builder): Declare with
1048 `defalias' instead of faking it.
1049
1050 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
1051 (eshell-ls-missing, eshell-ls-dired-initial-args)
1052 (eshell-ls-use-in-dired): Fix typos in docstrings.
1053
1054 2005-07-20 Kim F. Storm <storm@cua.dk>
1055
1056 * emulation/cua-base.el (cua-mode): Improve doc string.
1057
1058 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
1059
1060 * abbrev.el (expand-region-abbrevs): Doc fix.
1061 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
1062 Improve argument/docstring consistency.
1063
1064 * arc-mode.el (archive-get-descr, archive-alternate-display):
1065 Doc fixes.
1066 (archive-l-e): Improve argument/docstring consistency.
1067 (archive-tmpdir, archive-unixdate, archive-unixtime)
1068 (archive-chmod-entry): Fix typos in docstrings.
1069 (archive-unflag, archive-unflag-backwards)
1070 (archive-unmark-all-files): "?\ " -> "?\s".
1071
1072 * buff-menu.el (Buffer-menu-unmark): Doc fix.
1073 (Buffer-menu-not-modified, Buffer-menu-execute)
1074 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
1075 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
1076
1077 * composite.el (compose-string, encode-composition-rule)
1078 (compose-last-chars): Fix typos in docstrings.
1079
1080 * desktop.el (desktop-enable, desktop-basefilename):
1081 Declare with `define-obsolete-variable-alias'.
1082 (desktop-internal-v2s): Don't quote keywords.
1083 (desktop-clear): "?\ " -> "?\s".
1084
1085 * dired.el (dired-align-file, dired-flag-backup-files)
1086 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
1087 (dired-listing-switches, dired-ls-F-marks-symlinks)
1088 (dired-dwim-target, dired-load-hook, dired-mode-hook)
1089 (dired-directory, dired-faces, dired, dired-revert)
1090 (dired-mode, dired-summary, dired-view-file)
1091 (dired-copy-filename-as-kill, dired-delete-file)
1092 (dired-no-confirm, dired-unmark-all-marks)
1093 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
1094 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
1095 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
1096 Fix typos in message strings.
1097
1098 * dired-x.el (virtual-dired): Declare with `defalias'.
1099 (dired-mark-unmarked-files, dired-local-variables-file)
1100 (dired-omit-here-always): Doc fix.
1101 (dired-omit-mode, dired-find-subdir)
1102 (dired-enable-local-variables, dired-clean-up-buffers-too)
1103 (dired-extra-startup, dired-mark-extension, dired-jump)
1104 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
1105 (dired-smart-shell-command, dired-guess-shell-alist-user)
1106 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
1107 (dired-x-bind-find-file, dired-x-submit-report):
1108 Fix typos in docstrings.
1109 (dired-mark-unmarked-files): "?\ " -> "?\s".
1110
1111 * dirtrack.el (dirtrack-list): Fix typos in docstring.
1112
1113 * faces.el (describe-face): "?\ " -> "?\s".
1114 (read-all-face-attributes, read-face-font, modify-face)
1115 (face-attr-construct, italic): Fix typos in docstrings.
1116 (frame-update-face-colors): Declare with
1117 `define-obsolete-function-alias'.
1118
1119 * files.el (find-file-noselect, recode-file-name): Doc fixes.
1120 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
1121 (magic-mode-alist, buffer-file-numbers-unique)
1122 (write-file-functions, get-free-disk-space):
1123 Fix typos in docstrings.
1124 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
1125 (write-contents-hooks, write-file-hooks):
1126 Declare with `define-obsolete-variable-alias'.
1127
1128 * forms-d2.el (arch-rj): Fix typo in docstrings.
1129 (arch-tocol): Likewise. "?\ " -> "?\s".
1130
1131 * frame.el (set-frame-font, cursor-in-non-selected-windows):
1132 Fix typo in docstring.
1133 (set-screen-width, set-screen-height): Delete redundant info in
1134 doctrings.
1135 (new-frame, screen-height, screen-width): Declare with
1136 `define-obsolete-function-alias'.
1137 (delete-frame-hook, blink-cursor): Declare with
1138 `define-obsolete-variable-alias'.
1139
1140 * paths.el (prune-directory-list): Fix typos in docstring.
1141
1142 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1143 (cvs-prefix-get): Fix typos in docstrings.
1144
1145 * ps-print.el (ps-extend-face-list, ps-extend-face)
1146 (ps-print-background-image): Fix typos in docstrings.
1147 (ps-default-fg, ps-default-bg): Doc fixes.
1148
1149 * s-region.el (s-region-bind): Doc fix.
1150 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1151
1152 * textmodes/org.el (org-table-formula-substitute-names)
1153 (org-table-get-vertical-vector): Doc fixes.
1154 (org-table-recalculate): Remove unused argument to `message'.
1155
1156 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
1157
1158 * textmodes/org.el (org-table-column-names)
1159 (org-table-column-name-regexp)
1160 (org-table-named-field-locations): New variables.
1161 (org-archive-subtree): Protect `this-command' when calling
1162 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1163 the kill buffer.
1164 (org-complete): Remove fixed-formula completion.
1165 (org-edit-formulas-map): New variable.
1166 (org-table-edit-formulas): New command.
1167 (org-finish-edit-formulas, org-abort-edit-formulas)
1168 (org-show-variable, org-table-get-vertical-vector): New functions.
1169 (org-table-maybe-eval-formula): Handle `:=' fields.
1170 (org-table-get-stored-formulas, org-table-store-formulas)
1171 (org-table-get-formula, org-table-modify-formulas)
1172 (org-table-replace-in-formulas): Handle named field formulas.
1173 (org-table-get-specials): Store locations of named fields.
1174
1175 2005-07-19 Juri Linkov <juri@jurta.org>
1176
1177 * progmodes/grep.el (grep-regexp-alist)
1178 (grep-mode-font-lock-keywords, grep-process-setup):
1179 Use default GNU grep match color "01;31m" instead of "01;41m".
1180 (grep-regexp-alist, grep-mode-font-lock-keywords):
1181 Use `\\[[0-9]*m' instead of `\\[00m'.
1182 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1183 sgr_start where its handling is more important. Use the real
1184 length of sgr_start instead of constant 8.
1185 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1186 specially. Delete all remaining escape sequences.
1187 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1188 (grep-regexp-alist): Make hyperlink only for binary file name
1189 instead of the whole line.
1190 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1191 (grep-mode): Add autoload.
1192
1193 * emacs-lisp/find-func.el (find-function-regexp):
1194 Add `define-compilation-mode'.
1195
1196 2005-07-19 Juri Linkov <juri@jurta.org>
1197
1198 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1199 (compare-windows-sync-string-size, compare-windows-recenter)
1200 (compare-windows-highlight, compare-windows): Add version 22.1.
1201 (compare-windows) <defface>: Inherit from lazy-highlight instead
1202 of duplicating its default value.
1203
1204 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1205 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1206
1207 * descr-text.el (describe-char): Create link buttons for `charset'
1208 and `code point'. Add the current input method name with a link
1209 button to `to input' field. Print face names of display table
1210 characters in `The display table entry is displayed by' section
1211 instead of printing face-id in the `display' field.
1212 Guess hardcoded faces and create a link button for them.
1213 Skip empty fields when calculating max-width.
1214 Treat `widget-create' specially while inserting strings from the
1215 collected field list.
1216 (describe-char-after): Made obsolete in version 22.1, not 21.5.
1217
1218 * diff-mode.el (diff-file-header): Change foreground color from
1219 yellow to green on light backgrounds.
1220 (diff-context): Inherit from `shadow' only for color/grayscale
1221 with more than 88 colors.
1222 (diff-indicator-removed, diff-indicator-added)
1223 (diff-indicator-changed): New faces.
1224 (diff-font-lock-keywords): Use new faces. Regroup rules.
1225 Add "^---$" for `normal' diff format. Fontify `#' lines with
1226 font-lock-comment-delimiter-face and font-lock-comment-face.
1227 Add `#' to ^[^...] in the rule for `diff-context-face'.
1228
1229 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1230 a button-like box. Inherit from `highlight' on low colors.
1231 (shadow): Use shades of gray only for color/grayscale with
1232 more than 88 colors. Use green for light backgrounds with
1233 8 colors, and yellow for dark backgrounds with 8 colors.
1234
1235 * font-lock.el (font-lock-regexp-grouping-backslash):
1236 Don't inherit from escape-glyph (use bold for all cases).
1237
1238 * info.el (info-xref-visited): Use light foreground color `violet'
1239 for dark backgrounds instead of dark color `magenta3'.
1240 (info-title-1): Use `yellow' color for dark backgrounds.
1241
1242 * isearch.el (isearch): Use not-too-dark magenta3 instead of
1243 too-light magenta2.
1244
1245 * replace.el (match): Use slightly more light RoyalBlue3 instead
1246 of dark RoyalBlue4.
1247
1248 * wid-edit.el (widget-inactive): Inherit from `shadow'.
1249
1250 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
1251
1252 * novice.el (disabled-command-hook): Declare it with
1253 `define-obsolete-variable-alias'.
1254
1255 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1256 (desktop-buffer-misc-functions, desktop-buffer-handlers)
1257 (desktop-load-default): Add release to obsolescence info.
1258 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1259 (desktop-append-buffer-args, desktop-read):
1260 Fix typos in docstrings.
1261 (desktop-kill): Fix typo in message.
1262 (desktop-save): Doc fix.
1263
1264 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
1265
1266 * viper-cmd.el (viper-escape-to-state): Bug fix.
1267 (viper-envelop-ESC-key): Change the definition of fast
1268 keysequence so it'll work with keyboard macros.
1269
1270 * ediff.el (ediff-patch-buffer): Change the docstring.
1271
1272 2005-07-19 Kenichi Handa <handa@m17n.org>
1273
1274 * international/mule-cmds.el (select-safe-coding-system): Try to
1275 use an auto-coding (if any) before anything else. If the found
1276 auto-coding is invalid, show a warning message.
1277
1278 * international/mule.el (find-auto-coding): New function created
1279 by modifying the body of set-auto-coding.
1280 (set-auto-coding): Use find-auto-coding to find a coding.
1281
1282 2005-07-18 Richard M. Stallman <rms@gnu.org>
1283
1284 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1285 not isearch-mode-end-hook-error.
1286 (allout-before-change-protect): Fix error message.
1287
1288 2005-07-18 Juri Linkov <juri@jurta.org>
1289
1290 * allout.el (allout-mode):
1291 * calculator.el (calculator-copy):
1292 * custom.el (custom-known-themes):
1293 * dired.el (dired-desktop-buffer-misc-data)
1294 (dired-restore-desktop-buffer):
1295 * dired-x.el (dired-omit-marker-char):
1296 * files.el (basic-save-buffer):
1297 * font-core.el (font-lock-mode):
1298 * calendar/calendar.el (calendar-goto-hebrew-date)
1299 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1300 (calendar-goto-persian-date):
1301 * language/ethio-util.el (ethio-sera-to-fidel-region):
1302 * textmodes/picture.el (picture-mode):
1303 Delete duplicate duplicate words.
1304
1305 2005-07-18 Juri Linkov <juri@jurta.org>
1306
1307 * isearch.el (isearch-mode-map): Remove key bindings for regexp
1308 chars * ? } |.
1309 (isearch-fallback): Don't call `isearch-process-search-char'.
1310 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1311 (isearch-process-search-char): Call `isearch-fallback' for regexp
1312 chars * ? } |.
1313 (isearch-return-char): Make obsolete with `make-obsolete' instead
1314 of simply documenting it as obsolete in the docstring.
1315 (isearch-fallback): Refill docstring.
1316
1317 * international/isearch-x.el
1318 (isearch-process-search-multibyte-characters): Remove unneeded
1319 `concat'. Add intermediate values to `junk-hist' instead of
1320 `minibuffer-history'. Test the length of `str'.
1321
1322 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
1323
1324 * allout.el (allout-resolve-xref): Fix typos in error strings.
1325 (allout-before-change-protect): Remove unneeded `concat'.
1326
1327 * array.el (array-mode, array-reconfigure-rows)
1328 (untabify-backward): Fix typos in docstrings.
1329 (array-reconfigure-rows): Use `insert-buffer-substring', not
1330 `insert-buffer'.
1331
1332 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
1333 * progmodes/ada-mode.el (ada-make-body):
1334 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
1335
1336 * dired.el (dired-log):
1337 * tar-mode.el (tar-subfile-save-buffer):
1338 * play/zone.el (zone-pgm-stress-destress):
1339 Use `insert-buffer-substring', not `insert-buffer'.
1340
1341 2005-07-17 Simon Josefsson <jas@extundo.com>
1342
1343 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
1344
1345 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
1346
1347 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1348 Add plain auth method.
1349 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
1350
1351 2005-07-17 Kim F. Storm <storm@cua.dk>
1352
1353 * ido.el (dired-other-window): Add ido property.
1354
1355 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
1356
1357 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1358 Fix typo in docstring.
1359 (byte-compile-interactive-only-functions): Add `insert-buffer' and
1360 `insert-file-literally'.
1361
1362 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1363 info and delete redundant message. Doc fix.
1364 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1365 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1366
1367 2005-07-16 Richard M. Stallman <rms@gnu.org>
1368
1369 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1370 (byte-compile-and): Use byte-compile-and-recursion.
1371 (byte-compile-or-recursion): New function.
1372 (byte-compile-or): Use that.
1373 (byte-compile-if): Guard the else-clause too.
1374 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
1375
1376 * isearch.el (isearch-mode-end-hook-quit): New variable.
1377 (isearch-done): Bind it.
1378 (isearch-mode-end-hook): Doc fix.
1379
1380 * allout.el (allout-isearch-did-quit): Variable deleted.
1381 (allout-real-isearch-abort): Function name no longer used.
1382 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1383 (allout-isearch-rectification): isearch-mode always exists.
1384 Don't set allout-isearch-did-quit.
1385 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1386 allout-isearch-did-quit.
1387 (allout-enwrap-isearch): Just add the hook.
1388 (allout-isearch-abort): Function deleted.
1389 (allout-pre-command-business): Avoid warning.
1390
1391 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1392 Correctly avoid warnings.
1393 (pascal-outline): Likewise.
1394
1395 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1396
1397 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1398
1399 * play/tetris.el (tetris-mode): Avoid warning.
1400
1401 * play/snake.el (snake-mode): Avoid warning.
1402
1403 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1404 (gamegrid-set-display-table): Avoid warning.
1405 (gamegrid-set-timer): Likewise.
1406 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1407 (gamegrid-add-score-with-update-game-score-1): Take FILE
1408 as argument.
1409 (gamegrid-add-score-with-update-game-score): Pass that argument.
1410 Rename have-shared-game-dir to gamegrid-shared-game-dir.
1411
1412 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1413
1414 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1415 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1416
1417 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1418 and insert-file.
1419
1420 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1421 (sc-ask): Avoid warnings.
1422
1423 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1424 (eshell-hist-initialize): Use that var the natural way.
1425
1426 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1427
1428 * emacs-lisp/re-builder.el (reb-cook-regexp):
1429 Avoid warning calling lre-compile-string.
1430 (reb-color-display-p): Avoid warning.
1431
1432 * calculator.el (calculator-last-input): Guard uses
1433 of event-key and key-press-event-p.
1434 (event-key, key-press-event-p): Delete definitions.
1435
1436 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
1437 (find-gc-source-directory, find-gc-subrs-callers)
1438 (find-gc-noreturn-list, find-gc-source-files)
1439 (find-gc-subrs-called): Vars renamed and defvar'd.
1440
1441 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1442 (checkdoc-overlay-put, checkdoc-delete-overlay)
1443 (checkdoc-overlay-start, checkdoc-overlay-end)
1444 (checkdoc-mode-line-update, checkdoc-char=):
1445 Define such that compiler knows they are defined.
1446 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
1447 (checkdoc-read-event): Delete. Use read-event directly.
1448
1449 * whitespace.el (whitespace-make-overlay)
1450 (whitespace-overlay-put, whitespace-delete-overlay)
1451 (whitespace-overlay-start, whitespace-overlay-end):
1452 Define such that compiler knows they are defined.
1453 (whitespace): Move conditional inside.
1454
1455 * tempo.el (tempo-insert-template): Suppress warning.
1456
1457 * ediff-diff.el (longlines-mode): Add defvar.
1458
1459 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
1460
1461 * server.el: Bind "C-x #" in a way that works even if C-x is
1462 redefined to a command key, not a prefix key.
1463
1464 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1465
1466 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1467 cl-make-type-test till execution time.
1468
1469 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
1470
1471 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1472 arg ARG and use it.
1473
1474 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1475
1476 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1477
1478 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
1479
1480 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1481 a defcustom with two :set or :type keywords.
1482
1483 2005-07-15 Richard M. Stallman <rms@gnu.org>
1484
1485 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1486 Don't give ^M comment-end syntax.
1487
1488 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
1489
1490 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
1491 Don't consider gdbmi (gdb-mi.el has its own update functions).
1492 (gdb-var-delete): Make it work for gdbmi as well.
1493 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1494
1495 * progmodes/gud.el (etags, sdb): Only require etags when needed.
1496 (gud-speedbar-menu-items): Correct logic for enabling items.
1497
1498 2005-07-15 Kim F. Storm <storm@cua.dk>
1499
1500 * ido.el: Fix commentary.
1501 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
1502 Use with-no-warnings around ffap-guesser.
1503 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1504 Let bind minibuffer-completing-file-name to t.
1505
1506 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
1507
1508 * startup.el (site-run-file, keyboard-type): Doc fixes.
1509 (command-line): Check for "--basic-display" argument; also for
1510 "--quick", not "--bare-bones" (which was renamed).
1511 (fancy-splash-text): Add missing item "Getting New Versions".
1512 (normal-splash-screen): Fix typos and improve consistency with
1513 `fancy-splash-text'. Update copyright year.
1514
1515 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1516 valid binding for `help-char'.
1517
1518 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
1519
1520 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
1521
1522 * term.el (term-mode): Disable cua-mode for term buffers.
1523
1524 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
1525
1526 * add-log.el (add-log-mailing-address, change-log-merge):
1527 Doc fixes.
1528 (change-log-get-method-definition): Fix typo in docstring.
1529
1530 2005-07-14 Kim F. Storm <storm@cua.dk>
1531
1532 * emulation/cua-base.el:
1533 (cua--pre-command-handler-1, cua--pre-command-handler)
1534 (cua--post-command-handler-1, cua--post-command-handler):
1535 Split in two. Check (buffer local) value of cua-mode.
1536 (cua-selection-mode): New command.
1537
1538 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1539
1540 * custom.el (custom-initialize-safe-set)
1541 (custom-initialize-safe-default): Doc fixes.
1542
1543 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1544 and simplify :init-value again.
1545
1546 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1547 and simplify :init-value again. Delete autoload.
1548
1549 * startup.el (command-line): Use `custom-reevaluate-setting' again
1550 for tooltip-mode.
1551
1552 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1553 a defcustom with two :initialize keywords.
1554
1555 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
1556
1557 * allout.el (my-mark-marker, allout-isearch-prior-pos)
1558 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1559 (allout-post-command-business, allout-flag-region)
1560 (isearch-reenable-font-lock, allout-yank)
1561 (allout-insert-latex-header, allout-insert-latex-trailer)
1562 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1563 (allout-latex-verb-quote): Fix typos in docstrings.
1564 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
1565 (allout-unprotected, allout-prefix-data):
1566 Improve argument/docstring consistency.
1567 (allout-chart-subtree): Fix argument spec.
1568 (allout-open-topic): Rename `use_sib_bullet' argument to
1569 `use-sib-bullet'. Doc fix.
1570
1571 * whitespace.el (whitespace-check-buffer-leading)
1572 (whitespace-check-buffer-trailing)
1573 (whitespace-check-buffer-indent)
1574 (whitespace-check-buffer-spacetab)
1575 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1576 (whitespace-check-leading-whitespace)
1577 (whitespace-check-trailing-whitespace)
1578 (whitespace-check-spacetab-whitespace)
1579 (whitespace-check-indent-whitespace)
1580 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1581 (whitespace-modes): Fix typos in docstrings.
1582 (defgroup, defcustom): Doc fixes.
1583
1584 * winner.el (winner-mode, winner-boring-buffers)
1585 (winner-pending-undo-ring): Doc fixes.
1586 (winner-ring): Remove unneeded `progn'.
1587 (winner-equal): `defsubst' it.
1588 (winner-redo): Fix message.
1589
1590 2005-07-13 Kim F. Storm <storm@cua.dk>
1591
1592 * simple.el (line-move-1): Always use vertical-motion to
1593 do the last (or only) line move to ensure some movement.
1594 Undo 2005-06-23 change--don't check for overlays.
1595
1596 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1597
1598 * term/mac-win.el (ccl-encode-mac-roman-font)
1599 (ccl-encode-mac-centraleurroman-font)
1600 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
1601 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1602 Change charset-id boundary of dimension to ?\xef.
1603 (mac-char-fontspec-list): New constant.
1604 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
1605 argument. Nil uses itself as family in font-spec. Previous
1606 behavior for nil is now provided by non-nil non-string argument.
1607 All callers changed. Add font-specs for Mac fonts to
1608 "fontset-default" unless iso8859-1 fonts are installed.
1609
1610 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * progmodes/sh-script.el (sh-get-indent-info): Only indent
1613 a continuation line if the \ is preceded by SPC or TAB.
1614 (sh-get-indent-info): Simplify.
1615 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1616 Use with-current-buffer.
1617
1618 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1619 when the matched text is empty.
1620
1621 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
1622
1623 * startup.el (command-line): Revert to previous handling of
1624 tooltip-mode. Explain in comment why the complexity is needed.
1625
1626 * tooltip.el (tooltip-mode): Revert to previous implementation of
1627 its defcustom.
1628
1629 * frame.el (blink-cursor-mode): Revert to previous implementation
1630 of its defcustom. Update comment.
1631
1632 2005-07-12 Lars Hansen <larsh@soem.dk>
1633
1634 * desktop.el: Update e-mail address.
1635
1636 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1637
1638 * term/mac-win.el (mac-services-mail-selection)
1639 (mac-services-mail-to): New functions.
1640 (mac-application-menu-map): Bind them.
1641
1642 2005-07-12 wulei <milton@wulei.net> (tiny change)
1643
1644 * progmodes/gdb-ui.el: Add note about buffering with Windows.
1645
1646 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
1647
1648 * custom.el (custom-reevaluate-setting): Doc fix.
1649
1650 2005-07-11 Jay Belanger <belanger@truman.edu>
1651
1652 * calc/calc.el (calc-embedded-announce-formula-alist)
1653 (calc-embedded-open-close-plain-alist)
1654 (calc-embedded-open-close-mode-alist): Add checks for additional
1655 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
1656
1657 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
1658
1659 * custom.el (custom-enable-theme): Don't add theme to
1660 `custom-enabled-themes' with `push' because there is no
1661 setf-method for `delq'.
1662
1663 2005-07-11 Richard M. Stallman <rms@gnu.org>
1664
1665 * custom.el (custom-declare-variable): Doc fix.
1666
1667 * dired-aux.el (dired-compare-directories): Remove "." and ".."
1668 from the alists.
1669
1670 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1671 Do nothing if edebug-active.
1672
1673 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1674 (edebug-display): Do it here instead.
1675
1676 2005-07-10 Richard M. Stallman <rms@gnu.org>
1677
1678 * cus-face.el (custom-theme-set-faces): Make it work.
1679 (custom-reset-faces): Doc fix.
1680 (custom-theme-reset-internal-face, custom-theme-face-value):
1681 Functions deleted.
1682
1683 * custom.el (custom-push-theme): Maintain list of the settings
1684 of a given theme in its theme-settings property.
1685 Maintain position of old settings in the theme-value
1686 or theme-face property.
1687 (custom-enabled-themes): New variable.
1688 (custom-theme-enabled-p): New function.
1689 (provide-theme): Update custom-enabled-themes.
1690 Disable and reenable the `user' theme.
1691 (require-theme): Doc fix.
1692 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1693 (custom-theme-value, custom-theme-variable-value): Likewise.
1694 (custom-theme-reset-internal): Likewise.
1695 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1696 (custom-enable-theme, custom-disable-theme): New functions.
1697 (custom-variable-theme-value, custom-face-theme-value): Likewise.
1698 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1699 (custom-theme-reset-variables): Simplify.
1700 (deftheme, custom-declare-theme, custom-make-theme-feature):
1701 Definitions moved.
1702
1703 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * longlines.el (longlines-show-region)
1706 (longlines-unshow-hard-newlines): Recognize hard newlines by
1707 non-nil hard property, instead of t.
1708
1709 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
1710
1711 * viper-cmd.el (viper--key-maps): New variable.
1712 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
1713 emulation-mode-map-alists.
1714 (viper-envelop-ESC-key): Use viper-subseq.
1715 (viper-search-forward/backward/next): Disable debug-on-error.
1716
1717 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1718 (viper-ESC-key): New defcustoms.
1719
1720 * viper-macs.el (ex-map-read-args): Use viper-subseq.
1721
1722 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1723 (viper-subseq): Copy of subseq from cl.el.
1724
1725 * viper.el (viper-go-away, viper-set-hooks): Use
1726 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
1727
1728 * viper-mous.el (viper-current-frame-saved): Use defvar.
1729
1730 * viper-init.el: Get rid of -face in face names.
1731
1732 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1733 Make it work with longlines mode
1734
1735 * ediff-mult.el (ediff-meta-mode-hook): New variable.
1736
1737 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1738
1739 * ediff-init: Get rid of -face in face names.
1740
1741 2005-07-10 Richard M. Stallman <rms@gnu.org>
1742
1743 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1744 and with-timeout-unsuspend.
1745
1746 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1747 and with-timeout-unsuspend.
1748
1749 * emacs-lisp/timer.el (with-timeout-timers): New variable.
1750 (with-timeout): Bind that variable to record timers.
1751 (with-timeout-suspend, with-timeout-unsuspend): New functions.
1752
1753 * emacs-lisp/debug.el (debug-help-follow): New function.
1754 (debugger-mode-map): Use that instead of help-follow.
1755 (debugger-setup-buffer): Use eval-buffer-list
1756 to handle eval-buffer frames.
1757
1758 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
1759
1760 * timezone.el (timezone-parse-date): Change first regexp
1761 so it will not mistakenly match dates with no time zone.
1762
1763 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
1764
1765 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1766
1767 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
1768
1769 * custom.el (custom-initialize-safe-set)
1770 (custom-initialize-safe-default): New functions.
1771
1772 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1773 and simplify :init-value.
1774
1775 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1776 and simplify :init-value. Delete obsolete comment.
1777
1778 * startup.el (command-line): Use `custom-reevaluate-setting' to
1779 handle `tooltip-mode'. Delete obsolete comment.
1780
1781 * files.el (set-visited-file-name): Avoid calling
1782 `file-name-nondirectory' with a nil argument.
1783
1784 2005-07-09 Richard M. Stallman <rms@gnu.org>
1785
1786 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1787 was called with nil for the buffer, handle the read position right.
1788 Handle read position for eval-region, too.
1789
1790 2005-07-09 Juri Linkov <juri@jurta.org>
1791
1792 * fringe.el (fringe-mode): Add period in docstring.
1793 (fringe-query-style): Build prompt depending on `all-frames' arg.
1794
1795 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1796 to not create links to unrelated functions in the Help buffer.
1797
1798 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1799 Doc fix.
1800
1801 * simple.el (next-error-hook): New variable.
1802 (next-error): Use it. Doc fix.
1803
1804 * textmodes/ispell.el (ispell-command-loop): Add current
1805 dictionary name and program name to mode-line-format.
1806 (ispell-region, ispell-process-line): Add current dictionary name
1807 and program name to messages.
1808
1809 2005-07-08 Jay Belanger <belanger@truman.edu>
1810
1811 * calc/calc.el (calc-embedded-announce-formula-alist)
1812 (calc-embedded-open-close-formula-alist)
1813 (calc-embedded-open-close-word-alist)
1814 (calc-embedded-open-close-plain-alist)
1815 (calc-embedded-open-close-new-formula-alist)
1816 (calc-embedded-open-close-mode-alist)
1817 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1818 (calc-embedded-mode-hook): New variables.
1819
1820 * calc/calc-embed.el (calc-embedded-firsttime)
1821 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1822 New variables.
1823 (calc-do-embedded): Use calc-embedded-firsttime,
1824 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1825 determine whether or not to run hooks.
1826 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1827 calc-embedded-firsttime-formula appropriately.
1828 Set calc-embedded delimiter variables according to mode.
1829
1830 2005-07-08 Richard M. Stallman <rms@gnu.org>
1831
1832 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1833 Check for "emacs", etc., as entire symbol, not just as word.
1834 (checkdoc-file-comments-engine): Use regexp-quote on FN.
1835
1836 * files.el (set-visited-file-name): Report the error
1837 for "empty filename" earlier.
1838 (kill-some-buffers): Ignore buffers already dead.
1839
1840 * fringe.el (fringe-mode): Doc fix.
1841
1842 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1843 Check for (featurep 'xemacs) and turn off warnings in what it guards.
1844 Use unwind-protect to ensure byte-compile-unresolved-functions
1845 is updated.
1846
1847 * whitespace.el (whitespace-buffer-leading-cleanup):
1848 Simplify w/ skip-chars-forward.
1849 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1850
1851 * mail/rmail.el (rmail-only-expunge): Fix paren error.
1852 Unconditionally try to leave point at the same old place.
1853
1854 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
1855
1856 * comint.el (comint-postoutput-scroll-to-bottom)
1857 (comint-show-maximum-output): Take scroll-margin into consideration.
1858
1859 2005-07-08 Kim F. Storm <storm@cua.dk>
1860
1861 * ido.el (ido-use-filename-at-point): New choice `guess'.
1862 (ido-file-internal): Try ffap-guesser if selected.
1863
1864 * ido.el (ido-before-fallback-functions): New hook.
1865 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1866 (ido-read-file-name): Run it.
1867
1868 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1871 strings rather than a list of symbols to the completion function.
1872
1873 2005-07-07 Jay Belanger <belanger@truman.edu>
1874
1875 * calc/calc-units.el (math-apply-units): Change the places in
1876 which units are simplified.
1877
1878 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
1879
1880 * cus-edit.el (customize-option, customize-option-other-window):
1881 Make them handle aliases.
1882
1883 * custom.el (custom-variable-p): Make it recursively follow
1884 aliases. Mention that in the docstring.
1885
1886 2005-07-07 Richard M. Stallman <rms@gnu.org>
1887
1888 * cus-start.el (exec-path): Use `directory' instead of `file'.
1889 Fix tag for nil.
1890
1891 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1892
1893 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1894 when called non-interactively. Doc fix.
1895
1896 2005-07-07 Lute Kamstra <lute@gnu.org>
1897
1898 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1899 new address as well.
1900
1901 2005-07-07 Kenichi Handa <handa@m17n.org>
1902
1903 * international/mule.el (make-coding-system):
1904 Describe `ascii-incompatible' property in the docstring.
1905 (set-file-name-coding-system): Signal an error if coding-system is
1906 ascii-incompatible.
1907 (set-keyboard-coding-system): Likewise.
1908
1909 * international/mule-cmds.el (set-default-coding-systems):
1910 Don't set default-file-name-coding-system and
1911 default-keyboard-coding-system if coding-system is ASCII-incompatible.
1912
1913 * international/utf-16.el: Declare that all UTF-16-based coding
1914 systems are ASCII-incompatible.
1915
1916 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
1917
1918 * progmodes/gud.el: Require font-lock for displaying errors.
1919 Used by gdb-ui.el.
1920
1921 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1922
1923 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1924 values for the pattern lists which are `read'able but not
1925 `append'able (like symbols).
1926
1927 2005-07-06 Richard M. Stallman <rms@gnu.org>
1928
1929 * progmodes/flymake.el (flymake-float-time): Instead of
1930 with-no-warnings, test for xemacs.
1931 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1932 to avoid warning.
1933
1934 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
1935
1936 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1937
1938 2005-07-05 Lute Kamstra <lute@gnu.org>
1939
1940 * battery.el: Add support for Darwin (with much debugging help
1941 from Samuel Lauber <sam124@operamail.com>).
1942 (battery-status-function, battery-echo-area-format)
1943 (battery-mode-line-format): Add support for pmset on Darwin.
1944 (battery-load-low, battery-load-critical): New user options.
1945 (battery-pmset): New function.
1946
1947 2005-07-05 Lute Kamstra <lute@gnu.org>
1948
1949 Update FSF's address in GPL notices.
1950
1951 * textmodes/page-ext.el: Update FSF's address.
1952
1953 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1956 filling from using prefix when filling a single-line docstring.
1957
1958 * progmodes/flymake.el: Remove useless eval-when-compile.
1959
1960 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1961
1962 2005-07-04 Richard M. Stallman <rms@gnu.org>
1963
1964 * textmodes/org.el (org-file-apps-defaults-gnu):
1965 Rename from org-file-apps-defaults-linux.
1966 (org-default-apps): Don't test system-type for `linux'.
1967 (org-file-apps): Doc fix.
1968
1969 2005-07-04 David Ponce <david@dponce.com>
1970
1971 * tree-widget.el: Improve header Commentary section.
1972 (tree-widget) [defgroup]
1973 (tree-widget-image-enable, tree-widget-themes-directory)
1974 (tree-widget-theme, tree-widget-image-properties-emacs)
1975 (tree-widget-image-properties-xemacs, tree-widget-create-image)
1976 (tree-widget-image-formats, tree-widget-control)
1977 (tree-widget-empty-control, tree-widget-leaf-control
1978 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1979 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1980 (tree-widget-keep, tree-widget-after-toggle-functions)
1981 (tree-widget-open-node, tree-widget-close-node): Doc fix.
1982 (tree-widget-open-control, tree-widget-close-control): Fix doc and
1983 :help-echo message.
1984 (tree-widget-set-theme): Doc fix. Use `string-equal'.
1985 (tree-widget-image-properties): Doc fix. Clearer implementation.
1986 (tree-widget--cursors): New constant.
1987 (tree-widget-lookup-image): New function split from
1988 `tree-widget-find-image'. Clearer implementation.
1989 (tree-widget-find-image): Use it.
1990 (tree-widget-button-keymap): Use `set-keymap-parent'.
1991 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1992 Define the sub-widgets here.
1993 (tree-widget-node): Check that :node is not a tree-widget.
1994 (tree-widget-get-super, tree-widget-open-control)
1995 (tree-widget-close-control, tree-widget-empty-control)
1996 (tree-widget-leaf-control, tree-widget-guide)
1997 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1998 (tree-widget-no-handle, tree-widget-value-delete)
1999 (tree-widget-map): Remove.
2000 (tree-widget-children-value-save): Doc fix. Simplified.
2001 (tree-widget-value-create): Update according to previous changes.
2002
2003 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
2004
2005 * textmodes/org.el: Leading space replaced by TABS.
2006 (org-recalc-marks, org-table-rotate-recalc-marks)
2007 (org-table-get-specials): Treat "^" and "_" marks.
2008 (org-table-justify-field-maybe): Optional argument NEW.
2009 (org-table-eval-formula): Parsing of the format simplified.
2010 New modes C,I. Honor the %= parameter in the current table.
2011 Avoid unnecessary re-align by using the NEW argument to
2012 `org-table-justify-field-maybe'.
2013 (org-calc-default-modes): Default for date-format mimicks org-mode.
2014 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
2015
2016 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2017
2018 * cus-face.el (custom-theme-set-faces): Make it handle face
2019 aliases whose alias declarations are pre- or autoloaded.
2020
2021 2005-07-04 Juri Linkov <juri@jurta.org>
2022
2023 * faces.el (read-face-name): Put the code for getting a face name
2024 from the buffer before adding the faces from the `face' property.
2025 Use `completing-read-multiple' instead of `completing-read'.
2026 Require `crm'. Add default value and post-process the returned
2027 list of faces.
2028
2029 * emacs-lisp/crm.el (crm-find-current-element)
2030 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2031
2032 * emacs-lisp/lisp-mode.el (eval-defun-1):
2033 * emacs-lisp/edebug.el (edebug-eval-defun):
2034 Remove unnecessary quotes.
2035
2036 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
2037
2038 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
2039 (prolog-indent-level): Fix typo in docstring.
2040
2041 * info.el (Info-history, Info-history-forward)
2042 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
2043
2044 * add-log.el (add-change-log-entry):
2045 * comint.el (comint-dynamic-list-input-ring)
2046 (comint-dynamic-list-completions):
2047 * dabbrev.el (dabbrev-expand):
2048 * delim-col.el (delimit-columns-rectangle-line):
2049 * diff-mode.el (diff-context->unified, diff-reverse-direction)
2050 (diff-unified->context):
2051 * ediff-init.el (ediff-abbrev-jobname):
2052 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
2053 (ediff-replace-session-activity-marker-in-meta-buffer):
2054 * info.el (Info-summary):
2055 * lpr.el (printify-region):
2056 * printing.el (pr-create-interface):
2057 * ps-print.el (ps-print-quote):
2058 * ses.el (ses-column-widths, ses-print-cell)
2059 (ses-adjust-print-width, ses-center):
2060 * shell.el (shell-file-name-quote-list):
2061 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
2062 (strokes-fill-current-buffer-with-whitespace)
2063 (strokes-xpm-for-stroke, strokes-list-strokes)
2064 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
2065 * term.el (term-dynamic-list-input-ring)
2066 (term-dynamic-list-completions):
2067 * calc/calc.el (math-format-stack-value):
2068 * emacs-lisp/edebug.el (edebug-display-freq-count):
2069 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
2070 (delphi-new-comment-line):
2071 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
2072 * progmodes/executable.el (executable-set-magic):
2073 * progmodes/python.el (inferior-python-mode):
2074 * progmodes/scheme.el (scheme-mode-syntax-table):
2075 * progmodes/sh-script.el (sh-maybe-here-document):
2076 * progmodes/sql.el (sql-copy-column):
2077 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
2078 * textmodes/bibtex.el (bibtex-mode):
2079 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
2080 (sgml-auto-attributes):
2081 * textmodes/table.el (table-insert, table-shorten-cell)
2082 (table--generate-source-scan-lines, table-delete-row)
2083 (*table--cell-delete-char, table--spacify-frame)
2084 (table--horizontally-shift-above-and-below)
2085 (table--cell-insert-char, table--cell-blank-str)
2086 (table--fill-region-strictly):
2087 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
2088 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
2089
2090 * add-log.el (change-log):
2091 * apropos.el (apropos):
2092 * comint.el (comint-completion, comint-source):
2093 * dabbrev.el (dabbrev):
2094 * delim-col.el (columns):
2095 * diff-mode.el (diff-mode):
2096 * ediff.el (ediff):
2097 * ediff-diff.el (ediff-diff):
2098 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
2099 * ediff-mult.el (ediff-mult):
2100 * ediff-ptch.el (ediff-ptch):
2101 * ediff-wind.el (ediff-window):
2102 * facemenu.el (facemenu):
2103 * indent.el (indent):
2104 * info.el (info):
2105 * jka-cmpr-hook.el (compression, jka-compr):
2106 * lpr.el (lpr):
2107 * outline.el (outlines):
2108 * pcmpl-cvs.el (pcmpl-cvs):
2109 * pcmpl-rpm.el (pcmpl-rpm):
2110 * printing.el (printing):
2111 * ps-print.el (postscript, ps-print, ps-print-horizontal)
2112 (ps-print-vertical, ps-print-headers, ps-print-font)
2113 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
2114 (ps-print-background, ps-print-printer, ps-print-page)
2115 (ps-print-miscellany):
2116 * ses.el (ses):
2117 * shell.el (shell, shell-directories, shell-faces):
2118 * startup.el (initialization):
2119 * strokes.el (strokes):
2120 * term.el (term):
2121 * uniquify.el (uniquify):
2122 * w32-vars.el (w32):
2123 * calc/calc.el (calc):
2124 * emacs-lisp/bytecomp.el (bytecomp):
2125 * emacs-lisp/cl-indent.el (lisp-indent):
2126 * emacs-lisp/edebug.el (edebug):
2127 * emacs-lisp/elp.el (elp):
2128 * emacs-lisp/testcover.el (testcover):
2129 * emacs-lisp/trace.el (trace):
2130 * emulation/viper-ex.el (viper-ex):
2131 * emulation/viper-mous.el (viper-mouse):
2132 * mail/mailalias.el (mailalias):
2133 * mail/supercite.el (supercite, supercite-frames)
2134 (supercite-attr, supercite-cite, supercite-hooks):
2135 * net/rcompile.el (remote-compile):
2136 * net/rlogin.el (rlogin):
2137 * obsolete/ooutline.el (outlines):
2138 * progmodes/delphi.el (delphi):
2139 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
2140 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
2141 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
2142 (ebnf-optimization):
2143 * progmodes/etags.el (etags):
2144 * progmodes/executable.el (executable):
2145 * progmodes/idlwave.el (idlwave):
2146 * progmodes/pascal.el (pascal):
2147 * progmodes/prolog.el (prolog):
2148 * progmodes/python.el (python):
2149 * progmodes/scheme.el (scheme):
2150 * progmodes/sh-script.el (sh, sh-script):
2151 * progmodes/sql.el (SQL):
2152 * progmodes/tcl.el (tcl):
2153 * textmodes/bibtex.el (bibtex, bibtex-autokey):
2154 * textmodes/enriched.el (enriched):
2155 * textmodes/makeinfo.el (makeinfo):
2156 * textmodes/sgml-mode.el (sgml):
2157 * textmodes/table.el (table-hooks):
2158 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2159 * textmodes/texinfo.el (texinfo):
2160 * textmodes/two-column.el (two-column):
2161 Finish `defgroup' description with period.
2162
2163 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
2164 * eshell/esh-var.el (eshell-var):
2165 * progmodes/vhdl-mode.el (vhdl-testbench):
2166 * textmodes/org.el (org): Fix typos in docstrings.
2167
2168 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2169 consistency.
2170
2171 * progmodes/flymake.el (flymake-find-file): Remove.
2172 (flymake-float-time): Use `with-no-warnings'.
2173 (flymake-check-start-time, flymake-check-was-interrupted)
2174 (flymake-err-info, flymake-is-running, flymake-last-change-time)
2175 (flymake-new-err-info): `defvar' at compile time.
2176
2177 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
2178
2179 * replace.el (occur-hook): Doc fix.
2180 (occur-1): Don't call `occur-hook' if there are no matches.
2181
2182 2005-07-03 Richard M. Stallman <rms@gnu.org>
2183
2184 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2185 global-map, save the same map.
2186 (global-map): Don't alter it at top level.
2187 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2188 Then alter it here instead.
2189 (tpu-edt-off): Set global-map to the saved one.
2190
2191 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2192 All references simplified.
2193 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
2194 (zmacs-regions): Add defvar.
2195 (repeat-complex-command-map): Everything about that deleted.
2196
2197 * textmodes/artist.el (artist-key-is-drawing)
2198 (artist-key-endpoint1, artist-key-poly-point-list)
2199 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2200 (artist-key-compl-table, artist-rb-save-data)
2201 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2202 Don't put them in eval-when-compile.
2203 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2204
2205 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2206 Use with-no-warnings.
2207
2208 * net/browse-url.el (dos-windows-version): Add defvar.
2209
2210 * mail/supercite.el (filladapt-prefix-table): Add defvar.
2211
2212 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2213 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
2214 (rmail-new-summary-line-count): Rename from new-summary-line-count.
2215 Add defvar.
2216 (rmail-summary-beginning-of-message): Use with-no-warnings.
2217 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2218
2219 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2220 Use with-no-warnings.
2221
2222 * emulation/vi.el (vi-mark-region): Use c-mark-function.
2223 (c-mark-function): Add point-moving-unit property.
2224 (vi-goto-line): Use with-no-warnings.
2225
2226 * emulation/edt.el (edt-last-copied-word): Add defvar.
2227 (zmacs-region-stays): Likewise.
2228 (edt-mark-section-wisely): Use c-mark-function for C.
2229 Use makr-defun for Fortran.
2230 (time-string): defvar deleted.
2231 (edt-display-the-time): Don't set time-string.
2232
2233 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2234
2235 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2236 Don't warn when name is not constant
2237 or for defining the group `emacs'.
2238
2239 * tooltip.el (gud-tooltip-mode): Add defvar.
2240
2241 * startup.el (default-frame-background-mode): Add defvar.
2242
2243 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2244
2245 * info.el (tool-bar-map): Add defvar.
2246
2247 * dired.el (dnd-protocol-alist): Add defvar.
2248
2249 * dired-aux.el (dired-query): Display question with answer, when
2250 the user answers.
2251
2252 * custom.el (custom-add-option): Doc fix.
2253
2254 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2255
2256 2005-07-03 Eli Zaretskii <eliz@gnu.org>
2257
2258 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2259 bogus name from the last change.
2260
2261 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
2262
2263 * custom.el (custom-declare-variable): Fix typos in comment.
2264 (custom-known-themes): Doc fix.
2265 (custom-theme-directory): New defcustom.
2266 (require-theme): Make it check `custom-theme-directory'.
2267
2268 * cus-theme.el (custom-new-theme-mode): New function.
2269 (custom-theme-name, custom-theme-variables, custom-theme-faces)
2270 (custom-theme-description): Add compiler defvars.
2271 (customize-create-theme): Add doc to the "*New Custom Theme*"
2272 buffer. Use `custom-new-theme-mode'.
2273 (custom-theme-write): Put the created buffer in emacs-lisp-mode
2274 and save it to the `custom-theme-directory'. Make this the
2275 default directory of the buffer.
2276
2277 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
2278
2279 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2280 Fix unbalanced parentheses.
2281
2282 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2285 into flymake-mode and delegate to flymake-mode.
2286
2287 * find-file.el (ff-which-function-are-we-in): Clean up.
2288
2289 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * replace.el (occur-rename-buffer): Fix docstring.
2292
2293 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2294 (edt-last-copied-word, edt-learn-macro-count)
2295 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2296 (edt-rect-start-point, edt-user-global-map, rect-start-point)
2297 (time-string, zmacs-region-stays):
2298 * emulation/edt-mapper.el (edt-save-function-key-map)
2299 (EDT-key-name): `defvar' to silence the byte-compiler.
2300
2301 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
2302
2303 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2304 font-lock-regexp-backslash. Doc fix.
2305 (font-lock-regexp-backslash-grouping-construct): Rename from
2306 font-lock-regexp-backslash-construct. Doc fix.
2307 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
2308 grouping constructs.
2309
2310 2005-07-02 Eli Zaretskii <eliz@gnu.org>
2311
2312 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2313 updating all the prerequisites.
2314
2315 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
2316
2317 * textmodes/org.el (org-agenda-start-on-weekday)
2318 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2319 (org-agenda-use-time-grid, org-archive-location)
2320 (org-allow-space-in-links, org-usenet-links-prefer-google)
2321 (org-enable-table-editor, org-export-default-language)
2322 (org-export-html-show-new-buffer, org-fill-paragraph)
2323 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2324 (org-goto-quit, org-occur, org-eval-in-calendar)
2325 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2326 (org-agenda-diary-entry, org-remember-help)
2327 (org-table-convert-region, org-at-table-p)
2328 (org-table-move-row-down, org-table-move-row-up)
2329 (org-table-copy-region, org-table-toggle-vline-visibility)
2330 (org-table-get-stored-formulas, org-table-get-specials)
2331 (org-recalc-commands, org-table-eval-formula)
2332 (org-table-formula-substitute-names, orgtbl-make-binding)
2333 (org-format-org-table-html, org-format-table-table-html)
2334 (org-format-table-table-html-using-table-generate-source)
2335 (org-customize): Fix typos in docstrings.
2336 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2337 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2338 (org-back-to-heading): Doc fixes.
2339 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2340 (org-agenda-change-all-lines, org-get-header):
2341 Improve argument/docstring consistency.
2342 (orgtbl-error): Fix error message.
2343
2344 * progmodes/flymake.el (flymake-find-possible-master-files)
2345 (flymake-master-file-compare, flymake-get-line-err-count)
2346 (flymake-highlight-line, flymake-gui-warnings-enabled):
2347 Fix typos in docstrings.
2348 (flymake-parse-line, flymake-get-project-include-dirs-function)
2349 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2350 Doc fixes.
2351 (flymake-get-project-include-dirs-function)
2352 (flymake-make-err-menu-data):
2353 Improve argument/docstring consistency.
2354
2355 2005-07-01 Lute Kamstra <lute@gnu.org>
2356
2357 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2358 Catch errors with ignore-errors. Use temporary buffer.
2359 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
2360
2361 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2362 background color faces.
2363 (facemenu-set-foreground, facemenu-set-background):
2364 Use facemenu-set-face-from-menu.
2365 (facemenu-set-face-from-menu): Treat face names that start with
2366 "fg:" or "bg:" as special.
2367 (facemenu-add-new-color): Don't create faces. Simplify.
2368
2369 2005-06-30 Richard M. Stallman <rms@gnu.org>
2370
2371 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2372 (crm-find-current-element): Likewise.
2373
2374 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
2375
2376 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
2377
2378 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * arc-mode.el (archive-extract): Make it work as a mouse binding.
2381 (archive-mouse-extract): Make it an obsolete alias.
2382 (archive-mode-map): Don't use archive-mouse-extract any more.
2383 (archive-mode, archive-extract): write-contents-hooks ->
2384 write-contents-functions.
2385 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2386 first arg.
2387 (archive-rename-entry): Update the call.
2388 (archive-zip-summarize): Remove unused var `method'.
2389 (archive-lzh-summarize): Remove unused var `creator'.
2390
2391 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2392 dedicated frame upon exit.
2393
2394 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2395 (archive-zip-extract, archive-zip-expunge)
2396 (archive-zip-update, archive-zip-update-case): Use executable-find.
2397 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2398 Use restore-buffer-modified-p.
2399 (archive-extract, archive-add-new-member, archive-write-file-member):
2400 Use with-current-buffer.
2401 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2402
2403 2005-06-30 Andreas Schwab <schwab@suse.de>
2404
2405 * progmodes/gud.el (gud-filter): Remove unneeded progn.
2406
2407 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2408
2409 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2410
2411 2005-06-30 Juri Linkov <juri@jurta.org>
2412
2413 * faces.el (vertical-border): Inherit from mode-line-inactive
2414 only on tty.
2415
2416 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
2417
2418 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2419 example, -NLINES in the `occur' docstring).
2420
2421 * replace.el (occur-1): When no matches are found, do not set the
2422 `buffer-read-only' and modified flags for the occur buffer,
2423 because it is deleted.
2424
2425 * emulation/cua-base.el (cua-check-pending-input)
2426 (cua-repeat-replace-region, cua-mode, cua-debug)
2427 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2428 Fix typos in docstrings.
2429
2430 * emulation/cua-gmrk.el (cua-toggle-global-mark)
2431 (cua-cut-region-to-global-mark)
2432 (cua--cut-rectangle-to-global-mark):
2433 Remove period from end of messages.
2434
2435 * emulation/cua-rect.el (cua-do-rectangle-padding):
2436 Remove period from end of messages.
2437 (cua--rectangle-seq-format): Fix typo in docstring.
2438 (cua-sequence-rectangle, cua-fill-char-rectangle):
2439 Improve argument/docstring consistency.
2440
2441 2005-06-29 Juri Linkov <juri@jurta.org>
2442
2443 * faces.el (default-frame-background-mode): New internal variable.
2444 (frame-set-background-mode): Use it.
2445
2446 * startup.el (normal-top-level): Set default-frame-background-mode
2447 instead of frame-background-mode. Before setting it, test for its
2448 nil value. Remove tests for frame-background-mode and frame
2449 parameter `reverse'. Add test for "unspecified-fg".
2450
2451 * term/xterm.el (xterm-rxvt-set-background-mode):
2452 * term/rxvt.el (rxvt-set-background-mode):
2453 Set default-frame-background-mode instead of frame-background-mode.
2454
2455 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
2456
2457 * simple.el (set-variable): Warn about obsolete user variables.
2458
2459 * imenu.el (imenu--completion-buffer):
2460 * mouse.el (mouse-buffer-menu-alist):
2461 * msb.el (msb-invisible-buffer-p):
2462 * calendar/diary-lib.el (diary-header-line-format):
2463 * emacs-lisp/pp.el (pp-buffer):
2464 * progmodes/cperl-mode.el (cperl-do-auto-fill):
2465 * textmodes/picture.el (picture-replace-match):
2466 Change space constants followed by a sexp to "?\s ".
2467
2468 * play/decipher.el (decipher-loop-with-breaks):
2469 * textmodes/texinfo.el (texinfo-insert-@item): Change space
2470 constants "protected" from end of line by a comment to "?\s".
2471
2472 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * font-lock.el (save-buffer-state): Use `declare'.
2475
2476 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2477 reset the syntax-table to cperl-mode-syntax-table.
2478 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2479 "foo_print_bar" is not matched as a reserved keyword.
2480
2481 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
2482
2483 * textmodes/org.el (orgtbl-setup): New function, for delayed
2484 setup for the orgtbl commands.
2485 (org-calc-default-modes): New option.
2486 (orgtbl-make-binding): Use `defun' to get better help display.
2487 (org-diary): Call `org-compile-prefix-format'.
2488 (org-table-formula-substitute-names): New function.
2489 (org-agenda-day-view, org-agenda-week-view): New commands.
2490 (org-agenda-toggle-week-view): Command removed.
2491 (org-tbl-menu): Split off from org-org-menu.
2492 (org-mode): Move removal of outline-mode menus to here.
2493 (org-table-formula-debug): New option.
2494 (org-table-insert-row): Keep first field if just "#" or "*".
2495 (org-mode): Paragraph regexps fixed.
2496 (org-table-recalculate-regexp): New constant.
2497 (org-table-justify-field-maybe): Avoid replace if not necessary.
2498 (org-copy-special, org-cut-special): Use `call-interactively'.
2499 (org-table-copy-region): Take region from `interactive' call.
2500 (org-trim): Return string even if no match.
2501 (org-formula): New face.
2502 (org-set-font-lock-defaults): No longer highlight "FIXME".
2503 But highlight formula-related fields in table.
2504 (org-table-p): Use regexp, not fontification.
2505 (org-table-align): Handle white space at end of line.
2506 (org-table-formula-evaluate-inline): New option.
2507 (org-mode): Auto-wrapping in comment lines turned off.
2508 (org-table-copy-down): Evaluate only in copied field, not in
2509 destination.
2510 (org-table-current-formula): Variable removed.
2511 (org-table-store-formulas, org-table-get-stored-formulas)
2512 (org-table-modify-formulas, org-table-replace-in-formulas)
2513 (org-table-maybe-eval-formula): New functions.
2514 (org-table-get-formula): Modify to use stored formulas.
2515 (org-table-insert-column, org-table-delete-column)
2516 (org-table-move-column): Call `org-table-modify-formulas'.
2517 (org-complete): Add completion for keyword formulas.
2518 (orgtbl-mode): Pull orgtbl-mode-map to start of
2519 minor-mode-map-alist.
2520
2521 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * progmodes/python.el (python-check): Require `compile' before
2524 modifying its variables.
2525
2526 * newcomment.el (comment-indent-default): Don't get fooled by an early
2527 end of buffer.
2528
2529 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2530
2531 * ps-print.el (ps-print-version): Fix version number.
2532
2533 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
2534
2535 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
2536
2537 2005-06-28 Richard M. Stallman <rms@gnu.org>
2538
2539 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2540 (flyspell-local-mouse-map): Declaration deleted.
2541 (flyspell-mouse-map): Bind only mouse-2.
2542 (flyspell-mode-map): Don't test flyspell-use-local-map.
2543 (flyspell-overlay-keymap-property-name): Var deleted.
2544 (flyspell-mode-on): Don't make local bindings for
2545 flyspell-mouse-map and flyspell-mode-map.
2546 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2547
2548 * textmodes/ispell.el (ispell-word): Do not ignore short words.
2549
2550 * progmodes/compile.el (compilation-next-error-function):
2551 Don't switch buffers; operate on the current buffer.
2552
2553 * progmodes/compile.el (compilation-error-file-name)
2554 (compilation-warning-file-name, compilation-info-file-name)
2555 (compilation-line-number, compilation-column-number): New faces.
2556 (compilation-error-face, compilation-warning-face)
2557 (compilation-info-face, compilation-line-face)
2558 (compilation-column-face): Use them.
2559
2560 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2561
2562 * comint.el (comint-password-prompt-regexp): Accept ", try again".
2563
2564 * bindings.el (global-map): Bind insertchar and its variants.
2565
2566 2005-06-27 Richard M. Stallman <rms@gnu.org>
2567
2568 * textmodes/artist.el (artist-text-overwrite)
2569 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2570
2571 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2572
2573 * ps-print.el: It was not working the page selection for printing.
2574 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2575 (ps-print-version): New version 6.6.7.
2576 (ps-end-sheet): New fun.
2577 (ps-header-sheet, ps-end-job): Call it.
2578
2579 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2580
2581 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
2582
2583 2005-06-27 Lute Kamstra <lute@gnu.org>
2584
2585 * facemenu.el (facemenu-unlisted-faces): Add foreground and
2586 background color faces.
2587 (facemenu-get-face): Delete function.
2588 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
2589 (facemenu-add-new-color): Make second argument mandatory.
2590 Create the appropriate face and return it. Simplify.
2591 (facemenu-set-foreground, facemenu-set-background): Don't check if
2592 color is defined. Use return value of facemenu-add-new-color.
2593
2594 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
2595
2596 * progmodes/gud.el (gud-filter): Add missing argument to
2597 with-selected-window.
2598
2599 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2602 a :require to the defcustom.
2603
2604 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2605 defcustoms corresponding to minor modes.
2606
2607 2005-06-26 David Ponce <david@dponce.com>
2608
2609 * recentf.el: Require tree-widget instead of wid-edit.
2610 (recentf-filename-handler): Fix widget :type.
2611 (recentf-cancel-dialog, recentf-open-more-files)
2612 (recentf-open-files-action): Doc fix.
2613 (recentf-dialog-goto-first): New function.
2614 (recentf-dialog-mode-map): Set parent keymap first.
2615 (recentf-dialog-mode): Define with define-derived-mode.
2616 Don't display continuation lines in dialogs.
2617 (recentf-edit-list): Rename from recentf-edit-selected-items.
2618 (recentf-edit-list-select): Rename from recentf-edit-list-action.
2619 Simplify.
2620 (recentf-edit-list-validate): New function.
2621 (recentf-edit-list): Update accordingly.
2622 (recentf-open-files-item-shift): Remove.
2623 (recentf-open-files-item): Convert menu elements into tree and
2624 link widgets. Don't create the widgets.
2625 (recentf-open-files): Update accordingly.
2626 (recentf-save-list): Untabify.
2627
2628 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2629
2630 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2631 (keep-lines): Add INTERACTIVE arg. Never delete lines only
2632 partially contained in the active region. Do not take active
2633 region into account when called from Lisp, unless INTERACTIVE arg
2634 is non-nil. Use `forward-line' instead of `beginning-of-line' to
2635 avoid trouble with fields. Make marker point nowhere when no
2636 longer used. Always return nil. Doc fix.
2637 (flush-lines): Add INTERACTIVE arg. Do not take active region
2638 into account when called from Lisp, unless INTERACTIVE arg is
2639 non-nil. Use `forward-line' instead of `beginning-of-line' to
2640 avoid trouble with fields. Make marker point nowhere when no
2641 longer used. Always return nil. Doc fix.
2642 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
2643 interchangeable. Do not take active region into account when
2644 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
2645 message in echo area when called from Lisp, unless INTERACTIVE arg
2646 is non-nil. Avoid saying "1 occurrences". Do not use markers.
2647 Return the number of matches. Doc fix.
2648 (occur): Doc fix.
2649 (perform-replace): Make comment follow double space convention for
2650 the sake of `outline-minor-mode'.
2651
2652 * faces.el (facep): Doc fix.
2653
2654 2005-06-25 Richard M. Stallman <rms@gnu.org>
2655
2656 * facemenu.el (facemenu-enable-faces-p): New function.
2657 (facemenu-background-menu, facemenu-foreground-menu)
2658 (facemenu-face-menu): Add menu-enable property.
2659
2660 * jka-compr.el (jka-compr-insert-file-contents):
2661 Special handling if cannot find the uncompression program.
2662
2663 * cus-face.el (custom-face-attributes): Add autoload.
2664
2665 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2666 Bind comment-indent-function locally.
2667
2668 * window.el (save-selected-window): Use save-current-buffer.
2669
2670 * subr.el (with-selected-window): Use save-current-buffer.
2671
2672 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
2673 and with-current-buffer.
2674
2675 2005-06-24 Richard M. Stallman <rms@gnu.org>
2676
2677 * simple.el (line-move-1): Fix previous change.
2678
2679 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
2680
2681 * replace.el (occur-1): Set `buffer-read-only' and the
2682 buffer-modified flag before running `occur-hook' to protect
2683 against unintentional buffer switches that can lead to data loss.
2684
2685 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
2686
2687 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2688 (gud-gdb-marker-filter): Use font-lock-warning-face for any
2689 initial error.
2690
2691 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2692 after fresh input.
2693 (gdb-var-create-handler): Put name of expression in quotes.
2694
2695 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2696
2697 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2698 elements of RING in order, and without bogus nil elements.
2699
2700 2005-06-23 Richard M. Stallman <rms@gnu.org>
2701
2702 * simple.el (set-variable): Args renamed; doc fix.
2703 (line-move-1): When there are overlays around, use vertical-motion.
2704
2705 * faces.el (escape-glyph): Use brown against light background.
2706 (nobreak-space): Rename from no-break-space.
2707 Fix previous change.
2708
2709 * dired-aux.el (dired-do-copy): Fix arg prompt.
2710
2711 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2712
2713 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2714
2715 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2716 rather than "Distributor".
2717
2718 2005-06-23 Lute Kamstra <lute@gnu.org>
2719
2720 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2721 (debug-on-entry): Use it. New interactive declaration that uses
2722 function-called-at-point.
2723
2724 2005-06-23 Kim F. Storm <storm@cua.dk>
2725
2726 * subr.el (save-match-data): Add comment about using evaporate arg
2727 to set-match-data.
2728
2729 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2730
2731 * cus-edit.el (customize-face)
2732 (customize-face-other-window): Handle face aliases.
2733
2734 * faces.el (face-documentation, set-face-attribute)
2735 (face-spec-set): Handle face aliases.
2736
2737 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
2738
2739 * help-mode.el (help-make-xrefs): If a symbol representing a face
2740 name is not followed by the word "face", it could still be a
2741 function or variable name, so don't bypass other checks.
2742
2743 2005-06-22 Juri Linkov <juri@jurta.org>
2744
2745 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2746 Replace aliased functions with calls where second arg `inherit' is t.
2747
2748 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
2749
2750 * progmodes/gdb-ui.el (gdb-error): New variable.
2751 (gdb-error): New function.
2752 (gdb-annotation-rules): Act on error-begin and error annotations.
2753 (gdb-concat-output): Use font-lock-warning-face for errors.
2754
2755 2005-06-22 Miles Bader <miles@gnu.org>
2756
2757 * bindings.el (propertized-buffer-identification): Use renamed
2758 `Buffer-menu-buffer' face.
2759
2760 * faces.el (vertical-border): Rename from `vertical-divider'.
2761 (escape-glyph): Change dark-background color back to `cyan'.
2762
2763 2005-06-21 Juri Linkov <juri@jurta.org>
2764
2765 * faces.el (face-user-default-spec): Try getting `customized-face'
2766 prior to `saved-face'.
2767 (frame-background-mode): Refill docstring.
2768
2769 * emacs-lisp/lisp-mode.el (eval-defun-1):
2770 * emacs-lisp/edebug.el (edebug-eval-defun):
2771 Set `saved-face' temporarily to nil before calling form.
2772 Set `customized-face' to the new spec after that.
2773
2774 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * subr.el (1value, lambda, key-substitution-in-progress):
2777 Doc fixes.
2778
2779 * autoinsert.el (auto-insert-alist):
2780 * ses.el (ses-call-printer):
2781 * subr.el (noreturn):
2782 * emacs-lisp/lisp.el (check-parens):
2783 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2784 * net/browse-url.el (browse-url-mosaic):
2785 * progmodes/cc-defs.el (c-safe-scan-lists):
2786 * progmodes/ebnf-abn.el (ebnf-abn-lex):
2787 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2788 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2789 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2790 * progmodes/ebnf-iso.el (ebnf-iso-lex):
2791 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2792
2793 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
2794
2795 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2796
2797 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
2798
2799 * calendar/appt.el (appt-make-list): Activate the package, if
2800 not already active (for backwards compatibility).
2801
2802 2005-06-20 Kim F. Storm <storm@cua.dk>
2803
2804 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
2805
2806 2005-06-20 Miles Bader <miles@gnu.org>
2807
2808 * faces.el (vertical-divider): New face.
2809
2810 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
2811
2812 * simple.el (kill-whole-line): Doc fix.
2813 (next-error-buffer-p, next-error-find-buffer)
2814 (clone-indirect-buffer): Fix typos in docstrings.
2815 (comment-line-break-function): Doc fix: don't say variable
2816 is automatically buffer-local (it isn't).
2817
2818 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
2819
2820 * net/tramp-ftp.el (top):
2821 * net/tramp-smb.el (top):
2822 * net/tramp-util.el (top):
2823 * net/tramp-uu.el (top):
2824 * net/tramp-vc.el (top):
2825 * net/tramp.el (top): Revert copyright years back to original
2826 ones. Tramp has a life outside GNU Emacs.
2827
2828 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
2829
2830 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
2831
2832 2005-06-18 Juri Linkov <juri@jurta.org>
2833
2834 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2835 end of first regexp to limit the match to the position between
2836 line number and source line with same separator character as used
2837 between file name and line number. In the second regexp limit
2838 mouse-face area to file name and line number by adding new group
2839 for them and referring it in HYPERLINK arg.
2840 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2841 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2842 previous line where grep markers may be already removed.
2843
2844 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2845
2846 * progmodes/ps-mode.el: Update version and maintainer's email address.
2847
2848 2005-06-18 Steve Youngs <steve@xemacs.org>
2849
2850 * net/browse-url.el (browse-url-browser-function)
2851 (browse-url-default-browser): Add firefox.
2852 (browse-url-firefox-program, browse-url-firefox-arguments)
2853 (browse-url-firefox-startup-arguments)
2854 (browse-url-firefox-new-window-is-tab): New defcustoms.
2855 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2856
2857 2005-06-17 Richard M. Stallman <rms@gnu.org>
2858
2859 * startup.el (command-line): Warn if specified user name has
2860 no home directory.
2861
2862 * term.el (term-get-old-input, term-input-filter, term-input-sender)
2863 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2864
2865 * longlines.el (longlines-mode, longlines-show-hard-newlines):
2866 Doc fixes.
2867
2868 * faces.el (underline): Try bold if terminal doesn't support underline.
2869
2870 * mail/sendmail.el (mail-setup-with-from): New variable.
2871 (mail-insert-from-field): New function.
2872 (sendmail-send-it): Call it.
2873 (mail-setup): Optionally call it here.
2874
2875 * term/linux.el: Call tty-no-underline.
2876
2877 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2878
2879 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2880
2881 2005-06-17 Miles Bader <miles@gnu.org>
2882
2883 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2884 (ediff-current-diff-C, ediff-current-diff-Ancestor)
2885 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2886 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2887 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2888 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2889 Remove "-face" suffix from face names.
2890 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2891 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2892 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2893 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2894 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2895 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2896 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2897 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2898 New backward-compatibility aliases for renamed faces.
2899 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2900 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2901 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2902 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2903 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2904 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2905 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2906 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2907 Use renamed ediff faces.
2908
2909 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2910 Remove "-face" suffix from face names.
2911 (eshell-test-ok-face, eshell-test-failed-face):
2912 New backward-compatibility aliases for renamed faces.
2913 (eshell-run-test): Use renamed eshell-test faces.
2914
2915 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
2916 face name.
2917 (eshell-prompt-face): New backward-compatibility alias for renamed
2918 face.
2919 (eshell-emit-prompt): Use renamed eshell-prompt face.
2920
2921 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2922 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2923 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2924 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2925 Remove "-face" suffix from face names.
2926 (eshell-ls-directory-face, eshell-ls-symlink-face)
2927 (eshell-ls-executable-face, eshell-ls-readonly-face)
2928 (eshell-ls-unreadable-face, eshell-ls-special-face)
2929 (eshell-ls-missing-face, eshell-ls-archive-face)
2930 (eshell-ls-backup-face, eshell-ls-product-face)
2931 (eshell-ls-clutter-face):
2932 New backward-compatibility aliases for renamed faces.
2933 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2934
2935 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2936 Remove "-face" suffix from face name.
2937 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2938 instead of literal face.
2939
2940 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * emacs-lisp/warnings.el (display-warning, lwarn)
2943 (warning-minimum-log-level): Doc fixes.
2944 (warning-minimum-level, warning-minimum-log-level):
2945 Add :debug to :type choices.
2946
2947 * progmodes/ada-mode.el (ada-format-paramlist)
2948 (ada-get-indent-case, ada-check-matching-start)
2949 (ada-check-defun-name, ada-goto-matching-decl-start)
2950 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2951 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2952 (ada-make-subprogram-body): Follow error conventions.
2953 (ada-case-exception-file, ada-indent-comment-as-code)
2954 (ada-indent-handle-comment-special, ada-indent-renames)
2955 (ada-indent-return, ada-search-directories-internal)
2956 (ada-tab-policy, ada-case-exception-substring)
2957 (ada-other-file-alist, ada-matching-start-re)
2958 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2959 (ada-imenu-generic-expression, ada-compile-goto-error)
2960 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2961 (ada-popup-menu, ada-add-extensions, ada-mode)
2962 (ada-region-selected, ada-create-case-exception)
2963 (ada-create-case-exception-substring, ada-after-keyword-p)
2964 (ada-activate-keys-for-case, ada-adjust-case-region)
2965 (ada-adjust-case-buffer, ada-format-paramlist)
2966 (ada-scan-paramlist, ada-insert-paramlist)
2967 (ada-indent-newline-indent)
2968 (ada-indent-newline-indent-conditional)
2969 (ada-justified-indent-current, ada-goto-previous-word)
2970 (ada-indent-current, ada-get-indent-open-paren)
2971 (ada-get-indent-paramlist, ada-get-indent-end)
2972 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2973 (ada-get-indent-block-start, ada-get-indent-subprog)
2974 (ada-get-indent-noindent, ada-get-indent-label)
2975 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2976 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2977 (ada-goto-stmt-end, ada-goto-next-word)
2978 (ada-check-matching-start, ada-check-defun-name)
2979 (ada-goto-matching-decl-start, ada-goto-matching-start)
2980 (ada-goto-matching-end, ada-search-ignore-string-comment)
2981 (ada-in-decl-p, ada-looking-at-semi-or)
2982 (ada-looking-at-semi-private, ada-in-paramlist-p)
2983 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2984 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2985 (ada-next-procedure, ada-previous-procedure, ada-next-package)
2986 (ada-previous-package, ada-create-menu)
2987 (ada-fill-comment-paragraph-justify)
2988 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2989 (ada-other-file-name, ada-last-which-function-line)
2990 (ada-last-which-function-subprog, ada-which-function)
2991 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2992 (ada-gen-treat-proc, ada-check-emacs-version)
2993 (ada-continuation-indent, ada-align-region-separate):
2994 Fix typos in docstrings.
2995 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2996
2997 2005-06-16 Lute Kamstra <lute@gnu.org>
2998
2999 * simple.el (fundamental-mode): Run after-change-major-mode-hook
3000 conditionally.
3001
3002 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
3003
3004 * comint.el (comint-replace-by-expanded-filename)
3005 (comint-prompt-regexp, comint-delimiter-argument-list)
3006 (comint-preinput-scroll-to-bottom):
3007 * info.el (Info-hide-cookies-node):
3008 * ls-lisp.el (ls-lisp-classify):
3009 * find-file.el (ff-search-directories, ff-special-constructs)
3010 (ff-find-other-file):
3011 * font-lock.el (font-lock-keywords):
3012 * shell.el (shell-prompt-pattern)
3013 (shell-dynamic-complete-functions, shell-mode)
3014 (shell-delimiter-argument-list):
3015 * term.el (term-replace-by-expanded-filename)
3016 (term-prompt-regexp, term-delimiter-argument-list):
3017 * woman.el (woman-ignore, woman0-if):
3018 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
3019 * emacs-lisp/elint.el (elint-init-env):
3020 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
3021 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
3022 * language/ethio-util.el (ethio-tilde-escape)
3023 (ethio-use-three-dot-question):
3024 * net/zone-mode.el (zone-mode-load-time-setup):
3025 * progmodes/cc-align.el (c-lineup-argcont):
3026 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
3027 * progmodes/cperl-mode.el (cperl-set-style-back):
3028 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3029 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
3030 Fix spellings in docstrings.
3031
3032 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
3033 * progmodes/modula2.el (m2-for): Fix spellings.
3034
3035 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
3036
3037 * simple.el (undo-more): Don't use `format' on `error' arguments.
3038 Improve argument/docstring consistency.
3039 (pending-undo-list): Doc fix.
3040
3041 * smerge-mode.el (smerge-ensure-match):
3042 * emulation/vip.el (vip-ex):
3043 * net/zone-mode.el (zone-mode-update-serial):
3044 * progmodes/idlwave.el (idlwave-complete):
3045 * progmodes/vhdl-mode.el (vhdl-visit-file)
3046 (vhdl-compose-wire-components):
3047 Don't use `format' on `error' arguments.
3048
3049 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
3050 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
3051 (tooltip-help-tips): Fix typos in docstrings.
3052
3053 2005-06-16 David Ponce <david@dponce.com>
3054
3055 * tree-widget.el (tree-widget-value-create): Simplify last change.
3056
3057 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
3058
3059 * ido.el (ido-incomplete-regexp): New variable.
3060 (ido-set-matches-1): Handle invalid-regexp error and set
3061 ido-incomplete-regexp.
3062 (ido-incomplete-regexp): New face.
3063 (ido-completions): Use it.
3064 (ido-complete, ido-exit-minibuffer, ido-completions):
3065 Handle incomplete regexps.
3066 (ido-completions): Add check for complete match when entering a regexp.
3067
3068 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
3071
3072 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3073
3074 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
3075 by field delimiters.
3076
3077 2005-06-15 David Ponce <david@dponce.com>
3078
3079 * tree-widget.el: eval-and-compile inlined functions so they will
3080 be available at run-time too.
3081 (tree-widget-super-format-handler)
3082 (tree-widget-format-handler): Remove.
3083 (tree-widget-value-create): Handle the :indent property.
3084
3085 2005-06-15 Miles Bader <miles@gnu.org>
3086
3087 * progmodes/which-func.el (which-func): Only inherit
3088 `font-lock-function-name-face' when that makes sense against the
3089 default mode-line face, otherwise set the face color explicitly.
3090
3091 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
3092 faces instead of (non-existent) variables.
3093
3094 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
3097 (iswitchb-get-matched-buffers): Likewise. Simplify.
3098
3099 2005-06-14 Miles Bader <miles@gnu.org>
3100
3101 * progmodes/ld-script.el (ld-script-location-counter):
3102 Remove "-face" suffix from face name.
3103 (ld-script-location-counter-face):
3104 New backward-compatibility alias for renamed face.
3105 (ld-script-location-counter-face): Use renamed face.
3106
3107 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
3108 (cperl-hash): Remove "-face" suffix from face names.
3109 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
3110 New backward-compatibility aliases for renamed faces.
3111 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
3112 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
3113
3114 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
3115 name.
3116 (which-func-face): New backward-compatibility alias for renamed face.
3117 (which-func-format): Use renamed which-func face.
3118
3119 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
3120 (vhdl-function, vhdl-directive, vhdl-reserved-word)
3121 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
3122 names.
3123 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
3124 (vhdl-speedbar-configuration, vhdl-speedbar-package)
3125 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
3126 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
3127 (vhdl-speedbar-architecture-selected)
3128 (vhdl-speedbar-configuration-selected)
3129 (vhdl-speedbar-package-selected)
3130 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
3131 names.
3132 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
3133 Use renamed faces.
3134 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
3135 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
3136 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
3137 Use renamed faces.
3138 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
3139 names.
3140 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
3141 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
3142 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
3143 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3144 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3145 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3146
3147 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3148 face name.
3149 (sh-heredoc-face): New backward-compatibility alias for renamed face.
3150 (sh-heredoc-face): Use renamed sh-heredoc face.
3151
3152 * progmodes/idlw-help.el (idlwave-help-link):
3153 Remove "-face" suffix from face name.
3154 (idlwave-help-link-face):
3155 New backward-compatibility alias for renamed face.
3156 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3157
3158 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3159 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3160 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3161 New backward-compatibility aliases for renamed faces.
3162 (idlwave-shell-disabled-breakpoint-face)
3163 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3164
3165 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3166 Remove "-face" suffix from face names.
3167 (flymake-errline-face, flymake-warnline-face):
3168 New backward-compatibility aliases for renamed faces.
3169 (flymake-highlight-line): Use renamed flymake faces.
3170
3171 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3172 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3173 (ebrowse-member-class, ebrowse-progress):
3174 Remove "-face" suffix from face names.
3175 (ebrowse-tree-mark-face, ebrowse-root-class-face)
3176 (ebrowse-file-name-face, ebrowse-default-face)
3177 (ebrowse-member-attribute-face, ebrowse-member-class-face)
3178 (ebrowse-progress-face):
3179 New backward-compatibility aliases for renamed faces.
3180 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3181 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3182 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3183 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3184
3185 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3186 antlr-syntax)
3187 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3188 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3189 names.
3190 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3191 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3192 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3193 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3194 backward-compatibility aliases for renamed faces.
3195 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3196 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3197 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3198 remove "font-lock-". Use renamed antlr-mode faces.
3199 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
3200 literal face-names with face variable references.
3201
3202 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3203 face name.
3204 (Buffer-menu-buffer-face): New backward-compatibility alias for
3205 renamed face.
3206 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3207
3208 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
3209
3210 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
3211 Eliminate "-face" suffix.
3212 (makefile-targets): Inherit from font-lock-function-name-face and
3213 eliminate "-face" suffix.
3214 (makefile-shell): Remove attributes and eliminate "-face" suffix.
3215 (makefile-*-font-lock-keywords): Append makefile-targets in rule
3216 actions, instead of prepending, to make it less visible.
3217 (makefile-previous-dependency, makefile-match-dependency):
3218 Don't match a target on a continuation line.
3219
3220 * files.el (auto-mode-alist): Put Makefile in gmake mode.
3221
3222 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
3223
3224 * progmodes/gdb-ui.el (menu): Re-order menu items.
3225 (gdb-tooltip-print): Respect tooltip-use-echo-area.
3226
3227 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3228 Define in tooltip.el.
3229 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3230 (gud-tooltip-tips): Respect tooltip-use-echo-area and
3231 gud-tooltip-echo-area.
3232
3233 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3234 backward compatibility and make obsolete.
3235 (tooltip-help-tips): Use tooltip-use-echo-area.
3236 (tooltip-show-help-function): Rename to...
3237 (tooltip-show-help): ...this, because it is a function.
3238 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3239
3240 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3241
3242 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3243 (edebug-print-length, edebug-print-level, edebug-print-circle)
3244 (edebug-modify-breakpoint, edebug-eval-last-sexp)
3245 (edebug-eval-print-last-sexp): Doc fixes.
3246
3247 2005-06-14 Kim F. Storm <storm@cua.dk>
3248
3249 * ido.el (ido-mode): Make a new keymap every time we enable ido,
3250 as the coverage buffer/file/both may change.
3251
3252 2005-06-14 Lute Kamstra <lute@gnu.org>
3253
3254 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3255 and run-mode-hooks. Simplify.
3256
3257 * mail/rmailedit.el (rmail-edit-mode):
3258 * progmodes/octave-inf.el (inferior-octave-mode):
3259 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3260
3261 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3262 and run-mode-hooks.
3263 (recentf-edit-list, recentf-open-files): Don't call
3264 kill-all-local-variables directly.
3265
3266 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3267
3268 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
3269
3270 * emacs-lisp/byte-run.el (make-obsolete)
3271 (define-obsolete-function-alias): Rename arguments FUNCTION and
3272 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
3273 (make-obsolete-variable, define-obsolete-variable-alias):
3274 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
3275 respectively.
3276
3277 * isearchb.el (isearchb-activate):
3278 * pcvs.el (cvs-mode):
3279 * ses.el (ses-load):
3280 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3281 * net/tramp.el (tramp-find-file-exists-command)
3282 (tramp-find-shell):
3283 * progmodes/ada-mode.el (ada-create-case-exception)
3284 (ada-create-case-exception-substring, ada-make-subprogram-body):
3285 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3286 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3287 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3288 * textmodes/org.el (org-promote, org-evaluate-time-range)
3289 (org-agenda-next-date-line, org-agenda-previous-date-line)
3290 (org-agenda-error, org-open-at-point, org-table-move-row)
3291 (org-format-table-table-html-using-table-generate-source)
3292 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3293 * textmodes/reftex.el (reftex-access-scan-info):
3294 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3295 (reftex-toc-promote-prepare): Follow error conventions.
3296
3297 * diff-mode.el (diff-mode): Fix typo in docstring.
3298
3299 * forms.el (forms--intuit-from-file): Fix reference to
3300 `forms-number-of-fields' in error message.
3301 (forms-print): Fix quoting in error message.
3302
3303 * forms.el (forms-mode):
3304 * emulation/vi.el (vi-goto-insert-state):
3305 * progmodes/flymake.el (flymake-new-err-info)
3306 (flymake-start-syntax-check-for-current-buffer)
3307 (flymake-simple-cleanup):
3308 * eshell/esh-var.el (eshell/export):
3309 * progmodes/gud.el (xdb):
3310 * textmodes/flyspell.el (flyspell-incorrect-hook)
3311 (flyspell-maybe-correct-transposition)
3312 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3313
3314 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
3315
3316 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3317 minibuffer prompt.
3318
3319 2005-06-13 Kim F. Storm <storm@cua.dk>
3320
3321 * subr.el (add-to-ordered-list): New defun.
3322
3323 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3324 add cua--keymap-alist to emulation-mode-map-alists.
3325
3326 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * subr.el (complete-in-turn): New macro.
3329 (dynamic-completion-table, lazy-completion-table): Add debug info.
3330
3331 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3332 in preference to face aliases.
3333
3334 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3335 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3336 Remove unused vars `start' and `firstline'.
3337 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3338 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3339
3340 2005-06-13 Eli Zaretskii <eliz@gnu.org>
3341
3342 * cus-start.el (all): Don't complain about missing GTK-related
3343 variables, unless either `gtk' is boundp or this isn't a
3344 `windows-nt' build.
3345
3346 2005-06-13 Lute Kamstra <lute@gnu.org>
3347
3348 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3349 run-mode-hooks.
3350
3351 * ediff-mult.el (ediff-meta-mode):
3352 * ediff-util.el (ediff-mode): Use run-mode-hooks.
3353
3354 * ledit.el (ledit-mode): Use delay-mode-hooks.
3355
3356 * woman.el (woman-mode-line-format): Delete constant.
3357 (woman-mode-map): Initialize it properly.
3358 (woman-mode): Set mode-class property to special.
3359 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
3360 Set major-mode and mode-name. Don't set mode-line-format directly.
3361 (Man-getpage-in-background): Don't reference woman-mode-line-format.
3362
3363 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3364 string argument obsolete.
3365
3366 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
3367
3368 * textmodes/org.el (org-CUA-compatible): New option.
3369 (org-disputed-keys): New variable.
3370 (org-key): New function.
3371 (orgtbl-make-binding): Add docstring to the created function.
3372 (org-mode): Set paragraph start/separate regexps.
3373 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3374 (org-archive-location, org-archive-mark-done)
3375 (org-archive-stamp-time): New options.
3376 (org-archive-subtree): New command.
3377 (org-fill-paragraph): New function.
3378 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3379 (org-fake-empty-table-line): Function removed.
3380 (org-format-org-table-html): Do not create empty table lines at
3381 separator lines. Improved table header treatment.
3382 (org-link-format): New option.
3383 (org-make-link): New function.
3384 (org-insert-link, org-store-link): Use org-make-link.
3385 (org-open-file): Quote file name for shell command, to allow
3386 spaces in file names.
3387 (org-link-regexp): Fix bug with mailto link.
3388 (org-link-maybe-angles-regexp, org-protected-link-regexp):
3389 New constants.
3390 (org-export-as-html): Deal with the optional angles around a link.
3391 Better treatment of file: links.
3392 (org-open-at-point): Replace @{ and @} with < and >.
3393 (org-run-mode-hooks): Function removed.
3394 (org-agenda-mode): No longer use `org-run-mode-hooks'.
3395
3396 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
3397
3398 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3399 MI command -data-list-register-values.
3400 (gdb-post-prompt): Indent properly.
3401
3402 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
3403
3404 * hilit-chg.el (highlight-changes-colors): Rename from
3405 `highlight-changes-colours'.
3406 (highlight-changes-colours): Keep as obsolete alias.
3407 (highlight-changes-face-list): Doc fix.
3408 (hilit-chg-make-list): Use `highlight-changes-colors'.
3409
3410 2005-06-12 Mark A. Hershberger <mah@everybody.org>
3411
3412 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3413 defun-prompt-regexp.
3414
3415 2005-06-12 Eli Zaretskii <eliz@gnu.org>
3416
3417 * loadup.el: Don't say we are dumping under 2 names on windows-nt
3418 and cygwin.
3419
3420 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3421 Don't use an old loaddefs.el, as in Makefile.in.
3422
3423 2005-06-12 Lute Kamstra <lute@gnu.org>
3424
3425 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3426
3427 * man.el (Man-mode-map): Initialize it properly.
3428 (Man-mode): Set mode-class property to special.
3429
3430 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3431
3432 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3433
3434 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3435 A newline is needed in the docstring there.
3436
3437 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3438 Doc fixes.
3439
3440 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3441
3442 * printing.el: Doc fix. The menubar is no more changed when printing
3443 is loaded, it only changes when pr-menu-bind or pr-update-menus is
3444 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
3445 (pr-version): New version number (6.8.4).
3446 (pr-menu-bind): New command.
3447 (pr-update-menus): Docstring and code fix.
3448 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3449 Docstring fix.
3450 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3451 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3452
3453 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
3454
3455 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3456 "Returns" to "return", document useful return values, etc.
3457
3458 2005-06-11 Alan Mackenzie <acm@muc.de>
3459
3460 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3461 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3462 (adaptive-file-function): Minor amendment to doc-string.
3463
3464 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3465
3466 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
3467 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3468 Fix :type--it is `integer', not `string'.
3469
3470 * faces.el (modeline-highlight): Rename from (the erroneous)
3471 `modeline-higilight'.
3472
3473 2005-06-11 Lute Kamstra <lute@gnu.org>
3474
3475 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3476 lisp-interaction-mode-map but make it the parent.
3477 (edebug-eval-mode): Use define-derived-mode.
3478
3479 2005-06-11 Andreas Schwab <schwab@suse.de>
3480
3481 * bindings.el: Add binding of `ESC functionkey' for every
3482 `M-functionkey'.
3483 * hexl.el (hexl-mode-map): Likewise.
3484
3485 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
3486
3487 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3488 [msft]: update regexp for newer msft compilers.
3489
3490 2005-06-10 Mark A. Hershberger <mah@everybody.org>
3491
3492 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3493 ATTLIST portions of included DTDs.
3494 (xml-parse-dtd): Eliminate use of inefficient match-data.
3495
3496 2005-06-10 Miles Bader <miles@gnu.org>
3497
3498 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3499 (mpuz-text): Remove "-face" suffix from face names.
3500 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3501 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3502 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3503
3504 * play/gomoku.el (gomoku-O, gomoku-X):
3505 Remove "-face" suffix from face names.
3506 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3507 New backward-compatibility aliases for renamed faces.
3508 (gomoku-font-lock-keywords): Use renamed gomoku faces.
3509
3510 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3511
3512 * thumbs.el: Fixes for changes of 2005-06-09.
3513 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3514 as a directory.
3515 (thumbs-thumbname): Remove directory separator from format string;
3516 `thumbs-thumbsdir' now returns a valid directory name.
3517 (thumbs-temp-dir): New defsubst.
3518 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3519 Use it.
3520
3521 * cus-edit.el (minibuffer):
3522 * files.el (make-backup-file-name-function):
3523 * filesets.el (filesets-external-viewers):
3524 * hilit-chg.el (highlight-changes-colours)
3525 (highlight-changes-face-list, highlight-changes-rotate-faces):
3526 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3527 * kmacro.el (kmacro-call-macro):
3528 * log-edit.el (log-edit-changelog-full-paragraphs):
3529 * mouse.el (mouse-1-click-follows-link):
3530 * skeleton.el (skeleton-autowrap):
3531 * subr.el (insert-for-yank-1):
3532 * tempo.el (tempo-insert-region):
3533 * terminal.el (terminal-emulator):
3534 * time.el (display-time-mail-face):
3535 * vc.el (vc-annotate):
3536 * vcursor.el (vcursor-copy-line):
3537 * woman.el (woman-bold-headings, woman-ignore)
3538 (woman-default-faces, woman-monochrome-faces):
3539 * calendar/todo-mode.el (todo-insert-threshold):
3540 * emulation/pc-select.el (pc-select-selection-keys-only)
3541 (pc-selection-mode):
3542 * emulation/vip.el (vip-find-char-forward):
3543 * emulation/viper-cmd.el (viper-find-char-forward):
3544 * international/mule-cmds.el
3545 (select-safe-coding-system-accept-default-p)
3546 (input-method-exit-on-invalid-key):
3547 * international/mule-diag.el (describe-coding-system):
3548 * international/ucs-tables.el (unify-8859-on-encoding-mode):
3549 * net/browse-url.el (browse-url-xterm-program):
3550 * obsolete/lazy-lock.el (lazy-lock-mode):
3551 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3552 (cperl-mode):
3553 * progmodes/cpp.el (cpp-face-light-name-list)
3554 (cpp-face-dark-name-list):
3555 * progmodes/delphi.el (delphi-newline-always-indents):
3556 Fix spellings in docstrings.
3557
3558 * ido.el (ido-mode, ido-file-extensions-order)
3559 (ido-default-file-method, ido-default-buffer-method)
3560 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3561 (ido-decorations, ido-read-file-name-as-directory-commands)
3562 (ido-read-file-name-non-ido, ido-work-directory-list)
3563 (ido-ignore-item-temp-list, ido-current-directory)
3564 (ido-magic-forward-char, ido-enter-find-file)
3565 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3566 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3567
3568 2005-06-10 Lute Kamstra <lute@gnu.org>
3569
3570 * play/dunnet.el (dun-mode): Use define-derived-mode.
3571 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
3572 obsolete alias.
3573
3574 * play/doctor.el (doctor-mode-map): Remove defvar.
3575 (doctor-mode): Use define-derived-mode.
3576
3577 * mail/mspools.el (mspools-mode):
3578 * net/eudc-hotlist.el (eudc-hotlist-mode):
3579 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3580
3581 2005-06-10 Miles Bader <miles@gnu.org>
3582
3583 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3584 Remove "-face" suffix from face names.
3585 (flyspell-incorrect-face, flyspell-duplicate-face):
3586 New backward-compatibility aliases for renamed faces.
3587 (flyspell-mode-on, make-flyspell-overlay)
3588 (flyspell-highlight-incorrect-region)
3589 (flyspell-highlight-duplicate-region)
3590 (flyspell-display-next-corrections)
3591 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3592
3593 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3594 from face name.
3595 (texinfo-heading-face): New backward-compatibility alias for
3596 renamed face.
3597 (texinfo-heading-face): Use renamed texinfo-heading face.
3598
3599 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3600 suffix from face names.
3601 (tex-math-face, tex-verbatim-face):
3602 New backward-compatibility aliases for renamed faces.
3603 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3604 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3605 literal face name.
3606
3607 * textmodes/table.el (table-cell): Remove "-face" suffix from face
3608 name.
3609 (table-cell-face): New backward-compatibility alias for renamed face.
3610 (table--put-cell-face-property, table--update-cell-face):
3611 Use renamed table-cell face.
3612
3613 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3614 from face name.
3615 (sgml-namespace-face): New backward-compatibility alias for
3616 renamed face.
3617 (sgml-namespace-face): Use renamed sgml-namespace face.
3618
3619 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3620 (org-level-4, org-level-5, org-level-6, org-level-7)
3621 (org-level-8, org-warning, org-headline-done)
3622 (org-deadline-announce, org-scheduled-today)
3623 (org-scheduled-previously, org-link, org-done, org-table)
3624 (org-time-grid): Remove "-face" suffix from face names.
3625 (org-level-1-face, org-level-2-face, org-level-3-face)
3626 (org-level-4-face, org-level-5-face, org-level-6-face)
3627 (org-level-7-face, org-level-8-face, org-warning-face)
3628 (org-headline-done-face, org-deadline-announce-face)
3629 (org-scheduled-today-face, org-scheduled-previously-face)
3630 (org-link-face, org-done-face, org-table-face)
3631 (org-time-grid-face):
3632 New backward-compatibility aliases for renamed faces.
3633 (org-level-faces, org-set-font-lock-defaults, org-timeline)
3634 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3635 (org-agenda-get-timestamps, org-agenda-get-scheduled)
3636 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3637
3638 * emulation/viper-init.el (viper-search, viper-replace-overlay)
3639 (viper-minibuffer-emacs, viper-minibuffer-insert)
3640 (viper-minibuffer-vi): Remove "-face" suffix from face names.
3641 (viper-search-face, viper-replace-overlay-face)
3642 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3643 (viper-minibuffer-vi-face):
3644 New backward-compatibility aliases for renamed faces.
3645 (viper-search-face, viper-replace-overlay-face)
3646 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3647 (viper-minibuffer-vi-face): Use renamed viper faces.
3648
3649 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3650 Remove "-face" suffix from face names.
3651 (testcover-nohits-face, testcover-1value-face):
3652 New backward-compatibility aliases for renamed faces.
3653 (testcover-mark): Use renamed testcover faces.
3654
3655 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3656 face name.
3657 (diary-button-face): New backward-compatibility alias for renamed face.
3658 (diary-entry): Use renamed diary-button face.
3659
3660 * calendar/calendar.el (diary, calendar-today, holiday)
3661 (mark-visible-calendar-date): Remove "-face" suffix from face names.
3662 (diary-face, calendar-today-face, holiday-face):
3663 New backward-compatibility aliases for renamed faces.
3664 (eval-after-load "facemenu", diary-entry-marker)
3665 (calendar-today-marker, calendar-holiday-marker, diary-face):
3666 Use renamed calendar faces.
3667
3668 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3669 (compare-windows-face): New backward-compatibility alias for
3670 renamed face.
3671 (compare-windows-highlight): Use renamed compare-windows face.
3672
3673 * strokes.el (strokes-char): Remove "-face" suffix from face name.
3674 (strokes-char-face): New backward-compatibility alias for renamed face.
3675 (strokes-encode-buffer): Use renamed strokes-char face.
3676
3677 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
3678 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
3679 Remove "-face" suffix from face names.
3680 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3681 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3682 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
3683 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
3684 Use renamed pcvs faces.
3685 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3686 * pcvs-defs.el (cvs-mode-map): Likewise.
3687 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
3688
3689 * info.el (info-title-1, info-title-2, info-title-3)
3690 (info-title-4): Remove "-face" suffix from and downcase face names.
3691 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3692 (Info-title-4-face):
3693 New backward-compatibility aliases for renamed faces.
3694 (Info-fontify-node): Use renamed info faces.
3695
3696 * hilit-chg.el (highlight-changes, highlight-changes-delete):
3697 Remove "-face" suffix from face names.
3698 (highlight-changes-face, highlight-changes-delete-face):
3699 New backward-compatibility aliases for renamed faces.
3700 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3701 (hilit-chg-make-list): Use renamed highlight-changes faces.
3702
3703 * generic-x.el (show-tabs-tab, show-tabs-space):
3704 Remove "-face" suffix from face names.
3705 (show-tabs-tab-face, show-tabs-space-face):
3706 New backward-compatibility aliases for renamed faces.
3707 (show-tabs-generic-mode-font-lock-defaults-1)
3708 (show-tabs-generic-mode-font-lock-defaults-2):
3709 Use renamed show-tabs faces.
3710
3711 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3712 (smerge-markers): Remove "-face" suffix from face names.
3713 (smerge-mine-face, smerge-other-face, smerge-base-face)
3714 (smerge-markers-face):
3715 New backward-compatibility aliases for renamed faces.
3716 (smerge-mine-face, smerge-other-face, smerge-base-face)
3717 (smerge-markers-face): Use renamed smerge faces.
3718
3719 * log-view.el (log-view-file, log-view-message): Remove "-face"
3720 suffix from face names.
3721 (log-view-file-face, log-view-message-face): New
3722 backward-compatibility aliases for renamed faces.
3723 (log-view-file-face, log-view-message-face): Use renamed log-view
3724 faces.
3725
3726 * paren.el (show-paren-match, show-paren-mismatch):
3727 Remove "-face" suffix from face names.
3728 (show-paren-match-face, show-paren-mismatch-face):
3729 New backward-compatibility aliases for renamed faces.
3730 (show-paren-function): Use renamed show-paren faces.
3731
3732 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3733 (ruler-mode-margins, ruler-mode-fringes)
3734 (ruler-mode-column-number, ruler-mode-fill-column)
3735 (ruler-mode-comment-column, ruler-mode-goal-column)
3736 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
3737 suffix from face names.
3738 (ruler-mode-default-face, ruler-mode-pad-face)
3739 (ruler-mode-margins-face, ruler-mode-fringes-face)
3740 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3741 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3742 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
3743 backward-compatibility aliases for renamed faces.
3744 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3745 (ruler-mode-column-number, ruler-mode-fill-column)
3746 (ruler-mode-comment-column, ruler-mode-goal-column)
3747 (ruler-mode-tab-stop, ruler-mode-current-column)
3748 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
3749 faces.
3750
3751 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3752 face name.
3753 (whitespace-highlight-the-space): Use renamed face.
3754 (whitespace-highlight-face): New backward-compatibility alias for
3755 renamed face.
3756
3757 * woman.el (woman-italic, woman-bold, woman-unknown)
3758 (woman-addition, woman-symbol-face):
3759 Remove "-face" suffix from face names.
3760 (woman-italic-face, woman-bold-face, woman-unknown-face)
3761 (woman-addition-face):
3762 New backward-compatibility aliases for renamed faces.
3763 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3764 (woman-decode-region, woman-replace-match)
3765 (woman-display-extended-fonts, woman-special-characters)
3766 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3767 Use renamed woman faces.
3768
3769 * longlines.el (longlines-visible-face): Face removed.
3770
3771 * diff-mode.el (diff-header, diff-file-header, diff-index)
3772 (diff-hunk-header, diff-removed, diff-added, diff-changed)
3773 (diff-function, diff-context, diff-nonexistent): Remove "-face"
3774 suffix from face names.
3775 (diff-header-face, diff-file-header-face, diff-index-face)
3776 (diff-hunk-header-face, diff-removed-face, diff-added-face)
3777 (diff-changed-face, diff-function-face, diff-context-face)
3778 (diff-nonexistent-face): New backward-compatibility aliases for
3779 renamed faces.
3780 (diff-header-face, diff-file-header-face)
3781 (diff-index, diff-index-face, diff-hunk-header)
3782 (diff-hunk-header-face, diff-removed, diff-removed-face)
3783 (diff-added, diff-added-face, diff-changed-face, diff-function)
3784 (diff-function-face, diff-context-face, diff-nonexistent)
3785 (diff-nonexistent-face): Use renamed diff-mode faces.
3786
3787 * progmodes/compile.el (compilation-warning-face)
3788 (compilation-info-face): Remove "-face" suffix from face names.
3789 (compilation-warning-face, compilation-info-face):
3790 New backward-compatibility aliases for renamed faces.
3791 (compilation-warning-face, compilation-info-face):
3792 Use renamed compilation faces.
3793
3794 * add-log.el (change-log-date, change-log-name)
3795 (change-log-email, change-log-file, change-log-list)
3796 (change-log-conditionals, change-log-function)
3797 (change-log-acknowledgement): Remove "-face" suffix from face names.
3798 (change-log-date-face, change-log-name-face)
3799 (change-log-email-face, change-log-file-face)
3800 (change-log-list-face, change-log-conditionals-face)
3801 (change-log-function-face, change-log-acknowledgement-face):
3802 New backward-compatibility aliases for renamed faces.
3803 (change-log-font-lock-keywords): Use renamed change-log faces.
3804
3805 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3806 (custom-set, custom-changed, custom-saved, custom-button)
3807 (custom-button-pressed, custom-documentation, custom-state)
3808 (custom-comment, custom-comment-tag, custom-variable-tag)
3809 (custom-variable-button, custom-face-tag, custom-group-tag-1)
3810 (custom-group-tag): Remove "-face" suffix from face names.
3811 (custom-magic-alist, custom-magic-value-create)
3812 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3813 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3814 (custom-set-face, custom-changed-face, custom-saved-face)
3815 (custom-button-face, custom-button-pressed-face)
3816 (custom-documentation-face, custom-state-face)
3817 (custom-comment-face, custom-comment-tag-face)
3818 (custom-variable-tag-face, custom-variable-button-face)
3819 (custom-face-tag-face, custom-group-tag-face-1)
3820 (custom-group-tag-face):
3821 New backward-compatibility aliases for renamed faces.
3822
3823 * wid-edit.el (widget-documentation, widget-button)
3824 (widget-field, widget-single-line-field, widget-inactive)
3825 (widget-button-pressed): "-face" suffix removed from face names.
3826 (widget-documentation-face, widget-button-face)
3827 (widget-field-face, widget-single-line-field-face)
3828 (widget-inactive-face, widget-button-pressed-face):
3829 New backward-compatibility aliases for renamed faces.
3830 (widget-documentation-face, widget-button-face)
3831 (widget-button-pressed-face, widget-specify-field)
3832 (widget-specify-inactive): Use renamed widget faces.
3833
3834 2005-06-10 Kenichi Handa <handa@m17n.org>
3835
3836 * term/x-win.el (x-clipboard-yank): Remove condition-case
3837 wrapping.
3838
3839 2005-06-11 Kenichi Handa <handa@m17n.org>
3840
3841 * add-log.el (change-log-font-lock-keywords): Make the regexp for
3842 date lines stricter.
3843
3844 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
3845
3846 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3847 of x-get-selection.
3848
3849 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3850
3851 * comint.el (comint-mode, comint-snapshot-last-prompt):
3852 * frame.el (frame-current-scroll-bars):
3853 * term.el (term-mode, term-check-proc, term-input-sender)
3854 (term-simple-send, term-extract-string, term-word)
3855 (term-match-partial-filename):
3856 * window.el (window-current-scroll-bars):
3857 * emulation/cua-base.el (cua-normal-cursor-color)
3858 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3859 (cua-global-mark-cursor-color):
3860 * mail/undigest.el (rmail-forward-separator-regex):
3861 Fix typos in docstrings.
3862
3863 * comint.el (comint-check-proc, make-comint-in-buffer)
3864 (comint-source-default): Doc fixes.
3865
3866 * term.el (term-send-string): Improve argument/docstring
3867 consistency.
3868
3869 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
3870
3871 * comint.el (comint-send-input): Bind `inhibit-read-only' around
3872 call to `delete-region'.
3873 (comint-mode-hook): Do not enable Font Lock by default.
3874
3875 2005-06-09 Lute Kamstra <lute@gnu.org>
3876
3877 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3878 could be void.
3879
3880 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * emacs-lisp/debug.el (debugger-will-be-back): New var.
3883 (debug): Use it.
3884 (debugger-step-through, debugger-continue, debugger-jump)
3885 (debugger-return-value): Set it when needed.
3886 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3887 Use inhibit-read-only.
3888
3889 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
3890
3891 * window.el (shrink-window-if-larger-than-buffer)
3892 (window-size-fixed): Fix typo in docstring.
3893
3894 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
3895 thumbnails directory on loading.
3896 (thumbs-conversion-program): Use `eq' to check the system type,
3897 not `equal'.
3898 (thumbs-temp-dir): Initialize to `temporary-file-directory',
3899 not "/tmp". Fix docstring.
3900 (thumbs-thumbsdir): New function to return the thumbnails
3901 directory, creating it if needed.
3902 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3903 (thumbs-temp-file): Delete variable and make it into a function.
3904 (thumbs-resize-image, thumbs-modify-image): Use it.
3905 (thumbs-kill-buffer): Simplify.
3906 (thumbs-gensym): Defalias or duplicate CL `gensym'.
3907 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3908 docstrings.
3909
3910 2005-06-09 Kim F. Storm <storm@cua.dk>
3911
3912 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3913 set-match-data to free markers in match-data.
3914
3915 * replace.el (replace-match-data): Pass RESEAT arg `t' to
3916 match-data to unchain markers in match-data.
3917
3918 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3919
3920 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3921 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
3922 unnecessary now.
3923
3924 2005-06-08 Richard M. Stallman <rms@gnu.org>
3925
3926 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3927 give the variable a doc string that doesn't say don't set it directly.
3928
3929 * textmodes/ispell.el (ispell-check-version):
3930 Use match-string-no-properties.
3931 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3932 (ispell-buffer-local-words): Likewise.
3933
3934 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3935 except on terminals with enough colors to really display it.
3936 (makefile-dependency-regex): Delete spurious `bb'.
3937
3938 * faces.el (escape-glyph): Use blue once again in last case.
3939 (no-break-space): Redefine so that it isn't invisible on a tty.
3940
3941 2005-06-08 Kim F. Storm <storm@cua.dk>
3942
3943 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3944 also when reading directory name.
3945
3946 2005-06-08 Lute Kamstra <lute@gnu.org>
3947
3948 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3949 (flyspell-mode-line-string): Remove autoload cookie.
3950 (flyspell-mode): Remove defvar.
3951
3952 2005-06-07 Lute Kamstra <lute@gnu.org>
3953
3954 * textmodes/org.el (org-run-mode-hooks): New function.
3955 (org-agenda-mode): Use it.
3956
3957 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3958
3959 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3960
3961 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3962
3963 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3964
3965 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3966
3967 * font-lock.el (font-lock-add-keywords): Doc fix.
3968
3969 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3972 (tex-compile-default): In the absence of any history, use the order in
3973 tex-compile-alist to choose the preferred command.
3974 (tex-compile-commands): Reorder a bit.
3975
3976 * textmodes/flyspell.el (flyspell-auto-correct-binding)
3977 (flyspell-incorrect-face, flyspell-duplicate-face):
3978 Use (X)Emacs-agnostic code.
3979 (flyspell-mode-map): Don't overwrite at each load. Remove code
3980 redundant with the subsequent add-minor-mode. Merge Emacs and
3981 XEmacs code.
3982 (flyspell-word): Minor simplification.
3983 (flyspell-math-tex-command-p): Quieten the byte-compiler.
3984 (flyspell-external-point-words): Remove unused vars `size' and
3985 `start'.
3986 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
3987 the corresponding Emacs code.
3988 (flyspell-correct-word, flyspell-xemacs-popup): Use
3989 flyspell-do-correct.
3990
3991 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3992 a dedicated window.
3993
3994 * international/latexenc.el (latexenc-find-file-coding-system):
3995 Undo part of last patch, to turn off a compiler warning.
3996
3997 2005-06-06 Juri Linkov <juri@jurta.org>
3998
3999 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4000 Rename `tmm-inactive-face' to `tmm-inactive'.
4001
4002 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
4003
4004 * iswitchb.el: Rename faces.
4005
4006 2005-06-06 Kim F. Storm <storm@cua.dk>
4007
4008 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4009 (cua-global-mark): Remove -face suffix from face names.
4010
4011 * emulation/cua-gmrk.el (cua--init-global-mark):
4012 Remove cua-global-mark face setup.
4013
4014 2005-06-06 Richard M. Stallman <rms@gnu.org>
4015
4016 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4017 just like other allowed characters.
4018 (makefile-match-dependency): Exclude leading and training whitespace
4019 from the range of regexp subexp 1.
4020 (makefile-macroassign-regex): Don't try to match the body,
4021 just the name of the macro being defined.
4022
4023 * info.el (Info-read-node-name-2): New function.
4024 (Info-read-node-name-1): Use that.
4025 Add a completion-base-size-function property.
4026
4027 * simple.el (completion-setup-function): Look for
4028 completion-base-size-function property of
4029 minibuffer-completion-table.
4030
4031 * files.el (locate-file-completion): Doc fix.
4032
4033 * printing.el: Don't call pr-update-menus; user must do that.
4034
4035 * emacs-lisp/debug.el (debugger-window): New variable.
4036 (debug): Use debugger-window if it is set and still alive.
4037 Record debugger-window for next entry.
4038
4039 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
4040
4041 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
4042
4043 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
4044 (hack-one-local-variable, hack-local-variables)
4045 (hack-local-variables-prop-line): Pass that arg.
4046
4047 2005-06-06 Kim F. Storm <storm@cua.dk>
4048
4049 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4050 (ido-indicator): Remove -face suffix from face names.
4051
4052 2005-06-06 Juri Linkov <juri@jurta.org>
4053
4054 * font-lock.el (font-lock-regexp-backslash)
4055 (font-lock-regexp-backslash-construct): New faces.
4056 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
4057 after `('. Add `while-no-input' to control structures.
4058
4059 * faces.el (no-break-space, shadow): New faces.
4060 (escape-glyph): Use less loud colors pink2 and red4.
4061
4062 * diff-mode.el (diff-context-face)
4063 * dired.el (dired-ignored)
4064 * rfn-eshadow.el (file-name-shadow)
4065 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
4066
4067 * info.el (Info-title-1-face): Use green instead of yellow because
4068 bold yellow is not readable on light backgrounds.
4069
4070 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
4071 before selecting the desired mode to not spend time fontifying
4072 old contents.
4073
4074 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
4075
4076 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
4077 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
4078
4079 * ps-print.el (ps-default-fg, ps-default-bg):
4080 Fix typos in docstrings.
4081
4082 * isearchb.el (isearchb): Don't pass a spurious second argument to
4083 `iswitchb-completions'.
4084
4085 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
4086
4087 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
4088 to preserve point.
4089 (gdb-find-file-hook): Add doc string.
4090
4091 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
4092 C dereferenced pointer expression.
4093 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
4094
4095 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
4096
4097 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
4098 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
4099 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
4100 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
4101 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
4102 Make background transparent.
4103
4104 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
4105
4106 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
4107 (font-lock-remove-keywords): Doc fix.
4108 (font-lock-mode-major-mode): Compiler defvar.
4109 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
4110
4111 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
4112 (font-lock-mode): Update `font-lock-mode-major-mode'.
4113 (font-lock-set-defaults): Compiler defvar.
4114 (font-lock-default-function): Take `font-lock-mode-major-mode'
4115 into account.
4116
4117 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
4118 keep track of which major mode it enabled the minor mode for.
4119 Use find-file-hook again. Update docstring.
4120
4121 * simple.el (eval-expression-print-level)
4122 (eval-expression-print-length, eval-expression-debug-on-error):
4123 Doc fixes.
4124
4125 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
4126
4127 * iswitchb.el (iswitchb-single-match-face)
4128 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
4129 (iswitchb-invalid-regexp-face): New faces.
4130 (iswitchb-completions): Use them.
4131 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
4132 now marked as an obsolete alias.
4133 (iswitchb-read-buffer): Remove check for bound font variables.
4134 (iswitchb-invalid-regexp): New free variable.
4135 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
4136 set iswitchb-invalid-regexp.
4137 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
4138 invalid regexps.
4139 (iswitchb-completions): Add check for complete match when entering
4140 a regexp.
4141 (iswitchb-completions): Remove require-match argument.
4142 (iswitchb-exhibit): Fix caller.
4143 (iswitchb-common-match-inserted): New variable.
4144 (iswitchb-complete, iswitchb-completion-help): Use it.
4145
4146 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
4147
4148 * url-http.el (url-http-chunked-encoding-after-change-function):
4149 Use `url-http-debug' instead of `message'.
4150
4151 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
4152
4153 * url-http.el (url-http-parse-headers): Pass redirected URL as a
4154 callback argument.
4155
4156 2005-06-04 Kim F. Storm <storm@cua.dk>
4157
4158 * simple.el (line-move): Only call sit-for when moving backwards.
4159
4160 * ido.el (ido-make-merged-file-list-1): New defun split from
4161 ido-make-merged-file-list.
4162 (ido-make-merged-file-list): Bind throw-on-input around call to
4163 ido-make-merged-file-list-1. Return input-pending-p if
4164 interrupted by more input available.
4165 (ido-read-internal): Handle input-pending-p return value from
4166 ido-make-merged-file-list.
4167
4168 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4171 compatibility code.
4172
4173 * international/latexenc.el (latexenc-find-file-coding-system):
4174 Don't inherit the EOL part of the coding-system from the
4175 tex-main buffer. Fit within 80 columns.
4176
4177 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
4178
4179 * tmm.el (tmm-inactive-face): New face.
4180 (tmm-remove-inactive-mouse-face): New function.
4181 (tmm-prompt, tmm-add-one-shortcut)
4182 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4183 but not selectable.
4184
4185 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
4186
4187 * faces.el (face-equal): Improve argument/docstring consistency.
4188
4189 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
4190
4191 * progmodes/make-mode.el (makefile-targets-face)
4192 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4193 (makefile-bsdmake-dependency-regex)
4194 (makefile-makepp-rule-action-regex)
4195 (makefile-bsdmake-rule-action-regex): New constants.
4196 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4197
4198 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4199 Allow (...) within `...' for makepp messages.
4200
4201 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
4202
4203 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
4204
4205 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4206 "." files are deleted from all file lists before comparison.
4207
4208 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4209 (viper-ESC-key): Made them customizable.
4210
4211 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
4212
4213 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
4214
4215 * autorevert.el (auto-revert-buffers): Use save-match-data.
4216
4217 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4220 menu items with a nil command binding.
4221
4222 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * emacs-lisp/cl-macs.el (defsetf):
4225 Improve argument/docstring consistency.
4226
4227 * faces.el (list-faces-display): Improve the formatting by
4228 computing the maximum length required for any face-name (reworked
4229 patch of 1999-01-11, accidentally deleted on 1999-07-21).
4230 (internal-find-face): Remove redundant info in docstring.
4231
4232 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
4233
4234 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4235 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4236 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4237 (gdb-assembler-custom): Improve regexps.
4238 (def-gdb-auto-update-handler): Use window point to preserve point.
4239
4240 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4243
4244 2005-05-31 Jay Belanger <belanger@truman.edu>
4245
4246 * calc/calc-embed.el (calc-embedded-word): Change argument passed
4247 to calc-embedded.
4248 (calc-embedded-make-info): Have plain prefix argument select
4249 entire line.
4250
4251 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
4252
4253 * faces.el (list-faces-display): Signal error if passed a regexp
4254 that matches no face name.
4255
4256 * simple.el (filter-buffer-substring): Fix typo in docstring.
4257
4258 2005-05-31 Richard M. Stallman <rms@gnu.org>
4259
4260 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
4261 (vhdl-emacs-21): Doc fix.
4262 (vhdl-mode): Unconditionally set comment-padding.
4263 (vhdl-fixup-whitespace-region): Insert spaces only where
4264 there are none.
4265 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4266
4267 2005-05-30 John Wiegley <johnw@newartisans.com>
4268
4269 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4270 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4271 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
4272 `directory-sep-char' to ?/, and all uses of `string-to-int' to
4273 `string-to-number'.
4274
4275 2005-05-30 Jay Belanger <belanger@truman.edu>
4276
4277 * calc/calc.el (calc-bug-address): Fix docstring.
4278 (calc-window-hook, calc-trail-window-hook): New variables.
4279 (calc-trail-display): Restore use of calc-trail-window-hook.
4280 (calc): Restore use of calc-window-hook.
4281
4282 2005-05-31 Masatake YAMATO <jet@gyve.org>
4283
4284 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
4285
4286 * help-fns.el (help-C-file-name): Add autoload mark for
4287 `find-function-noselect'.
4288
4289 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4290
4291 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4292 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4293
4294 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4295
4296 * calendar/diary-lib.el (mark-included-diary-files): Only kill
4297 included diary buffer if it was not already being visited.
4298 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4299
4300 * calendar/icalendar.el (top-level): Do not require 'appt.
4301
4302 * mail/supercite.el (sc-select-attribution): Only use a list
4303 element from sc-attrib-selection-list if it returns a string.
4304 Reported by Davide G. M. Salvetti <salve@debian.org>.
4305
4306 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
4307
4308 * thumbs.el (thumbs-thumbname): The resulting thumbname now
4309 includes a hash value to improve its uniqueness, and has a ".jpg"
4310 extension. Also, it is now a valid filename on all systems.
4311 (thumbs-make-thumb): Use `let', not `let*'.
4312 (thumbs-show-thumbs-list): Check for JPEG availability.
4313
4314 2005-05-30 Richard M. Stallman <rms@gnu.org>
4315
4316 * filesets.el (filesets-menu-ensure-use-cached):
4317 Prevent warning when emacs-version>= is undefined.
4318
4319 * printing.el (pr-interactive-n-up): Use string-to-number.
4320
4321 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4322
4323 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4324 Warn only when name to be defined is quoted.
4325
4326 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
4327
4328 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4329 Make regexp more robust.
4330 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4331 Force regeneration of disassembly.
4332
4333 2005-05-29 Jay Belanger <belanger@truman.edu>
4334
4335 * calc/calc.el (calc-user-invocation): Check if
4336 calc-invocation-macro is non-nil.
4337
4338 2005-05-29 Juri Linkov <juri@jurta.org>
4339
4340 * add-log.el (change-log-font-lock-keywords):
4341 Add `+' to e-mail regexp to accept mail address with keywords.
4342
4343 * man.el (Man-name-regexp): Add `:' to accept qualified names.
4344
4345 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4346
4347 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4348
4349 * ielm.el (inferior-emacs-lisp-mode): Ditto.
4350
4351 2005-05-29 Richard M. Stallman <rms@gnu.org>
4352
4353 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4354 Undo the change that moves to end of the current word.
4355
4356 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4357
4358 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4359 Throw error when count <= 0 to ensure input is a number.
4360 (gdb-read-memory-custom): Pick up address from buffer.
4361 (gdb-memory-mode): Allow user to increment and decrement
4362 memory address from header line.
4363
4364 2005-05-29 Richard M. Stallman <rms@gnu.org>
4365
4366 * flyspell.el (flyspell-version): Function deleted.
4367 (flyspell-auto-correct-previous-hook): Doc fix.
4368
4369 * jit-lock.el (jit-lock-function, jit-lock-after-change):
4370 Do nothing if memory is full.
4371
4372 * font-lock.el (font-lock-fontify-syntactically-region):
4373 Pass t for GREEDY to looking-back.
4374
4375 * saveplace.el (save-place-alist-to-file): Write the file
4376 using write-region.
4377
4378 * subr.el (looking-back): New argument GREEDY.
4379
4380 * progmodes/compile.el (compilation-start): Set the mode
4381 before inserting the initial text.
4382
4383 * progmodes/which-func.el (which-func-update-1): Turn the mode
4384 off in case of error by setting which-func-mode.
4385
4386 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
4387
4388 * flyspell.el (flyspell-auto-correct-previous-word):
4389 Narrow down to what's on the screen, and recenter overlays
4390 at the end of the next word.
4391
4392 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
4393
4394 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
4395 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
4396 (flyspell-abbrev-p): Default to nil.
4397 (flyspell-use-global-abbrev-table-p): Doc fix.
4398 (flyspell-large-region): Allow nil as value.
4399 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4400
4401 (mail-mode-flyspell-verify): More robust handling
4402 of `mail-header-separator'. More efficient signature detection.
4403 Allow for regexp metacharacters in message-header-separator.
4404 Adding `To' not to be checked in mail-mode-flyspell-verify.
4405
4406 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4407 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4408 Bind flyspell-auto-correct-binding.
4409 Bind C-. and C-, .
4410 (flyspell-mode-map): Likewise.
4411 (flyspell-mode): Doc fix.
4412 (flyspell-accept-buffer-local-defs): Preserve current buffer.
4413 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4414 (flyspell-word-cache-result): New var, always local.
4415 (flyspell-check-pre-word-p): Doc fix.
4416 (flyspell-check-changed-word-p): Handle spc like newline.
4417 (flyspell-post-command-hook): Set flyspell-word-cache-result.
4418 (flyspell-word-search-backward, flyspell-word-search-forward):
4419 New functions.
4420 (flyspell-word): Return t if nothing to check.
4421 When parsing TeX code, check for after } or \.
4422 Use flyspell-word-search-backward to find previous word.
4423 Return nil if duplicated word.
4424 For word already checked, return same value as last time.
4425 Set flyspell-word-cache-result after checking.
4426 Don't clobber the return value.
4427 (flyspell-get-word): Major rewrite.
4428 (flyspell-external-point-words): New locals pword, pcount.
4429 Fix size used in progress message.
4430 Find the proper corresponding word in flyspell-large-region-buffer.
4431 (flyspell-region): Check for flyspell-large-region = nil.
4432 (flyspell-highlight-incorrect-region): Clean up overlays in region.
4433 (flyspell-auto-correct-word): Check that WORD is a cons.
4434 (flyspell-correct-word): Likewise.
4435
4436 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
4437
4438 * progmodes/make-mode.el (makefile-rule-action-regex)
4439 (makefile-macroassign-regex, makefile-makepp-mode)
4440 (makefile-bsdmake-mode): Continuation lines may be empty.
4441 Reported by Joshua Varner.
4442 (makefile-makepp-font-lock-keywords): Add $(stem).
4443
4444 2005-05-28 Karl Berry <karl@gnu.org>
4445
4446 * textmodes/tex-mode.el: Now that tex-send-command calls
4447 shell-quote-argument (2005-03-31 change), remove all calls to
4448 shell-quote-argument; they all end up invoking tex-send-command.
4449 The double quoting loses on filenames with non-safe characters,
4450 such as "@". Reported by Frederik Fouvry.
4451
4452 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4453
4454 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4455 about preserving point.
4456
4457 2005-05-27 Jay Belanger <belanger@truman.edu>
4458
4459 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4460 Info-goto-node.
4461
4462 * calc/calc-embed.el (calc-embed-arg): New variable.
4463 (calc-do-embedded-activate, calc-embedded-activate-formula)
4464 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4465 variable by new variable.
4466 (calc-embedded-make-info): Replace undeclared variable by new
4467 variable. When selecting region with positive prefix
4468 argument, use end of previous line instead of beginning of line.
4469
4470 * calc/calc-aent.el (calc-arg-values): Declare it.
4471
4472 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4473 Declare them.
4474
4475 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4476
4477 * calc/calc.el (calc-alg-map): Declare it.
4478
4479 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4480
4481 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
4482
4483 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4484 (gdb-registers-buffer, toggle-gdb-all-registers):
4485 Toggle display of floating point registers.
4486 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4487
4488 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
4489 (toggle-gud-tooltip-dereference):
4490 Rename from gud-toggle-tooltip-dereference.
4491
4492 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4493
4494 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4495
4496 2005-05-27 Jay Belanger <belanger@truman.edu>
4497
4498 * calc/calc-prog.el (calc-kbd-report): Remove.
4499 (calc-kbd-query): Rewrite.
4500
4501 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * image.el (image-library-alist): Move to image.c.
4504 (image-type-available-p): Doc fix.
4505
4506 2005-05-27 Lute Kamstra <lute@gnu.org>
4507
4508 * calc/calc.el (calc):
4509 * outline.el (outline-1, outline-2, outline-3, outline-4)
4510 (outline-5, outline-6, outline-7, outline-8):
4511 * textmodes/dns-mode.el (dns-mode):
4512 * textmodes/sgml-mode.el (sgml-namespace-face):
4513 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
4514 (tex-verbatim-face, tex-use-reftex):
4515 * textmodes/texinfo.el (texinfo-heading-face):
4516 Specify customization group.
4517
4518 * longlines.el: Don't require easy-mmode.
4519 (longlines-visible-face): Specify customization group.
4520
4521 2005-05-27 Kenichi Handa <handa@m17n.org>
4522
4523 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4524 encoding table of windows-1251.
4525
4526 * international/ucs-tables.el (ucs-set-table-for-input):
4527 If translation-table-for-input of a coding system is a symbol, get
4528 its translation-table property.
4529
4530 * international/code-pages.el: Don't register a coding system into
4531 non-iso-charset-alist more than once.
4532 (cp-make-coding-system): Likewise.
4533
4534 2005-05-26 John Wiegley <johnw@newartisans.com>
4535
4536 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4537 `eshell-resume-eval' is wrapped in a list, it indicates that the
4538 command was run asynchronously. In that case, unwrap the value
4539 before checking the delimiter value.
4540
4541 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4542 character before a space at the end of a line is \, assume the space
4543 is part of the last argument rather than a final argument separator.
4544
4545 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4546 is in use, and the target is `t' or `nil' (which are the most common
4547 values), don't assume that the symbol target is a buffer.
4548
4549 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
4550
4551 * calendar/calendar.el (calendar-mode-line-format):
4552 Use mode-line-highlight as mouse-face.
4553
4554 * time.el (display-time-string-forms, display-time-update):
4555 Use mode-line-highlight as mouse-face.
4556
4557 2005-05-26 Jay Belanger <belanger@truman.edu>
4558
4559 * calc/calc.el (calc-language-alist): Remove extra defvar.
4560
4561 2005-05-26 Lute Kamstra <lute@gnu.org>
4562
4563 * arc-mode.el (archive-mode):
4564 * bookmark.el (bookmark-read-annotation-mode)
4565 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4566 * bs.el (bs-mode):
4567 * calc/calc-yank.el (calc-edit-mode):
4568 * calc/calc.el (calc-mode, calc-trail-mode):
4569 * calculator.el (calculator-mode):
4570 * chistory.el (command-history-mode):
4571 * comint.el:
4572 * cus-edit.el (custom-mode):
4573 * descr-text.el (describe-text-mode):
4574 * ebuff-menu.el (Electric-buffer-menu-mode):
4575 * ediff-util.el (ediff-mode):
4576 * emacs-lisp/re-builder.el (reb-mode):
4577 * emulation/vi.el (vi-mode-setup):
4578 * emulation/ws-mode.el (wordstar-mode):
4579 * eshell/esh-mode.el (eshell-mode):
4580 * forms.el (forms-mode):
4581 * help-mode.el (help-mode):
4582 * hexl.el (hexl-mode):
4583 * ibuffer.el (ibuffer-mode):
4584 * ielm.el (inferior-emacs-lisp-mode):
4585 * info.el (Info-mode, Info-edit-mode):
4586 * international/swedish.el:
4587 * ledit.el (ledit-from-lisp-mode):
4588 * locate.el (locate-mode):
4589 * mail/rmail.el (rmail-mode):
4590 * mail/rmailedit.el (rmail-edit-mode):
4591 * mail/rmailsum.el (rmail-summary-mode):
4592 * mail/supercite.el (sc-electric-mode):
4593 * net/eudc.el (eudc-mode):
4594 * net/quickurl.el (quickurl-list-mode):
4595 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4596 * obsolete/ooutline.el (outline-mode):
4597 * obsolete/options.el (Edit-options-mode):
4598 * obsolete/rnews.el (news-mode):
4599 * obsolete/rnewspost.el (news-reply-mode):
4600 * play/5x5.el (5x5-mode):
4601 * play/decipher.el (decipher-mode, decipher-stats-mode):
4602 * play/gomoku.el (gomoku-mode):
4603 * play/snake.el (snake-mode):
4604 * play/solitaire.el (solitaire-mode):
4605 * play/tetris.el (tetris-mode):
4606 * progmodes/ada-mode.el (ada-mode):
4607 * progmodes/antlr-mode.el (antlr-mode):
4608 * progmodes/autoconf.el (autoconf-mode):
4609 * progmodes/dcl-mode.el (dcl-mode):
4610 * progmodes/delphi.el (delphi-mode):
4611 * progmodes/ebrowse.el (ebrowse-tree-mode)
4612 (ebrowse-electric-list-mode, ebrowse-member-mode)
4613 (ebrowse-electric-position-mode):
4614 * progmodes/f90.el (f90-mode):
4615 * progmodes/fortran.el (fortran-mode):
4616 * progmodes/icon.el (icon-mode):
4617 * progmodes/idlw-help.el (idlwave-help-mode):
4618 * progmodes/idlw-shell.el (idlwave-shell-mode):
4619 * progmodes/idlwave.el (idlwave-mode):
4620 * progmodes/inf-lisp.el (inferior-lisp-mode):
4621 * progmodes/m4-mode.el (m4-mode):
4622 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4623 * progmodes/modula2.el (modula-2-mode):
4624 * progmodes/octave-inf.el (inferior-octave-mode):
4625 * progmodes/octave-mod.el (octave-mode):
4626 * progmodes/pascal.el (pascal-mode):
4627 * progmodes/sh-script.el (sh-mode):
4628 * progmodes/sql.el (sql-mode, sql-interactive-mode):
4629 * progmodes/vhdl-mode.el (vhdl-mode):
4630 * progmodes/xscheme.el (scheme-interaction-mode):
4631 * replace.el (occur-mode):
4632 * ses.el (ses-mode):
4633 * simple.el (completion-list-mode):
4634 * skeleton.el:
4635 * speedbar.el (speedbar-mode):
4636 * term.el (term-mode):
4637 * terminal.el (terminal-edit-mode):
4638 * textmodes/reftex-index.el (reftex-index-mode)
4639 (reftex-index-phrases-mode):
4640 * textmodes/reftex-sel.el (reftex-select-label-mode)
4641 (reftex-select-bib-mode):
4642 * textmodes/reftex-toc.el (reftex-toc-mode):
4643 * wdired.el (wdired-change-to-wdired-mode):
4644 * wid-browse.el (widget-browse-mode):
4645 Use run-mode-hooks.
4646
4647 * array.el (array-mode):
4648 * calendar/todo-mode.el (todo-mode):
4649 * man.el (Man-mode):
4650 * play/landmark.el (lm-mode):
4651 * play/mpuz.el (mpuz-mode):
4652 Use kill-all-local-variables and run-mode-hooks.
4653
4654 * subr.el (delay-mode-hooks): Specify indentation.
4655
4656 2005-05-26 Mark A. Hershberger <mah@everybody.org>
4657
4658 * xml.el (xml-substitute-special): Don't die for undefined xml
4659 entities.
4660
4661 2005-05-26 Jay Belanger <belanger@truman.edu>
4662
4663 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4664 of nil.
4665
4666 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
4667
4668 * progmodes/gdb-ui.el (gdb-frame-address):
4669 Rename from gdb-current-address.
4670 (gdb-previous-frame-address): Rename from gdb-previous-address.
4671 (gdb-selected-frame): Rename from gdb-current-frame.
4672 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
4673 (gdb-frame-number): Rename from gdb-current-stack-level.
4674 (gdb-ann3): Match new mode-name for disassembly buffer.
4675 Extend initialization of variables.
4676 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
4677 (gdb-memory-mode): Use mouse-face in header line.
4678 (gdb-assembler-buffer-name): Call it disassembly and give frame
4679 in mode line.
4680 (gdb-source-spec-regexp, gdb-assembler-custom)
4681 (gdb-invalidate-assembler, gdb-frame-handler):
4682 Make robust to leading zeroes in address format.
4683
4684 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
4685
4686 * textmodes/org.el (org-mode): Use `define-derived-mode' to
4687 define `org-mode'.
4688 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4689
4690 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * log-edit.el (log-edit-changelog-entries): Distinguish between
4693 filenames like xfns.c and fns.c.
4694
4695 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
4696
4697 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4698 point after reverting.
4699 (Buffer-menu-make-sort-button): Handle the case where
4700 `Buffer-menu-use-header-line' is nil.
4701
4702 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4703
4704 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4705 New funcs. In minibuffer-local-completion-map bind `]', `/'
4706 and `:' to them.
4707
4708 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * startup.el (normal-top-level): Allow modification of load-path while
4711 we're iterating over it.
4712
4713 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
4714
4715 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4716 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4717 (thumbs-resize-interactive, thumbs-insert-image)
4718 (thumbs-insert-thumb, thumbs-dired-show-marked)
4719 (thumbs-find-image-at-point, thumbs-delete-images)
4720 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4721 (thumbs-increment-image-size, thumbs-decrement-image-size):
4722 Fix typos in docstrings.
4723
4724 2005-05-24 Andre Spiegel <spiegel@gnu.org>
4725
4726 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
4727 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4728 (cperl-mode): Use them.
4729
4730 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
4731
4732 * window.el (quit-window, shrink-window-if-larger-than-buffer):
4733 Doc fixes.
4734
4735 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
4736
4737 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
4738 Bind C-d to gdb-inferior-io-eof.
4739
4740 * dired.el (dired-dnd-popup-notice): Use message-box.
4741
4742 2005-05-23 Masatake YAMATO <jet@gyve.org>
4743
4744 * bindings.el (mode-line-major-mode-keymap):
4745 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
4746
4747 * faces.el (mode-line-highlight): New face.
4748
4749 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4750 as mouse-face.
4751
4752 * bindings.el (top-level, help-echo, mode-line-modified)
4753 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4754 as mouse-face.
4755
4756 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
4757
4758 * progmodes/cc-engine.el (c-guess-basic-syntax):
4759 Remove spurious call to `zerop'.
4760
4761 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4762
4763 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
4764
4765 CC Mode update to 5.30.10:
4766
4767 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4768 could go past the limit in decoration level 2, thereby causing
4769 errors during interactive fontification.
4770
4771 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
4772 the file is evaluated interactively.
4773
4774 * cc-engine.el (c-guess-basic-syntax): Handle operator
4775 declarations somewhat better in C++.
4776
4777 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4778 make use of `run-mode-hooks' which has been added in Emacs 21.1.
4779 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4780 (awk-mode): Use it.
4781 (make-local-hook): Suppress warning about obsoleteness.
4782
4783 * cc-engine.el, cc-align.el, cc-cmds.el
4784 (c-append-backslashes-forward, c-delete-backslashes-forward)
4785 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
4786 Compensate for return value from `forward-line' when it has moved
4787 but not to a different line due to eob.
4788
4789 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4790 `objc-method-intro' and `objc-method-args-cont'.
4791
4792 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
4793
4794 CC Mode update to 5.30.10:
4795
4796 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4797 in the copyright statement. Incidentally, change "along with GNU
4798 Emacs" to "along with this program" where it occurs.
4799
4800 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4801 so that it is interactive, hence can be found by M-x awk-mode
4802 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
4803 <gmorris+emacs@ast.cam.ac.uk>.
4804
4805 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4806 Mode's regexps.
4807
4808 2005-05-23 Kevin Ryde <user42@zip.com.au>
4809
4810 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4811 c-parse-state, to avoid a lisp error (on bad code).
4812
4813 2005-05-23 Lute Kamstra <lute@gnu.org>
4814
4815 * subr.el (font-lock-defaults): Remove defvar as it's already
4816 defined in font-core.el.
4817
4818 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4819
4820 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
4821
4822 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4823 more general and work when GDB variable "print pretty" is on,
4824 as with Emacs, for example.
4825
4826 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
4827
4828 * font-core.el: Update comment.
4829
4830 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4831 Use `after-change-major-mode-hook' instead of `find-file-hook'.
4832
4833 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4834
4835 2005-05-22 Eli Zaretskii <eliz@gnu.org>
4836
4837 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4838 and `yank-handler' in the doc strings.
4839
4840 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4841
4842 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
4843
4844 2005-05-22 Richard M. Stallman <rms@gnu.org>
4845
4846 * help.el (describe-key): Move print-help-return-message call
4847 out of conditional.
4848
4849 * progmodes/etags.el (list-tags): Use with-no-warnings.
4850
4851 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4852 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4853 (starttls-extra-args, starttls-extra-arguments): Add defvars.
4854
4855 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4856
4857 * language/viet-util.el (viet-viscii-nonascii-translation-table):
4858 Add defvar.
4859
4860 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4861 Use defvar, not defconst.
4862
4863 * hexl.el (hexl-follow-line): Use with-no-warnings.
4864
4865 * emulation/tpu-extras.el: Use write-file-functions instead of
4866 write-file-hooks.
4867
4868 * dired.el (dired-font-lock-keywords): Fontify files with junk
4869 extensions even if marked by -F.
4870
4871 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
4872
4873 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4874 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4875 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4876 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4877 (concatenate, list-length, get*, getf, cl-remprop):
4878 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4879 (etypecase, progv, lexical-let, lexical-let*)
4880 (multiple-value-bind, multiple-value-setq, shiftf):
4881 Improve argument/docstring consistency.
4882
4883 * subr.el (focus-frame, unfocus-frame):
4884 Revert deletion on 2005-05-01.
4885
4886 2005-05-22 Andre Spiegel <spiegel@gnu.org>
4887
4888 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4889 doesn't exist.
4890
4891 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
4892 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4893
4894 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
4895
4896 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4897 already deleted variables: auto-fill-hook, blink-paren-hook,
4898 lisp-indent-hook, inhibit-local-variables, unread-command-event,
4899 suspend-hooks, comment-indent-hook, meta-flag,
4900 before-change-function, after-change-function,
4901 font-lock-doc-string-face.
4902
4903 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4904
4905 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4906
4907 2005-05-21 Eli Zaretskii <eliz@gnu.org>
4908
4909 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4910 rmail-dont-reply-to.
4911
4912 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4913
4914 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4915 literal blank when splitting new-header-values.
4916
4917 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
4918
4919 * calendar/cal-menu.el (cal-menu-update): Add separator as a
4920 string so that tmm doesn't create a completion entry for it.
4921
4922 * textmodes/table.el (table-disable-menu): Ditto.
4923
4924 2005-05-21 Richard M. Stallman <rms@gnu.org>
4925
4926 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4927
4928 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4929
4930 * net/rcompile.el (remote-compile): Use compilation-start.
4931
4932 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4933
4934 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
4935
4936 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4937 Default to makefile-bsdmake-mode on BSD systems.
4938
4939 * imenu.el (imenu-generic-expression, imenu--generic-function'):
4940 REGEXP may also be a search function now. The part of doc-string
4941 for describing the structure was 95% identical to that of
4942 `imenu--generic-function'. Unify it there.
4943
4944 * progmodes/make-mode.el (makefile-imenu-generic-expression):
4945 Use function to find dependencies, because regexp alone is so complex,
4946 it easily goes into an endless loop.
4947 (makefile-makepp-mode): Also add submenu for Perl functions
4948 defined in the makefile.
4949 (makefile-bsdmake-mode): Special imenu-generic-expression no
4950 longer needed, due to function call.
4951 (makefile-match-dependency): Take BOUND into account when checking
4952 if we're through.
4953
4954 2005-05-20 Jay Belanger <belanger@truman.edu>
4955
4956 * calc/calc-units.el (calc-invalidate-units-table):
4957 Use inhibit-read-only.
4958 (math-build-units-table-buffer): Use view-mode.
4959
4960 2005-05-20 David Kastrup <dak@gnu.org>
4961
4962 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4963 easy-menu-add is not a nop on Emacs; and clarify when to call it.
4964
4965 2005-05-20 Lute Kamstra <lute@gnu.org>
4966
4967 * diff-mode.el (diff-header-face, diff-file-header-face)
4968 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4969 (diff-added-face, diff-changed-face, diff-function-face)
4970 (diff-context-face, diff-nonexistent-face): Put them in the
4971 diff-mode customization group.
4972
4973 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4974
4975 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4976
4977 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4978
4979 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4980 Minor regexp-optimization.
4981
4982 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
4983
4984 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4985 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4986 (org-agenda-add-time-grid-maybe): New function.
4987 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4988 (org-table-create): `dotimes' instead of `mapcar'.
4989 (org-xor): Simplify implementation.
4990 (org-agenda): `inhibit-redisplay' turned on.
4991 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4992 a consistent line after a state change.
4993 (org-agenda-remove-times-when-in-prefix): New option.
4994 (org-prefix-has-time): New variable.
4995 (org-parse-time-string): Optional argument NODEFAULT.
4996 (org-format-agenda-item): Parse items for time-of-day
4997 specifications and move these into the prefix if possible.
4998 (org-agenda-priority): Get current heading, not previous heading
4999 during agenda remote editing.
5000
5001 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
5002
5003 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5004 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5005 (remove-duplicates, delete-duplicates, substitute)
5006 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5007 (nsubstitute-if-not, find, find-if, find-if-not, position)
5008 (position-if, position-if-not, count, count-if, count-if-not)
5009 (mismatch, search, sort*, stable-sort, merge, member*)
5010 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5011 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5012 (intersection, nintersection, set-difference, nset-difference)
5013 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5014 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5015 (nsublis, tree-equal): Improve argument/docstring consistency.
5016
5017 * subr.el (send-string, send-region):
5018 Remove obsolescence declaration.
5019 (window-dot, set-window-dot, read-input, show-buffer)
5020 (eval-current-buffer, string-to-int):
5021 Add release number to obsolescence declarations.
5022
5023 2005-05-19 Kim F. Storm <storm@cua.dk>
5024
5025 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
5026 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
5027
5028 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
5029
5030 * faces.el (list-faces-display): Make back button respect optional
5031 regexp arg.
5032
5033 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
5034
5035 * calculator.el (calculator-radix-grouping-mode)
5036 (calculator-radix-grouping-digits, calculator-displayer)
5037 (calculator-radix-grouping-separator, calculator-copy-displayer):
5038 * dabbrev.el (dabbrev-search-these-buffers-only):
5039 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
5040 (diff-advance-after-apply-hunk, diff-mode-hook)
5041 (diff-minor-mode-prefix):
5042 * imenu.el (imenu-use-popup-menu):
5043 * jit-lock.el (jit-lock-context-time):
5044 * newcomment.el (comment-fill-column, comment-column)
5045 (comment-style, comment-padding, comment-multi-line)
5046 (comment-empty-lines, comment-auto-fill-only-comments):
5047 * reveal.el (reveal-around-mark):
5048 * uniquify.el (uniquify-buffer-name-style)
5049 (uniquify-after-kill-buffer-p)
5050 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
5051 (uniquify-min-dir-content, uniquify-separator)
5052 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
5053 * w32-vars.el (w32-fixed-font-alist):
5054 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5055 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
5056 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
5057 * progmodes/perl-mode.el (perl-indent-level)
5058 (perl-continued-statement-offset, perl-continued-brace-offset)
5059 (perl-brace-offset, perl-brace-imaginary-offset)
5060 (perl-label-offset, perl-indent-continued-arguments)
5061 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
5062 * progmodes/tcl.el (tcl-indent-level)
5063 (tcl-continued-indent-level, tcl-auto-newline)
5064 (tcl-tab-always-indent, tcl-electric-hash-style)
5065 (tcl-help-directory-list, tcl-use-smart-word-finder)
5066 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
5067 (inferior-tcl-source-command):
5068 * textmodes/fill.el (enable-kinsoku):
5069 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
5070 * textmodes/table.el (table-yank-handler):
5071 Specify missing group (and type, if simple) in defcustom.
5072
5073 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5074
5075 * progmodes/compile.el (compilation-finish-function): Fix defvar.
5076
5077 2005-05-19 Richard M. Stallman <rms@gnu.org>
5078
5079 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
5080
5081 * subr.el (event-basic-type): Don't get an error.
5082 (left-fringe-p): Function deleted.
5083
5084 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
5085 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
5086
5087 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
5088 in recursive copy.
5089
5090 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
5091
5092 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5093
5094 * emacs-lisp/bytecomp.el
5095 (byte-compile-file-form-custom-declare-variable): Call
5096 byte-compile-nogroup-warn if appropriate.
5097
5098 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5099 (compilation-set-window): Don't call left-fringe-p; do it directly.
5100
5101 2005-05-19 Jay Belanger <belanger@truman.edu>
5102
5103 * calc/calc-graph.el (calc-graph-format-data): Make sure
5104 var-PlotRejects is bound before trying to check its value.
5105
5106 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
5107
5108 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
5109 definition of this variable from reftex-global.el to reftex.el,
5110 because it is needed in the menu.
5111
5112 2005-05-19 Lute Kamstra <lute@gnu.org>
5113
5114 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
5115 years are fixed. Don't insert a space after a dash.
5116
5117 2005-05-19 Kim F. Storm <storm@cua.dk>
5118
5119 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
5120
5121 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
5122
5123 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
5124 strings, because (eq ... ?\\) is fairly frequent.
5125
5126 * progmodes/make-mode.el (makefile-add-this-line-targets):
5127 Simplify and integrate into `makefile-pickup-targets'.
5128 (makefile-add-this-line-macro): Simplify and integrate into
5129 `makefile-pickup-macros.
5130 (makefile-pickup-filenames-as-targets): Simplify.
5131 (makefile-previous-dependency, makefile-match-dependency):
5132 Don't stumble over `::'.
5133
5134 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
5135
5136 * subr.el (post-command-idle-hook, post-command-idle-delay):
5137 Remove obsoletion of post-command-idle-hook and
5138 post-command-idle-delay.
5139
5140 * faces.el (list-faces-display): Provide button when describe-face
5141 is called to take user back to the list of faces.
5142
5143 * help-fns.el (describe-variable): Remove hyperlinks in a
5144 variable's value as these are quite frequently inappropriate.
5145
5146 * follow.el (follow-submit-feedback, follow-mode):
5147 Remove references to post-command-idle-hook.
5148
5149 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
5150
5151 * progmodes/make-mode.el (makefile-previous-dependency)
5152 (makefile-match-dependency): Check for := (and in bsd mode also
5153 !=) to give a better result, even when font-lock is not on.
5154
5155 2005-05-18 Jay Belanger <belanger@truman.edu>
5156
5157 * calc/calc-help.el (calc-s-prefix-help):
5158 Add `calc-copy-special-constant' to help string.
5159
5160 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5161
5162 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5163
5164 2005-05-18 Jay Belanger <belanger@truman.edu>
5165
5166 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5167 in linear factors are in proper order.
5168
5169 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
5170
5171 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5172 Support for jurabib.
5173
5174 * textmodes/reftex.el (featurep): Define aliases for overlay
5175 commands, for XEmacs compatibility, and use these aliases in
5176 overlay initializations.
5177 (reftex-highlight): Use `reftex-move-overlay'.
5178 (reftex-unhighlight): Use `reftex-delete-overlay'.
5179 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
5180 (reftex-access-search-path): Use `reftex-uniquify' instead of
5181 `reftex-uniq'
5182
5183 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5184 `before-string' property modification enables for Emacs as well.
5185 (reftex-select-item): Use `reftex-delete-overlay'.
5186 (reftex-select-mark): Use `reftex-make-overlay' and
5187 `reftex-overlay-put'.
5188 (reftex-select-unmark): Use `reftex-delete-overlay' and
5189 `reftex-overlay-put'.
5190
5191 2005-05-18 Lute Kamstra <lute@gnu.org>
5192
5193 * emacs-lisp/lisp.el (check-parens): Fix docstring.
5194
5195 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
5196
5197 * add-log.el (add-change-log-entry):
5198 * array.el (array-make-template, array-reconfigure-rows)
5199 (array-init-max-row, array-init-max-column)
5200 (array-init-columns-per-line, array-init-field-width):
5201 * replace.el (replace-match-maybe-edit, perform-replace):
5202 * textmodes/spell.el (spell-region):
5203 Replace `read-input' by `read-string'.
5204
5205 * forms.el (forms-mode):
5206 * finder.el (finder-compile-keywords):
5207 * shadowfile.el (shadow-read-files):
5208 Replace `eval-current-buffer' by `eval-buffer'.
5209
5210 * terminal.el (te-pass-through):
5211 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
5212 (ange-ftp-raw-send-cmd):
5213 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
5214 (send-process-next-char, telnet-initial-filter, telnet):
5215 Replace `send-string' by `process-send-string'.
5216
5217 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
5218 (prolog-consult-region): Replace `send-string' by
5219 `process-send-string'; replace `send-region' by `process-send-region'.
5220
5221 * progmodes/delphi.el (delphi-log-msg):
5222 Replace `set-window-dot' by `set-window-point'.
5223
5224 * subr.el (window-dot, set-window-dot, read-input, send-string)
5225 (send-region, show-buffer, eval-current-buffer):
5226 Make really obsolete, as the comment says.
5227
5228 2005-05-17 Kim F. Storm <storm@cua.dk>
5229
5230 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5231 (cua--init-keymaps): Bind C-return instead of S-return to set
5232 rectangle mark.
5233
5234 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5235 instead of S-return to toggle/clear rectangle mark.
5236
5237 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
5238
5239 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
5240 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5241 Also fontify plain strings assigned to variables, mostly so that a
5242 colon has a face and is thus not taken as a dependency separator.
5243 (makefile-previous-dependency): Inline the new matcher, because it
5244 is too complex to work in both directions.
5245 (makefile-match-dependency): Eliminate `backward' arg (see above).
5246 Completely reimplemented so as to not sometimes go into an endless
5247 loop. It should also be more efficient, because first it only
5248 searches for `:', instead of applying the very complex regexp.
5249 (makefile-mode): Cancel `font-lock-support-mode', because blocks
5250 to be fontified in one piece can be too long for JIT.
5251 Makefiles are never *that* big.
5252
5253 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
5254
5255 * dired.el (dired-mode): Simplify.
5256
5257 2005-05-17 Lute Kamstra <lute@gnu.org>
5258
5259 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5260 defcustom for the mode hook variable.
5261
5262 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5263 Emacs Lisp Reference Manual.
5264
5265 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
5266
5267 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5268 (evenp, list*):
5269 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5270 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5271
5272 * net/tramp-smb.el (tramp-smb-open-connection):
5273 Pass `tramp-chunksize' as fifth (required) argument.
5274
5275 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
5276
5277 * font-lock.el (lisp-font-lock-keywords-1):
5278 Set `font-lock-negation-char-face' for [^...] char group.
5279 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5280
5281 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5282 a var, and refine it to mask one more level of nested vars.
5283 (makefile-rule-action-regex): Turn it into a var, and refine it so
5284 it recognizes backslashed continuation lines as belonging to the
5285 same command.
5286 (makefile-macroassign-regex): Refine it so it recognizes
5287 backslashed continuation lines as belonging to the same command.
5288 (makefile-var-use-regex): Don't look at the next char, because it
5289 might be the same one to be skipped by the initial [^$], leading
5290 to an overlooked variable use.
5291 (makefile-make-font-lock-keywords): Remove two parameters, which
5292 are now variables that some of the modes set locally.
5293 Handle dependency and rule action matching through functions, because
5294 regexps alone match too often. Dependency matching now comes
5295 last, so it can check, whether a colon already matched something else.
5296 (makefile-mode): Inform that font-lock improves makefile parsing
5297 capabilities.
5298 (makefile-match-dependency, makefile-match-action): New functions.
5299
5300 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
5301
5302 * emacs-lisp/cl-extra.el (equalp): Doc fix.
5303
5304 * align.el (align-regexp):
5305 * ansi-color.el (ansi-color-get-face):
5306 * array.el (array-reconfigure-rows, array-init-max-row)
5307 (array-init-max-column, array-init-columns-per-line)
5308 (array-init-field-width):
5309 * dired-aux.el (dired-trample-file-versions):
5310 * dired-x.el (dired-mark-sexp):
5311 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5312 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5313 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5314 * faces.el (face-read-integer):
5315 * files.el (backup-extract-version, insert-directory):
5316 * hexl.el (hexl-insert-decimal-char):
5317 * server.el (server-process-filter):
5318 * shell.el (shell-extract-num):
5319 * startup.el (command-line-1):
5320 * term.el (term-command-hook):
5321 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5322 (time-stamp-do-number):
5323 * time.el (display-time-update):
5324 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5325 (timezone-fix-time):
5326 * vms-patch.el (vms-suspend-resume-hook):
5327 * calendar/appt.el (appt-convert-time):
5328 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5329 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5330 * calendar/cal-islam.el (mark-islamic-diary-entries):
5331 * calendar/calendar.el (calendar-cursor-to-date)
5332 (calendar-star-date):
5333 * calendar/diary-lib.el (diary-attrtype-convert)
5334 (mark-diary-entries, diary-entry-time):
5335 * calendar/solar.el (solar-get-number):
5336 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5337 * emacs-lisp/re-builder.el (reb-display-subexp):
5338 * emulation/edt.el (edt-set-scroll-margins):
5339 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5340 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5341 (vip-get-ex-count):
5342 * emulation/viper-ex.el (viper-get-ex-token)
5343 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5344 * international/fontset.el (fontset-plain-name):
5345 * mail/feedmail.el (feedmail-look-at-queue-directory):
5346 * mail/mailalias.el (mail-get-names):
5347 * mail/rmail.el (rmail-convert-to-babyl-format):
5348 * mail/rmailsum.el (rmail-make-basic-summary-line)
5349 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5350 (rmail-summary-goto-msg):
5351 * mail/smtpmail.el (smtpmail-read-response):
5352 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5353 (ange-ftp-vms-add-file-entry):
5354 * play/gametree.el (gametree-looking-at-ply)
5355 (gametree-current-branch-score):
5356 * progmodes/ada-xref.el (ada-prj-find-prj-file)
5357 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5358 * progmodes/cperl-mode.el (condition-case):
5359 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5360 (ebrowse-set-member-buffer-column-width)
5361 (ebrowse-select-1st-to-9nth):
5362 * progmodes/etags.el (etags-snarf-tag):
5363 * progmodes/flymake.el (flymake-parse-line):
5364 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5365 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5366 (idlwave-shell-menu-def):
5367 * progmodes/ps-mode.el (ps-run-goto-error):
5368 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5369 (vhdl-speedbar-contract-level):
5370 * term/mac-win.el (x-handle-numeric-switch):
5371 * term/sun-mouse.el (sun-get-frame-data):
5372 * term/w32-win.el (x-handle-numeric-switch):
5373 * term/x-win.el (x-handle-numeric-switch):
5374 * textmodes/ispell.el (ispell-parse-output):
5375 * textmodes/nroff-mode.el (nroff-outline-level):
5376 * textmodes/reftex-cite.el (reftex-bib-sort-year)
5377 (reftex-bib-sort-year-reverse, reftex-format-citation):
5378 * textmodes/reftex-parse.el (reftex-init-section-numbers)
5379 (reftex-section-number):
5380 * textmodes/texinfmt.el (texinfo-paragraphindent):
5381 Replace `string-to-int' by `string-to-number'.
5382
5383 * international/latexenc.el: Add page marker to force the "Local
5384 Variables:" string out of the last page.
5385
5386 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5387
5388 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5389 tooltip-change-major-mode.
5390 (gud-tooltip-print-command): Remove case where gud-minor-mode
5391 is gdb ("--fullname").
5392 (gud-tooltip-tips): Turn GUD tooltips off for this case and
5393 explain to user.
5394
5395 2005-05-16 Jay Belanger <belanger@truman.edu>
5396
5397 * calc/calc-store.el (calc-copy-special-constant): New function.
5398
5399 * calc/calc-ext.el (calc-init-extensions): Add binding for
5400 `calc-copy-special-constant'.
5401
5402 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5403 for the `calc-copy-special-constant' command.
5404
5405 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5406
5407 * subr.el (left-fringe-p): New function.
5408
5409 * progmodes/compile.el (compilation-setup): Set local value of
5410 overlay-arrow-string to "" always.
5411 (compilation-set-window): Left fringe then don't scroll.
5412 No left fringe then no arrow and scroll message to top.
5413 (compilation-context-lines): Adjust doc string accordingly.
5414
5415 2005-05-16 Kim F. Storm <storm@cua.dk>
5416
5417 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5418 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5419 (ido-wide-find-dir-or-delete-dir): New command for M-d.
5420 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
5421 (ido-read-file-name): Handle commands with ido property value
5422 equal to find-file as reading a file name, to allow C-d to enter dired.
5423 (ibuffer-find-file): Add ido property with value find-file.
5424
5425 2005-05-15 Kim F. Storm <storm@cua.dk>
5426
5427 * subr.el (open-network-stream-nowait): Remove.
5428 (open-network-stream-server): Remove.
5429
5430 2005-05-15 Richard M. Stallman <rms@gnu.org>
5431
5432 * faces.el (describe-face): Output a definition link button.
5433
5434 * help-mode.el (help-face-def): New button type.
5435
5436 * emacs-lisp/copyright.el (copyright-fix-years):
5437 Match properly if the first year is 2-digit.
5438 Don't mess up the whitespace after the years by filling.
5439
5440 * dired-aux.el (dired-mark-confirm):
5441 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5442
5443 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5444 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5445 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5446
5447 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5448 Set font-lock-comment-start-skip.
5449
5450 * font-lock.el (font-lock-comment-start-skip): New variable.
5451 (font-lock-comment-end-skip): New variable.
5452 (font-lock-fontify-syntactically-region): Use them if non-nil.
5453
5454 2005-05-15 Jay Belanger <belanger@truman.edu>
5455
5456 * calc/calc-store.el (calc-store-value): Return a string rather
5457 than display it as a message.
5458 Use calc-var-name for variable name.
5459 (calc-store-into): Add the result of calc-store-value to message.
5460 (calc-copy-variable): Add a message.
5461 (calc-store-exchange): Improve error messages.
5462 (calc-store-binary, calc-store-map): Don't reset the values of
5463 special constants.
5464
5465 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5466
5467 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5468 manual to docstring.
5469
5470 * files.el (hack-local-variables-confirm): Add STRING argument.
5471 Make the function handle non file visiting buffers correctly.
5472 (hack-local-variables-prop-line, hack-local-variables)
5473 (hack-one-local-variable): Use STRING arg of
5474 `hack-local-variables-confirm'.
5475
5476 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
5477
5478 Sync with Tramp 2.0.49.
5479
5480 * tramp.el (tramp-handle-dired-call-process)
5481 (tramp-handle-insert-directory):`insert-buffer' cannot be used
5482 because the contents of the Tramp buffer is changed before
5483 insertion (`expand-file' and alike).
5484 (tramp-handle-insert-directory): If `localname' has an empty
5485 nondirectory name, it must not be quoted.
5486 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
5487 variable `tramp-chunksize'. Change callees.
5488 (tramp-open-connection-setup-interactive-shell): Check remote host
5489 for buggy `send-process-string' implementation.
5490 Set `tramp-chunksize' if found. Reported by Michael Kifer
5491 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5492 (tramp-handle-shell-command): `insert-buffer' cannot be used
5493 because the contents of the Tramp buffer is changed before
5494 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
5495 <frederic.bothamy@free.fr>.
5496 (tramp-set-auto-save): Actions should be done for Tramp file name
5497 handler only. Ange-FTP has its own auto-save mechanism.
5498 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5499 (tramp-set-auto-save-file-modes): Set file modes of
5500 `buffer-auto-save-file-name' to ?\600 as fallback solution.
5501 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5502 (tramp-bug): Remove obsolete variable.
5503 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
5504 for presence of `mml-mode'. Make it running for older Emacsen as well.
5505
5506 2005-05-14 John Paul Wallington <jpw@pobox.com>
5507
5508 * ibuf-ext.el (define-ibuffer-filter filename):
5509 If `dired-directory' is a list, use its car.
5510
5511 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
5512
5513 * ibuffer.el (define-ibuffer-column filename):
5514 If `dired-directory' is a list, use its car.
5515
5516 2005-05-14 Richard M. Stallman <rms@gnu.org>
5517
5518 * subr.el (symbol-file): Doc fix.
5519
5520 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5521 (byte-compile-form): Call byte-compile-nogroup-warn.
5522 (byte-compile-warning-types): Doc fix.
5523
5524 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5525
5526 * progmodes/cc-engine.el (c-literal-faces):
5527 Add font-lock-comment-delimiter-face.
5528
5529 * net/net-utils.el (dig): Use with-no-warnings.
5530
5531 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5532 (sc-recite-frame-alist, sc-default-cite-frame)
5533 (sc-default-uncite-frame, sc-default-recite-frame)
5534 (sc-attrib-selection-list, sc-rewrite-header-list):
5535 Mark as risky-local-variable.
5536
5537 * international/ogonek.el (ogonek-jak, ogonek-how):
5538 Don't use beginning-of-buffer.
5539
5540 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5541
5542 * calendar/solar.el (solar-data-list): Move definition up.
5543
5544 * dnd.el (dnd-protocol-alist): Add autoload.
5545
5546 * progmodes/sh-script.el: Many doc usage fixes.
5547 (sh-indent-after-do): Change default to match common styles.
5548
5549 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
5550
5551 * files.el (interpreter-mode-alist)
5552 (auto-mode-interpreter-regexp): Doc fixes.
5553
5554 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
5555
5556 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
5557
5558 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5559
5560 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5561
5562 * dired.el (dired-mode): make-variable-buffer-local =>
5563 make-local-variable.
5564
5565 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5566
5567 * term/mac-win.el (mac-select-convert-to-string): Try coding
5568 systems in mac-script-code-coding-systems if specified one cannot
5569 encode string for `com.apple.traditional-mac-plain-text'.
5570
5571 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
5572
5573 * progmodes/make-mode.el (makefile-targets-face)
5574 (makefile-shell-face, makefile-makepp-perl-face): New faces.
5575 (makefile-dependency-regex): Fix it to not make the colon in
5576 $(var:a=b) special.
5577 (makefile-rule-action-regex): New regexp for highlighting embedded
5578 Shell strings.
5579 (makefile-macroassign-regex): Handle != for highlighting as
5580 embedded Shell strings.
5581 (makefile-var-use-regex): New const.
5582 (makefile-statements, makefile-automake-statements)
5583 (makefile-gmake-statements, makefile-makepp-statements)
5584 (makefile-bsdmake-statements): New consts.
5585 (makefile-make-font-lock-keywords): New function.
5586 (makefile-automake-font-lock-keywords)
5587 (makefile-gmake-font-lock-keywords)
5588 (makefile-makepp-font-lock-keywords)
5589 (makefile-bsdmake-font-lock-keywords): New consts.
5590 (makefile-mode-map): Add switchers between the various submodes.
5591 (makefile-mode): Document the availability of the variants.
5592 (makefile-automake-mode, makefile-gmake-mode)
5593 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5594
5595 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5596 new variants of makefile-mode.
5597
5598 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * font-lock.el (font-lock-comment-delimiter-face): Fix up
5601 the inheritance.
5602
5603 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
5604
5605 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5606 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5607
5608 * files.el (normal-mode): Extend the scope of the
5609 `enable-local-variables' binding to include the `set-auto-mode' call.
5610 (magic-mode-alist): Doc fix.
5611
5612 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5613
5614 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5615 font-lock-comment-face rather than copying its setting.
5616
5617 2005-05-12 Andreas Schwab <schwab@suse.de>
5618
5619 * eshell/esh-mode.el (eshell-send-input): Doc fix.
5620
5621 2005-05-12 Lute Kamstra <lute@gnu.org>
5622
5623 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5624 defcustom for the mode hook variable. Delete the last argument.
5625 * generic-x.el: Fix callers of define-generic-mode.
5626 (generic-x-modes): Delete group.
5627 (show-tabs-tab-face, show-tabs-space-face): Put them in the
5628 generic-x customization group.
5629
5630 2005-05-12 Kim F. Storm <storm@cua.dk>
5631
5632 * font-lock.el (font-lock-negation-char-face): Default to "off".
5633
5634 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
5635 font-lock-negation-char-face to ! in !=.
5636
5637 2005-05-12 Masatake YAMATO <jet@gyve.org>
5638
5639 * add-log.el (find-change-log): Fix typos in the docstring
5640 of function.
5641
5642 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5643
5644 * international/latexenc.el (latexenc-find-file-coding-system):
5645 Avoid `re-search-forward' when looking for input encoding because
5646 of speed and safety. Better regular expressions for recognizing
5647 input encoding. Limit a search for TeX-master/tex-main-file to
5648 the local variable section.
5649
5650 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
5651
5652 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5653 syntax of $ to "'" (quote).
5654
5655 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5656
5657 * dnd.el (dnd-protocol-alist): Improve custom type.
5658
5659 * dired.el (dired-dnd-protocol-alist): New variable.
5660 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
5661 `dired-mode-hook' to the end.
5662
5663 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
5666 comment-end if comment-start-skip is not set.
5667 Obey the font-lock-comment-delimiter-face variables.
5668
5669 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * files.el (executable-find): Move from executable.el. Use
5672 locate-file.
5673 * progmodes/executable.el (executable-find): Move to files.el.
5674
5675 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
5676 when trying to ensure forward progress.
5677
5678 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
5679
5680 * mouse-sel.el (mouse-sel-follow-link-p): New function.
5681 (mouse-select, mouse-select-internal, mouse-extend-internal):
5682 Use it to implement mouse-1-click-follows-link functionality.
5683
5684 2005-05-11 Richard M. Stallman <rms@gnu.org>
5685
5686 * font-lock.el (font-lock-fontify-syntactically-region):
5687 Use font-lock-comment-delimiter-face for comment delimiters.
5688
5689 2005-05-10 Jay Belanger <belanger@truman.edu>
5690
5691 * calc/calc-help.el (calc-m-prefix-help): Add mention of
5692 preserving embedded modes.
5693
5694 2005-05-10 Richard M. Stallman <rms@gnu.org>
5695
5696 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5697
5698 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
5699 Move from ada-stmt.el.
5700 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5701
5702 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
5703 Move to ada-mode.el.
5704 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
5705
5706 * cus-edit.el (custom-file): Call file-chase-links.
5707
5708 * files.el (read-directory-name): Fix previous change.
5709 (hack-local-variables-confirm): New function.
5710 (hack-local-variables-prop-line, hack-local-variables)
5711 (hack-one-local-variable): Use it.
5712
5713 2005-05-10 Lute Kamstra <lute@gnu.org>
5714
5715 * font-lock.el (font-lock-keywords-alist)
5716 (font-lock-removed-keywords-alist): Clarify docstrings.
5717
5718 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
5719
5720 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5721 (gdb-source-info): Check for preprocessor info.
5722 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
5723 a macro for a function.
5724 (gdb-info-breakpoints-custom): Try to find file again if not already
5725 found (user might have used GDB dir command).
5726 (gdb-get-location): Update gdb-location-alist correctly for change
5727 to gdb-info-breakpoints-custom.
5728
5729 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5730 (gud-tooltip-print-command): Add gdbmi case.
5731 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5732 preprocessor info.
5733
5734 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5735
5736 * startup.el (fancy-splash-insert): Fix typo in doc string.
5737
5738 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
5739
5740 * obsolete/float.el (string-to-float):
5741 * obsolete/hilit19.el (hilit-add-pattern):
5742 * obsolete/rnews.el (news-parse-range, news-select-message)
5743 (news-get-pruned-list-of-files): Replace `string-to-int' by
5744 `string-to-number'.
5745
5746 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5747 `find-file-not-found-hooks'; use `add-hook'.
5748 (uncompress-while-visiting): Set `write-file-functions', not
5749 `write-file-hooks'; use `add-hook'.
5750
5751 2005-05-09 Kim F. Storm <storm@cua.dk>
5752
5753 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5754 (cua-paste): Handle clipboard action.
5755 (cua--init-keymaps): Remap clipboard-kill-region and
5756 clipboard-kill-ring-save.
5757
5758 2005-05-08 Eli Zaretskii <eliz@gnu.org>
5759
5760 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5761 Improve commentary.
5762
5763 * simple.el (next-error-overlay-arrow-position): Revert the change
5764 made on 2005-04-30.
5765
5766 2005-05-07 Jay Belanger <belanger@truman.edu>
5767
5768 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5769 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5770 `calc-sel-reselect'.
5771
5772 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5773 Calc is in embedded mode.
5774
5775 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5776
5777 * progmodes/compile.el (compilation-setup):
5778 Set overlay-arrow-string to an empty string on text terminals.
5779
5780 * textmodes/ispell.el (ispell-program-name): Try looking for
5781 "aspell" along exec-path, and if found, use it as the default
5782 speller program.
5783
5784 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
5785
5786 * international/mule.el (sgml-xml-auto-coding-function):
5787 Recognize encoding='FOO' in single quotes as well as in double quotes.
5788
5789 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5790
5791 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5792 as well as `interactive', so that defmacro* would recognize
5793 `declare' forms.
5794
5795 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5796
5797 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5798 Explain more about the LIGHTER arg's usage in the doc string.
5799 Add commentary to clarify what the code does. Fix the regexp that
5800 strips whitespace from LIGHTER. Quote LIGHTER before using it,
5801 since it could have characters special to regular expressions.
5802
5803 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5804
5805 * replace.el (occur-1): Bind inhibit-read-only so that
5806 erase-buffer doesn't barf on read-only text properties (likewise
5807 for add-text-properties in occur-engine). Mark buffer as unmodified.
5808 (occur-engine): Don't set buffer-read-only here.
5809
5810 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5813 list-buffers-directory. This caused the *cvs-commit* buffer to be
5814 sometimes mistakenly reused as a *cvs* buffer.
5815
5816 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
5817
5818 * tooltip.el: Move code for GUD tooltips into gud.el.
5819 (require): CL no longer needed to compile case.
5820 (tooltip-mode): Do not toggle functions for GUD tooltips.
5821 (tooltip-gud-tips-p): Remove. Replace with minor mode
5822 gud-tooltip-mode in gud.el.
5823 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5824 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5825 tooltip-gud prefix with gud-tooltip and obsolete.
5826 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5827 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5828 (tooltip-mouse-motion): Mouse movement functions/variable.
5829 Rename in gud.el by adding gud prefix.
5830 (tooltip-gud-original-filter, tooltip-gud-dereference)
5831 (tooltip-gud-event, tooltip-toggle-gud-tips)
5832 (tooltip-gud-process-output, tooltip-gud-print-command)
5833 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
5834 gud.el by replacing tooltip-gud prefix with gud-tooltip.
5835 (gdb-tooltip-print): Move to gdb-ui.el.
5836
5837 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5838 (require): CL needed to compile case.
5839 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
5840 tooltip-gud-tips-p. Make it a minor-mode.
5841 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5842 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5843 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5844 (gud-tooltip-change-major-mode)
5845 (gud-tooltip-activate-mouse-motions-if-enabled)
5846 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5847 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5848 (gud-tooltip-original-filter, gud-tooltip-dereference)
5849 (gud-tooltip-event, tooltip-toggle-gud-tips)
5850 (gud-tooltip-process-output, gud-tooltip-print-command)
5851 (gud-tooltip-tips): Move from tooltip.el.
5852
5853 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
5854 (gdb-cpp-define-alist-flags): Doc fix.
5855 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5856 gud-tooltip-mode is t.
5857
5858 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5861 evaporate if their text is deleted.
5862 (goto-address-at-point): Make it work as a mouse binding as well.
5863 (goto-address-at-mouse): Obsolete it. Update users.
5864
5865 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
5866
5867 * calendar/appt.el (top-level): No longer activate on load.
5868
5869 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
5870
5871 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5872 * net/webjump.el (webjump):
5873 * progmodes/idlw-help.el (idlwave-do-context-help1)
5874 (idlwave-highlight-linked-completions):
5875 * textmodes/po.el (po-find-file-coding-system-guts):
5876 Replace `assoc-ignore-case' by `assoc-string'.
5877
5878 2005-05-06 Eli Zaretskii <eliz@gnu.org>
5879
5880 * files.el (locate-file): Doc fix.
5881
5882 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5883 Remove the redundant test for ms-dos.
5884
5885 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5886 look for the preprocessor with exec-suffixes. If not found in
5887 standard places, look in exec-path. Remove most of the tests that
5888 used system-type.
5889
5890 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5891
5892 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5893
5894 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5895 file-name clash with jka-compr.el on 8+3 filesystems.
5896
5897 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5898
5899 * term/mac-win.el: Don't define or bind scroll bar functions if
5900 x-toolkit-scroll-bars is t.
5901 (x-select-text, x-get-selection-value): Clear
5902 x-last-selected-text-clipboard if x-select-enable-clipboard is
5903 nil.
5904 (PRIMARY): Put mac-scrap-name property.
5905 (mac-select-convert-to-file-url): New function.
5906 (public.file-url): New selection target type. Add to
5907 selection-converter-alist.
5908 (x-get-selection, x-selection-value): Handle it.
5909 (x-cut-buffer-or-selection-value): New alias.
5910
5911 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5912
5913 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5914 entry to avoid calling bibtex-find-entry with arg global
5915 being t. Remove arg key.
5916 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5917 (bibtex-copy-summary-as-kill): Change accordingly.
5918
5919 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5922 (org-agenda-date-later): Use with-current-buffer.
5923
5924 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5925
5926 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5927 (define-obsolete-variable-alias): Doc Fixes.
5928
5929 2005-05-06 Kim F. Storm <storm@cua.dk>
5930
5931 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
5932 vertical-motion when selective-display is active.
5933
5934 * ido.el (ido-setup-hook): New hook.
5935 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5936 (ido-input-stack): New var.
5937 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
5938 ido-next-work-file binding to M-O.
5939 Bind M-f to ido-wide-find-file-or-pop-dir.
5940 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5941 (ido-read-internal): Run ido-setup-hook.
5942 Catch quit in read-file-name and read-string to cancel edit.
5943 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5944 Automatically pop-all when completing a directory name (RET).
5945 (ido-file-internal): Add with-no-warnings around ffap and dired code.
5946 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5947 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5948 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5949 New functions for M-b/M-f to move among the directory components.
5950 (ido-make-merged-file-list): Catch quit to cancel merge.
5951 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5952 (ido-completion-help): No warnings for ido-completion-buffer-full.
5953
5954 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
5955
5956 * font-lock.el (font-lock-negation-char-face): New face and variable.
5957 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5958 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5959 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5960 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5961
5962 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
5963
5964 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5965 Fix typo in docstring.
5966
5967 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5968 (ebrowse-print-statistics-line)
5969 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5970
5971 * term/w32-win.el (image-library-alist): Add additional name for
5972 Xpm library.
5973
5974 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
5975
5976 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5977 use gcc instead of cpp.
5978
5979 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5980 (gdb-create-define-alist): Use it.
5981 (gdb-cpp-define-alist-program): Update for MS-DOS.
5982
5983 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
5984
5985 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5986
5987 2005-05-04 Richard M. Stallman <rms@gnu.org>
5988
5989 * help.el (describe-key): No error when UNTRANSLATED is nil.
5990
5991 * simple.el (line-move-1): Fix previous change to signal errors
5992 appropriately.
5993
5994 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
5995
5996 * calendar/icalendar.el (icalendar-version): Now at 0.12.
5997 (icalendar-duration-correction): Remove.
5998 (icalendar--get-event-properties): Split result at commas.
5999 (icalendar--decode-isoduration): New optional argument
6000 DURATION-CORRECTION.
6001 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6002 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6003 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6004 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
6005 (icalendar--convert-anniversary-to-ical): New functions, extracted
6006 from icalendar-export-region, with bug fixes.
6007 (icalendar-export-region): Use the above functions.
6008 (icalendar-import-buffer): Check before saving diary file.
6009 (icalendar--convert-recurring-to-diary)
6010 (icalendar--convert-non-recurring-all-day-to-diary)
6011 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6012 extracted from icalendar--convert-ical-to-diary, with bug fixes.
6013 (icalendar--convert-ical-to-diary): Use the above functions.
6014
6015 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
6016
6017 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6018 Remove these recent additions.
6019 (c-mode): Restore to before 2005-04-28.
6020
6021 * progmodes/cc-vars.el (cc-define-list-program): Remove this
6022 recent addition.
6023
6024 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
6025 (gdb-define-alist): New variables.
6026 (gdb-create-define-alist): New function.
6027 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
6028 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
6029 with string-to-number.
6030 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
6031
6032 * progmodes/gud.el: Replace string-to-int with string-to-number.
6033 (gud-find-file): Handle gdb-define-alist.
6034
6035 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
6036
6037 2005-05-02 Jay Belanger <belanger@truman.edu>
6038
6039 * calc/calc-aent.el (math-read-token):
6040 * calc/calc-bin.el (calc-word-size):
6041 * calc/calc-ext.el (calc-read-number-fancy):
6042 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
6043 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
6044 * calc/calc-frac.el (calc-over-notation):
6045 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
6046 (calc-graph-num-points, calc-graph-init):
6047 * calc/calc-prog.el (calc-read-parse-table-part)
6048 (calc-edit-macro-repeats):
6049 * calc/calc-yank.el (calc-do-grab-rectangle):
6050 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
6051 Replace `string-to-int' by `string-to-number'.
6052
6053 2005-05-02 Kim F. Storm <storm@cua.dk>
6054
6055 * kmacro.el: Use executing-kbd-macro-index variable.
6056
6057 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
6058
6059 * net/rlogin.el (rlogin-parse-words): Delete func.
6060 (rlogin): Use split-string, not rlogin-parse-words.
6061 Also, if there are option-like elements in the parsed args,
6062 take the host to be the first arg immediately following them.
6063 Suggested by Michael Mauger.
6064
6065 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6066
6067 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
6068
6069 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6070
6071 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
6072 (cc-mode-cpp-program): Rename to cc-define-list-program and
6073 move to cc-vars.el.
6074
6075 * progmodes/cc-vars.el (cc-define-list-program):
6076 Change to "gcc -E -dM -". Make customizable.
6077
6078 2005-05-02 Kim F. Storm <storm@cua.dk>
6079
6080 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
6081
6082 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6083
6084 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
6085
6086 * international/mule-util.el (truncate-string): Remove alias and
6087 obsolete declaration.
6088
6089 * international/mule-cmds.el (update-iso-coding-systems):
6090 Remove alias and obsolete declaration.
6091
6092 * international/mule.el (coding-system-parent): Remove alias and
6093 obsolete declaration.
6094
6095 * subr.el (define-function, sref): Remove aliases and obsolete
6096 declarations.
6097 (chars-in-region): Remove obsolete declaration.
6098
6099 2005-05-01 Richard M. Stallman <rms@gnu.org>
6100
6101 * info.el (Info-mode): Set widen-automatically to nil, locally.
6102
6103 * simple.el (widen-automatically): New variable.
6104 (pop-global-mark): Obey widen-automatically.
6105
6106 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6107
6108 * term/xterm.el (function-key-map): Call substitute-key-definition
6109 before the keymap size is increased by a lot of define-key calls.
6110
6111 2005-05-01 Richard M. Stallman <rms@gnu.org>
6112
6113 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
6114 Rename ARG to ELEMENT. Doc fix.
6115
6116 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6117
6118 * allout.el (allout-exposure): Remove macro and obsolete declaration.
6119 Remove references to allout-exposure/change to allout-new-exposure.
6120
6121 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
6122 bytecode symbols.
6123
6124 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
6125 (compiled-function-p, focus-frame, unfocus-frame):
6126 Remove aliases and obsolete declarations.
6127 Back out inadvertent changes from previous commit.
6128
6129 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6130
6131 * files.el (require-final-newline): Make Custom tags consistent
6132 with mode-require-final-newline.
6133 (mode-require-final-newline): Doc fix.
6134
6135 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * international/latexenc.el (latexenc-find-file-coding-system):
6138 Fix regular expressions.
6139
6140 2005-05-01 David Kastrup <dak@gnu.org>
6141
6142 * international/latexenc.el (latexenc-find-file-coding-system):
6143 Fix regular expressions.
6144
6145 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6146
6147 * subr.el (string-to-int): Make obsolete.
6148
6149 2005-04-30 Richard M. Stallman <rms@gnu.org>
6150
6151 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
6152
6153 * loadup.el: load jka-comp-hook.
6154
6155 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
6156 (jka-compr-handler): Add autoload. `put' calls moved
6157 to jka-comp-hook.el.
6158 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
6159 (jka-compr-inhibit): Autoload.
6160
6161 * jka-comp-hook.el: New file.
6162 Enable the mode by default.
6163
6164 * files.el (backup-buffer-copy): Use copy-file instead
6165 of write-region, and put back the 'excl.
6166
6167 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
6168
6169 * progmodes/flymake.el (flymake-split-string)
6170 (flymake-split-string, flymake-log, flymake-pid-to-names)
6171 (flymake-reg-names, flymake-get-source-buffer-name)
6172 (flymake-unreg-names, flymake-add-line-err-info)
6173 (flymake-add-err-info): Clarify docstrings.
6174 (flymake-popup-menu, flymake-make-emacs-menu)
6175 (flymake-make-xemacs-menu): Add docstrings.
6176 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6177 Set variables directly throughout.
6178
6179 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
6180
6181 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
6182 exists. Initialize cc-define-alist.
6183 (c-mode): Add cc-create-define-alist locally to after-save-hook.
6184 If there is no file (Macroexpansion) don't create an alist.
6185
6186 2005-04-29 Sam Steingold <sds@gnu.org>
6187
6188 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6189 (cc-create-define-alist): Use it instead of the hard-coded string.
6190
6191 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6192
6193 * international/mule-conf.el (file-coding-system-alist): Fix regexp
6194 for latexenc.
6195
6196 2005-04-29 Lute Kamstra <lute@gnu.org>
6197
6198 * emacs-lisp/generic.el: Improve commentary section.
6199 (define-generic-mode): Improve docstring.
6200
6201 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
6202
6203 * textmodes/org.el (many places): Change to quiet the byte compiler.
6204 (org-prefix-format-compiled): New variable.
6205 (org-compile-prefix-format): New function.
6206 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6207 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6208 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6209 (org-get-entries-from-diary): Use `org-get-time-of-day' for
6210 consistency with entries from `org-mode' files.
6211 (org-get-time-of-day): Fix bug with partial matches early in a line.
6212 (org-non-link-chars): New constant.
6213 (org-link-regexp): Respect `org-non-link-chars'.
6214 (org-agenda-day-view): Remove command.
6215 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
6216 (org-follow-bbdb-link, org-store-link): Search also company field.
6217 (org-highlight-overlay): New variable.
6218 (org-highlight, org-unhighlight): New functions.
6219 (org-agenda-mode): Add pre-command-hook to remove highlight.
6220 (org-evaluate-time-range): Behavior depends upon whether time stamp
6221 contains a time or not.
6222 (org-show-subtree, org-show-entry): New functions.
6223 (org-agenda-cleanup-fancy-diary): Remove empty lines.
6224
6225 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
6226
6227 * comint.el (comint-output-filter-functions): Add autoload cookie.
6228
6229 2005-04-28 Kim F. Storm <storm@cua.dk>
6230
6231 * ido.el (ido-everywhere): Fix last change.
6232
6233 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6234
6235 * international/latexenc.el: New file.
6236 * international/mule-conf.el (file-coding-system-alist): For .tex,
6237 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6238
6239 2005-04-28 Lute Kamstra <lute@gnu.org>
6240
6241 * font-lock.el (font-lock-add-keywords)
6242 (font-lock-remove-keywords): Clarify docstring.
6243 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6244 Don't start docstrings with a `*'.
6245 (font-lock-update-removed-keyword-alist): Give it a docstring.
6246
6247 * generic-x.el: Update commentary section.
6248 Only require font-lock when compiling.
6249 Define all modes conditionally.
6250 Place all generic modes in the generic-x-modes customization group.
6251 (generic-x-modes): New customization group.
6252 (generic-default-modes, generic-mswindows-modes)
6253 (generic-unix-modes, generic-other-modes): New constants.
6254 (generic-define-mswindows-modes, generic-define-unix-modes):
6255 Update docstrings. Make them obsolete.
6256 (generic-extras-enable-list): New default value. Update docstring.
6257 Improve :type. Change :set function.
6258 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6259 Fix docstring.
6260
6261 * emacs-lisp/generic.el (generic-mode-internal):
6262 Simplify font-lock-defaults.
6263 (define-generic-mode): Fix docstring.
6264
6265 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6268 font-lock-face property to highlight matches.
6269
6270 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
6271
6272 * progmodes/cc-mode.el (cc-create-define-alist): New function.
6273 (cc-define-alist): New variable.
6274 (c-mode): Make it local and initialize it.
6275
6276 * progmodes/gdb-ui.el (gdb-active-process): New variable.
6277 (gdb-exited): New function.
6278 (gdb-annotation-rules): Use it.
6279 (gdb-starting): Set gdb-active-process to t.
6280 (gdb-stopping): Amend doc string.
6281 (gdb-reset): Set gdb-active-process to nil.
6282
6283 * tooltip.el (tooltip-gud-tips): Show the associated #define
6284 directives when a C program under GDB is not executing.
6285
6286 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6287
6288 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6289 font-lock-fontify-syntactic-keywords.
6290
6291 * font-lock.el (font-lock-default-fontify-region): Don't force
6292 parse-sexp-lookup-properties to nil.
6293
6294 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6295
6296 * man.el (man-mode-syntax-table): Set up `:' to have
6297 word-constituent syntax.
6298
6299 2005-04-27 Lute Kamstra <lute@gnu.org>
6300
6301 * novice.el (disable-command): Don't add spurious newlines to the
6302 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
6303
6304 2005-04-26 Jay Belanger <belanger@truman.edu>
6305
6306 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6307 than one window before deleting window.
6308
6309 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6310
6311 * shell.el (shell-prompt-pattern): Doc fix.
6312 (shell-mode): Set paragraph-separate buffer locally to "\\'".
6313
6314 * comint.el (comint-prompt-regexp, comint-get-old-input)
6315 (comint-use-prompt-regexp)
6316 (comint-use-prompt-regexp-instead-of-fields)
6317 (comint-replace-by-expanded-history, comint-send-input)
6318 (comint-output-filter, comint-get-old-input-default)
6319 (comint-line-beginning-position, comint-bol, comint-show-output)
6320 (comint-backward-matching-input, comint-forward-matching-input)
6321 (comint-next-prompt, comint-previous-prompt):
6322 Rename `comint-use-prompt-regexp-instead-of-fields' to
6323 `comint-use-prompt-regexp'. Keep old name as alias and declare
6324 obsolete.
6325 (comint-use-prompt-regexp): Shorten first line of doc string.
6326
6327 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6328 Set paragraph-separate buffer locally to "\\'".
6329
6330 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6331 Adapt to above name change.
6332
6333 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6334 (smbclient-prompt-regexp): Ditto.
6335
6336 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6337
6338 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
6339
6340 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6341 gdb-location-list.
6342 Break lines that are over 80 characters wide.
6343
6344 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6347 New fun and var, to preserve compatibility.
6348
6349 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6350
6351 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
6352
6353 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6354 name to file-newer-than-file-p.
6355
6356 2005-04-26 Richard M. Stallman <rms@gnu.org>
6357
6358 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6359
6360 * progmodes/python.el (python-mode):
6361 Use new name eldoc-documentation-function.
6362
6363 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6364
6365 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6366 (eldoc-documentation-function):
6367 Rename from eldoc-print-current-symbol-info-function. Calls changed.
6368
6369 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
6370
6371 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6372
6373 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6374
6375 * term/xterm.el (function-key-map): Fix strings for
6376 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
6377 {C,S,A,C-S}-{f1-f12}.
6378
6379 2005-04-26 Kenichi Handa <handa@m17n.org>
6380
6381 * international/mule-cmds.el (select-safe-coding-system):
6382 Fix previous change.
6383
6384 2005-04-26 Lute Kamstra <lute@gnu.org>
6385
6386 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6387
6388 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6389 (font-lock-comment-delimiter-face): Ditto.
6390
6391 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6392
6393 2005-04-25 Jay Belanger <belanger@truman.edu>
6394
6395 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6396 to t while inserting information; use help-mode.
6397
6398 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6399
6400 * term.el (ansi-term-color-vector): Use the xterm colors.
6401 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
6402
6403 2005-04-25 Lute Kamstra <lute@gnu.org>
6404
6405 * font-core.el (font-lock-defaults): Fix docstring.
6406
6407 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6408
6409 2005-04-25 Kenichi Handa <handa@m17n.org>
6410
6411 * international/mule-cmds.el (select-safe-coding-system):
6412 Don't check consistency with coding: spec, etc if raw-text or
6413 no-conversion was found to be safe.
6414
6415 2005-04-24 Richard M. Stallman <rms@gnu.org>
6416
6417 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6418 citation markers at start of each line.
6419
6420 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6421 citation markers at start of each line.
6422
6423 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6424
6425 * files.el (mode-require-final-newline): Fix previous change.
6426 (require-final-newline): Fix type label.
6427
6428 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6429
6430 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6431 statement in buffer (broken by 2004-11-24 change).
6432
6433 2005-04-24 Kim F. Storm <storm@cua.dk>
6434
6435 * ido.el (ido-everywhere): Save and restore old read-buffer-function
6436 and read-file-name-function values. Don't overwrite existing
6437 non-nil values if ido-mode is enabled without ido-everywhere.
6438
6439 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
6440
6441 * files.el (mode-require-final-newline): Minor doc fix.
6442
6443 2005-04-24 Eli Zaretskii <eliz@gnu.org>
6444
6445 * subr.el (syntax-after): Doc fix.
6446 (syntax-class): If argument is nil, return nil. Mask off upper 16
6447 bits, not 8 bits.
6448
6449 * files.el (mode-require-final-newline): Doc fix.
6450 (backup-buffer-copy): Fix last change.
6451
6452 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6453
6454 * term/mac-win.el: Require select. Set selection-coding-system to
6455 mac-system-coding-system. Call menu-bar-enable-clipboard.
6456 (x-last-selected-text-clipboard, x-last-selected-text-primary)
6457 (x-select-enable-clipboard): New variables.
6458 (x-select-text, x-get-selection, x-selection-value)
6459 (x-get-selection-value, mac-select-convert-to-string)
6460 (mac-services-open-file, mac-services-open-selection)
6461 (mac-services-insert-text): New functions.
6462 (CLIPBOARD, FIND): Put mac-scrap-name property.
6463 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6464 (public.tiff): Put mac-ostype property.
6465 (selection-converter-alist): Add entries for them.
6466 (mac-application-menu-map): New keymap.
6467 (interprogram-cut-function, interprogram-paste-function): Set to
6468 x-select-text and x-get-selection-value, respectively.
6469 (split-window-keep-point): Set to t.
6470
6471 2005-04-23 Richard M. Stallman <rms@gnu.org>
6472
6473 * files.el (read-directory-name): Always pass non-nil
6474 DEFAULT-FILENAME arg to read-file-name.
6475 (backup-buffer-copy, basic-save-buffer-2): Take care against
6476 writing thru an unexpected existing symlink.
6477 (revert-buffer): In indirect buffer, revert the base buffer.
6478 (magic-mode-alist): Doc fix.
6479 (buffer-stale-function): Doc fix.
6480 (minibuffer-with-setup-hook): Avoid warning.
6481 (mode-require-final-newline): Doc and custom fix.
6482
6483 * follow.el (follow-end-of-buffer): Use with-no-warnings.
6484
6485 * font-lock.el (font-lock-comment-face): On terminals with few colors,
6486 use the default appearance.
6487 (font-lock-comment-delimiter-face): New face, new variable.
6488
6489 * imenu.el (imenu--generic-function): The official position of a
6490 definition is the start of the line that BEG is in.
6491
6492 * midnight.el (midnight-timer): Move defvar up.
6493
6494 * mouse.el (mouse-drag-region-1): Delete some debugging code.
6495
6496 * saveplace.el (save-place-to-alist): Use with-no-warnings.
6497
6498 * startup.el (command-line): Use with-no-warnings.
6499
6500 * window.el (window-size-fixed): New defvar.
6501
6502 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6503
6504 * mail/rmail.el (rmail-font-lock-keywords):
6505 Use font-lock-comment-delimiter-face.
6506
6507 * mail/sendmail.el (mail-font-lock-keywords):
6508 Use font-lock-comment-delimiter-face.
6509
6510 * progmodes/compile.el (next-error-highlight-timer): New defvar.
6511
6512 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
6513
6514 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6515 Specify t for LAXMATCH when matching directories.
6516 Save match data around compilation-compat-error-properties form.
6517
6518 2005-04-23 David Kastrup <dak@gnu.org>
6519
6520 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6521 Mention that the autoloaded aliases should be kept for AUCTeX.
6522
6523 2005-04-23 Andreas Schwab <schwab@suse.de>
6524
6525 * isearch.el (isearch-forward): Doc fix.
6526
6527 2005-04-23 Eli Zaretskii <eliz@gnu.org>
6528
6529 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6530 (jit-lock-stealth-nice): Change default value to 0.5.
6531
6532 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
6533
6534 * abbrev.el (write-abbrev-file): Write table entries in
6535 alphabetical order by table name.
6536
6537 2005-04-22 Kim F. Storm <storm@cua.dk>
6538
6539 * ido.el (ido-read-internal): Fix `list' completion.
6540
6541 2005-04-22 Kenichi Handa <handa@m17n.org>
6542
6543 * recentf.el (recentf-save-file-coding-system): New variable.
6544 (recentf-save-list): Encode the file by
6545 recentf-save-file-coding-system and add coding: tag.
6546
6547 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
6548
6549 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6550
6551 2005-04-21 Lute Kamstra <lute@gnu.org>
6552
6553 * loadhist.el (unload-feature): Don't remove a function from hooks
6554 if it is about to be restored to an autoload . Remove functions
6555 that will become unbound from auto-mode-alist. Simplify the code.
6556
6557 * subr.el (assq-delete-all): New implementation that is linear,
6558 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
6559 (rassq-delete-all): New function.
6560
6561 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6562 Add size-indication-mode.
6563
6564 2005-04-21 Kenichi Handa <handa@m17n.org>
6565
6566 * international/mule-cmds.el: Add autoload for widget-value in
6567 eval-when-compile.
6568
6569 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
6570
6571 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6572 Add tooltip-mode.
6573
6574 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6575
6576 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
6577
6578 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6579 (inferior-lisp-filter-regexp, inferior-lisp-program)
6580 (inferior-lisp-load-command, inferior-lisp-prompt)
6581 (inferior-lisp-mode-hook, lisp-source-modes)
6582 (inferior-lisp-load-hook): defvar->defcustom.
6583 (inferior-lisp-program, inferior-lisp-prompt)
6584 (inferior-lisp-load-hook): Doc fixes.
6585 (inferior-lisp-install-letter-bindings): Small change in
6586 introductory comment.
6587
6588 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6589
6590 * vc.el (vc-annotate-color-map): Change some colors so that text
6591 using them as foreground is readable on both white and black
6592 backgrounds.
6593
6594 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * international/mule-conf.el (translation-table-for-input):
6597 Remove redundant declaration.
6598
6599 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6600
6601 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6602
6603 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6604 (tooltip-toggle-gud-tips): New function.
6605
6606 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6607
6608 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6609 right angle brackets.
6610
6611 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6612
6613 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6614
6615 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6618 Remove. Update callers to use expand-file-name instead.
6619
6620 * subr.el (syntax-class): New function.
6621
6622 * simple.el (blink-matching-open): Use it.
6623
6624 * paren.el (show-paren-function): Use it to recognize parens that are
6625 also used in 2-char comment markers.
6626
6627 2005-04-19 Lute Kamstra <lute@gnu.org>
6628
6629 * loadhist.el (unload-feature): Update for new format of
6630 load-history. Simplify the code.
6631
6632 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6633
6634 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
6635 (mac-add-charset-info): New function. Initialize variable
6636 mac-charset-info-alist using it.
6637 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
6638 for translation.
6639 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
6640 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6641 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6642 New CCL programs.
6643
6644 2005-04-19 Kim F. Storm <storm@cua.dk>
6645
6646 * simple.el (next-buffer, prev-buffer, next-error)
6647 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6648 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6649
6650 * bindings.el (next-buffer, prev-buffer, next-error)
6651 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6652 (clone-indirect-buffer-other-window): Move bindings from simple.el.
6653 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6654 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6655
6656 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * isearch.el (isearch-edit-string): Make the search-ring available for
6659 minibuffer history commands.
6660 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6661 the default history commands now work just as well.
6662 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6663
6664 2005-04-18 Kim F. Storm <storm@cua.dk>
6665
6666 * emulation/cua-base.el (cua--pre-command-handler): Add more
6667 elaborate check for shift modifier on non-window systems.
6668
6669 2005-04-18 Lars Hansen <larsh@math.ku.dk>
6670
6671 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
6672
6673 2005-04-18 Kim F. Storm <storm@cua.dk>
6674
6675 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
6676 and make it optional. Don't test tooltip-gud-echo-area here.
6677 (tooltip-gud-process-output, gdb-tooltip-print):
6678 Pass tooltip-gud-echo-area to tooltip-show.
6679 (tooltip-help-tips): Remove second optional arg to tooltip-show.
6680
6681 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6682
6683 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
6684 `display-graphic-p' may not be bound yet.
6685
6686 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6687
6688 * startup.el (command-line): No longer enable Xterm Mouse mode by
6689 default in terminals compatible with xterm.
6690
6691 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
6692
6693 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
6694
6695 * tooltip.el (tooltip-gud-echo-area): Rename from
6696 tooltip-use-echo-area.
6697 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6698 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6699 area independently of where help tooltips are displayed.
6700
6701 2005-04-17 David Kastrup <dak@gnu.org>
6702
6703 * cus-theme.el (custom-theme-write-variables): Quote variables
6704 where necessary.
6705
6706 2005-04-17 Richard M. Stallman <rms@gnu.org>
6707
6708 * simple.el (yank-excluded-properties): Add follow-link to value.
6709
6710 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6711
6712 * startup.el (fancy-splash-max-time): Just 30 seconds.
6713 (fancy-splash-delay): Just 7.
6714 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6715
6716 * loadhist.el (unload-feature): Update for new format of load-history.
6717 Simplify the code.
6718
6719 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6720 (rmail-font-lock-keywords): Don't fontify the text of a citation.
6721
6722 * mail/sendmail.el (mail-font-lock-keywords):
6723 Don't fontify subject text.
6724 Don't fontify the text of a citation.
6725
6726 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
6727
6728 * comint.el (comint-output-filter): Run comint-output-filter-functions
6729 with point where the user had it.
6730
6731 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * international/ucs-tables.el (ucs-set-table-for-input):
6734 Disable when using unify-on-decoding.
6735
6736 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6737
6738 * emulation/cua-base.el (cua-global-mark-face): Add special case
6739 for displays supporting a high number of colors.
6740
6741 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6742
6743 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
6744
6745 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
6746
6747 * filesets.el (filesets-add-buffer): If user supplies a name of a
6748 non-existing fileset, create a new fileset.
6749
6750 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
6751
6752 * textmodes/org.el (org-up-heading-all): Fix bug with
6753 `outline-up-heading-all'.
6754
6755 2005-04-16 Andreas Schwab <schwab@suse.de>
6756
6757 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6758 /etc/permissions.d/* and /etc/aliases.d/*.
6759
6760 2005-04-16 Kenichi Handa <handa@m17n.org>
6761
6762 * international/code-pages.el (cp-make-coding-system):
6763 Set `translation-table-for-input' property value to the symbol
6764 ucs-mule-to-mule-unicode, not to that value.
6765 (pt154): Escape guillemet by `\'.
6766
6767 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
6768
6769 * loadup.el: Load tooltip if x-show-tip is fboundp.
6770
6771 * startup.el (command-line): Add comment.
6772
6773 * tooltip.el (tooltip-mode): Specify correct standard value for
6774 Custom in init-value.
6775
6776 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
6777
6778 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6779 possible.
6780
6781 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
6782
6783 * textmodes/org.el (org-agenda-date-prompt): Rename from
6784 `org-agenda-date-today'.
6785 (org-evaluate-time-range): Insert at point instead of directly
6786 after time range.
6787 (org-first-headline-recenter, org-subtree-end-visible-p)
6788 (org-optimize-window-after-visibility-change): New functions
6789 (org-agenda-post-command-hook): Don't allow point at end of line,
6790 to make sure it always hits the text properties.
6791 (org-agenda-next-date-line, org-agenda-previous-date-line):
6792 New commands.
6793 (org-set-regexps-and-options): Category may contain white space.
6794 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6795 Improve marker positions.
6796 (org-agenda-new-marker): Argument POS made optional.
6797 (org-agenda-get-timestamps): Deadlines which are done are listed
6798 in org-done-face now.
6799 (org-agenda-get-todos, org-agenda-get-timestamps)
6800 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6801 Set `undone-face' and `done-face' properties.
6802 (org-last-todo-state-is-todo): New variable.
6803 (org-todo): Set `org-last-todo-state-is-todo'.
6804 (org-agenda-todo): Change face according to
6805 `org-last-todo-state-is-todo'. And change other lines referring to
6806 the same entry.
6807 (org-calendar-goto-agenda): New command.
6808 (org-calendar-to-agenda-key): New option.
6809 (org-startup-folded): New allowed value `content'.
6810 (org-set-regexps-and-options): Accept new value `content' for
6811 `org-startup-folded'.
6812 (org-get-current-options): Handle new value `content' for
6813 `org-startup-folded'.
6814 (org-insert-todo-heading): New command.
6815 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6816 interactively in empty file and option
6817 `org-insert-mode-line-in-empty-file' has been set.
6818 (org-agenda-todo,org-agenda-priority): Modify to use
6819 `org-agenda-change-all-lines'.
6820 (org-warning-face): Change color on dark background
6821
6822 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6823
6824 * international/mule-cmds.el (set-locale-environment): On Mac OS,
6825 use preferences AppleLocale and AppleLanguages, and variable
6826 mac-system-locale for default locale. On Mac OS Classic, use
6827 mac-system-coding-system for default coding systems.
6828
6829 * term/mac-win.el: Don't set file-name-coding-system.
6830 Decode variables system-name, emacs-build-system, user-login-name, and
6831 user-full-name by mac-system-coding-system on Mac OS Classic.
6832 (mac-system-coding-system): New variable.
6833
6834 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
6835
6836 * startup.el (command-line): Handle `xterm-mouse-mode' before
6837 reading init file.
6838
6839 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
6840
6841 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6842
6843 * progmodes/sh-script.el (sh-here-document-word): Make it a
6844 defcustom. Doc fix.
6845 (sh-add): Bash uses $(( )) for arithmetic.
6846 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6847 (sh-maybe-here-document): Remove quotes and leading whitespace
6848 from heredoc word when closing. Indent heredoc with tabs if word
6849 starts with "-".
6850
6851 2005-04-13 Richard M. Stallman <rms@gnu.org>
6852
6853 * simple.el (undo): Fix previous change.
6854
6855 * custom.el (defface): Doc fix.
6856
6857 2005-04-13 Lute Kamstra <lute@gnu.org>
6858
6859 * Makefile.in (DONTCOMPILE): Remove list.
6860 (compile, compile-always): Don't use DONTCOMPILE.
6861 (update-authors): Load the library in which batch-update-authors
6862 is defined.
6863 * makefile.w32-in (DONTCOMPILE): Remove list.
6864 (compile, compile-always): Fix comments.
6865 (update-authors): Load the library in which batch-update-authors
6866 is defined.
6867
6868 * generic-x.el (generic-mode-ini-file-find-file-hook):
6869 Rename to ini-generic-mode-find-file-hook.
6870 Keep generic-mode-ini-file-find-file-hook as an alias.
6871 (ini-generic-mode-find-file-hook): Rename from
6872 generic-mode-ini-file-find-file-hook. Fix docstring.
6873 (ini-generic-mode): Docstring change.
6874 (bat-generic-mode-run-as-comint): Silence the byte compiler.
6875
6876 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6877 called from lisp.
6878
6879 * generic.el: Move to the emacs-lisp subdir.
6880
6881 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6882
6883 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6884 and C-S- function and cursor motion keys.
6885
6886 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6887
6888 * startup.el (command-line): Enable Xterm Mouse mode by default.
6889 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6890 for Custom. No longer show "Mouse" in mode line when enabled.
6891 Doc fix.
6892
6893 2005-04-12 Kim F. Storm <storm@cua.dk>
6894
6895 * emulation/cua-base.el (cua-rectangle-face)
6896 (cua-rectangle-noselect-face): Define face attributes here.
6897
6898 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6899
6900 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6901
6902 * startup.el (command-line): Turn off blinking cursor if
6903 cursorBlink in resources is off or false.
6904
6905 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6906
6907 * term/mac-win.el (dnd): Require dnd.
6908 (mac-drag-n-drop): Call dnd-handle-one-url.
6909 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6910 (kTextEncodingISOLatin2): Remove constants.
6911 (mac-script-code-coding-systems): New constant.
6912 (mac-handle-language-change): New function.
6913 (special-event-map): Bind it to `language-change' event.
6914 (mac-centraleurroman, mac-cyrillic): New coding systems.
6915 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6916 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6917 and mac-cyrillic-encoder to encode-mac-centraleurroman and
6918 encode-mac-cyrillic, respectively.
6919
6920 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6921
6922 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6923 Don't set overlay-arrow-string to "=>" as this is done
6924 globally in C now.
6925
6926 2005-04-12 Lute Kamstra <lute@gnu.org>
6927
6928 * generic-x.el (rc-generic-mode, rul-generic-mode):
6929 Fix auto-mode-alist entries.
6930 (etc-fstab-generic-mode): Tweak fontification.
6931
6932 * generic.el (generic-make-keywords-list): Fix docstring.
6933 (generic-mode-internal): Simplify generic-font-lock-keywords.
6934
6935 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6936
6937 * whitespace.el (whitespace-buffer-leading)
6938 (whitespace-buffer-trailing): Revert the incorrect test inversion.
6939 However, fix the highlight area for the leading and
6940 trailing whitespaces to show space.
6941
6942 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6943
6944 * whitespace.el (whitespace-version): Bump to 3.5
6945
6946 (whitespace-buffer-leading, whitespace-buffer-trailing):
6947 Invert sense of the test to highlight the whitespace.
6948
6949 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6950
6951 * progmodes/gud.el (gud-display-line): GUD uses its own
6952 overlay arrow now so don't set overlay-arrow-string.
6953 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6954
6955 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6956
6957 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6958 (term-ansi-current-reverse, term-ansi-current-invisible)
6959 (term-ansi-face-already-done): Change to boolean.
6960 (term-reset-terminal, term-handle-colors-array): Handle the above
6961 vars accordingly.
6962 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6963 (term-emulate-terminal): Use the new name.
6964
6965 * faces.el (secondary-selection): Use yellow1, not yellow.
6966 (trailing-whitespace): Use red1, not red.
6967
6968 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6969
6970 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6971 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6972 (dired-dnd-handle-file): Call dnd-get-local-file-uri
6973
6974 * cus-edit.el (dnd): New group.
6975
6976 * term/w32-win.el (dnd): Require dnd
6977 (w32-drag-n-drop): Call dnd-handle-one-url.
6978
6979 * x-dnd.el: Require dnd.
6980 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6981 Call dnd-handle-one-url.
6982 (x-dnd-types-alist, x-dnd-insert-utf8-text)
6983 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6984 to dnd-insert-text.
6985 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6986 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6987 (x-dnd-get-local-file-name, x-dnd-open-local-file)
6988 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6989
6990 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6991
6992 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6993
6994 * wdired.el: Doc fixes.
6995 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6996 (wdired-use-dired-vertical-movement): Rename from
6997 wdired-always-move-to-filename-beginning.
6998 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6999 (wdired-change-to-wdired-mode): Change mode name.
7000 (wdired-newline): Delete.
7001
7002 2005-04-11 Richard M. Stallman <rms@gnu.org>
7003
7004 * whitespace.el (whitespace-highlight-the-space):
7005 Don't call whitespace-unhighlight-the-space here.
7006
7007 * simple.el (undo): Record t in undo-equiv-table
7008 for the redo record made by an undo-in-region.
7009
7010 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7011
7012 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7013 (gdb-frame-inferior-io-buffer): New Functions to control
7014 display of separate IO buffer.
7015 (menu): Add them to menu-bar.
7016 (gdb-display-buffer): Check for buffer another frame.
7017 Protect GUD buffer.
7018 (gdb-setup-windows): Create IO buffer if not already there.
7019 (gdb-memory-mode): Remove purecopy noops.
7020
7021 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7022
7023 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
7024 and pass to self-insert-command.
7025
7026 2005-04-11 Lute Kamstra <lute@gnu.org>
7027
7028 * generic.el: Commentary section cleanup.
7029 (generic): Delete.
7030 (generic-use-find-file-hook, generic-lines-to-scan)
7031 (generic-find-file-regexp, generic-ignore-files-regexp)
7032 (default-generic-mode, generic-mode-find-file-hook)
7033 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
7034 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
7035 (generic-use-find-file-hook, generic-lines-to-scan)
7036 (generic-find-file-regexp, generic-ignore-files-regexp)
7037 (default-generic-mode, generic-mode-find-file-hook)
7038 (generic-mode-ini-file-find-file-hook): Move from generic.el.
7039
7040 2005-04-10 Karl Fogel <kfogel@red-bean.com>
7041
7042 * bookmark.el (bookmark-write-file): Catch errors writing file.
7043 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
7044
7045 2005-04-10 Richard M. Stallman <rms@gnu.org>
7046
7047 * startup.el (fancy-splash-tail): Update copyright year.
7048 (command-line): Split part of -Q into -D.
7049 (emacs-basic-display): New defvar.
7050 (fancy-splash-text): Correct name of menu item.
7051
7052 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
7053
7054 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
7055 lines in one node.
7056
7057 * comint.el (comint-send-input): New arg ARTIFICIAL.
7058 Callers in this file changed.
7059
7060 * abbrev.el (define-abbrevs): Read system abbrevs properly.
7061
7062 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
7063
7064 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
7067 `ldap-search-internal'.
7068
7069 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7070
7071 * files.el (set-auto-mode-1): Use line-end-position.
7072
7073 * international/latin-1.el:
7074 * international/latin-2.el:
7075 * international/latin-3.el:
7076 * international/latin-4.el:
7077 * international/latin-5.el:
7078 * international/latin-8.el:
7079 * international/latin-9.el: Give punctuation syntax to NBSP.
7080
7081 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
7082 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
7083 Use char-classes to accept non-ascii letters, accepted in some recent
7084 bibtex implementations.
7085
7086 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7087
7088 * custom.el (custom-set-minor-mode): Any non-nil value for the
7089 variable should enable the mode when set through Custom.
7090
7091 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
7094 TAB binding so tab-always-indent is obeyed.
7095 (vhdl-minibuffer-local-map): Move initialization into declaration.
7096 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
7097 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
7098 (vhdl-hooked-abbrev): Avoid test for XEmacs.
7099 (vhdl-current-line): Use line-beginning-position.
7100 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
7101 with-output-to-temp-buffer, so the current position can be recorded.
7102
7103 2005-04-10 Masatake YAMATO <jet@gyve.org>
7104
7105 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7106 Add regexp for gcov.
7107
7108 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7109
7110 * calendar/time-date.el (time-to-seconds, seconds-to-time)
7111 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
7112 syntax which Emacs 20 doesn't support.
7113
7114 2005-04-09 Richard M. Stallman <rms@gnu.org>
7115
7116 * help.el (describe-key-briefly, describe-key):
7117 Replace strings as event types with "(any string)".
7118
7119 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * arc-mode.el (archive-mode-map): Move initialization into
7122 the declaration. Override *all* bindings of `undo'.
7123 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
7124
7125 2005-04-09 Jay Belanger <belanger@truman.edu>
7126
7127 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
7128
7129 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7130
7131 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
7132 (xterm-register-default-colors): Update color values computation
7133 to match xterm-200.
7134
7135 2005-04-09 Kenichi Handa <handa@m17n.org>
7136
7137 * international/code-pages.el (iso-latin-7): Fix the map.
7138
7139 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
7140
7141 * emacs-lisp/lisp.el (defun-prompt-regexp)
7142 (parens-require-spaces, buffer-end, end-of-defun)
7143 (insert-parentheses): Doc fixes.
7144
7145 2005-04-08 Kim F. Storm <storm@cua.dk>
7146
7147 * comint.el (comint-highlight-prompt): Fix face spec.
7148 * hi-lock.el (hi-green): Likewise.
7149
7150 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7151
7152 * cus-edit.el (custom-modified-face):
7153 * comint.el (comint-highlight-input): Fix previous changes.
7154 * term.el (term-handle-ansi-escape): Add a comment.
7155
7156 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7159 in the buffer and in whitespace-highlighted-space.
7160 (whitespace-unhighlight-the-space): Simplify.
7161 (whitespace-buffer): Simplify.
7162
7163 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7164
7165 * textmodes/table.el (table-cell-face): Add special case for
7166 displays supporting a high number of colors.
7167 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7168 (vhdl-font-lock-reserved-words-face)
7169 (vhdl-speedbar-architecture-face)
7170 (vhdl-speedbar-instantiation-face)
7171 (vhdl-speedbar-architecture-selected-face)
7172 (vhdl-speedbar-instantiation-selected-face): Likewise.
7173 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7174 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
7175 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7176 (ebrowse-root-class-face, ebrowse-member-attribute-face)
7177 (ebrowse-progress-face): Likewise.
7178 * progmodes/compile.el (compilation-info-face): Likewise.
7179 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7180 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7181 * calendar/calendar.el (diary-face): Likewise.
7182 * woman.el (woman-italic-face, woman-bold-face)
7183 (woman-unknown-face): Likewise.
7184 * wid-edit.el (widget-button-pressed-face): Likewise.
7185 * whitespace.el (whitespace-highlight-face): Likewise.
7186 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7187 * pcvs-info.el (cvs-marked-face): Likewise.
7188 * info.el (info-xref): Likewise.
7189 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
7190 * hilit-chg.el (highlight-changes-face)
7191 (highlight-changes-delete-face): Likewise.
7192 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
7193 (hi-red-b): Likewise.
7194 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
7195 * font-lock.el (font-lock-keyword-face)
7196 (font-lock-function-name-face, font-lock-warning-face): Likewise.
7197 * cus-edit.el (custom-invalid-face, custom-modified-face)
7198 (custom-set-face, custom-changed-face, custom-variable-tag-face)
7199 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7200 * comint.el (comint-highlight-prompt): Likewise.
7201
7202 2005-04-08 Lute Kamstra <lute@gnu.org>
7203
7204 * font-lock.el (font-lock-keywords): Docstring fixes.
7205
7206 2005-04-08 Kenichi Handa <handa@m17n.org>
7207
7208 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7209 chars are more than a limit, print " and more..." at the tail.
7210
7211 2005-04-08 Kim F. Storm <storm@cua.dk>
7212
7213 * emacs-lisp/authors.el (authors-aliases): Update list.
7214 (authors-ignored-files): New list.
7215 (authors-fixed-entries): Fix typo.
7216 (authors-renamed-files-alist): Update list.
7217 (authors-add): Check authors-ignored-files.
7218
7219 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
7220
7221 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
7222 optional, to ensure backward compatibility.
7223
7224 2005-04-08 Stephen Eglen <stephen@gnu.org>
7225
7226 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7227
7228 2005-04-08 Kim F. Storm <storm@cua.dk>
7229
7230 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
7231
7232 * mouse.el (mouse-on-link-p): Doc fix.
7233
7234 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
7235
7236 * ielm.el (ielm-prompt-read-only): Doc fix.
7237
7238 * comint.el (comint-prompt-read-only): Doc fix.
7239
7240 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
7241
7242 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7243 ensure dired always handles wildcards passed to ffap.
7244 (find-file-at-point): Use it.
7245 (ffap-dired-wildcards): Doc fix.
7246
7247 2005-04-07 Juri Linkov <juri@jurta.org>
7248
7249 * simple.el (next-error-overlay-arrow-position): New defvar.
7250 Put "=>" on its property `overlay-arrow-string'. Add it to
7251 `overlay-arrow-variable-list'.
7252
7253 * progmodes/compile.el (compilation-setup):
7254 Set `next-error-overlay-arrow-position' to nil. Also set it to
7255 nil in the local hook `kill-buffer-hook'. Make local variable
7256 `overlay-arrow-string' and set it to "=>".
7257 (compilation-goto-locus): Set BOL position to
7258 `next-error-overlay-arrow-position' instead of
7259 `overlay-arrow-position'.
7260
7261 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7262 locally instead of adding it to the global hook.
7263 (Info-kill-buffer): Move up.
7264
7265 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7266
7267 * term/xterm.el (xterm-standard-colors): Update color values from
7268 xterm-200.
7269
7270 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7273
7274 * fast-lock.el:
7275 * lazy-lock.el: Move them to the obsolete subdir.
7276
7277 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7278
7279 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7280 (wdired-add-replace-advice): Remove.
7281 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7282
7283 2005-04-06 Kim F. Storm <storm@cua.dk>
7284
7285 * startup.el (command-line): Add --bare-bones alias for -Q.
7286
7287 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7288
7289 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7290 create the startup fontset if a font specification ends with
7291 `mac-roman'.
7292
7293 2005-04-06 Lute Kamstra <lute@gnu.org>
7294
7295 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7296 change.
7297
7298 * emacs-lisp/copyright.el (copyright-update-year): Replace the
7299 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
7300
7301 2005-04-05 Lute Kamstra <lute@gnu.org>
7302
7303 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7304 (define-generic-mode): Ditto. Fix debug declaration.
7305
7306 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7307 Put them in the generic-x group.
7308
7309 * calendar/timeclock.el (timeclock): Doc fix.
7310
7311 * generic.el (define-generic-mode): Don't use custom-current-group.
7312 Document default :group value.
7313 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7314 (define-global-minor-mode): Don't use custom-current-group.
7315
7316 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
7317
7318 * startup.el (command-line-1): Display startup-echo-area-message
7319 when fancy splash screen is in use.
7320
7321 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7322 (sh-escaped-newline): New face.
7323 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7324 newline, and use sh-escaped-newline face.
7325
7326 * progmodes/tcl.el (tcl-escaped-newline): New face.
7327 (tcl-builtin-list): New variable.
7328 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7329 newlines. Fix keywords subexpression number.
7330
7331 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
7332
7333 * textmodes/org.el (org-diary-default-entry): Fix call to
7334 `add-to-diary-entry'.
7335
7336 2005-04-05 Kim F. Storm <storm@cua.dk>
7337
7338 * ediff-init.el: Use (featurep 'xemacs).
7339
7340 2005-04-05 David Ponce <david@dponce.com>
7341
7342 * cus-edit.el (face): Derive from symbol widget. Display sample
7343 of the current face on the fly.
7344 (widget-face-sample-face-get, widget-face-notify): New functions.
7345 (widget-face-value-create): Remove.
7346
7347 * wid-edit.el (widget-field-end): Temporarily remove field
7348 narrowing before to call `get-char-property'.
7349
7350 2005-04-04 Jay Belanger <belanger@truman.edu>
7351
7352 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7353 (math-read-subscripts): New variable.
7354 (math-read-preprocess-string): Process subscripts.
7355
7356 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7357
7358 * comint.el (comint-prompt-read-only): Doc fix.
7359
7360 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7361 `-1'. Doc fix.
7362
7363 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
7364
7365 * textmodes/org.el (org-insert-mode-line-in-empty-file):
7366 Change default value to nil.
7367
7368 2005-04-04 Lute Kamstra <lute@gnu.org>
7369
7370 * autorevert.el (auto-revert-mode): Specify :group.
7371 * battery.el (display-battery-mode): Specify :group.
7372 * diff-mode.el (diff-minor-mode): Specify :group.
7373 * font-core.el (font-lock-mode): Specify :group.
7374 * hl-line.el (hl-line-mode): Specify :group.
7375 * iimage.el (iimage): New customization group.
7376 (iimage-mode): Specify :group.
7377 * longlines.el (longlines-mode): Specify :group.
7378 * master.el: Don't require easy-mmode.
7379 (master): New customization group.
7380 (master-mode): Specify :group.
7381 * msb.el (msb-mode): Specify :group.
7382 * reveal.el (reveal-mode): Specify :group.
7383 * simple.el (next-error-follow-minor-mode): Specify :group.
7384 * smerge-mode.el (smerge-mode): Specify :group.
7385 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7386 * emulation/cua-base.el (cua-mode): Specify :group.
7387 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7388 * language/thai-util.el (thai-auto-composition-mode)
7389 (thai-word-mode): Specify :group.
7390 * mail/supercite.el (sc-minor-mode): Specify :group.
7391 * progmodes/cwarn.el (cwarn-mode): Specify :group.
7392 * progmodes/flymake.el (flymake-mode): Specify :group.
7393 * progmodes/glasses.el (glasses-mode): Specify :group.
7394 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7395 * textmodes/enriched.el (enriched-mode): Specify :group.
7396 * textmodes/refill.el (refill-mode): Specify :group.
7397
7398 * add-log.el (change-log-font-lock-keywords): Names in
7399 parenthesized lists can contain spaces.
7400
7401 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
7402
7403 * startup.el (fancy-splash-text): Shorten default text of
7404 "Emacs Tutorial" line. Also, if the current language env
7405 indicates an available tutorial file other than TUTORIAL,
7406 extract its title and append it to the line in parentheses.
7407 (fancy-splash-insert): If arg is a thunk, funcall it.
7408
7409 2005-04-04 Jay Belanger <belanger@truman.edu>
7410
7411 * calc.el (calc-language-alist): Add tags to customization type.
7412
7413 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
7414
7415 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
7416 Doc fix.
7417
7418 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
7419
7420 * add-log.el (change-log-font-lock-keywords): The manual
7421 describing a Change Log entry, says: (...) "Aside from these
7422 header lines, every line in the change log starts with a space or
7423 a tab.". The font-lock was not highlighting lines started with
7424 spaces, added support for it.
7425
7426 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7427
7428 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
7429 (bibtex-generate-url-list): Update docstring accordingly. Put the
7430 complex example in the docstring.
7431 (bibtex-font-lock-url): Use pop.
7432
7433 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7436
7437 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7438
7439 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7440
7441 * filesets.el (filesets-set-default): Doc fix.
7442
7443 2005-04-03 Lute Kamstra <lute@gnu.org>
7444
7445 * generic.el (define-generic-mode): Add argument to specify
7446 keywords for defcustom.
7447 (default-generic-mode): Specify :group.
7448
7449 * generic-x.el: Specify :group for all generic modes.
7450
7451 * desktop.el (desktop-no-desktop-file-hook)
7452 (desktop-after-read-hook): Doc fix.
7453
7454 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
7455
7456 * simple.el (visible-mode): Use explicit :group keyword.
7457 This changes the group of `visible-mode-hook' from paren-blinking
7458 to editing-basics.
7459
7460 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7461
7462 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
7463 mailbox specifications as well as URLs.
7464 (rmail-insert-inbox-text): Remove unused conditional branches.
7465
7466 2005-04-01 Jay Belanger <belanger@truman.edu>
7467
7468 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7469 (calc-gnuplot-print-command): Move definitions to calc.el.
7470
7471 * calc/calc-embed.el (calc-embedded-announce-formula)
7472 (calc-embedded-open-formula, calc-embedded-close-formula)
7473 (calc-embedded-open-word, calc-embedded-close-word)
7474 (calc-embedded-open-plain, calc-embedded-close-plain)
7475 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7476 (calc-embedded-open-mode, calc-embedded-close-mode):
7477 Move definitions to calc.el.
7478
7479 * calc/calc.el (calc-settings-file, calc-language-alist):
7480 Make customizable.
7481 (calc-embedded-announce-formula, calc-embedded-open-formula)
7482 (calc-embedded-close-formula, calc-embedded-open-word)
7483 (calc-embedded-close-word, calc-embedded-open-plain)
7484 (calc-embedded-close-plain, calc-embedded-open-new-formula)
7485 (calc-embedded-close-new-formula, calc-embedded-open-mode)
7486 (calc-embedded-close-mode, calc-gnuplot-name)
7487 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7488 from other files and make customizable.
7489
7490 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7491
7492 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7493 Use buffer-live-p.
7494 (cvs-mode-run): Don't call cvs-update-header here.
7495 (cvs-run-process): Call cvs-update-header.
7496 Use process properties for cvs-postprocess and cvs-buffer so that
7497 the sentinel can behave better if the temp buffer is killed.
7498 Use a pipe rather than a tty, to better handle unexpected prompts.
7499 (cvs-sentinel): Rewrite. Call cvs-update-header.
7500
7501 2005-04-01 Andre Spiegel <spiegel@gnu.org>
7502
7503 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7504 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
7505
7506 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * generic.el (define-generic-mode): Add indentation rule.
7509
7510 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7511
7512 * files.el (mode-require-final-newline): Make Custom correctly
7513 report a nil value and allow to set it to nil via Custom.
7514 Doc fix.
7515
7516 2005-04-01 Kenichi Handa <handa@m17n.org>
7517
7518 * international/characters.el: Enable the correct case setting for
7519 dotless-i and dotted-I.
7520
7521 2005-04-01 Kim F. Storm <storm@cua.dk>
7522
7523 * ido.el (ido-file-internal): Fall back to non-ido command if
7524 initial directory is on slow ftp (or tramp) host.
7525
7526 2005-03-31 Richard M. Stallman <rms@gnu.org>
7527
7528 * emacs-lisp/autoload.el (make-autoload):
7529 Handle define-global-minor-mode.
7530
7531 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7532 Rename from easy-mmode-define-global-mode.
7533 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7534
7535 * progmodes/scheme.el (scheme-mode-syntax-table):
7536 Update syntax of | and # for two-character comment syntax.
7537
7538 2005-03-31 Lute Kamstra <lute@gnu.org>
7539
7540 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7541 (define-minor-mode): Call custom-current-group at load-time.
7542
7543 * generic.el (define-generic-mode): Add debug declaration.
7544 Add defcustom for the mode hook.
7545 (generic-mode-internal): Use run-mode-hooks.
7546
7547 2005-03-31 Kim F. Storm <storm@cua.dk>
7548
7549 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
7550 (mouse-fixup-help-message): New defun called by show_help_echo
7551 to fixup mouse-2 prefix in help messages when applicable.
7552
7553 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
7554
7555 2005-03-31 Kenichi Handa <handa@m17n.org>
7556
7557 * language/thai-word.el (thai-find-word-ends): Pay attention to
7558 the case that we reach the end of buffer.
7559
7560 * textmodes/fill.el (fill-text-properties-at): New function.
7561 (fill-newline): Use fill-text-properties-at instead of
7562 text-properties-at.
7563
7564 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7565
7566 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
7567 not comint-quote-filename.
7568
7569 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
7570
7571 * help-fns.el (help-with-tutorial): Revert last change.
7572
7573 2005-03-31 Kim F. Storm <storm@cua.dk>
7574
7575 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7576
7577 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
7578
7579 * calendar/cal-china.el: Update reference to "Calendrical
7580 Calculations" book; there's a new edition.
7581 * calendar/cal-coptic.el: Likewise.
7582 * calendar/cal-french.el: Likewise.
7583 * calendar/cal-hebrew.el: Likewise.
7584 * calendar/cal-islam.el: Likewise.
7585 * calendar/cal-iso.el: Likewise.
7586 * calendar/cal-julian.el: Likewise.
7587 * calendar/cal-mayan.el: Likewise.
7588 * calendar/cal-persia.el: Likewise.
7589 * calendar/calendar.el: Likewise.
7590 * calendar/holidays.el: Likewise.
7591 * calendar/lunar.el: Likewise.
7592 * calendar/solar.el: Likewise.
7593
7594 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7595 white space from doc string.
7596
7597 2005-03-30 Jay Belanger <belanger@truman.edu>
7598
7599 * calc/calc-help.el (calc-full-help): Remove email address.
7600
7601 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
7602
7603 * help-fns.el (help-with-tutorial): Delete title line.
7604
7605 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7606
7607 * calendar/cal-x.el (calendar-one-frame-setup)
7608 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7609 rather than 'symbol for set-window-dedicated-p.
7610
7611 * calendar/appt.el (appt-buffer-name): Make it a constant.
7612 (appt-add): Doc fix.
7613
7614 * filesets.el (filesets-menu-path, filesets-menu-before)
7615 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
7616 (filesets-menu-cache-file): Use directory ~/.emacs.d.
7617 (filesets-add-submenu): Delete and use add-submenu instead.
7618
7619 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
7620
7621 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
7622 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7623 (org-diary-default-entry): New function.
7624 (org-get-entries-from-diary): Better parsing of diary entries.
7625 (org-agenda-check-no-diary): New function.
7626 ("diary-lib"): Advice to function `add-to-diary-list', to allow
7627 linking to diary entries.
7628 (org-agenda-execute-calendar-command): New function.
7629 (org-agenda): Improve visible section in window.
7630 Use `org-fit-agenda-window'.
7631 (org-fit-agenda-window): New option.
7632 (org-move-subtree-down): Better handling of empty lines
7633 at end of subtree.
7634 (org-cycle): Numeric prefix is interpreted now as show-subtree N
7635 levels up.
7636 (org-fontify-done-headline): New option.
7637 (org-headline-done-face): New face.
7638 (org-set-font-lock-defaults): Use `org-headline-done-face'.
7639 (org-table-copy-down): Rename from `org-table-copy-from-above'.
7640 When current field is non-empty, it is copied to next row.
7641 (org-table-copy-from-above): Fix bug which made it
7642 impossible to copy fields containing only a single non-white character.
7643
7644 2005-03-30 Kim F. Storm <storm@cua.dk>
7645
7646 * kmacro.el (kmacro-end-macro): Isearch may store this command
7647 into the macro -- so ignore it when executing keyboard macro.
7648
7649 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7650
7651 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7652
7653 2005-03-29 Kenichi Handa <handa@m17n.org>
7654
7655 * language/thai.el ("Thai"): Set setup-function and exit-function
7656 for Thai language environment.
7657
7658 * language/thai-util.el: Require thai-word.
7659 (thai-word-mode-map): New variable.
7660 (thai-word-mode): New minor mode.
7661 (setup-thai-language-environment-internal): New function.
7662 (exit-thai-language-environment-internal): New function.
7663
7664 * language/thai-word.el (thai-word-table): Declare it by defvar,
7665 use dolist to initialize it.
7666 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
7667 (thai-fill-find-break-point): New functions.
7668
7669 2005-03-29 Richard M. Stallman <rms@gnu.org>
7670
7671 * simple.el (idle-update-delay): Move definition up.
7672 (set-mark): Doc fix.
7673
7674 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7675
7676 * longlines.el: New file.
7677
7678 * simple.el (buffer-substring-filters): New variable.
7679 (filter-buffer-substring): New function.
7680 (kill-region, copy-region-as-kill): Use it.
7681
7682 * register.el (copy-to-register, append-to-register)
7683 (prepend-to-register): Use filter-buffer-substring.
7684
7685 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7686
7687 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
7688 (gud-filter-pending-text): Move in front of gdb.
7689 (gud-overlay-arrow-position): New variable.
7690 (gud-sentinel, gud-display-line): Use it in place of
7691 overlay-arrow-position.
7692
7693 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7694
7695 * progmodes/fortran.el (fortran-if-indent): Doc fix.
7696 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7697 (fortran-font-lock-keywords-4): New variable.
7698 (fortran-blocks-re, fortran-end-block-re)
7699 (fortran-start-block-re): New constants, for hideshow.
7700 (hs-special-modes-alist): Add a Fortran entry.
7701 (fortran-mode-map): Bind fortran-end-of-block,
7702 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
7703 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
7704 (fortran-looking-at-if-then, fortran-end-of-block)
7705 (fortran-beginning-of-block): New functions, for hideshow.
7706
7707 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7708 Doc fix. Tweak regexp.
7709 (f90-beginning-of-block): Push mark first.
7710
7711 2005-03-29 Jay Belanger <belanger@truman.edu>
7712
7713 * calc/calc.el: Update copyright date.
7714 (calc-version): Increase to 2.1.
7715 (calc-version-date): Remove.
7716
7717 * calc/calc-help.el: Update copyright date.
7718 (calc-full-help): Remove reference to calc-version-date.
7719 Update copyright date.
7720
7721 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * vc.el (vc-do-command): Use a pipe for async processes, so password
7724 prompts don't show up at places where the user can't reply.
7725
7726 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7727
7728 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7729 on the file name we pass to the inferior shell.
7730
7731 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7732
7733 * progmodes/which-func.el (which-function): Be robust in the face of an
7734 imenu--make-index-alist failure.
7735
7736 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7739
7740 * progmodes/python.el (python-preoutput-filter): Fix last change.
7741
7742 2005-03-29 Lute Kamstra <lute@gnu.org>
7743
7744 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7745 functions and compiled macros.
7746 (debug-convert-byte-code): Handle macros too.
7747 (debug-on-entry-1): Don't signal an error when trying to clear a
7748 function that is not set to debug on entry.
7749
7750 2005-03-29 Jay Belanger <belanger@truman.edu>
7751
7752 * calc/calc-lang.el: Add functions to math-function-table
7753 properties of tex and math.
7754
7755 2005-03-29 Kenichi Handa <handa@m17n.org>
7756
7757 * ps-mule.el (ps-mule-plot-string): Translate characters by
7758 ps-print-translation-table.
7759 (ps-mule-begin-job): Call find-charset-region/string with
7760 ps-print-translation-table.
7761 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
7762
7763 * ps-print.el (ps-print-translation-table): New variable.
7764 (ps-plot-region): Translate characters by ps-print-translation-table.
7765
7766 2005-03-29 Juri Linkov <juri@jurta.org>
7767
7768 * simple.el (next-error-highlight-timer): New variable.
7769
7770 * progmodes/compile.el (compilation-goto-locus):
7771 Use `next-error-highlight-timer' instead of `sit-for'.
7772
7773 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * mail/supercite.el (sc-mail-field): Use assoc-string.
7776 (sc-get-address): Simplify regexps.
7777
7778 * files.el (minibuffer-with-setup-hook): New macro.
7779 (find-file-read-args): Use it to avoid let-binding
7780 minibuffer-with-setup-hook (which breaks turning on/off
7781 file-name-shadow-mode while in the prompt).
7782
7783 * complete.el (PC-read-include-file-name-internal): Use
7784 test-completion.
7785
7786 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
7787
7788 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7789
7790 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * window.el (window-buffer-height): Use count-screen-lines.
7793
7794 * progmodes/python.el (python-preoutput-leftover): New var.
7795 (python-preoutput-filter): Use it.
7796 (python-send-receive): Loop until all the result has been received.
7797
7798 2005-03-28 Juri Linkov <juri@jurta.org>
7799
7800 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7801
7802 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7803 "Recover Crashed Session".
7804 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7805 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7806 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7807 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7808 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7809 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7810 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7811 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7812
7813 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7814 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7815 Ediff Sessions", "Toggle use of separate control buffer frame",
7816 "Use separate frame for Ediff control buffer".
7817
7818 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7819 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7820 "Rename Bookmark", "Delete Bookmark".
7821
7822 * info.el (Info-mode-menu): Remove ellipsis from "Index".
7823 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7824 Add `:active Info-index-alternatives' to "Next Matching Item".
7825
7826 * wdired.el (wdired-change-to-wdired-mode):
7827 Mention `wdired-abort-changes' key in the initial message.
7828
7829 * international/mule.el (auto-coding-alist): Associate non-ascii
7830 image filename extensions with `no-conversion'.
7831
7832 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7833
7834 * international/iso-acc.el:
7835 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7836
7837 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7838
7839 * textmodes/sgml-mode.el (html-mode): Doc update.
7840
7841 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7842
7843 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
7844
7845 * term.el (term-move-columns): Fix face after extending a line.
7846 (term-insert-spaces): Likewise.
7847 (term-reset-terminal): Fix off by one error.
7848
7849 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7850
7851 * international/mule.el (auto-coding-alist): Add .xpi files.
7852
7853 * files.el (auto-mode-alist): Add .xpi files.
7854
7855 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
7856
7857 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7858
7859 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7860
7861 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7862
7863 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7864
7865 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7866 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
7867
7868 * calendar/cal-move.el (calendar-beginning-of-year): Move the
7869 cursor to Jan 1 when needed.
7870 (calendar-end-of-year): Fix -/+ typo.
7871 Reported by Chong Yidong <cyd@stupidchicken.com>.
7872
7873 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7876
7877 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7878 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
7879
7880 2005-03-25 Richard M. Stallman <rms@gnu.org>
7881
7882 * filesets.el (filesets-init): Add autoload.
7883
7884 * mail/mailalias.el (mail-directory): Doc fix.
7885
7886 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7887
7888 * mail/mailalias.el (mail-directory-process): Do nothing if
7889 mail-directory-process is an atom.
7890 (mail-get-names): Ignore mail-directory-names if it is an atom.
7891 (mail-directory-process defvar): Doc fix.
7892 (mail-names): Doc fix.
7893
7894 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
7895
7896 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7897
7898 2005-03-26 Kenichi Handa <handa@m17n.org>
7899
7900 * international/mule-util.el (detect-coding-with-priority):
7901 Call update-coding-systems-internal before detect-coding-region.
7902
7903 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
7904
7905 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7906 (gdb-frames-mode-map): Add follow-link property.
7907
7908 2005-03-25 Jay Belanger <belanger@truman.edu>
7909
7910 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7911 for variables.
7912
7913 2005-03-25 Juri Linkov <juri@jurta.org>
7914
7915 * image-mode.el: Optimize image filename extension regexps in
7916 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
7917 in `auto-mode-alist'.
7918 (image-mode): Add `image-toggle-display-text' to local hook
7919 `change-major-mode-hook'. Display the image as an image by
7920 default. Set `cursor-type' and `truncate-lines' if the image
7921 is already displayed. Take into account the current mode (image
7922 or text) in message.
7923 (image-minor-mode): New minor mode.
7924 (image-mode-maybe, image-toggle-display-text): New functions.
7925 (image-toggle-display): Use called-interactively-p.
7926 Let-bind `inhibit-read-only' to t.
7927
7928 * image-mode.el (image-minor-mode): Set `cursor-type' and
7929 `truncate-lines' if the image is already displayed. Add turning
7930 image-minor-mode off to `change-major-mode-hook'. Add message.
7931 Call `image-toggle-display-text' after turning image-minor-mode off.
7932
7933 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7934
7935 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7936 Terminal.app, use utf-8.
7937 (set-display-table-and-terminal-coding-system): Add coding-system arg.
7938 (set-locale-environment): Use it.
7939
7940 * term/xterm.el: Undo last change, better done in mule-cmds.el.
7941
7942 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7943
7944 * progmodes/python.el (python-close-block-statement-p)
7945 (python-outdent-p, python-current-defun): Use symbol-end.
7946
7947 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7948
7949 * files.el (save-some-buffers): Doc fix.
7950
7951 2005-03-25 Werner Lemberg <wl@gnu.org>
7952
7953 * complete.el, thumbs.el: Replace `legal' with `valid'.
7954 * calendar/calendar.el: Replace `legal' with `valid'.
7955 * emacs-lisp/advice.el: Replace `legal' with `valid'.
7956 * mail/supercite.el: Replace `legal' with `valid'.
7957 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7958 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7959 Replace `legal' with `valid'.
7960 * textmodes/reftex-vars.el, textmodes/reftex.el:
7961 Replace `legal' with `valid'.
7962
7963 2005-03-25 Werner Lemberg <wl@gnu.org>
7964
7965 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7966 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7967 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7968 * emulation/vip.el: Replace `illegal' with `invalid'.
7969 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
7970 `invalid'.
7971 * mail/supercite.el: Replace `illegal' with `invalid'.
7972 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7973 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7974 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7975 * progmodes/sh-script.el, progmodes/xscheme.el:
7976 Replace `illegal' with `invalid'.
7977 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7978 * textmodes/reftex-index.el, textmodes/reftex-parse.el
7979 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7980 * textmodes/reftex.el, textmodes/org.el:
7981 Replace `illegal' with `invalid'.
7982
7983 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7984
7985 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7986 (flymake-find-buildfile, flymake-find-possible-master-files)
7987 (flymake-check-include, flymake-parse-line): Replace loops over the
7988 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7989
7990 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7991 Substitute file-name-as-directory in the rest of the file.
7992 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7993 (flymake-replace-region): Remove unused arg `buffer'.
7994 (flymake-check-patch-master-file-buffer): Update calls to it.
7995 (flymake-add-err-info): Remove unused var `count'.
7996 (flymake-mode): Use define-minor-mode.
7997
7998 * progmodes/flymake.el: Use with-current-buffer.
7999 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8000 flymake-replace-regexp-in-string, flymake-line-beginning-position)
8001 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8002 Avoid testing for `xemacs'.
8003 (flymake-nop): Move.
8004 (flymake-region-has-flymake-overlays): Return the computed value.
8005 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8006 Remove unused var `endline'.
8007 (flymake-get-line-count): Remove unused function.
8008 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8009
8010 * emulation/vi.el:
8011 * generic.el:
8012 * hilit-chg.el (global-highlight-changes):
8013 * hi-lock.el (hi-lock-mode):
8014 * follow.el: find-file-hooks -> find-file-hook.
8015
8016 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8017
8018 2005-03-24 Juri Linkov <juri@jurta.org>
8019
8020 * dired.el (dired-mode-map): Add menu item "Compare directories"
8021 for dired-compare-directories.
8022
8023 * dired-aux.el (dired-compare-directories): Add autoload cookie.
8024 Doc fix. Replace `read-file-name' with `read-directory-name'.
8025
8026 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8027
8028 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
8029
8030 2005-03-24 Jay Belanger <belanger@truman.edu>
8031
8032 * calc/calc-embed.el (calc-embedded-mode-change): Save all
8033 relevant mode settings in calc-embedded-original-modes when modes
8034 are permanently changed.
8035
8036 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * autoinsert.el: find-file-hooks -> find-file-hook.
8039
8040 2005-03-24 Lute Kamstra <lute@gnu.org>
8041
8042 * generic.el (generic-font-lock-defaults): Make it obsolete.
8043 (generic-font-lock-keywords): New variable to replace
8044 generic-font-lock-defaults.
8045 (generic-mode-set-font-lock): Delete it.
8046 (generic-mode-internal): Don't call generic-mode-set-font-lock.
8047 (generic-bracket-support): Add docstring.
8048
8049 * generic-x.el: Rename generic-font-lock-defaults to
8050 generic-font-lock-keywords throughout.
8051 (mailagent-rules-setup-function): Delete it.
8052 (mailagent-rules-generic-mode): Use anonymous function instead.
8053 (show-tabs-generic-mode-font-lock-defaults-1)
8054 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
8055 Quote faces.
8056 (show-tabs-tab-face, show-tabs-space-face): Specify background,
8057 not foreground.
8058
8059 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8060 Recognize define-generic-mode.
8061
8062 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
8065 if there's no completion table.
8066
8067 2005-03-23 Miles Bader <miles@gnu.org>
8068
8069 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8070 Remove tty-specific variants, as they're no longer needed.
8071
8072 2005-03-23 Lute Kamstra <lute@gnu.org>
8073
8074 * generic-x.el: Code cleanup: make args constant whenever possible.
8075 (installshield-statement-keyword-list)
8076 (installshield-system-functions-list)
8077 (installshield-system-variables-list, installshield-types-list)
8078 (installshield-funarg-constants-list): Make them constants.
8079
8080 * generic.el (generic-make-keywords-list): Add autoload cookie.
8081
8082 * calendar/time-date.el: Add comment on time value formats.
8083 Don't require parse-time.
8084 (with-decoded-time-value): New macro.
8085 (encode-time-value): New function.
8086 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8087 (days-to-time): Return a valid time value when arg is huge.
8088 (time-since): Use time-subtract.
8089 (time-to-number-of-days): Use time-to-seconds.
8090
8091 2005-03-23 David Ponce <david@dponce.com>
8092
8093 * recentf.el: (recentf-keep): New option.
8094 (recentf-menu-action): Default to `find-file'.
8095 (recentf-keep-non-readable-files-flag)
8096 (recentf-keep-non-readable-files-p)
8097 (recentf-file-readable-p, recentf-find-file)
8098 (recentf-cleanup-remote): Remove.
8099 (recentf-include-p): More robust.
8100 (recentf-keep-p): New function.
8101 (recentf-remove-if-non-kept): Rename from
8102 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
8103 All callers updated.
8104 (recentf-menu-items-for-commands): Fix help string.
8105 (recentf-track-closed-file): Update. Doc fix.
8106 (recentf-cleanup): Update. Count removed files. Doc fix.
8107
8108 2005-03-23 Kim F. Storm <storm@cua.dk>
8109
8110 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8111 Don't inherit from fringe face (now happens automatically).
8112
8113 2005-03-22 Kim F. Storm <storm@cua.dk>
8114
8115 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
8116 position values.
8117
8118 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * menu-bar.el (showhide-date-time): Remove.
8121 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
8122 (menu-bar-make-mm-toggle): Simplify.
8123
8124 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8125
8126 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
8127 Accept qualified variable and function names.
8128
8129 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
8130
8131 * bindings.el (completion-ignored-extensions):
8132 Remove ".lis" for `vax-vms'.
8133
8134 2005-03-22 Andreas Schwab <schwab@suse.de>
8135
8136 * generic-x.el: Revert last change.
8137 * ldefs-boot.el: Update.
8138
8139 2005-03-22 Jay Belanger <belanger@truman.edu>
8140
8141 * calc/calc-embed (calc-embedded-original-modes): New variable.
8142 (calc-embedded-save-original-modes)
8143 (calc-embedded-restore-original-modes): New functions.
8144 (calc-do-embedded): Save original modes when entering embedded mode
8145 and restore when leaving embedded mode.
8146 (calc-embedded-modes-change): Change the value of
8147 calc-embedded-original-modes to reflect permanent changes.
8148
8149 2005-03-22 Lute Kamstra <lute@gnu.org>
8150
8151 * generic-x.el: Require generic again.
8152
8153 2005-03-22 Miles Bader <miles@gnu.org>
8154
8155 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8156 Tweak details to look good on both ttys and bitmap displays, light
8157 or dark background, etc.
8158
8159 2005-03-21 Kim F. Storm <storm@cua.dk>
8160
8161 * tooltip.el (tooltip-show-help-function): Check car and cdr of
8162 mouse position.
8163
8164 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * icomplete.el: Don't forcibly turn on the mode upon load.
8167 (icomplete-mode): Use define-minor-mode.
8168 (icomplete-eoinput): Default to nil.
8169 (icomplete-minibuffer-setup): Remove autoload.
8170 (icomplete-tidy): Simplify.
8171 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8172 in the initial state or if the user has modified the field.
8173 Fix handling of icomplete-max-delay-chars.
8174 Remove code that handles the oddball case where
8175 minibuffer-completion-table is an integer.
8176 Wrap icomplete-completions in while-no-input in case building
8177 completions takes more time than expected.
8178 (icomplete-completions): Simplify.
8179
8180 2005-03-21 Richard M. Stallman <rms@gnu.org>
8181
8182 * jka-compr.el (jka-compr-really-do-compress):
8183 Make variable buffer-local.
8184
8185 * image-mode.el: Handle .xpm files too.
8186 (image-toggle-display): Preserve modification flag.
8187
8188 * help.el (where-is): Don't mention aliases with no key bindings.
8189
8190 2005-03-21 Lute Kamstra <lute@gnu.org>
8191
8192 * generic.el: Fix commentary section. Don't require cl for
8193 compilation.
8194 (generic-mode-list): Add autoload cookie.
8195 (generic-use-find-file-hook, generic-lines-to-scan)
8196 (generic-find-file-regexp, generic-ignore-files-regexp)
8197 (generic-mode, generic-mode-find-file-hook)
8198 (generic-mode-ini-file-find-file-hook): Fix docstrings.
8199 (define-generic-mode): Make it a defmacro. Fix docstring.
8200 (generic-mode-internal): Code cleanup. Add autoload cookie.
8201 (generic-mode-set-comments): Code cleanup.
8202 * generic-x.el: Don't prevent compilation. Don't require generic.
8203 Follow coding conventions. Minor code cleanup.
8204 (etc-fstab-generic-mode): Add some keywords.
8205 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8206 define-generic-mode like a function declaration.
8207
8208 2005-03-21 Jay Belanger <belanger@truman.edu>
8209
8210 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
8211 changing modes.
8212
8213 2005-03-21 Sam Steingold <sds@gnu.org>
8214
8215 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
8216
8217 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
8218
8219 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
8220 Add underscore to "f$ lexicals" regexp.
8221
8222 2005-03-20 Juri Linkov <juri@jurta.org>
8223
8224 * subr.el (progress-reporter-do-update): When `min-value' is equal
8225 to `max-value', set `percentage' to 0 and prevent division by zero.
8226
8227 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
8228
8229 Sync with Tramp 2.0.48.
8230
8231 * tramp.el (all): Change all addresses to .gnu.org.
8232 (tramp-append-tramp-buffers): New defun.
8233 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8234 Catch `dont-send' signal.
8235 (tramp-set-auto-save-file-modes): Set always permissions, because
8236 there might be an old auto-saved file belonging to another
8237 original file. This could be a security threat. Reported by
8238 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8239 Check for Emacs 21.3.50 removed.
8240
8241 * tramp-smb.el (all): Remove debug construct for
8242 `with-parsed-tramp-file-name'.
8243 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
8244 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8245 No error message if DIRECTORY or FILENAME doesn't exist.
8246 (tramp-smb-open-connection): Check existence of
8247 `tramp-smb-program'.
8248
8249 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8252 Properly handle the case where the `m' or `s' command's argument is not
8253 yet terminated.
8254 (perl-indent-new-calculate): New function.
8255 (perl-indent-line): Use it.
8256
8257 2005-03-20 Miles Bader <miles@gnu.org>
8258
8259 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8260 in text-mode too. Change to new face names.
8261 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
8262 Add `:weight bold' attribute.
8263 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
8264
8265 2005-03-19 Juri Linkov <juri@jurta.org>
8266
8267 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
8268
8269 * international/mule.el (auto-coding-alist): Sync with
8270 `auto-mode-alist' by adding upper case archive file extensions
8271 and adding ear/war to jar extension.
8272
8273 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
8274
8275 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8276 running, restart it.
8277
8278 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
8279
8280 * finder.el (finder-current-item): Throw an error on an empty line.
8281
8282 * man.el (Man-follow-manual-reference): If current-word returns
8283 nil, use "".
8284
8285 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
8286
8287 * simple.el (goto-line): Doc fix.
8288
8289 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
8290
8291 * files.el (save-buffer): Doc fix.
8292
8293 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
8294
8295 * recentf.el (recentf-cleanup-remote): New variable.
8296 (recentf-cleanup): Use it to conditionally check availability of
8297 remote files.
8298
8299 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
8300
8301 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8302 function names.
8303
8304 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8305
8306 * language/thai-word.el: New file.
8307
8308 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8309
8310 * files.el (backup-buffer): If the file's directory is not
8311 writable, use copy instead of move to backup the file.
8312
8313 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8314
8315 * obsolete/keyswap.el: Moved to obsolete/ from term/.
8316
8317 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8318
8319 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8320 Use functionp instead of symbolp and fboundp. Reported by Drkm
8321 <darkman_spam@yahoo.fr>.
8322 (ps-print-version): New version 6.6.6.
8323
8324 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
8325
8326 * textmodes/table.el (table--line-column-position): New idiom.
8327 (table--row-column-insertion-point-p): New function to test
8328 validity of row and column insertion operation at a location.
8329 (table-global-menu, table-cell-menu): Use above functions for
8330 deterministic test operation.
8331 (table--editable-cell-p): Behave in deterministic fashion.
8332
8333 2005-03-18 Juri Linkov <juri@jurta.org>
8334
8335 * isearch.el (isearch-lazy-highlight-new-loop):
8336 Make arguments beg and end optional.
8337 (isearch-update): Remove optional arguments nil from
8338 isearch-lazy-highlight-new-loop.
8339 (isearch-lazy-highlight-search): Let-bind case-fold-search to
8340 isearch-lazy-highlight-case-fold-search instead of
8341 isearch-case-fold-search, and let-bind isearch-regexp to
8342 isearch-lazy-highlight-regexp.
8343 Use isearch-lazy-highlight-last-string instead of isearch-string.
8344
8345 * replace.el (perform-replace): Remove bindings of global
8346 variables isearch-string, isearch-regexp, isearch-case-fold-search.
8347 Add three new arguments to `replace-highlight'.
8348 (replace-highlight): Add arguments string, regexp, case-fold.
8349 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8350 to allow isearch-lazy-highlight-new-loop to use these values
8351 to set corresponding isearch-lazy-highlight-* internal
8352 variables whose values lazy highlighting will use regardless of
8353 changes to global variables isearch-string, isearch-regexp,
8354 isearch-case-fold-search during lazy highlighting loop.
8355 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8356 to `lazy-highlight-cleanup'.
8357
8358 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8359 (ispell-highlight-face): Set default face to `isearch' when
8360 lazy highlighting is enabled.
8361 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8362 priority to 1. Add lazy highlighting.
8363 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8364 from `isearch-dehighlight'.
8365
8366 2005-03-18 David Ponce <david@dponce.com>
8367
8368 * files.el (hack-local-variables): Do a case-insensitive search
8369 for End.
8370
8371 2005-03-18 Juri Linkov <juri@jurta.org>
8372
8373 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8374 `isearch-lazy-highlight-cleanup', add alias to old name and
8375 declare obsolete. Add release numbers to other obsolete vars.
8376 (isearch-done, isearch-lazy-highlight-new-loop):
8377 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8378 (lazy-highlight-cleanup) <variable>: Doc fix.
8379 (isearch-lazy-highlight-update): Rename obsolete
8380 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8381
8382 2005-03-18 Kenichi Handa <handa@m17n.org>
8383
8384 * language/thai-util.el: Fix categorization of Thai characters in
8385 thai-category-table.
8386 (thai-composition-pattern): Adjust it for the above change.
8387 (thai-self-insert-command, thai-compose-syllable): New functions.
8388 (thai-compose-region): Use thai-compose-syllable.
8389 (thai-compose-string): Likewise.
8390 (thai-composition-function): Likewise.
8391 (thai-auto-composition): New function.
8392 (thai-auto-composition-mode): New minor mode.
8393
8394 * language/thai.el: Fix patterns to be registered in
8395 composition-function-table.
8396
8397 * international/quail.el (quail-input-method): Locally bind
8398 inhibit-modification-hooks to t.
8399
8400 2005-03-17 Richard M. Stallman <rms@gnu.org>
8401
8402 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8403 (perl-mode): Use run-mode-hooks.
8404
8405 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8406 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8407 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8408
8409 * mail/sendmail.el (sendmail-send-it): Reenable the code
8410 to compute resend-to-address and use it.
8411
8412 * tar-mode.el (tar-mode): Turn off undo unconditionally.
8413
8414 * image-mode.el: New file.
8415
8416 * image.el (insert-sliced-image): Add autoload cookie.
8417
8418 * font-lock.el (font-lock-lines-before): New user option.
8419 (font-lock-after-change-function): Obey it.
8420
8421 * bindings.el (esc-map): Make M-g a prefix.
8422 Bind M-g g and M-g M-g to goto-line.
8423
8424 * faces.el (face-id): Doc fix.
8425
8426 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8427
8428 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8429 (rmail-show-message): Use rmail-unknown-mail-followup-to.
8430 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8431
8432 * mail/sendmail.el (mail-yank-ignored-headers)
8433 (mail-font-lock-keywords, mail-mode-fill-paragraph):
8434 Add Mail-Followup-To and Mail-Reply-To headers.
8435 (mail-citation-hook): Add autoload cookie.
8436 (mail-mode): Doc fix.
8437 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8438 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8439 (mail-mode-fill-paragraph): Handle those headers.
8440 (mail-mailing-lists): New variable.
8441 (mail-mail-reply-to, mail-mail-followup-to): New functions.
8442
8443 2005-03-17 Juri Linkov <juri@jurta.org>
8444
8445 * isearch.el (isearch-fallback): Check for `(car previous)'
8446 before calling `isearch-other-end-state'.
8447
8448 2005-03-17 Kim F. Storm <storm@cua.dk>
8449
8450 * simple.el (move-beginning-of-line): Move to beginning of buffer
8451 line, as well as beginning of screen line.
8452
8453 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
8454
8455 * calendar/diary-lib.el (mark-diary-entries): Use new optional
8456 argument REDRAW rather than calendar-redrawing variable.
8457 * calendar/calendar.el (calendar-redrawing): Delete.
8458 (redraw-calendar): Do not bind calendar-redrawing.
8459
8460 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
8461
8462 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8463 diary-file buffer.
8464
8465 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * help.el (describe-mode): Allow a :minor-mode-function property to
8468 specify a different minor mode toggle function than the variable.
8469 * simple.el (auto-fill-function):
8470 * subr.el (add-minor-mode): Use it.
8471
8472 2005-03-16 Kenichi Handa <handa@m17n.org>
8473
8474 * language/ethio-util.el (sera-being-called-by-w3): New variable.
8475 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8476 (ethio-fidel-to-sera-buffer): Likewise.
8477
8478 2005-03-16 Juri Linkov <juri@jurta.org>
8479
8480 * emacs-lisp/find-func.el (find-function-regexp):
8481 Add defun-emitting macro `menu-bar-make-toggle'.
8482
8483 * isearch.el: Put `isearch-scroll' property to
8484 `split-window-horizontally'.
8485
8486 * info.el: Update error messages for `debug-ignored-errors'.
8487 (Info-isearch-search): Doc fix.
8488 (Info-find-node): Move up code to go into info buffer before
8489 recording the node to the history.
8490 (Info-fontify-node): Fontify titles only if the next line
8491 has two or more `*', `=', `-', `.'.
8492 Display "go to this node" for empty (match-string 3).
8493
8494 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8495
8496 * term/mac-win.el: Add mouse pointer shape constants.
8497
8498 2005-03-15 Kim F. Storm <storm@cua.dk>
8499
8500 * simple.el (move-beginning-of-line): Use vertical-motion.
8501
8502 2005-03-15 Juri Linkov <juri@jurta.org>
8503
8504 * isearch.el (isearch-error): New variable.
8505 (isearch-invalid-regexp, isearch-within-brackets): Remove.
8506 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
8507 (isearch-within-brackets-state): Remove.
8508 (isearch-case-fold-search-state, isearch-pop-fun-state):
8509 Decrease frame index.
8510 (isearch-mode, isearch-top-state, isearch-push-state)
8511 (isearch-edit-string, isearch-abort, isearch-search-and-update)
8512 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8513 (isearch-search, isearch-lazy-highlight-new-loop):
8514 Replace `isearch-invalid-regexp' with `isearch-error'.
8515 Remove `isearch-within-brackets'.
8516 (isearch-search): Add `search-failed' handler to `condition-case'.
8517 (isearch-lazy-highlight-search): Add `condition-case' to catch
8518 errors and allow `isearch-lazy-highlight-update' to try
8519 highlighting from the beginning of the window.
8520 (isearch-repeat): Move up code to set isearch-wrapped to t
8521 before calling isearch-wrap-function.
8522
8523 * info.el (Info-isearch-initial-node): New internal variable.
8524 (Info-search): Signal an error in isearch mode when search leaves
8525 the initial node. Signal an error when `bound' is non-nil and
8526 nothing was found in the current subfile.
8527 (Info-isearch-search): Remove `condition-case'.
8528 (Info-isearch-wrap): Don't wrap when search failed during leaving
8529 the initial node. If `Info-isearch-search' is nil, wrap around
8530 the current node.
8531 (Info-isearch-start): New fun.
8532 (Info-mode): Add buffer-local hook `Info-isearch-start' to
8533 `isearch-mode-hook'.
8534
8535 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8536
8537 * simple.el (normal-erase-is-backspace): Set default to t if
8538 running on Mac.
8539
8540 * term/mac-win.el (function-key-map): Sync with x-win.el.
8541
8542 2005-03-15 Kenichi Handa <handa@m17n.org>
8543
8544 * international/mule-cmds.el (locale-language-names): Modify the
8545 format of elements and add more entries.
8546 (locale-preferred-coding-systems): Add more entries.
8547 (set-locale-environment): Adjust for the change of
8548 locale-language-names.
8549
8550 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * pcvs.el (smerge-ediff): Remove bogus autoload.
8553
8554 2005-03-14 Lute Kamstra <lute@gnu.org>
8555
8556 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8557 Ignore a `*' at the beginning of a line.
8558
8559 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
8560 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8561 subr.el.
8562 (dont-compile, eval-when-compile, eval-and-compile): Use declare
8563 to specify indentation.
8564
8565 * generic.el (define-generic-mode): Let generic-mode-list be a
8566 list of strings; test membership with equal.
8567
8568 2005-03-14 Kim F. Storm <storm@cua.dk>
8569
8570 * simple.el (next-line, previous-line): Add optional try-vscroll
8571 arg to recognize interactive use. Pass it on to line-move.
8572 (line-move): Don't perform auto-window-vscroll when defining or
8573 executing keyboard macro to ensure consistent behavior.
8574
8575 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8578
8579 2005-03-13 Lute Kamstra <lute@gnu.org>
8580
8581 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8582 debugger-setup-buffer so that backtrace marks the frames set to
8583 debug-on-exit and we don't have to do it manually. Set an extra
8584 debug-on-exit for macro's.
8585 (debugger-setup-buffer): Don't mark the top frame manually.
8586
8587 2005-03-12 Lute Kamstra <lute@gnu.org>
8588
8589 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8590 lisp-indent-function throughout.
8591 (with-no-warnings): Set lisp-indent-function property.
8592
8593 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
8594
8595 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8596 Add entry for backslash.
8597
8598 2005-03-12 Juri Linkov <juri@jurta.org>
8599
8600 * info.el (Info-search): Four fixes for backward search.
8601
8602 2005-03-11 Jay Belanger <belanger@truman.edu>
8603
8604 * calc/calc.el (calc-language-alist): New variable.
8605 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8606 (calc-embedded-find-modes): Use calc-language-alist instead of
8607 calc-embedded-language-alist.
8608
8609 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8610
8611 * calendar/calendar.el (calendar-redrawing): New internal
8612 variable.
8613 (redraw-calendar): Remove bogus save-excursion from previous
8614 change. Bind calendar-redrawing to t for mark-diary-entries.
8615 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8616 calendar if that is why we were called.
8617
8618 2005-03-11 Kenichi Handa <handa@m17n.org>
8619
8620 * international/mule.el (make-coding-system): Set property
8621 coding-system-define-form to nil.
8622 (define-coding-system-alias): Likewise.
8623
8624 2005-03-11 Kenichi Handa <handa@m17n.org>
8625
8626 These changes are suggested by Dave Love <fx@gnu.org>.
8627
8628 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
8629 coding: tag.
8630 (adaptive-fill-regexp): Add more bullets.
8631 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
8632 regexps.
8633
8634 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * help.el (describe-mode): Properly handle non-trivial lighters.
8637 Don't ignore minor modes that are not listed in minor-mode-list.
8638
8639 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
8640 feature ON when the user requests to turn it OFF.
8641
8642 2005-03-10 Lute Kamstra <lute@gnu.org>
8643
8644 * emacs-lisp/debug.el (debug-entry-code): Delete it.
8645 (implement-debug-on-entry): New function to replace debug-entry-code.
8646 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
8647 second argument as the 2005-03-07 change makes it obsolete.
8648 (debug-on-entry, cancel-debug-on-entry): Update call to
8649 debug-on-entry-1.
8650 (debug, debugger-setup-buffer): Comment update.
8651 (debugger-frame-number): Update to work with implement-debug-on-entry.
8652
8653 2005-03-10 Jay Belanger <belanger@truman.edu>
8654
8655 * calc/calc-embed.el (math-ms-args): Declare it.
8656 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8657 math-ms-args.
8658 (calc-embedded-subst): Use math-multi-subst-rec to substitute
8659 variables.
8660
8661 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
8662
8663 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8664 Use message-box.
8665
8666 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
8667 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
8668 (tooltip-gud-tips): Simplify.
8669 (tooltip-gud-tips-p): Remove superfluous :set.
8670 (tooltip-gud-modes): Add fortran-mode.
8671 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
8672
8673 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
8674
8675 2005-03-09 Kim F. Storm <storm@cua.dk>
8676
8677 * play/animate.el (animate-place-char): Use forward-line instead
8678 of next-line to improve performance.
8679
8680 2005-03-09 Simon Josefsson <jas@extundo.com>
8681
8682 * net/browse-url.el (browse-url-default-browser): Doc fix.
8683
8684 2005-03-09 Miles Bader <miles@gnu.org>
8685
8686 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
8687 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
8688
8689 2005-03-09 Kenichi Handa <handa@m17n.org>
8690
8691 * international/latin-1.el: Set case and syntax for 255 only if
8692 set-case-syntax-set-multibyte is nil.
8693
8694 * textmodes/ispell.el (ispell-insert-word): New function.
8695 (ispell-word): Use ispell-insert-word to insert a new word.
8696 (ispell-process-line): Likewise.
8697 (ispell-complete-word): Likewise.
8698
8699 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
8700
8701 * calendar/calendar.el (redraw-calendar): Preserve point.
8702 Reported by Matt Hodges <MPHodges@member.fsf.org>.
8703 (calendar-week-start-day): Move after definition of
8704 redraw-calendar. Delete buffer test, since redraw-calendar has
8705 that now.
8706
8707 * calendar/diary-lib.el (mark-diary-entries): Only call
8708 redraw-calendar in the first of any recursive calls.
8709 Reported by Alan Shutko <ats@acm.org>.
8710
8711 2005-03-08 Juri Linkov <juri@jurta.org>
8712
8713 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8714 (html-horizontal-rule, html-line, html-image, html-checkboxes)
8715 (html-radio-buttons): Add a space before the trailing `/>' where
8716 sgml-xml-mode is non-nil.
8717 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8718 the subsequent tag of the empty XML tag.
8719 (html-href-anchor): Don't set initial input to "http:".
8720 (html-image): Ask for the image URL and set point inside alt="".
8721 (html-name-anchor): Duplicate the name in the `id' attribute when
8722 sgml-xml-mode is non-nil.
8723 (html-paragraph): Remove \n before <p>.
8724 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8725 instead of `checked' when sgml-xml-mode is non-nil.
8726
8727 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8728 Remove 1 space before #RRGGBB to not truncate it on terminal
8729 windows w/o fringes. Remove 1 space between bg and fg examples
8730 to get more space.
8731 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8732 avoid byte-compile warnings.
8733
8734 * image-file.el (image-file-handler): Put `safe-magic' property to
8735 `image-file-handler'.
8736
8737 * info.el (Info-isearch-search): Emulate word search in
8738 isearching through multiple Info nodes with Info-search.
8739 (Info-isearch-wrap): Allow isearch-word.
8740
8741 2005-03-08 Lute Kamstra <lute@gnu.org>
8742
8743 * emacs-lisp/debug.el (debugger-step-through): Make sure that
8744 stepping into the debugger's code is not possible.
8745 (debugger-jumping-flag): Docstring update.
8746
8747 2005-03-08 Jay Belanger <belanger@truman.edu>
8748
8749 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8750 embedded mode begins.
8751 (calc-embedded-language-alist): New variable.
8752 (calc-embedded-find-modes): Use calc-embedded-language-alist to
8753 set default language mode.
8754
8755 2005-03-08 Kenichi Handa <handa@m17n.org>
8756
8757 * international/ccl.el (define-ccl-program): Fix docstring about
8758 extra 256 bytes assured for the output buffer.
8759
8760 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8761 Fix BUFFER_MAGNIFICATION to 2.
8762 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8763
8764 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
8765
8766 * align.el (align-rules-list): Added an alignment rule for CSS
8767 declarations (applies to css-mode and html-mode buffers).
8768
8769 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8772
8773 2005-03-07 Kim F. Storm <storm@cua.dk>
8774
8775 * simple.el (move-beginning-of-line): New command.
8776
8777 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8778
8779 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8780
8781 * emulation/cua-base.el: Put CUA move property on move-end-of-line
8782 and move-beginning-of-line.
8783
8784 * apropos.el (apropos-print): Omit command from M-x ... RET.
8785
8786 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
8787
8788 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8789 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8790
8791 2005-03-06 Richard M. Stallman <rms@gnu.org>
8792
8793 * bindings.el (esc-map): Bind M-g to goto-line.
8794
8795 * facemenu.el (global-map): Bind M-o, not M-g.
8796
8797 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8798
8799 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8800 "Open Directory" as for "Open File".
8801
8802 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
8803
8804 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8805 (push-mark-command): Run activate-mark-hook.
8806
8807 2005-03-06 Richard M. Stallman <rms@gnu.org>
8808
8809 * help-mode.el (help-mode-finish): Don't alter the element
8810 in view-return-to-alist if there already is one.
8811
8812 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8813 make sure the current buffer is the expected one.
8814
8815 * novice.el (disabled-command-function): Output in *Disabled Command*.
8816 Explicitly ignore non-keyboard events, and explicitly handle C-g.
8817
8818 * textmodes/flyspell.el (flyspell-large-region):
8819 Pass args differently for aspell.
8820
8821 * files.el (mode-require-final-newline): Doc fix.
8822
8823 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8824
8825 * progmodes/which-func.el (which-function):
8826 Specify NOERROR when calling imenu--make-index-alist.
8827
8828 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * simple.el (normal-erase-is-backspace): Define default value.
8831
8832 * custom.el (custom-theme-set-variables): Remove unused var
8833 `immediate'.
8834 (custom-reevaluate-setting): Simple function to handle variables
8835 that are defined before their default value can really be
8836 computed.
8837
8838 * startup.el (command-line): Use it for temporary-file-directory,
8839 small-emporary-file-directory, auto-save-file-name-transforms,
8840 blink-cursor-mode, and normal-erase-is-backspace.
8841
8842 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8843 progress, even with buggy anchored keywords.
8844
8845 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
8846
8847 * simple.el (goto-line): Remove unbalanced final parenthesis.
8848
8849 2005-03-05 Richard M. Stallman <rms@gnu.org>
8850
8851 * simple.el (goto-line): Use a number at point as the default.
8852 With C-u as arg, switch buffers.
8853
8854 2005-03-05 Juri Linkov <juri@jurta.org>
8855
8856 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8857 with `no-blinking-cursor'.
8858
8859 * startup.el (no-blinking-cursor): New defvar.
8860 (command-line): Add `--no-blinking-cursor' to longopts.
8861 Set `no-blinking-cursor' to t for command line arguments
8862 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
8863 with `no-blinking-cursor' in the condition for calling
8864 `blink-cursor-mode'.
8865
8866 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
8867
8868 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8869 (menu-bar-options-save): Add blink-cursor-mode.
8870 (menu-bar-options-menu): Add blink-cursor-mode.
8871
8872 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
8873
8874 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8875 (icalendar-export-file, icalendar-export-region)
8876 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8877 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8878
8879 2005-03-04 Lute Kamstra <lute@gnu.org>
8880
8881 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8882 (debug-function-list): Ditto.
8883
8884 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
8885
8886 * textmodes/texinfmt.el (texinfo-append-refill):
8887 Redefine the types of line to which @refill
8888 is not appended by replacing a search for `@refill\\|@bye' with
8889 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
8890 itemize@refill' bug and the unfilled long lines bug.
8891 (texinfmt-version): Update number and date.
8892
8893 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8894
8895 * international/code-pages.el (windows-1250, windows-125[2-8])
8896 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8897
8898 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8901 bound yet.
8902
8903 2005-03-02 Romain Francoise <romain@orebokech.com>
8904
8905 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8906 buffer after removing limits.
8907 (ibuffer-pop-filter): Ditto.
8908 Update copyright.
8909
8910 2005-03-02 Miles Bader <miles@gnu.org>
8911
8912 * button.el (make-text-button): If the user doesn't specify a
8913 type, use the default. Rewrite to use `add-text-properties' and
8914 plist functions.
8915
8916 2005-03-01 Lute Kamstra <lute@gnu.org>
8917
8918 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8919 (debugger-jumping-flag): New var.
8920 (debug-entry-code): Use it.
8921 (debugger-jump): Use debugger-jumping-flag and add
8922 debugger-reenable to post-command-hook.
8923 (debugger-reenable): Use debugger-jumping-flag and remove itself
8924 from post-command-hook.
8925 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8926 debugger-reenable.
8927
8928 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
8929
8930 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8931 inclusion of "itemize\\|", which may be unnecessary, is certainly
8932 inelegant, and stops refilling in itemize lists when formatting
8933 Japanese Texinfo files to Info.
8934 Update copyright to 2005.
8935
8936 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
8937
8938 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8939 of an error if GDB can't find the source file.
8940
8941 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8942
8943 * calendar/calendar.el (redraw-calendar): Work from any buffer,
8944 not just the calendar.
8945
8946 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8947 first.
8948 (diary-redraw-calendar): New function.
8949 (make-diary-entry): Add diary-redraw-calendar to local
8950 write-contents-functions. Turn off selective display before
8951 inserting in diary.
8952
8953 2005-03-01 Kim F. Storm <storm@cua.dk>
8954
8955 * emacs-lisp/copyright.el (copyright-fix-years): New command.
8956
8957 2005-03-01 Lute Kamstra <lute@gnu.org>
8958
8959 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8960 that debug-entry-code can be safely removed from a function while
8961 this code is being evaluated. Revert the 2005-02-27 change as the
8962 new implementation no longer requires it. Make sure that a
8963 function body containing just a string is not mistaken for a docstring.
8964 (debug): Skip one more frame in case of debug on entry.
8965 (debugger-setup-buffer): Delete one more frame line in case of
8966 debug on entry.
8967 (debugger-frame-number): Update to use the new text introduced by
8968 the 1999-11-03 change. Skip one more frame in case of debug on entry.
8969
8970 2005-02-28 Kim F. Storm <storm@cua.dk>
8971
8972 * double.el (double-translate-key): Call force-window-update after
8973 read-event to avoid crash in redisplay.
8974
8975 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8978 (debug): Use it. Move the inhibit-trace earlier.
8979 (debug-entry-code): New const.
8980 (debug-on-entry-1): Use it.
8981
8982 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
8983
8984 * international/utf-16.el (ccl-encode-mule-utf-16le):
8985 Fix BUFFER_MAGNIFICATION to 2.
8986 (ccl-encode-mule-utf-16be): Likewise.
8987
8988 2005-02-28 Kenichi Handa <handa@m17n.org>
8989
8990 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8991 Fix BUFFER_MAGNIFICATION to 4.
8992 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8993
8994 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
8995
8996 * speedbar.el (speedbar-update-flag): Doc fix.
8997 (speedbar-show-info-under-mouse): Give set-mouse-position the right
8998 argument.
8999
9000 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * reveal.el (reveal-post-command): Don't try to reveal overlays which
9003 have a non-nil `invisible' property but are actually visible.
9004
9005 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9006 for perldoc sections.
9007 (perl-outline-regexp, perl-outline-level): New var and function.
9008 (perl-mode): Use them.
9009
9010 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
9011
9012 * calendar/diary-lib.el (diary-remind): Discard any mark portion
9013 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9014
9015 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
9016
9017 * cus-edit.el: Comment change.
9018 (custom-buffer-create-internal): Slightly reword text at top of
9019 Custom buffers. Mention there that saving an option edits the
9020 init file. Add link to Emacs manual node on `custom-file'.
9021 (custom-magic-alist): Rewrite individual State messages to use
9022 capitalized keywords. Doc fix.
9023
9024 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
9025
9026 * calendar/calendar.el (calendar-buffer): Move above
9027 calendar-week-start-day.
9028 (calendar-week-start-day): Doc fix. Add :set function.
9029 (calendar-minimum-window-height): New variable.
9030 (generate-calendar-window): Only resize window if selected-window
9031 is displaying the calendar buffer. Use new variable
9032 calendar-minimum-window-height.
9033 (generate-calendar): Reword error message.
9034 (calendar-mode-map): Bind DEL to scroll-other-window-down.
9035
9036 2005-02-27 Andreas Schwab <schwab@suse.de>
9037
9038 * vc.el (vc-do-command): Don't run command asynchronously when
9039 operating in a remote directory.
9040
9041 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
9042 change from sync with Tramp 2.0.47.
9043
9044 2005-02-27 Richard M. Stallman <rms@gnu.org>
9045
9046 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9047
9048 * textmodes/flyspell.el (flyspell-mode-on):
9049 Call ispell-change-dictionary only if necessary.
9050
9051 * emacs-lisp/re-builder.el (regexp-builder): New function.
9052
9053 * register.el (describe-register-1): Explicitly handle
9054 yank-excluded-properties = t.
9055
9056 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
9057 (custom-magic-alist): Change the status descriptions again.
9058 (face widget-type): Total rewrite based on `restricted-sexp'
9059 to eliminate the confusing double hiding levels.
9060
9061 * emacs-lisp/debug.el (debug-on-entry-1):
9062 If function body is empty, add nil as body form.
9063
9064 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9065
9066 * emacs-lisp/trace.el (inhibit-trace): New var.
9067 (trace-make-advice): Use it.
9068
9069 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
9070
9071 2005-02-26 Kim F. Storm <storm@cua.dk>
9072
9073 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
9074 (mouse-on-link-p, mouse-drag-region-1): Use it.
9075
9076 2005-02-25 Lute Kamstra <lute@gnu.org>
9077
9078 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
9079
9080 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
9081
9082 * frame.el (blink-cursor-mode): Add :group keyword.
9083
9084 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
9085
9086 * calendar/icalendar.el (icalendar--decode-isodatetime):
9087 New optional argument DAY-SHIFT.
9088 (icalendar-export-region): Fix coding-system-for-write.
9089 (icalendar--convert-ical-to-diary): Shift end-day of all-day
9090 events by one.
9091
9092 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
9095
9096 2005-02-24 Kim F. Storm <storm@cua.dk>
9097
9098 * international/iso-acc.el (iso-accents-compose): Fix crash
9099 during redisplay. Call force-window-update after read-event
9100 and delete-region to signal that window is not accurate.
9101
9102 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
9105 Remove unused and inexistent var `inhibit-trace'.
9106 (debugger-mode): Use run-mode-hooks.
9107 (debugger-list-functions): Add buttons; setup xref stack.
9108
9109 2005-02-23 Richard M. Stallman <rms@gnu.org>
9110
9111 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
9112 appointment says it was explicitly made.
9113 (appt-add): Set the 3rd element.
9114 (appt-make-list): Preserve explicit appointments.
9115
9116 * subr.el (find-tag-default): Catch errors in forward-sexp.
9117
9118 2005-02-23 Juri Linkov <juri@jurta.org>
9119
9120 * info.el (Info-isearch-search): New defcustom.
9121 (Info-isearch-search): Call the default isearch function
9122 when Info-isearch-search is nil.
9123 (Info-isearch-wrap): Use variable Info-isearch-search.
9124
9125 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
9126
9127 * cus-edit.el: Comment change.
9128
9129 2005-02-22 Kim F. Storm <storm@cua.dk>
9130
9131 * progmodes/hideif.el (hide-ifdef-use-define-alist):
9132 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
9133
9134 2005-02-22 Simon Josefsson <jas@extundo.com>
9135
9136 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
9137 New variable.
9138 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
9139 Oskarsson" <myrkraverk@users.sourceforget.net>.
9140
9141 2005-02-22 Kim F. Storm <storm@cua.dk>
9142
9143 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
9144 check that window of that event is the selected window.
9145 (mouse-drag-region-1): Compare mouse event window to selected
9146 window before setting point.
9147
9148 * tooltip.el (tooltip-show-help-function): Pass event to
9149 mouse-on-link-p so it can check selected window.
9150
9151 2005-02-22 Kenichi Handa <handa@m17n.org>
9152
9153 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
9154 (ps-mule-show-warning): New function.
9155 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
9156 characters are found.
9157
9158 * ps-print.el (ps-header-footer-string): Return a list of header
9159 and footer strings.
9160
9161 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9162
9163 * pcvs.el (cvs-retrieve-revision): Fix thinko.
9164
9165 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * frame.el (blink-cursor-mode): Use define-minor-mode.
9168
9169 * term/mac-win.el (function-key-map): Use char-names more consistently.
9170 (file-name-coding-system): Only set it for MacOS-9. The other case is
9171 already handled in mule-cmds.el (where it also works when mac-win.el
9172 is not used).
9173
9174 2005-02-21 Kenichi Handa <handa@m17n.org>
9175
9176 * international/mule.el (ctext-pre-write-conversion): Always use
9177 " *code-converting-work*" buffer for work.
9178
9179 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9180
9181 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
9182
9183 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9184
9185 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
9186
9187 * ses.el (undo-more): Restore defadvice, but only the part that
9188 allows changes outside the restricted area of the buffer.
9189
9190 2005-02-20 Kim F. Storm <storm@cua.dk>
9191
9192 * simple.el (line-move): Add fourth optional arg try-vscroll which
9193 must be set to perform auto-window-vscroll.
9194 When moving backwards and doing auto-window-vscroll, automatically
9195 vscroll to the last part of lines which are taller than the window.
9196 (next-line, previous-line): Set try-vscroll arg on line-move.
9197
9198 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
9199
9200 * replace.el (query-replace, query-replace-regexp)
9201 (replace-string, replace-regexp): When operating on region, make
9202 the minibuffer prompt say so.
9203
9204 * isearch.el (isearch-forward): Document isearch-query-replace and
9205 isearch-query-replace-regexp keybindings.
9206
9207 2005-02-19 Jay Belanger <belanger@truman.edu>
9208
9209 * calc/calc-aent.el (math-read-token): Add local variable.
9210
9211 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
9212 (calc-edit-top): Move declaration to earlier in file.
9213 (calc-edit-macro-repeats): Add local variables.
9214
9215 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
9216 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
9217 calcFunc-tanh.
9218 Adjust integration rule for calcFunc-tan.
9219
9220 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9221
9222 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
9223 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
9224 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
9225 (viper-skip-separators): Bug fix.
9226 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
9227 particular major mode.
9228 (viper-del-backward-char-in-replace): Don't put deleted char on the
9229 kill ring.
9230
9231 * viper-ex.el (viper-color-display-p): New function.
9232 (viper-has-face-support-p): Use viper-color-display-p.
9233
9234 * viper-keym.el (viper-gnus-modifier-map): New keymap.
9235
9236 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9237
9238 * viper-util.el (viper-glob-unix-files): Fix shell status check.
9239 (viper-file-remote-p): Make equivalent to file-remote-p.
9240
9241 * viper.el (viper-major-mode-modifier-list):
9242 Use viper-gnus-modifier-map.
9243
9244 2005-02-19 David Kastrup <dak@gnu.org>
9245
9246 * subr.el (subregexp-context-p): Fix garbled doc string by adding
9247 quoting.
9248
9249 2005-02-19 Jay Belanger <belanger@truman.edu>
9250
9251 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
9252 Remove extra definitions.
9253 (calc-coth): New function.
9254 (calcFunc-cot): Fix `let'.
9255
9256 2005-02-19 Eli Zaretskii <eliz@gnu.org>
9257
9258 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9259 the reasons we use "type pc" in these faces.
9260
9261 * button.el (button): Ditto.
9262
9263 2005-02-19 Michael Mauger <mmaug@yahoo.com>
9264
9265 * replace.el (query-replace-read-from): Set the value of
9266 query-replace-from-history-variable to handle the case of an empty
9267 string entered to accept the suggested default.
9268
9269 * net/tramp.el (tramp-file-name-for-operation):
9270 Use dired-call-process instead of dired-call-process-command.
9271
9272 2005-02-19 Jay Belanger <belanger@truman.edu>
9273
9274 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9275 (math-div-non-trig): New variables.
9276 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9277 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9278 (math-combine-prod, math-div-symb-fancy): Add simplifications for
9279 trig expressions.
9280
9281 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
9282
9283 * progmodes/gdb-ui.el (gdb-var-update-handler)
9284 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9285 for watch expressions,
9286 (gdb-var-create-handler): Don't set speedbar-update-flag.
9287 (gdb-post-prompt): Simplify test for speedbar.
9288
9289 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9290
9291 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9292 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
9293 we use the syntax table of the correct buffer.
9294 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
9295 Felix Gatzemeier.
9296
9297 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9298 (ediff-file-remote-p): Make synonymous with file-remote-p.
9299 In all deffaces ediff-*-face-*, use min-colors.
9300
9301 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9302 ediff-recurse-to-subdirectories.
9303 (ediff-mark-if-equal): Check that the arguments are strings, use
9304 ediff-same-contents (after to Felix Gatzemeier).
9305
9306 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
9307 nil.
9308
9309 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9310
9311 * log-view.el (log-view-message-re): Fix up Subversion regexp.
9312
9313 2005-02-18 David Kastrup <dak@gnu.org>
9314
9315 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9316 use `mark-active' when defined.
9317
9318 2005-02-18 Kenichi Handa <handa@m17n.org>
9319
9320 * ps-print.el (ps-font-info-database): New entry
9321 ZapfChancery-MediumItalic with correct font name. Fix font name
9322 of the entry Zapf-Chancery-MediumItalic.
9323
9324 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
9325
9326 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9327
9328 2005-02-16 Kim F. Storm <storm@cua.dk>
9329
9330 * ido.el (ido-fallback-command): Pass user input to fallback command.
9331
9332 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
9333
9334 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9335 (gdb-find-file-hook): Add server prefix.
9336
9337 2005-02-16 Richard M. Stallman <rms@gnu.org>
9338
9339 * replace.el (perform-replace): Pass new args to replace-highlight.
9340 (replace-highlight): Take region args,
9341 and pass them to isearch-lazy-highlight-new-loop.
9342
9343 * novice.el (disabled-command-hook): Autoload the defalias
9344 and the make-obsolete-variable call.
9345
9346 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9347
9348 * isearch.el (isearch-lazy-highlight-start-limit)
9349 (isearch-lazy-highlight-end-limit): New variables limit
9350 the region for highlighting.
9351 (isearch-lazy-highlight-new-loop): New args BEG and END.
9352 (isearch-lazy-highlight-search): Use the new vars.
9353 (isearch-lazy-highlight-update): Likewise.
9354
9355 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9356
9357 * cus-start.el (all): Use default-boundp.
9358
9359 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
9360
9361 * menu-bar.el (menu-bar-select-frame): Handle current frame.
9362
9363 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
9364
9365 * autorevert.el (auto-revert-stop-on-user-input)
9366 (auto-revert-verbose): Doc fixes.
9367
9368 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
9369
9370 * international/mule-cmds.el (set-locale-environment): Remove call
9371 to set-selection-coding-system on Windows.
9372
9373 2005-02-15 Jay Belanger <belanger@truman.edu>
9374
9375 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
9376 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
9377 calcFunc-coth.
9378 (math-simplify-sqrt): Add simplifications.
9379
9380 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9381 to list.
9382
9383 * calc/calc-ext.el: Add functions to autoloads.
9384
9385 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9386 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9387 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9388 (math-csc-raw, math-cot-raw): New functions.
9389
9390 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9391
9392 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9393 the variable name in a message.
9394
9395 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9396 calcFunc-csc, calcFunc-cot.
9397
9398 * calc/calcalg2.el: Add derivative and integration rules for
9399 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9400 calcFunc-csch, calcFunc-coth.
9401 (math-do-integral-methods): Add to checks for when to use
9402 substitutions.
9403
9404 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9405
9406 2005-02-15 Lute Kamstra <lute@gnu.org>
9407
9408 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9409 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
9410 <monnier@iro.umontreal.ca>
9411 (lisp-outline-level): Improve efficiency. Suggested by David
9412 Kastrup <dak@gnu.org>.
9413
9414 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
9415
9416 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9417 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9418 (gdb-set-gud-minor-mode-existing-buffers): New functions.
9419 (gdb-find-file-hook): New hook. Add it to find-file-hook.
9420 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9421
9422 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
9423
9424 * cus-start.el (all): Comment change.
9425
9426 2005-02-14 Lute Kamstra <lute@gnu.org>
9427
9428 * cus-start.el (all): Check if symbol is void.
9429
9430 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
9431
9432 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9433 optional argument to \cite.
9434
9435 2005-02-14 Richard M. Stallman <rms@gnu.org>
9436
9437 * cus-edit.el (custom-buffer-create-internal): Update help message.
9438 (custom-magic-alist): Update help messages.
9439
9440 * cus-start.el (all): Allow a var to specify a standard value.
9441
9442 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
9443
9444 * custom.el (custom-theme-set-variables): Handle variable aliases.
9445
9446 * frame.el (blink-cursor-timer): Doc fix.
9447 (blink-cursor): Make it an alias for `blink-cursor-mode' and
9448 declare obsolete.
9449 (blink-cursor-mode): Define with defcustom and use correct
9450 standard expression in that defcustom.
9451 * startup.el (command-line): Adapt to above changes in frame.el.
9452
9453 2005-02-11 Lute Kamstra <lute@gnu.org>
9454
9455 * apropos.el (apropos-score-doc): Prevent division by zero.
9456
9457 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
9458
9459 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9460 (icalendar--get-event-property-attributes)
9461 (icalendar--get-event-properties)
9462 (icalendar--datetime-to-diary-date): New functions.
9463 (icalendar--split-value): Doc fix.
9464 (icalendar--datetime-to-noneuropean-date)
9465 (icalendar--datetime-to-european-date): New optional argument
9466 SEPARATOR. Return result as a string instead of a list.
9467 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9468 (icalendar--convert-string-for-export): Rename arg S to STRING.
9469 (icalendar-export-region): Doc fix. Change name of error buffer.
9470 Save output buffer.
9471 (icalendar-import-file): Add blank at end of prompt.
9472 (icalendar-import-buffer): Doc fix. Do not switch to error
9473 buffer. Indicate status in return value.
9474 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
9475 buffer. Save output buffer. Handle exception from recurrence
9476 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
9477 events. Fix problems with weekly all-day events.
9478
9479 2005-02-10 Richard M. Stallman <rms@gnu.org>
9480
9481 * simple.el (eval-expression-print-format):
9482 Avoid warning about edebug-active.
9483
9484 * help.el (help-for-help-internal): Rename from help-for-help.
9485 (help-for-help): Define with defalias.
9486
9487 * font-core.el (font-lock-default-function): Use with-no-warnings.
9488
9489 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9490
9491 * custom.el (defface): Doc fix.
9492
9493 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
9494
9495 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9496 width 0" to prevent word wrapping problems.
9497
9498 2005-02-09 Kim F. Storm <storm@cua.dk>
9499
9500 * ido.el (ido-file-extensions-order): New defcustom.
9501 (ido-file-extension-lessp, ido-file-extension-aux)
9502 (ido-file-extension-order): New advanced file ordering.
9503 (ido-file-lessp): New simple file ordering.
9504 (ido-sort-list): Remove.
9505 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9506 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9507
9508 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
9509
9510 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9511 that some versions of grep produce.
9512 (grep-mode-font-lock-keywords): Likewise.
9513
9514 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
9515
9516 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9517 (gdb-cdir): Delete.
9518 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9519 (gdb-source-info): Treat case when source file is in another
9520 directory properly.
9521 (gdb-get-location): New function.
9522
9523 2005-02-07 Jay Belanger <belanger@truman.edu>
9524
9525 * calc/calc-prog.el (calc-write-parse-table-part)
9526 (calc-fix-token-name): Fix a check for language type.
9527
9528 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
9529
9530 2005-02-07 Andre Spiegel <spiegel@gnu.org>
9531
9532 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9533 as directory not writable.
9534
9535 2005-02-07 Kim F. Storm <storm@cua.dk>
9536
9537 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9538 (cua--standard-movement-commands): Remove list.
9539 Instead, set CUA property value to move for movement commands.
9540 (cua-movement-commands): Remove. Users must set CUA prop instead.
9541 (cua--pre-command-handler): Check CUA property.
9542 (cua--init-keymaps): Don't remap undo commands.
9543 (cua-mode): Don't call cua--rectangle-on-off.
9544
9545 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9546 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9547 (cua--rect-undo-set-point): New var.
9548 (cua--rectangle-undo-boundary): Setup undo apply entry.
9549 (cua--rect-undo-handler): New function for rectangle undo.
9550 (cua--rect-start-position, cua--rect-end-position): Add.
9551 (cua--rectangle-post-command): Call cua--rectangle-set-corners
9552 for restored rectangle. Set point if cua--rect-undo-set-point.
9553
9554 2005-02-06 Jay Belanger <belanger@truman.edu>
9555
9556 * calc/calc-lang.el (calc-tex-language): Display more information
9557 in messages.
9558
9559 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9560 in TeX mode.
9561
9562 2005-02-06 Richard M. Stallman <rms@gnu.org>
9563
9564 * emacs-lisp/lisp.el (buffer-end): Doc fix.
9565
9566 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9567
9568 * net/ldap.el (ldap-search-internal): Support attributes with
9569 optional descriptions separated by a semi-colon, as in
9570 "userCertificate;binary".
9571
9572 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9573
9574 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9575 isn't a cons (i.e. the version is 0).
9576
9577 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9578
9579 * help.el (help-for-help): Doc fix.
9580
9581 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
9582
9583 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
9584 GDB-Windows on the menu-bar as this works better.
9585
9586 2005-02-04 Jay Belanger <belanger@truman.edu>
9587
9588 * calc/calc-embed.el (calc-embedded-update): Don't put in
9589 unnecessary newlines. Adjust the end of formula marker.
9590
9591 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9592 (math-latex-parse-two-args): New function.
9593
9594 2005-02-03 Lute Kamstra <lute@gnu.org>
9595
9596 * help-fns.el (help-with-tutorial): Make sure that users cannot
9597 remove the entire text of the tutorial by means of `undo'.
9598
9599 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
9600
9601 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9602 in recent changes, where the ispell process was repeatedly
9603 killed & restarted.
9604
9605 * international/mule-cmds.el (set-locale-environment): Set file-name
9606 coding system to utf-8 on Darwin systems.
9607 (set-default-coding-systems): Don't set default-file-name-coding-system
9608 on Darwin systems.
9609
9610 2005-02-03 Richard M. Stallman <rms@gnu.org>
9611
9612 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9613
9614 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
9615
9616 * faces.el (list-faces-display): Add optional argument.
9617
9618 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * font-core.el (font-lock-default-function): Handle the rare case where
9621 only font-lock-keywords is set.
9622
9623 2005-02-02 Kenichi Handa <handa@m17n.org>
9624
9625 * international/characters.el: Cancel previous change for
9626 I-WITH-DOT-ABOVE and DOTLESS-i.
9627
9628 * international/latin-5.el: Cancel previous change.
9629
9630 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9631
9632 * progmodes/gud.el: Correction to syntax in gud-menu-map.
9633
9634 2005-02-02 Kenichi Handa <handa@m17n.org>
9635
9636 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
9637 DOTLESS-i.
9638
9639 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
9640 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
9641
9642 * case-table.el (get-upcase-table): New function.
9643 (copy-case-table): Copy upcaes table too if non-nil.
9644 (set-case-syntax-delims): Maintain upcase table too.
9645 (set-case-syntax-pair): Likewise.
9646 (set-upcase-syntax, set-downcase-syntax): New functions.
9647 (set-case-syntax): Maintain upcase table too.
9648
9649 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9650
9651 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
9652
9653 * progmodes/gud.el (gud-goto-info): New function.
9654 (gud-tool-bar-map): Use correct icon.
9655
9656 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9657
9658 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9659 When delegating, order args in the funcall correctly.
9660
9661 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9662
9663 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9664
9665 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
9666
9667 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
9668 buffer not visiting a file.
9669
9670 2005-01-31 Jay Belanger <belanger@truman.edu>
9671
9672 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
9673 bound on the line with the formula.
9674
9675 2005-01-31 Kim F. Storm <storm@cua.dk>
9676
9677 * ses.el (ses-create-cell-variable-range)
9678 (ses-destroy-cell-variable-range, ses-reset-header-string)
9679 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
9680 (ses-insert-row): Fix format of apply undo entries.
9681
9682 2005-01-31 Jay Belanger <belanger@truman.edu>
9683
9684 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
9685 parts.
9686
9687 * calc/calc-embed.el (calc-embedded-open-formula)
9688 (calc-embedded-close-formula): Ignore matrix environments.
9689
9690 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
9691 TeX mode.
9692
9693 * calc/calc-lang.el (math-function-table, math-oper-table)
9694 (math-variable-table): Adjust the LaTeX portions.
9695
9696 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
9697 (math-latex-ignore-words): New constant.
9698
9699 2005-01-31 Richard M. Stallman <rms@gnu.org>
9700
9701 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9702 (ispell-local-dictionary): Doc fix.
9703 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9704 Don't reinitialize at run time. Don't defcustom.
9705 All uses changed to append ispell-local-dictionary-alist,
9706 or check it first.
9707 (ispell-current-dictionary): New variable for dictionary in use.
9708 (ispell-dictionary): Now used only for global default.
9709 (ispell-start-process): Set ispell-current-dictionary,
9710 not ispell-dictionary.
9711 (ispell-change-dictionary): Use this only for setting
9712 user preferences.
9713 (ispell-internal-change-dictionary): New function
9714 to change the current dictionary in use.
9715 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9716 Use ispell-current-dictionary.
9717 Handle ispell-local-dictionary-overridden.
9718 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9719
9720 2005-01-31 Jay Belanger <belanger@truman.edu>
9721
9722 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9723
9724 * calc/calc-ext.el: Add calc-latex-language to autoloads.
9725 (calc-mode-map): Add calc-latex-language.
9726
9727 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9728 (math-latex-print-frac): New functions.
9729 (math-oper-table, math-function-table, math-variable-table)
9730 (math-complex-format, math-input-filter): Add latex properties.
9731 (calc-set-language): Set math-expr-special-function-mapping.
9732
9733 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
9734 (calc-write-parse-table-part): Add LaTeX support.
9735
9736 * calc/calc.el (calc-language): Adjust docstring.
9737 (calc-set-mode-line): Add LaTeX support.
9738 (math-expr-special-function-mapping): New variable.
9739 (math-tex-ignore-words): Add to list.
9740
9741 * calc/calccomp.el (math-compose-expr, math-compose-rows):
9742 Add LaTeX support.
9743 (math-compose-expr): Add support for special functions.
9744
9745 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9746
9747 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
9748
9749 * progmodes/gdb-ui.el (gdb-memory-address)
9750 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9751 (gdb-memory-mode-map, gdb-memory-format-keymap)
9752 (gdb-memory-format-menu, gdb-memory-unit-keymap)
9753 (gdb-memory-unit-menu): New variables for a buffer
9754 that lets the user examine program memory.
9755 (gdb-memory-set-address, gdb-memory-set-repeat-count)
9756 (gdb-memory-format-binary, gdb-memory-format-octal)
9757 (gdb-memory-format-unsigned, gdb-memory-format-signed)
9758 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9759 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9760 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9761 (gdb-memory-unit-byte, gdb-memory-unit-menu)
9762 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9763 (gdb-memory-mode, gdb-memory-buffer-name)
9764 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9765 New functions for above buffer.
9766
9767 2005-01-30 Richard M. Stallman <rms@gnu.org>
9768
9769 * cus-edit.el (custom-bury-buffer): Function deleted.
9770 (custom-buffer-done-function): Option deleted.
9771 (custom-buffer-done-kill): New (replacement option.
9772 (Custom-buffer-done): Call quit-window.
9773 (custom-buffer-create-internal): Update for above changes.
9774
9775 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
9776
9777 * simple.el (undo-ask-before-discard): New var.
9778 (undo-outer-limit-truncate): Implement it.
9779 (undo-extra-outer-limit): Doc update.
9780
9781 2005-01-29 Richard M. Stallman <rms@gnu.org>
9782
9783 * ses.el (undo-more): Delete defadvice.
9784 (ses-begin-change): Doc fix.
9785
9786 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9787 instead of rebinding C-x u and C-_.
9788
9789 * files.el (normal-backup-enable-predicate): Return nil for files
9790 in /tmp, regardless of temporary-file-directory.
9791
9792 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9793
9794 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9795 (open-rectangle, delete-whitespace-rectangle-line)
9796 (clear-rectangle-line): If FILL, pass t instead of FILL
9797 for move-to-column's 2nd arg.
9798
9799 * simple.el (undo): Fix the test for continuing a series of undos.
9800 (undo-more): Set pending-undo-list to t when we reach end.
9801 (pending-undo-list): Move up defvar.
9802
9803 * wid-edit.el (widget-button-click):
9804 Shorten the range of the track-mouse binding.
9805
9806 * comint.el (comint-insert-input): Undo previous changes;
9807 use last-input-event in interactive spec.
9808
9809 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9810
9811 * progmodes/compile.el (compilation-start): Bind buffer-read-only
9812 to nil before invoking call-process. Reset buffer's modified flag
9813 after fontifying it in the no-async branch.
9814
9815 * wid-edit.el (widget-specify-button): If mouse pointer shape
9816 cannot be changed, use mouse face instead.
9817
9818 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
9819
9820 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9821 (gdb-goto-breakpoint): Make breakpoint handling work on template
9822 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
9823 (gdb-assembler-custom): Update to recognize breakpoint information
9824 added on 2005-01-19.
9825
9826 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9829 (dsssl-mode): Use define-derived-mode.
9830 (scheme-mode-initialize): Remove.
9831 (scheme-mode): Use run-mode-hooks.
9832
9833 * cus-edit.el (customize-group-other-window)
9834 (custom-buffer-create-other-window): Don't override special-display-*.
9835 (custom-mode-map): Make it dense.
9836
9837 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9838 sets the default value.
9839
9840 2005-01-28 Eli Zaretskii <eliz@gnu.org>
9841
9842 * descr-text.el: Add more keywords.
9843
9844 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9845
9846 * speedbar.el: Avoid unnecessary use of locate-library.
9847
9848 * international/mule-cmds.el (standard-display-european-internal):
9849 Don't fiddle with latin-1 non-break space any more since it's now
9850 special cased in the C code.
9851 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9852
9853 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
9854
9855 * cus-start.el (all): Add `undo-outer-limit'.
9856
9857 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9858
9859 * textmodes/bibtex.el (bibtex-format-entry):
9860 Use `bibtex-empty-field-re' only on the text of fields, not on entire
9861 field lines.
9862 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9863 not on part of a buffer.
9864
9865 2005-01-25 Lute Kamstra <lute@gnu.org>
9866
9867 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9868 nonempty field text strings like "{letters\\macro{}more letters}".
9869 Clarify docstring.
9870 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9871 (bibtex-entry-offset, bibtex-parse-association)
9872 (bibtex-parse-field-name): Fix typos in docstrings.
9873 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9874
9875 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
9876
9877 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9878 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9879 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9880 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9881
9882 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9883 isearch minor mode.
9884
9885 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
9886
9887 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9888
9889 2005-01-24 Lute Kamstra <lute@gnu.org>
9890
9891 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9892 CASECHARS and NOT-CASECHARS regular expressions of the
9893 "nederlands" and "nederlands8" dictionaries to prevent a "Range
9894 striding over charsets" error.
9895
9896 2005-01-24 Jay Belanger <belanger@truman.edu>
9897
9898 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9899 display variable name.
9900
9901 2005-01-24 Kenichi Handa <handa@m17n.org>
9902
9903 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9904 Fix setting of the element of encoded-kbd-iso2022-invocations.
9905
9906 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
9907
9908 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9909 (gdb-threads-select): Change to also accept mouse events.
9910 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9911 (gdb-threads-mouse-select): Delete.
9912
9913 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
9914
9915 * files.el (insert-directory): Take care of empty directory,
9916 listed without -a switch.
9917
9918 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * textmodes/refill.el (refill-post-command-function):
9921 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9922 to the list of functions that we should be careful not to undo.
9923 (refill-late-fill-paragraph-function): Remove.
9924 (refill-saved-state): New var.
9925 (refill-mode): Use it to save fill-paragraph-function.
9926 Save also the value of auto-fill-function.
9927
9928 * term/w32-win.el: Simplify code.
9929
9930 2005-01-23 Kim F. Storm <storm@cua.dk>
9931
9932 * simple.el (line-move): Adapt to new return value from
9933 pos-visible-in-window-p.
9934
9935 * simple.el (line-move): Fix last change. Check partial
9936 visibility at point rather than at window-start.
9937
9938 2005-01-22 Jason Rumney <jasonr@gnu.org>
9939
9940 * term/w32-win.el (xw-defined-colors): Remove debug-message.
9941
9942 2005-01-22 David Kastrup <dak@gnu.org>
9943
9944 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9945
9946 2005-01-22 Eli Zaretskii <eliz@gnu.org>
9947
9948 * type-break.el (type-break-mode): Add a test for
9949 type-break-file-name being non-nil.
9950
9951 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9952
9953 * net/eudc.el (top level): Call (message "") via progn, so that
9954 eudc-options-file is loaded.
9955
9956 2005-01-22 Kim F. Storm <storm@cua.dk>
9957
9958 * simple.el (line-move-1): Rename from line-move.
9959 (line-move): New function that adjusts vscroll for partially
9960 visible rows, and calls line-move-1 otherwise.
9961
9962 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
9963
9964 * pcomplete.el: define pcomplete-read-event instead of read-event,
9965 since it's not a complete read-event implementation
9966
9967 2005-01-20 Jay Belanger <belanger@truman.edu>
9968
9969 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9970 for called function.
9971
9972 2005-01-20 Steven Tamm <steventamm@mac.com>
9973
9974 * term/mac-win.el (process-connection-type): Remove.
9975 Controlled now by s/darwin.h:PTY_ITERATION.
9976
9977 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * window.el (handle-select-window): Don't switch window when we're
9980 in the minibuffer.
9981
9982 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
9983
9984 * subr.el (dotimes-with-progress-reporter): New macro.
9985
9986 * ses.el (ses-dotimes-msg): Remove macro.
9987 Use `dotimes-with-progress-reporter' instead.
9988
9989 2005-01-19 Steven Tamm <steventamm@mac.com>
9990
9991 * term/mac-win.el (process-connection-type): Use new
9992 operating-system-release variable to use ptys on Darwin 7 (OS X
9993 10.3) when using carbon build.
9994
9995 2005-01-19 Jay Belanger <belanger@truman.edu>
9996
9997 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9998 flags if the last command was a tab or M-tab.
9999
10000 * calc/calc-prog.el (calc-user-define-edit): Put original formula
10001 in formula editing buffer.
10002
10003 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10004
10005 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10006 breakpoint image symbol in margin.
10007
10008 2005-01-19 Jay Belanger <belanger@truman.edu>
10009
10010 * calc/calc-prog.el (calc-execute-kbd-macro):
10011 Ignore calc-keep-arg-flag.
10012
10013 2005-01-19 Kenichi Handa <handa@m17n.org>
10014
10015 * textmodes/ispell.el (ispell-looking-at): New function.
10016 (ispell-process-line): Use ispell-looking-at to compare the ispell
10017 output and the buffer contents.
10018
10019 2005-01-18 Jay Belanger <belanger@truman.edu>
10020
10021 * calc/calc.el (calc-display-raw): Fix docstring.
10022
10023 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * simple.el (blink-matching-open): Strip extra info from syntax.
10026
10027 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
10028 funny chars in the end-of-here-doc marker.
10029
10030 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10031
10032 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
10033 that enable/disabled state of breakpoints is shown correctly in
10034 fringe and on ttys.
10035 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
10036 Add breakpoint information as text properties.
10037 (gdb-mouse-toggle-breakpoint):
10038 Rename to gdb-mouse-set-clear-breakpoint.
10039 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
10040 breakpoints in the margin.
10041 (gdb-remove-strings): Simplify.
10042
10043 2005-01-17 Jay Belanger <belanger@truman.edu>
10044
10045 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
10046 erasing buffer.
10047
10048 2005-01-17 Richard M. Stallman <rms@gnu.org>
10049
10050 * progmodes/grep.el (grep-find): Copy from `grep' the condition
10051 for calling grep-compute-defaults.
10052
10053 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
10054 if buffer is empty.
10055
10056 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10057
10058 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * hilit-chg.el (highlight-changes-mode): Don't autoload.
10061
10062 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
10063 non-preloaded variables.
10064
10065 2005-01-17 Steven Tamm <steventamm@mac.com>
10066
10067 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
10068 tex-shell cause to force interactivity when using pipes.
10069
10070 2005-01-17 Kim F. Storm <storm@cua.dk>
10071
10072 * simple.el (just-one-space): Make arg optional.
10073
10074 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
10075
10076 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
10077 posn-at-x-y to t to access left-margin.
10078
10079 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10080
10081 Sync with Tramp 2.0.47.
10082
10083 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
10084 catching keep-date problems in cp/scp operations.
10085 (tramp-handle-copy-file): Don't call `set-file-modes'
10086 unconditionally. Specialized functions should know better what is
10087 necessary. This improves performance a little bit, and the
10088 functions could catch errors with `cp -p' and `scp -p'.
10089 (tramp-do-copy-or-rename-file-via-buffer)
10090 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
10091 when appropriate.
10092 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
10093 Call `set-file-modes' when appropriate.
10094 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
10095 Johnsson <isak@hypergene.com>
10096 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
10097 of both Tramp buffer and debug buffer. Reported by Joakim Verona
10098 <joakim@verona.se>
10099 (tramp-file-name-for-operation): Mark `shell-command' as magic for
10100 Emacs only.
10101
10102 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
10103 `find-file-hooks' and `dired-mode-hook'.
10104 (tramp-minor-mode-map): Respective map. Add remapping for
10105 `compile' and `recompile'.
10106 (tramp-remap-command, tramp-recompile): New defuns.
10107 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
10108 in buffer "*Compilation*". Call the commands asynchronously.
10109
10110 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
10111 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
10112 `shell-command', because it isn't magic in XEmacs. Reported by
10113 Adrian Aichner <adrian@xemacs.org>.
10114
10115 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10116 `substitute-in-file-name.
10117 (tramp-smb-handle-substitute-in-file-name): New defun.
10118 (tramp-smb-advice-PC-do-completion): Delete advice.
10119
10120 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
10121
10122 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
10123 Fix error in deleting region.
10124
10125 2005-01-15 Richard M. Stallman <rms@gnu.org>
10126
10127 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
10128 In non-temp buffer, switch syntax table temporarily.
10129
10130 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
10131
10132 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
10133
10134 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
10135
10136 * imenu.el (imenu--split-menu): Copy menulist before sorting.
10137 (imenu--generic-function): Use START, not BEG, as pos of definition.
10138
10139 * simple.el (just-one-space): Argument specifies number of spaces.
10140
10141 * simple.el (eval-expression-print-format): Avoid warning
10142 about edebug-active.
10143
10144 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
10145
10146 * progmodes/sh-script.el: Code copied from make-mode.el
10147 with small changes,
10148 (sh-mode-map): Bind C-c C-\.
10149 (sh-backslash-column, sh-backslash-align): New variables.
10150 (sh-backslash-region, sh-append-backslash): New functions.
10151
10152 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
10153
10154 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
10155 (rmail-pop-password, rmail-pop-password-required): Move to
10156 rmail-obsolete group.
10157 (rmail-set-pop-password): Rename to rmail-set-remote-password.
10158 All callers updated.
10159 (rmail-get-pop-password): Rename to rmail-get-remote-password.
10160 Take an argument specifying whether it is POP or IMAP mailbox we
10161 are using. All callers updated.
10162 (rmail-pop-password-error): Rename to
10163 rmail-remote-password-error. Added mailutils-specific error message.
10164 (rmail-movemail-search-path)
10165 (rmail-movemail-variant-in-use): New variables.
10166 (rmail-remote-password, rmail-remote-password-required):
10167 New customization variables.
10168 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
10169 (rmail-parse-url): New function.
10170 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
10171 with GNU mailutils movemail.
10172
10173 2005-01-15 Kevin Ryde <user42@zip.com.au>
10174
10175 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10176 suffix to space, $ or '$, to correctly position point when going
10177 to @table style constants like DBL_MAX.
10178
10179 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10180
10181 * type-break.el (type-break-mode, type-break-file-time)
10182 (type-break-file-keystroke-count, type-break-choose-file):
10183 Don't store data in or load data from the file if type-break-file-name
10184 is nil.
10185 (type-break-file-name): Doc update as per the above.
10186
10187 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
10188
10189 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10190 lookup-key might return nil; handle that.
10191
10192 2005-01-15 Alan Mackenzie <acm@muc.de>
10193
10194 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
10195 rather than the element found, thus enabling the tree to be setcar'd.
10196
10197 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10198
10199 * textmodes/org.el (org-show-following-heading): New option.
10200 (org-show-hierarchy-above): Use `org-show-following-heading'.
10201 (org-cycle): Documentation fix.
10202
10203 * textmodes/org.el (orgtbl-optimized): New option
10204 (orgtbl-mode): New command, a minor mode.
10205 (orgtbl-mode-map): New variable.
10206 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10207 (orgtbl-error, orgtbl-self-insert-command)
10208 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10209
10210 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
10211 a local variable in each org-mode buffer.
10212
10213 * textmodes/org.el (org-set-regexps-and-options): Rename from
10214 `org-set-regexps'. Added checking for STARTUP keyword.
10215 (org-get-current-options): Add STARTUP options.
10216 (org-table-insert-row): Make mode intelligent about when
10217 realignment is needed.
10218 (org-self-insert-command, org-delete-backward-char, org-delete-char):
10219 New commands.
10220 (org-enable-table-editor): New default value `optimized'.
10221 (org-table-blank-field): Support blanking regions if active.
10222
10223 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10224
10225 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10226 if the year is not given.
10227
10228 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10229 Add new escapes %m and %M, fixed bug with %F by adding
10230 save-match-data.
10231 (reftex-reference): Remove ?. from list of spaces.
10232 (reftex-label-info): Add automatic label prefix recognition.
10233
10234 * textmodes/reftex-index.el (reftex-index-next-phrase):
10235 Add slave parameter to call of `reftex-index-this-phrase'.
10236 (reftex-index-this-phrase): New optional argument.
10237 (reftex-index-region-phrases): Add slave parameter to call of
10238 `reftex-index-this-phrase'.
10239 (reftex-display-index): New argument redo.
10240 (reftex-index-rescan): Add 'redo to arguments of
10241 `reftex-display-index'.
10242 (reftex-index-Rescan, reftex-index-revert)
10243 (reftex-index-switch-index-tag): Add 'redo to arguments of
10244 `reftex-display-index'.
10245 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10246 indexing. Fix bug with matching is there is a quote before or
10247 after the word.
10248
10249 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10250 Fix bug when collecting citation keys in lines with comments.
10251 (reftex-citation): Prefix argument no longer rescans the document,
10252 but forces prompting for optional arguments of cite macros.
10253 (reftex-do-citation): Prompting for optional arguments implemented.
10254
10255 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10256 Add optional arguments to most cite commands.
10257 (reftex-cite-cleanup-optional-args): New option
10258 (reftex-cite-prompt-optional-args): New option.
10259 (reftex-trust-label-prefix): New option.
10260
10261 * textmodes/reftex-toc.el (reftex-toc-find-section):
10262 Add push-mark before changing the position in the buffer.
10263
10264 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10265 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
10266
10267 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
10268
10269 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10270 more carefully.
10271
10272 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10273
10274 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10275 (sgml-mode): Use it.
10276 (sgml-get-context): Better keep track of implicitly closed tags.
10277
10278 2005-01-13 Kenichi Handa <handa@m17n.org>
10279
10280 * textmodes/ispell.el: These changes are to fix misalignment error
10281 caused by equivalent characters of different Emacs charsets.
10282 (ispell-unified-chars-table): New variable.
10283 (ispell-get-decoded-string): New function.
10284 (ispell-get-casechars, ispell-get-not-casechars)
10285 (ispell-get-otherchars): Call ispell-get-decoded-string.
10286
10287 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10288
10289 * custom.el (custom-declare-variable): Just put symbol instead
10290 of (defvar . symbol) in `current-load-list'.
10291
10292 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10293
10294 * emacs-lisp/elint.el: Fixed typo in Commentary section.
10295
10296 2005-01-12 Jay Belanger <belanger@truman.edu>
10297
10298 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10299 to create a Calc summary.
10300
10301 2005-01-12 Kim F. Storm <storm@cua.dk>
10302
10303 * mouse.el (mouse-on-link-p): Change functionality and doc
10304 string to comply with latest description in lisp ref.
10305
10306 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
10307
10308 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10309 Enable mouse clicks on mode-line, header-line and margin.
10310 (event-type): Give mouse event symbols an 'event-kind property
10311 with value 'mouse-click.
10312
10313 2005-01-12 Juri Linkov <juri@jurta.org>
10314
10315 * facemenu.el (list-colors-display): Add new arg buffer-name.
10316 Use it. Fix docstring. Replace code for identifying duplicate
10317 colors by the name with call to `list-colors-duplicates' which
10318 identifies duplicate colors by the value unless the color
10319 is one of special Windows colors. Set truncate-lines to t.
10320 Print sorted duplicate color names on each line. Indent to 22
10321 \(the longest color name in rgb.txt) instead of 20. Optimize.
10322 (list-colors-duplicates): New function.
10323 (facemenu-color-name-equal): Delete function.
10324
10325 * facemenu.el (list-colors-print): New function created from code
10326 in list-colors-display. Print #RRGGBB at the window right edge.
10327 (list-colors-display): When temp-buffer-show-function is not
10328 defined, call list-colors-print from temp-buffer-show-hook
10329 to get the right value of window-width in list-colors-print
10330 after the buffer is displayed.
10331
10332 * simple.el (pop-mark): Move deactivate-mark out of conditional
10333 part to deactivate the active mark regardless of the state of the
10334 mark ring.
10335
10336 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10337 variables line in desktop files.
10338
10339 2005-01-12 Juri Linkov <juri@jurta.org>
10340
10341 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10342 Bring together isearch highlight related options.
10343 (lazy-highlight): Replace group `replace' by `matching'.
10344 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10345 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10346 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10347 and declare them obsolete.
10348 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10349 (isearch-faces): Remove defgroup.
10350 (isearch-overlay, isearch-highlight, isearch-dehighlight):
10351 Move isearch highlighting code closer to lazy highlighting code.
10352
10353 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10354 (query-replace-highlight, query-replace-lazy-highlight)
10355 (query-replace): Move definitions to the beginning of the file.
10356
10357 2005-01-11 Juri Linkov <juri@jurta.org>
10358
10359 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10360 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
10361 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10362
10363 * info.el (Info-history-forward): New variable.
10364 (Info-select-node): Reset Info-history-forward to nil.
10365 (Info-last): Turn into defalias.
10366 (Info-history-back): Rename from Info-last.
10367 Add current node to Info-history-forward.
10368 (Info-history-forward): New fun.
10369 (Info-mode-map): Replace Info-last by Info-history-back.
10370 Bind Info-history-forward to "r".
10371 (Info-mode-menu): Replace Info-last by Info-history-back.
10372 Fix menu item text. Add menu item for Info-history-forward.
10373 (info-tool-bar-map): Replace Info-last by Info-history-back.
10374 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
10375 for Info-history-forward.
10376 (Info-mode): Replace Info-last by Info-history-back in docstring.
10377 Add local variable Info-history-forward.
10378 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10379
10380 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10383 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10384 Ignore select-window events rather than fiddle with
10385 mouse-autoselect-window.
10386
10387 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
10388
10389 * type-break.el (type-break-mode): Fix previous change.
10390
10391 2005-01-10 Jay Belanger <belanger@truman.edu>
10392
10393 * calc/calc-ext.el (calc-reset): Reset when inside embedded
10394 calculator; only reset when point is inside a calculator.
10395 Don't adjust the window height if the window takes up the whole height
10396 of the frame.
10397
10398 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10399
10400 * ebuff-menu.el (Electric-buffer-menu-mode):
10401 Preserve value of buffer-local var header-line-format.
10402
10403 2005-01-09 Jay Belanger <belanger@truman.edu>
10404
10405 * calc/calc.el (calc-mode-var-list-restore-saved-values):
10406 Make sure settings file exists before accessing it.
10407
10408 * calc/calc-embed.el (calc-embedded-subst):
10409 Replace math-multi-subst-rec, which is only supposed to be called
10410 by math-multi-subst, by math-multi-subst.
10411
10412 2005-01-09 Andre Spiegel <spiegel@gnu.org>
10413
10414 * vc.el (vc-allow-async-revert): New user option.
10415 (vc-disable-async-diff): New internal variable.
10416 (vc-revert-buffer): Use them to disable asynchronous diff.
10417
10418 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10419 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
10420 asynchronously if vc-disable-async-diff is t.
10421
10422 2005-01-09 Jay Belanger <belanger@truman.edu>
10423
10424 * calc/calc.el (defcalcmodevar): New macro.
10425 (calc-mode-var-list-restore-default-values)
10426 (calc-mode-var-list-restore-saved-values): New functions.
10427 (calc-mode-var-list): Use defcalcmodevar to define it.
10428 (calc-always-load-extensions, calc-line-numbering)
10429 (calc-line-breaking, calc-display-just, calc-display-origin)
10430 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10431 (calc-group-char, calc-point-char, calc-frac-format)
10432 (calc-prefer-frac, calc-hms-format, calc-date-format)
10433 (calc-float-format, calc-full-float-format, calc-complex-format)
10434 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10435 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10436 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10437 (calc-matrix-brackets, calc-language, calc-language-option)
10438 (calc-left-label, calc-right-label, calc-word-size)
10439 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10440 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10441 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10442 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10443 (calc-window-height, calc-display-trail, calc-show-selections)
10444 (calc-use-selections, calc-assoc-selections)
10445 (calc-display-working-message, calc-auto-why, calc-timing)
10446 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10447 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10448 (calc-gnuplot-default-device, calc-gnuplot-default-output)
10449 (calc-gnuplot-print-device, calc-gnuplot-print-output)
10450 (calc-gnuplot-geometry, calc-graph-default-resolution)
10451 (calc-graph-default-resolution-3d, calc-invocation-macro)
10452 (calc-show-banner): Use defcalcmodevar to declare them and set
10453 their default values.
10454
10455 * calc/calc-ext.el (calc-reset): Restore saved values of variables
10456 instead of default values (but restore default values if there is
10457 an argument of 0).
10458
10459 2005-01-09 David Kastrup <dak@gnu.org>
10460
10461 * desktop.el (desktop-restore-eager): Fix typo in type.
10462
10463 2005-01-08 Richard M. Stallman <rms@gnu.org>
10464
10465 * cus-edit.el (customize): Delete :link.
10466
10467 2005-01-08 Jay Belanger <belanger@truman.edu>
10468
10469 * calc/calc.el (calc-mode): Remove the extension from the
10470 `calc-settings-file' file name when loading it.
10471
10472 2005-01-08 Kim F. Storm <storm@cua.dk>
10473
10474 * info.el (Info-mode-map, Info-next-link-keymap)
10475 (Info-prev-link-keymap, Info-up-link-keymap):
10476 Map follow-link to mouse-face.
10477 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10478
10479 2005-01-08 Jay Belanger <belanger@truman.edu>
10480
10481 * calc/calc.el (calc-settings-file): Change default value.
10482 Suggested by cgw in a comment in calc-mode.el.
10483
10484 * calc/calc-mode.el (calc-settings-file-name):
10485 Compare calc-settings-file to user-init-file instead of ~/.emacs.
10486 Replace ~/.emacs in a prompt by calc-settings-file.
10487
10488 2005-01-07 Lars Hansen <larsh@math.ku.dk>
10489
10490 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10491 (desktop-lazy-idle-delay): New customizable variables.
10492 (desktop-buffer-args-list): New variable.
10493 (desktop-append-buffer-args): New function.
10494 (desktop-save): Call desktop-append-buffer-args for some buffers.
10495 (desktop-lazy-create-buffer): New function.
10496 (desktop-idle-create-buffers): New function.
10497 (desktop-read): Add message about buffers to restore lazily.
10498 (desktop-lazy-abort): New command.
10499 (desktop-clear): Call desktop-lazy-abort.
10500 (desktop-lazy-complete): New command.
10501
10502 2005-01-06 Richard M. Stallman <rms@gnu.org>
10503
10504 * emacs-lisp/find-func.el (find-face-definition):
10505 Rename from find-face.
10506
10507 2005-01-06 Kim F. Storm <storm@cua.dk>
10508
10509 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10510
10511 * man.el (Man-xref-man-page, Man-xref-header-file)
10512 (Man-xref-normal-file): Add follow-link property.
10513
10514 2005-01-06 Jay Belanger <belanger@truman.edu>
10515
10516 * calc/calc-units.el: Make sure the proper macro definitions are
10517 available when compiling.
10518
10519 2005-01-06 Juri Linkov <juri@jurta.org>
10520
10521 * isearch.el (isearch-lazy-highlight-update):
10522 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
10523
10524 2005-01-06 Miles Bader <miles@gnu.org>
10525
10526 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
10527 (isearch-lazy-highlight-face): Use new name.
10528
10529 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * uniquify.el (uniquify-rationalize-file-buffer-names):
10532 Re-add an interactive spec.
10533 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10534 to the same name.
10535
10536 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10537 (isearch-update, isearch-done): Adjust calls accordingly.
10538
10539 2005-01-05 Richard M. Stallman <rms@gnu.org>
10540
10541 * custom.el (custom-set-variables, custom-theme-set-variables):
10542 Clarify documentation.
10543
10544 * emacs-lisp/find-func.el (find-variable)
10545 (find-variable-other-window, find-variable-other-frame):
10546 Fix the TYPE args to find-function-read and find-function-do-it.
10547 (find-function): Doc fix.
10548 (find-function-at-point): Replace function-at-point alias.
10549
10550 2005-01-04 Richard M. Stallman <rms@gnu.org>
10551
10552 * cus-face.el (custom-declare-face):
10553 Record defface in current-load-list.
10554
10555 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10556
10557 * emacs-lisp/find-func.el: Doc fixes.
10558 (find-face-regexp): New variable.
10559 (find-function-regexp-alist): New variable.
10560 (find-function-C-source): Third arg is now TYPE.
10561 (find-function-search-for-symbol): Handle general TYPE.
10562 (find-function-read, find-function-do-it): Handle general TYPE.
10563 (find-definition-noselect, find-face): New functions.
10564 (function-at-point): Alias deleted.
10565
10566 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10567
10568 * battery.el (display-battery-mode): Rename from display-battery.
10569 Handle the case where it gets turned off.
10570
10571 2005-01-04 Richard M. Stallman <rms@gnu.org>
10572
10573 * cus-edit.el (customize): Make :link point to user doc.
10574
10575 * man.el (Man-fontify-manpage): Turn off undo generation.
10576
10577 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10578
10579 2005-01-04 Andreas Schwab <schwab@suse.de>
10580
10581 * files.el (insert-directory): Only look for error lines in
10582 inserted text. Don't move too far after processing --dired markers.
10583
10584 2005-01-04 Richard M. Stallman <rms@gnu.org>
10585
10586 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10587 Don't expand if the character is @, period, dash, etc.
10588 (define-mail-abbrev): Quote names that contain problem characters.
10589
10590 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
10591
10592 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10593
10594 2005-01-03 Richard M. Stallman <rms@gnu.org>
10595
10596 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10597 (query-replace-highlight, query-replace-lazy-highlight)
10598 (query-replace): Definitions moved up. Doc fix.
10599
10600 2005-01-03 Richard M. Stallman <rms@gnu.org>
10601
10602 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10603 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10604 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10605 (lazy-highlight-face): Rename from isearch-lazy-...
10606 Change all references to them.
10607
10608 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
10609
10610 * cus-edit.el (custom-file): Doc fix for defcustom.
10611 (custom-file): The function no longer sets the variable
10612 `custom-file' to its return value.
10613
10614 * startup.el (command-line): No longer load `custom-file'.
10615
10616 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10619
10620 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10621 Don't confuse module-prefixed identifiers for labels.
10622 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10623
10624 2005-01-02 Richard M. Stallman <rms@gnu.org>
10625
10626 * files.el (basic-save-buffer-1): Fix previous change.
10627
10628 * loadhist.el (file-loadhist-lookup): New function.
10629 (file-provides, file-requires): Use it.
10630
10631 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
10632 instead of calculating the right size.
10633
10634 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10635
10636 * vc-svn.el (vc-svn-diff): Stay local if possible.
10637
10638 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
10639
10640 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
10641
10642 * files.el (hack-local-variables): Fix last change.
10643
10644 2005-01-02 Jay Belanger <belanger@truman.edu>
10645
10646 * calc/calc-yank.el (calc-edit-top): New variable.
10647 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10648 object. Change header properties.
10649 (calc-edit-finish, calc-edit-finish-stack-object)
10650 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10651 edited object.
10652 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10653 for the beginning of the edited object.
10654 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10655 for the beginning of the edited object.
10656 * calc/calc-prog.el (calc-edit-macro-finish-edit)
10657 (calc-finish-formula-edit, calc-macro-repeats)
10658 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10659 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10660 beginning of the edited object.
10661 (calc-user-define-edit): Change the header for editing macros.
10662 Remove unnecessary variable.
10663
10664 2005-01-01 Jay Belanger <belanger@truman.edu>
10665
10666 * calc/calc-yank.el (calc-edit-mode): Change default header.
10667 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
10668 * calc/calc-store.el (calc-edit-variable): Change title to match new
10669 header.
10670 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
10671 mode to match new header.
10672 (calc-user-define-edit): Change titles to include names of commands.
10673 (calc-finish-formula-edit): Adjust to handle new header.
10674 (calc-finish-macro-edit): Remove.
10675 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
10676 (calc-edit-macro-command, calc-edit-macro-command-type)
10677 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
10678 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
10679 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
10680 (calc-edit-macro-finish-edit): New functions.
10681 (calc-user-define-edit): Use new functions to edit named calc macros.
10682
10683 2005-01-01 Stefan <monnier@iro.umontreal.ca>
10684
10685 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
10686
10687 * ses.el (copy-region-as-kill): Deactivate mark.
10688
10689 2005-01-01 Richard M. Stallman <rms@gnu.org>
10690
10691 * replace.el (occur-1): If the output buffer is also an input,
10692 don't kill it, rename it.
10693
10694 * faces.el (set-face-background, set-face-foreground): Doc fix.
10695
10696 * cus-face.el (custom-face-attributes): Fix :help-echo strings
10697 for :foreground and :background.
10698
10699 * dired.el (dired-view-command-alist): Variable deleted.
10700 (dired-view-file, dired-mouse-find-file-other-window):
10701 Delete the code to use it.
10702
10703 2005-01-01 Kim F. Storm <storm@cua.dk>
10704
10705 * image.el (insert-sliced-image): Use t for line-height property.
10706
10707 2004-12-31 Jay Belanger <belanger@truman.edu>
10708
10709 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
10710 for "var-" at the beginning of the minibuffer.
10711
10712 2004-12-31 Richard M. Stallman <rms@gnu.org>
10713
10714 * faces.el (read-face-name):
10715 Don't treat an attribute spec as a list of faces.
10716
10717 * simple.el (undo): Use undo-equiv-table to detect
10718 unexpected changes since previous undo.
10719 (undo-list-saved): Variable deleted.
10720 (buffer-disable-undo): Don't alter undo-list-saved.
10721
10722 * files.el (require-final-newline): Allow `visit' and `visit-save'.
10723 (mode-require-final-newline): New option.
10724 (after-find-file): Handle require-final-newline with new values.
10725 (basic-save-buffer): Handle new values of require-final-newline.
10726
10727 * progmodes/sh-script.el (sh-require-final-newline):
10728 Alist value now controls whether to use mode-require-final-newline.
10729 (sh-set-shell): Implement that new meaning.
10730
10731 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10732 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10733 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10734 Delete old-Emacs compatibility code.
10735 (antlr-c-common-init): Function deleted.
10736
10737 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10738 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10739 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10740 * progmodes/python.el (python-mode): Use mode-require-final-newline.
10741 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10742 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10743 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10744 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10745 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10746 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10747 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10748 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10749 * progmodes/cfengine.el (cfengine-mode): Use
10750 mode-require-final-newline.
10751 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10752 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10753 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10754
10755 2004-12-31 Jay Belanger <belanger@truman.edu>
10756
10757 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10758 way to return to Calc.
10759
10760 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10761 finish, C-xk as the way to cancel the edit. Add cancel routine to
10762 kill-buffer-hook.
10763
10764 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10765 MacEdit code.
10766
10767 * calc/calc-prog.el: Remove obsolete MacEdit code.
10768 (calc-macro-edit-algebraic, calc-macro-edit-variable)
10769 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10770
10771 2004-12-31 Kenichi Handa <handa@m17n.org>
10772
10773 * international/mule.el (buffer-file-coding-system-explicit):
10774 Rename for explicit-buffer-file-coding-system.
10775 (after-insert-file-set-coding): Adjust for the above change.
10776
10777 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10778 to buffer-file-coding-system-explicit.
10779 (basic-save-buffer-1): Likewise.
10780
10781 2004-12-30 Richard M. Stallman <rms@gnu.org>
10782
10783 * textmodes/artist.el (artist-butlast-fn): Var deleted.
10784 (artist-butlast, artist-last): Functions deleted.
10785 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10786 (artist-compute-key-compl-table): Call remq directly.
10787 (artist-remove-nulls): Function deleted.
10788 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10789 (artist-push, artist-pop): Macro deleted.
10790
10791 2004-12-30 Andreas Leue <al@sphenon.de>
10792
10793 * textmodes/artist.el (artist-version): 1.2.6
10794 (artist-prev-next-op-alist): New variable.
10795 (artist-select-next-op-in-list): New function.
10796 (artist-select-prev-op-in-list): New function.
10797 (artist-make-prev-next-op-alist): New function.
10798 (artist-is-in-op-list-p): New function.
10799 (artist-get-first-non-nil-op): New function.
10800 (artist-get-last-non-nil-op): New function.
10801 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10802 artist-prev-next-op-alist.
10803 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10804 change drawing operation.
10805
10806 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
10807
10808 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10809
10810 2004-12-31 Masatake YAMATO <jet@gyve.org>
10811
10812 * server.el (server-process-filter): Suppress `error', too.
10813
10814 2004-12-30 Jay Belanger <belanger@truman.edu>
10815
10816 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10817 Change the way a variable is displayed in a message.
10818
10819 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10820 (calc-user-define-permanent, calc-execute-kbd-macro):
10821 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10822
10823 2004-12-30 Kenichi Handa <handa@m17n.org>
10824
10825 * files.el (basic-save-buffer-1):
10826 Set explicit-buffer-file-coding-system to last-coding-system-used.
10827 (revert-buffer): Pay attention to
10828 explicit-buffer-file-coding-system (not buffer-file-coding-system)
10829 on bind coding-system-for-read.
10830
10831 * international/mule.el (explicit-buffer-file-coding-system):
10832 New buffer local variable.
10833 (after-insert-file-set-coding): Set it to coding-system-for-read.
10834
10835 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
10836
10837 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10838
10839 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
10840
10841 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10842 that include line numbers.
10843
10844 2004-12-29 Milan Zamazal <pdm@zamazal.org>
10845
10846 * files.el (hack-local-variables): If no PREFIX, set it to "^".
10847 Redundant variable PREFIXLEN removed.
10848
10849 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
10850
10851 * eshell/em-hist.el (eshell-previous-matching-input):
10852 Start the deletion from the end of the output.
10853
10854 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10855
10856 * term/mac-win.el: Require x-dnd.
10857 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
10858
10859 2004-12-29 David Kastrup <dak@gnu.org>
10860
10861 * international/mule.el (decode-coding-inserted-region):
10862 Don't barf if `buffer-undo-list' is already set to `t'.
10863
10864 2004-12-29 Jay Belanger <belanger@truman.edu>
10865
10866 * calc/calc-prog.el (calc-user-define-formula): Put default values
10867 for function names in prompts.
10868 (calc-user-define-permanent, calc-user-define-composition)
10869 (calc-user-define-formula): Remove the need for "calcFunc-" in the
10870 default input for algebraic functions.
10871
10872 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
10873
10874 * vc-rcs.el (vc-rcs-annotate-command):
10875 Fix omission bug: Call `vc-setup-buffer'.
10876
10877 2004-12-29 Kenichi Handa <handa@m17n.org>
10878
10879 * international/mule.el (recode-region): New function.
10880
10881 2004-12-28 Richard M. Stallman <rms@gnu.org>
10882
10883 * simple.el (undo-extra-outer-limit): New variable.
10884 (undo-outer-limit-truncate): Test and set it.
10885
10886 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10887 enables the feature to extend the existing region.
10888
10889 * simple.el (mark-word): New arg ALLOW-EXTEND
10890 enables the feature to extend the existing region.
10891
10892 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10893 enables the feature to extend the existing region.
10894
10895 * startup.el (site-run-file): Don't allow setting it with Custom.
10896
10897 * simple.el (buffer-disable-undo): Fix previous change.
10898
10899 2004-12-27 Masatake YAMATO <jet@gyve.org>
10900
10901 * hexl.el (hexlify-buffer): Remove fontification here.
10902 Use font lock mechanism instead.
10903 (hexl-font-lock-keywords): New font lock kewords.
10904 (hexl-mode-old-font-lock-keywords): New variable.
10905 (hexl-mode): Store the old font lock keywords.
10906 (hexl-mode-exit): Restore the old font lock keywords.
10907
10908 2004-12-27 Richard M. Stallman <rms@gnu.org>
10909
10910 * simple.el (undo): Fix previous change.
10911
10912 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10913
10914 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
10915 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10916 Call x-open-connection on Mac OS X.
10917
10918 2004-12-27 Richard M. Stallman <rms@gnu.org>
10919
10920 * files.el (buffer-save-without-query): New var (buffer-local).
10921 (save-some-buffers): Save those buffers first, w/o asking.
10922
10923 * files.el (insert-directory-ls-version): New variable.
10924 (insert-directory): When ls returns an error, test the version
10925 number to decide what the return code means.
10926 With --dired output format, detect and distinguish lines
10927 that are really error messages.
10928 (insert-directory-adj-pos): New function.
10929
10930 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10931
10932 * battery.el (battery-mode-line-format): Remove initial spaces.
10933
10934 * uniquify.el (uniquify-rationalize-file-buffer-names):
10935 Delete interactive spec.
10936
10937 * type-break.el (type-break-mode): Set buffer-save-without-query.
10938 Remove code that tried to set save-some-buffers-always.
10939 (type-break-file-keystroke-count): Bind deactivate-mark.
10940
10941 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10942
10943 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10944 Test that the buffer is live, and maybe reject current buffer too.
10945 Clarify.
10946 (next-error-find-buffer): Rewrite for clarity.
10947
10948 * loadup.el: Don't use buffer-disable-undo; do it directly.
10949
10950 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10951 (describe-variable): Call symbol-file with `defvar'.
10952
10953 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10954 (symbol-file): Rewritten to handle new load-history format.
10955 Now takes an arg TYPE to specify looking for a particular
10956 type of definition only.
10957
10958 * emacs-lisp/debug.el (debugger-make-xrefs):
10959 Call symbol-file with `defun'.
10960
10961 * emacs-lisp/find-func.el (find-function-noselect):
10962 Call symbol-file with `defun'.
10963 (find-variable-noselect): Call symbol-file with `defvar'.
10964
10965 * eshell/esh-cmd.el (eshell-find-alias-function):
10966 Call symbol-file with `defun'.
10967
10968 * eshell/esh-test.el (eshell-test-goto-func):
10969 Call symbol-file with `defun'.
10970
10971 * mail/rmail.el (rmail-resend):
10972 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10973
10974 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10975
10976 * progmodes/compile.el (compilation-find-buffer): Rename arg.
10977
10978 * textmodes/texinfmt.el (texinfo-format-buffer-1):
10979 Call buffer-disable-undo.
10980
10981 * simple.el (undo-list-saved): New variable (buffer-local).
10982 (undo): Set and test it.
10983 (buffer-disable-undo): Move here from buffer.c.
10984 Clear out undo-list-saved.
10985
10986 * international/mule.el (decode-coding-inserted-region):
10987 Set buffer-undo-list in a correct and optimal way.
10988
10989 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10990 (cperl-font-lock-unfontify-region-function): No need to save and
10991 restore info, since font-lock.el does it for us.
10992
10993 * ansi-color.el (save-buffer-state): Definition deleted.
10994 (ansi-color-unfontify-region): Don't use save-buffer-state.
10995
10996 2004-12-27 Dave Love <fx@gnu.org>
10997
10998 * wid-edit.el (function): Use restricted-sexp as parent.
10999
11000 2004-12-27 Kevin Ryde <user42@zip.com.au>
11001
11002 * simple.el (next-matching-history-element): Use same
11003 `interactive' form as previous-matching-history-element.
11004
11005 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
11006 it can appear unencoded and has been seen from yahoo.
11007
11008 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
11009
11010 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
11011 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
11012
11013 2004-12-27 Kenichi Handa <handa@m17n.org>
11014
11015 * international/utf-8.el (utf-translate-cjk-load-tables):
11016 Bind coding-system-for-read to nil while loading subst-*.
11017
11018 2004-12-26 Jay Belanger <belanger@truman.edu>
11019
11020 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
11021 default input.
11022
11023 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
11024
11025 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
11026 before reverting and disable undo recording while reverting.
11027
11028 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
11029
11030 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
11031 (hs-make-overlay): New function.
11032 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
11033 (hs-flag-region): Delete function.
11034 (hs-hide-comment-region): No longer use `hs-flag-region'.
11035 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
11036 (hs-hide-block-at-point): Likewise.
11037 (hs-hide-level-recursive): Use `hs-discard-overlays'.
11038 (hs-hide-all, hs-show-all): Likewise.
11039 (hs-show-block): Likewise.
11040 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
11041
11042 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
11043
11044 * progmodes/hideshow.el: Require `cl' when compiling.
11045 Remove XEmacs and Emacs 19 compatibility.
11046 Use `dolist' and `add-to-list' for load-time actions.
11047 (hs-discard-overlays): Use `dolist'.
11048 (hs-show-block): Likewise.
11049
11050 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
11051
11052 * faces.el (mode-line, mode-line-inactive): Use min-colors.
11053
11054 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
11055
11056 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
11057 When extending backwards, move outside the current comment first.
11058
11059 2004-12-22 Kenichi Handa <handa@m17n.org>
11060
11061 * international/quail.el (quail-start-translation): Fix prompt
11062 string for the case if input-method-use-echo-area being non-nil.
11063 (quail-start-conversion): Likewise.
11064 (quail-show-guidance): Don't show guidance if
11065 input-method-use-echo-area is non-nil.
11066
11067 2004-12-21 Richard M. Stallman <rms@gnu.org>
11068
11069 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
11070
11071 2004-12-21 Markus Rost <rost@ias.edu>
11072
11073 * calendar/diary-lib.el (mark-diary-entries):
11074 Set mark-diary-entries-in-calendar only after checking for diary-file.
11075
11076 2004-12-21 Richard M. Stallman <rms@gnu.org>
11077
11078 * faces.el (escape-glyph): Use blue against light foreground.
11079
11080 * simple.el (undo-outer-limit-truncate): New function.
11081 (undo-outer-limit-function): Use undo-outer-limit-truncate.
11082
11083 2004-12-21 Eli Barzilay <eli@barzilay.org>
11084
11085 * calculator.el (calculator-radix-grouping-mode)
11086 (calculator-radix-grouping-digits)
11087 (calculator-radix-grouping-separator):
11088 New defcustoms for the new radix grouping mode functionality.
11089 (calculator-mode-hook): Now used in electric mode too,
11090 (calculator): Call it.
11091 (calculator-mode-map): Some new keys.
11092 (calculator-message): New function. Some new calls.
11093 (calculator-op, calculator-set-register): Use it.
11094 (calculator-string-to-number): New function, mostly moved and
11095 updated code from calculator-curnum-value.
11096 (calculator-curnum-value): Use it.
11097 (calculator-paste): Use it, and update grabbing the current-kill.
11098 (calculator-rotate-displayer)
11099 (calculator-rotate-displayer-back): Toggle digit grouping when
11100 in radix mode, use calculator-message.
11101 (calculator-displayer-prev, calculator-displayer-next):
11102 Change digit group size when in radix mode.
11103 (calculator-number-to-string): Rename from
11104 calculator-num-to-string. Now deals with digit grouping in
11105 radix mode.
11106 (calculator-update-display, calculator-put-value): Use the new name.
11107 (calculator-fact): Return a floating point number.
11108 (calculator-mode): Doc fix.
11109
11110 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11111
11112 * calendar/calendar.el (view-other-diary-entries): Add autoload.
11113 * calendar/diary-lib.el (view-other-diary-entries):
11114 Use current-prefix-arg in interactive spec.
11115
11116 2004-12-19 Jay Belanger <belanger@truman.edu>
11117
11118 * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11119 adjust the syntax of both delimiters of half-open intervals.
11120
11121 2004-12-19 Kim F. Storm <storm@cua.dk>
11122
11123 * mouse.el (mouse-1-click-follows-link): Doc fix.
11124
11125 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11126
11127 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
11128 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
11129 instead of centraleuropean as the name
11130
11131 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
11132
11133 Sync with Tramp 2.0.46.
11134
11135 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
11136 parameters wrt Tramp convention.
11137 (tramp-handle-file-attributes-with-perl)
11138 (tramp-handle-directory-files-and-attributes): Apply it.
11139 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
11140 `copy-program'. Reported by Zack Weinberg
11141 <zack@codesourcery.com>.
11142 (top): Set `edebug-form-spec' property directly rather than
11143 calling `def-edebug-spec'.
11144
11145 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
11146 advice less fragile. Surround temporary redefinition of
11147 `substitute-in-file-name' with `unwind-protect'. Suggested by
11148 Matt Hodges <MPHodges@member.fsf.org>.
11149
11150 2004-12-17 Juri Linkov <juri@jurta.org>
11151
11152 * replace.el (occur-accumulate-lines, occur-engine):
11153 Make forcing deferred font-lock fontification jit-specific.
11154
11155 2004-12-17 Kim F. Storm <storm@cua.dk>
11156
11157 * mouse.el (mouse-1-click-follows-link): New defcustom.
11158 (mouse-on-link-p): New function.
11159 (mouse-drag-region-1): Implement mouse-1-click-follows-link
11160 functionality. Map a mouse-1 click event into a mouse-2 (or
11161 other) event when position is inside a link.
11162
11163 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11164 prefix in tooltip text with "mouse-1" when this is a link
11165 recognized by mouse-1-click-follows-link functionality.
11166
11167 * help.el (describe-key): Report effective and original binding
11168 for mouse-1 when clicked on a link.
11169 (describe-mode): Add follow-link property to "minor-mode" button.
11170
11171 * help-fns.el (describe-variable): Add follow-link property to
11172 "below" button.
11173
11174 * help-mode.el (help-xref): Add follow-link property.
11175
11176 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11177 (apropos-command, apropos-variable, apropos-face, apropos-group)
11178 (apropos-widget, apropos-plist): Add follow-link property.
11179
11180 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11181 checks if position is in a filename, rather than some other
11182 clickable item. Function looks for cvs-filename-face at position.
11183
11184 * wid-edit.el (widget-specify-field, widget-specify-button):
11185 Map a :follow-link keyword into a follow-link property.
11186 (link): Add :follow-link keyword, map to RET binding.
11187
11188 * dired.el (dired-mode-map): Map follow-link to mouse-face.
11189
11190 * progmodes/compile.el (compilation-minor-mode-map)
11191 (compilation-button-map, compilation-mode-map): Likewise.
11192
11193 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
11194
11195 * play/zone.el (zone): Init `line-spacing' from orig buffer.
11196 (zone-replace-char): Take `count' and `del-count'
11197 instead of `direction'. Update callers. When `del-count' is
11198 non-nil, delete that many characters, otherwise `count' characters
11199 backwards. Insert the newly-replaced string `count' times.
11200 (zone-fret): Handle chars w/ width greater than one.
11201 (zone-fall-through-ws): No longer take window width `ww'.
11202 Update callers. Add handling for `char-width' greater than one.
11203 (zone-pgm-drip): Update var holding window-end position every cycle.
11204
11205 2004-12-17 Andre Spiegel <spiegel@gnu.org>
11206
11207 * vc.el (vc-default-update-changelog): Use insert-file-contents,
11208 rather than insert-file.
11209
11210 2004-12-16 Jay Belanger <belanger@truman.edu>
11211
11212 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
11213 (math-init-random-base, math-random-digit): Check to see if
11214 var-RandSeed is bound.
11215 (math-random-last): Declare it.
11216 (math-random-digit): Don't make math-random-last local.
11217
11218 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
11219
11220 * play/zone.el (zone): Fix omission bug: Use a self-disabling
11221 one-shot thunk for uniform (error, quit, normal) recovery.
11222 Reported by John Paul Wallington.
11223 (zone-pgm-random-life): Fix bug:
11224 Recognize empty initial field by lack of "@" chars.
11225
11226 2004-12-16 Juri Linkov <juri@jurta.org>
11227
11228 * help.el (function-called-at-point):
11229 * help-fns.el (variable-at-point): As a last resort try stripping
11230 non-word prefixes and suffixes.
11231
11232 * descr-text.el (describe-property-list): Don't treat syntax-table
11233 specially. Use describe-text-sexp which inserts [show] button
11234 for large objects and handles printing errors. Sort properties
11235 by names in alphabetical order instead of by value sizes.
11236 Add `mouse-face' to list of properties for `describe-face' widget.
11237 (describe-char): Mask out face-id from 19 bits of character.
11238 Print face-id separately.
11239
11240 * replace.el (occur-accumulate-lines, occur-engine):
11241 Fontify unfontified matching lines in the source buffer
11242 before copying them.
11243 (occur-engine): Don't put mouse-face on context lines.
11244 (occur-next-error): Set point to line beginning/end
11245 before searching for prev/next property to skip multiple
11246 matches on a line (not supported by occur engine).
11247 Remove redundant prefix-numeric-value.
11248
11249 2004-12-15 Juri Linkov <juri@jurta.org>
11250
11251 * replace.el (match): New face.
11252 (list-matching-lines-face): Change default from `bold' to `match'.
11253
11254 * progmodes/grep.el (grep-match-face): New defvar.
11255 (grep-mode-font-lock-keywords): Use grep-match-face instead of
11256 compilation-column-face to highlight grep matches.
11257
11258 * apropos.el (apropos-match-face): Change default from
11259 `secondary-selection' to `match'.
11260
11261 * info-look.el (info-lookup-highlight-face): Change default from
11262 `highlight' to `match'.
11263
11264 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
11265
11266 * progmodes/executable.el (executable-interpret): Eliminate
11267 obsolete compile-internal, and switch to comint for interaction.
11268
11269 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
11270
11271 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11272 `&&' when skipping multiple statements on a line.
11273
11274 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
11275
11276 * play/zone.el (zone): Set `truncate-lines'.
11277 Also, init `tab-width' with value from original buffer.
11278 (zone-shift-up): Rewrite for speed.
11279 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11280 (zone-pgm-jitter): Remove redundant entries from ops vector.
11281 (zone-exploding-remove): Reduce iteration count.
11282 (zone-cpos): Convert to defsubst.
11283 (zone-replace-char): New defsubst.
11284 (zone-park/sit-for): Likewise.
11285 (zone-fret): Take window-start arg.
11286 Update callers. Use `zone-park/sit-for'.
11287 (zone-fill-out-screen): Rewrite.
11288 (zone-fall-through-ws): Likewise. Update callers.
11289 (zone-pgm-drip): Use `zone-replace-char'.
11290 Move var inits before while-loop. Use `zone-park/sit-for'.
11291 (zone-pgm-random-life): Handle empty initial field.
11292 Use `zone-replace-char' and `zone-park/sit-for'.
11293
11294 2004-12-15 Juri Linkov <juri@jurta.org>
11295
11296 * isearch.el (isearch-update): Test isearch-lazy-highlight
11297 before calling isearch-lazy-highlight-new-loop.
11298 (isearch-lazy-highlight-new-loop):
11299 Don't test isearch-lazy-highlight.
11300
11301 * replace.el (perform-replace): Add isearch-case-fold-search.
11302 Use delimited-flag for isearch-regexp.
11303 Reset isearch-lazy-highlight-last-string to force lazy
11304 highlighting when called from isearch mode.
11305 (query-replace-highlight): Revert defcustom type to boolean.
11306 (query-replace-lazy-highlight): New defcustom.
11307 (query-replace): New face.
11308 (perform-replace, replace-highlight, replace-dehighlight):
11309 Test query-replace-lazy-highlight instead of special value
11310 `isearch' of query-replace-highlight.
11311 (replace-dehighlight): Don't call isearch-dehighlight.
11312 (replace-highlight): Don't call isearch-highlight.
11313 Use face `query-replace' unconditionally.
11314
11315 2004-12-14 Kim F. Storm <storm@cua.dk>
11316
11317 * simple.el (inhibit-mark-movement): Remove defvar.
11318 (beginning-of-buffer, end-of-buffer): Don't use it.
11319
11320 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11321 Don't use inhibit-mark-movement.
11322
11323 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11324 (cua--undo-push-mark): Remove.
11325 (cua--pre-command-handler, cua--post-command-handler):
11326 Don't fiddle with inhibit-mark-movement.
11327
11328 2004-12-14 Juri Linkov <juri@jurta.org>
11329
11330 * buff-menu.el (list-buffers-noselect): Collect internal info
11331 for every buffer in BUFFER-LIST arg too.
11332 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11333 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11334 Bind same-window-buffer-names and same-window-regexps to nil.
11335
11336 2004-12-13 Juri Linkov <juri@jurta.org>
11337
11338 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
11339
11340 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11341 (sc-cite-region, sc-uncite-region, sc-recite-region):
11342 Fix previous change to handle not alist as a symbol, but
11343 a citation frame as a symbol that represents a variable name.
11344
11345 2004-12-13 Richard M. Stallman <rms@gnu.org>
11346
11347 * filecache.el (file-cache-add-directory-using-find):
11348 Only set up file-cache-find-command-posix-flag if we will use it.
11349
11350 * bindings.el (mode-line-buffer-identification-keymap):
11351 Don't cancel the mode-line's usual down-mouse-1 binding.
11352
11353 * cus-edit.el (custom-face-selected): Handle `default' specs.
11354 (custom-face-edit): Increase extra-offset.
11355 (custom-display): Handle `default' specs.
11356
11357 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11358
11359 * emacs-lisp/elint.el (elint-standard-variables)
11360 (elint-unknown-builtin-args): Move definitions up.
11361
11362 * net/browse-url.el (browse-url-url-at-point): Add autoload.
11363
11364 * info.el (info-xref-visited): Use `default' instead of t.
11365 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11366
11367 * faces.el (header-line, mode-line-inactive, tool-bar):
11368 Use `default' instead of t for setting the defaults.
11369 (face-spec-choose): Separate `t' from `default'.
11370
11371 * subr.el (while-no-input): New macro.
11372
11373 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
11374
11375 * filecache.el (file-cache-add-directory-using-find):
11376 Only test file-cache-find-command-posix-flag on some systems.
11377
11378 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11379
11380 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11381 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11382 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11383 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11384 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
11385 annotate.
11386
11387 2004-12-12 Juri Linkov <juri@jurta.org>
11388
11389 * files.el (find-file-other-window, find-file-other-frame):
11390 Add the first buffer to the returned value to return the complete
11391 list of all visited buffers.
11392 (find-file-read-only, find-file-read-only-other-window)
11393 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11394 `find-file-read-args'. Signal an error about non-existent file
11395 only if file name doesn't contain wildcards. Toggle read-only in
11396 all visited buffers.
11397 (find-alternate-file, find-alternate-file-other-window):
11398 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
11399 called interactively. Pass arg `wildcards' to other functions.
11400 (find-file-noselect): Doc fix.
11401
11402 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11403 Doc fix.
11404 (ffap-directory-finder): New variable.
11405 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11406 (ffap-file-at-point): Add /* to immediately rejected names.
11407 Return absolute file names matching ffap-dired-wildcards.
11408 (ffap-read-file-or-url): Set default value for `completing-read'
11409 to `buffer-file-name'.
11410 (find-file-at-point): When filename matches ffap-dired-wildcards,
11411 call ffap-file-finder with t arg `wildcards', instead of dired.
11412 (ffap-other-window, ffap-other-frame): Return visited buffers.
11413 (ffap-read-only, ffap-read-only-other-window)
11414 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11415 (dired-at-point): Call ffap-directory-finder instead of dired.
11416 (ffap-dired-other-window, ffap-dired-other-frame)
11417 (ffap-list-directory): New commands.
11418 (ffap-bindings): New keybindings for new commands.
11419
11420 2004-12-12 Juri Linkov <juri@jurta.org>
11421
11422 * simple.el (beginning-of-buffer, end-of-buffer):
11423 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11424 Do not push mark when mark is active in transient-mark-mode.
11425
11426 * simple.el (mark-word):
11427 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11428 * textmodes/paragraphs.el (mark-paragraph):
11429 Extend the region when mark is active in transient-mark-mode,
11430 regardless of the last command. Doc fix.
11431
11432 * simple.el (mark-word): Preserve direction when repeating.
11433 Make arg optional. Interactive "p" -> "P".
11434 (transient-mark-mode, inhibit-mark-movement): Doc fix.
11435
11436 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11437 preserving direction, to mark forward instead of backward when mark
11438 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11439
11440 2004-12-12 Juri Linkov <juri@jurta.org>
11441
11442 * isearch.el (isearch-edit-string): Set 7th arg of
11443 `read-from-minibuffer' to `t' to inherit the current input
11444 method (whose name is indicated by [IM] in the minibuffer prompt)
11445 from the current buffer to the minibuffer.
11446 (isearch-lazy-highlight-update): Put body to `with-local-quit'
11447 to allow C-g quitting for lazy highlighting looping inside the
11448 search with nested repetition operators. Add overlay to the list
11449 before setting its face and other properties to avoid the case of
11450 code quitting after placing the new overlay but before it's
11451 recorded on the list. Select the window where isearch was
11452 activated, to highlight matches in the right window when isearch
11453 switches the current window to the minibuffer.
11454
11455 * international/isearch-x.el
11456 (isearch-process-search-multibyte-characters):
11457 Use `isearch-message' as initial input for `read-string' instead
11458 of adding it to the minibuffer prompt. After reading a string
11459 remove the initial value of `isearch-message' from the string.
11460
11461 * replace.el (replace-match-maybe-edit): Doc fix.
11462 (perform-replace): Don't call `replace-highlight' when automatic
11463 replacement is requested in literal mode, since it is intended
11464 only to highlight words during entering a new replacement string
11465 for \? in non-literal mode.
11466
11467 * replace.el (query-replace-highlight): Add new value `isearch'
11468 that allows query replacement to use isearch highlighting.
11469 Change type from `boolean' to `choice'. Doc fix.
11470 (replace-highlight, replace-dehighlight, perform-replace):
11471 Use isearch highlighting if query-replace-highlight eq `isearch'.
11472
11473 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11476 (checkdoc-message-text, checkdoc-defun): Fix format messages for
11477 `error'.
11478
11479 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11480 case of \end{verbatim}.
11481
11482 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11483
11484 * term.el (term-termcap-format): Synchronize with terminfo.
11485 (term-emulate-terminal): Handle reset.
11486 (term-reset-terminal): New function.
11487
11488 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
11489
11490 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11491 (zone-fill-out-screen): New func.
11492 (zone-pgm-drip): Use `zone-fill-out-screen'.
11493 Also, no longer go to point-min on every cycle.
11494 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11495 (zone-pgm-random-life-wait): New user var.
11496 (zone-pgm-random-life): New func.
11497
11498 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
11499
11500 * files.el (auto-mode-alist): Map .com to DCL mode.
11501
11502 2004-12-09 Richard M. Stallman <rms@gnu.org>
11503
11504 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11505
11506 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
11507
11508 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11509 buffer with a display margin.
11510
11511 2004-12-08 Jay Belanger <belanger@truman.edu>
11512
11513 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11514 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11515
11516 2004-12-08 Richard M. Stallman <rms@gnu.org>
11517
11518 * faces.el: Delete code to set display table.
11519 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
11520
11521 2004-12-08 Jay Belanger <belanger@truman.edu>
11522
11523 * calc/calc.el: Add math-read-preprocess-string to autoloads.
11524
11525 * calc/calc-ext.el (math-read-replacement-list)
11526 (math-read-superscripts, math-read-preprocess-string): Move to
11527 calc-aent.el.
11528
11529 * calc/calc-aent.el (math-read-replacement-list)
11530 (math-read-superscripts, math-read-preprocess-string): Move from
11531 calc-ext.el.
11532
11533 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11534
11535 * isearch.el (isearch-quote-char): Fix up typo in last change.
11536
11537 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
11538
11539 * mouse.el (mouse-set-font): Handle the case where the command was
11540 not invoked using the mouse.
11541
11542 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11543 (edmacro-finish-edit): Further update for keyboard macros that are
11544 lambda forms.
11545 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
11546
11547 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * font-lock.el (font-lock-unfontify-region): Save buffer state.
11550 (font-lock-default-unfontify-region): Don't save buffer state any more.
11551
11552 2004-12-07 Jay Belanger <belanger@truman.edu>
11553
11554 * calc/calc-help.el (calc-describe-key):
11555 Set calc-summary-indentation even when Calc Summary buffer exists.
11556
11557 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
11558
11559 * calendar/holidays.el (holiday-easter-etc): Make arguments
11560 optional for backwards compatibility. Doc fix.
11561 Remove un-necessary local vars mandatory, output-list.
11562 (holiday-advent): Make arguments optional for backwards
11563 compatibility. Doc fix.
11564
11565 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11566
11567 * paren.el (show-paren-function): Fix last change (2004-12-02).
11568
11569 * international/mule-util.el (char-displayable-p): Return nil for
11570 unibyte mode.
11571
11572 * subr.el (subregexp-context-p): New function.
11573
11574 * isearch.el (isearch-quote-char): Use it.
11575
11576 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11577 (regexp-opt-not-groupie*-re): Remove.
11578 (regexp-opt): Properly handle inputs with duplicate entries.
11579
11580 2004-12-06 Richard M. Stallman <rms@gnu.org>
11581
11582 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11583
11584 * cus-edit.el (custom-file): Doc fix.
11585
11586 * textmodes/org.el: New file.
11587
11588 2004-12-06 Kenichi Handa <handa@m17n.org>
11589
11590 * ldefs-boot.el: Update international/mule-util.el section.
11591
11592 2004-12-05 Sam Steingold <sds@gnu.org>
11593
11594 * net/tramp.el (tramp-handle-file-accessible-directory-p):
11595 Fix `tramp-time-diff' comparison logic.
11596
11597 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
11598
11599 * progmodes/which-func.el (which-function):
11600 Use `run-hook-with-args-until-success' instead of a custom loop.
11601 Fixes bug with local hooks.
11602
11603 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11604
11605 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11606 Use delete-dups when calculating the initial value.
11607 (bibtex-autokey-get-title): Use <=.
11608 (bibtex-goto-line): New function.
11609 (bibtex-reposition-window): Use line numbers instead of point
11610 positions. Use window-body-height.
11611 (bibtex-find-crossref): Use bibtex-reposition-window.
11612 (bibtex-find-entry): Use bibtex-reposition-window. Always return
11613 position of entry if key is found or nil if not found.
11614
11615 2004-12-05 Richard M. Stallman <rms@gnu.org>
11616
11617 * cus-edit.el (custom-file): Doc fix.
11618
11619 * progmodes/sh-script.el (sh-indent-for-then): Change default.
11620
11621 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11622
11623 * simple.el (blink-matching-open):
11624 * textmodes/tex-mode.el (tex-validate-region):
11625 Obey syntax-table text properties.
11626
11627 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
11628
11629 * wid-edit.el (widget-specify-field): Add `real-field' property to
11630 boundary.
11631 (widget-field-at): Use it.
11632
11633 2004-12-02 Richard M. Stallman <rms@gnu.org>
11634
11635 * progmodes/cc-mode.el (awk-mode autoload):
11636 Supply t meaning interactive function.
11637
11638 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
11639 (isearch-mode-map): No special definition for space.
11640 (isearch-whitespace-chars): Command deleted.
11641 (isearch-forward-regexp): Doc fix.
11642 (isearch-quote-char): When a space is not inside brackets,
11643 use `[ ]' instead of just space.
11644 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
11645
11646 * imenu.el (imenu--generic-function): Delete code to exclude
11647 matches in comments.
11648
11649 * man.el (Man-reverse-face): Change default to `highlight'.
11650
11651 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11652 (occur-engine): Use `face' prop rather than `font-lock-face'
11653 when specifying use of `match-face'.
11654 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11655
11656 * emacs-lisp/elint.el (elint-standard-variables): Update list.
11657
11658 * add-log.el (add-log-current-defun): Handle the case where point
11659 is in the header part of a DEFUN construct.
11660
11661 2004-12-02 Dave Love <fx@gnu.org>
11662
11663 * progmodes/python.el (python-font-lock-syntactic-keywords):
11664 Fix previous change.
11665
11666 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
11667
11668 * paren.el (show-paren-function): Check for matching chars
11669 specified by text props.
11670
11671 2004-12-02 Jay Belanger <belanger@truman.edu>
11672
11673 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
11674 when reading a new key sequence.
11675
11676 2004-12-02 Kim F. Storm <storm@cua.dk>
11677
11678 * faces.el (escape-glyph): Rename from glyph.
11679 (standard-display-table): Set it here. Add escape-glyph face to
11680 extra slot characters.
11681
11682 * disp-table.el: Undo 2004-12-01 change. Display table is now
11683 setup in faces.el.
11684
11685 2004-12-02 Mark A. Hershberger <mah@everybody.org>
11686
11687 * xml.el (xml-parse-dtd): Don't show validity messages when
11688 xml-validating-parser is nil.
11689 (xml-substitute-special): Fix validity error messages to
11690 actually show the unexpandable entity. Added validity error if &
11691 isn't followed by an entity.
11692 (xml-parse-tag): Concatenate any string following the a
11693 <![CDATA[]]> section to the parsed CDATA.
11694 (xml-parse-dtd): Skip parameter entity declarations and use of
11695 parameter entities.
11696
11697 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
11698
11699 * kmacro.el (kmacro-default-counter-format): New var.
11700 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
11701 (kmacro-display): Remove `nil' from `and' form. Delete call to
11702 `format' inside `message'.
11703 (kmacro-start-macro): Use `kmacro-default-counter-format'.
11704
11705 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11706
11707 * pcvs.el (cvs-header-msg): New function.
11708 (cvs-update-header): Use it. Change calling convention.
11709 Correctly handle the case of having simultaneous active processes.
11710 (cvs-sentinel): Don't call cvs-update-header any more.
11711 (cvs-mode-run): Update call and add cvs-update-header to postproc.
11712
11713 2004-12-01 Jay Belanger <belanger@truman.edu>
11714
11715 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11716 Change message.
11717
11718 2004-12-01 Juri Linkov <juri@jurta.org>
11719
11720 * progmodes/prolog.el (prolog-mode-variables):
11721 Fix imenu-generic-expression.
11722
11723 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
11724
11725 * faces.el (glyph): New face.
11726
11727 * disp-table.el: Add an autoloaded table, that doesn't require
11728 this library, with glyph face.
11729
11730 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11731 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11732 (conf-quote-normal): Allow normalizing only ' or ".
11733 (conf-mode): Regexp-quote constructed comment-start and don't
11734 match section {} where "name" contains braces.
11735
11736 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11737 files.
11738
11739 2004-12-01 Kenichi Handa <handa@m17n.org>
11740
11741 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11742 (x-select-text): Don't treat eight-bit-control/graphic chars
11743 specially. Store the encoded text in the X cut buffer.
11744 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11745 with x-last-selected-text-cut-encoded.
11746
11747 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11748
11749 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11750
11751 2004-11-30 Markus Rost <rost@ias.edu>
11752
11753 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11754 AUCTeX.
11755
11756 2004-11-30 Jay Belanger <belanger@truman.edu>
11757
11758 * calc/calc-arith.el (math-possible-signs): Made stronger checks
11759 on signs of intervals.
11760 (math-pow-of-zero): Strengthen checks for positive and negative
11761 exponents.
11762
11763 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11764 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11765 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11766 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11767 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11768 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
11769 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
11770 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11771 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11772 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11773 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11774 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11775 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
11776 functions with provide statements.
11777
11778 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11779
11780 * calc/calc-embed.el (calc-do-embedded-activate): Remove from
11781 autoloads.
11782
11783 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11784 (calc-load-everything, math-defsimplify): Replace dummy autoloading
11785 functions by require statements.
11786 (math-defsimplify): Move to calc-alg.el, add to autoloads.
11787
11788 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11789 (calc-gnuplot-print): Give them values.
11790
11791 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11792 autoloads.
11793 Add calc-do-embedded-activate to autoloads.
11794 (calc-gnuplot-name, calc-gnuplot-plot-command)
11795 (calc-gnuplot-print-command): Move them to calc-graph.el.
11796
11797 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11798
11799 * term/mac-win.el (ccl-encode-mac-roman-font)
11800 (ccl-encode-mac-cyrillic-font)
11801 (ccl-encode-mac-centraleuropean-font, encoder-list)
11802 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11803 Support Cyrillic, CentralEuropean, and Dingbat font display
11804
11805 2004-11-30 Andre Spiegel <spiegel@gnu.org>
11806
11807 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11808
11809 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11810 still nil.
11811
11812 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
11813
11814 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11815 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11816
11817 2004-11-29 Jay Belanger <belanger@truman.edu>
11818
11819 * calc/calc-arith.el (math-pow-of-zero): Take into account different
11820 cases of the base and exponent.
11821
11822 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
11823
11824 * simple.el (next-error-buffer-p): Allow for inclusive and
11825 exclusive tests for finding a buffer.
11826 (next-error-find-buffer): Pass the exclusive and inclusive tests
11827 to next-error-buffer-p.
11828
11829 * replace.el (occur-next-error): Switch to the Occur buffer when
11830 appropriate, use the exclusive filter to next-error-find-buffer to
11831 do it. Use the absolute value of the motion amount.
11832
11833 2004-11-29 Kenichi Handa <handa@m17n.org>
11834
11835 * startup.el (command-line): Decode all default-directory by
11836 locale-coding-system.
11837
11838 2004-11-29 Jay Belanger <belanger@truman.edu>
11839
11840 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11841 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11842 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11843 Replace calls to calc-extensions by appropriate require, replace
11844 calc-extensions-loaded by appropriate featurep.
11845
11846 * calc/calc-ext.el: Move require to end of file. Remove redundant
11847 loading of calc.el.
11848 (calc-extensions-loaded): Remove unnecessary variable.
11849 (calc-extensions): Remove unnecessary function.
11850 (calc-load-everything): Replace calc-need-macros by appropriate
11851 require.
11852
11853 * calc/calc-macs.el: Move provide to end of file.
11854 (calc-need-macros): Remove unnecessary function.
11855
11856 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11857 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11858 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11859 Replace calc-extensions by appropriate require.
11860 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11861
11862 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
11863 Replace calc-need-macros by appropriate require.
11864
11865 * calc/calc.el: Move require to end of file.
11866 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
11867 Remove unnecessary variable.
11868 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11869 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11870 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11871 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11872 (math-stack-value-offset, math-format-value, math-format-flat-expr)
11873 (math-format-number, math-format-bignum, math-read-number)
11874 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11875 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11876 by appropriate require.
11877 (calc-check-defines): Replace calc-need-macros by appropriate require.
11878
11879 2004-11-29 Kim F. Storm <storm@cua.dk>
11880
11881 * macros.el (insert-kbd-macro): Handle kmacro functions.
11882
11883 2004-11-28 Juri Linkov <juri@jurta.org>
11884
11885 * compare-w.el (compare-windows-highlight): Attach each overlay
11886 to its window to properly highlight differences while comparing
11887 two windows of the same buffer. Fix arguments.
11888 (compare-windows-sync-default-function): Fix arguments of
11889 `compare-windows-highlight'.
11890
11891 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11892 Use `read-expression-history'. Set initial contents only if
11893 `edebug-global-break-condition' is non-nil. Set histpos to 1
11894 if initial contents is equal to the last history element.
11895 (edebug-set-conditional-breakpoint): Instead of temporarily
11896 prepending the current condition to the history, set initial
11897 contents to the current condition. Set histpos to 1 if initial
11898 contents is equal to the last history element.
11899
11900 * info.el (Info-search-whitespace-regexp): Remove shy group.
11901 (Info-search): Forward line if search is on the header line.
11902 Use search-whitespace-regexp in two other places.
11903
11904 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
11905
11906 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11907 warning. Delay real definition, which uses
11908 `set-fringe-indicators-1' till after the definition of that function.
11909
11910 2004-11-28 Kim F. Storm <storm@cua.dk>
11911
11912 * fringe.el (fringe): New defgroup.
11913 (fringe-mode): Move to fringe group.
11914 (fringe-indicators): New defcustom.
11915 (set-fringe-indicators-1): New defun.
11916
11917 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11918 (menu-bar-showhide-fringe-ind-menu): New keymap.
11919 (menu-bar-showhide-fringe-ind-empty)
11920 (menu-bar-showhide-fringe-ind-mixed)
11921 (menu-bar-showhide-fringe-ind-box)
11922 (menu-bar-showhide-fringe-ind-right)
11923 (menu-bar-showhide-fringe-ind-left)
11924 (menu-bar-showhide-fringe-ind-none): New defuns.
11925 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11926
11927 2004-11-27 Richard M. Stallman <rms@gnu.org>
11928
11929 * comint.el (comint-read-noecho): Add trivial compatibility definition.
11930
11931 * generic.el (define-generic-mode): Doc fix.
11932
11933 * menu-bar.el (menu-bar-options-save): For the options
11934 that are toggled with menu-bar-make-mm-toggle, don't check
11935 for customized-value prop.
11936
11937 2004-11-27 Eli Zaretskii <eliz@gnu.org>
11938
11939 * mail/supercite.el (sc-cite-region): Handle the case where
11940 sc-cite-frame-alist is a symbol.
11941 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11942 a symbol.
11943 (sc-recite-region): Handle the case where sc-recite-frame-alist is
11944 a symbol.
11945
11946 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11947
11948 * wid-edit.el (widget-narrow-to-field): New function.
11949 (widget-complete): Use it.
11950
11951 2004-11-27 Jay Belanger <belanger@truman.edu>
11952
11953 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11954 variable.
11955 (calc-eval-error): Don't check if the variable calc-eval-error is
11956 bound.
11957 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11958 (math-alg-inequalities): Move declaration to earlier in the file.
11959
11960 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11961 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11962 Declare them.
11963
11964 * calc/calc-lang.el (math-expr-data, math-expr-token)
11965 (math-exp-old-pos): Declare them.
11966
11967 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11968 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11969
11970 2004-11-27 Kim F. Storm <storm@cua.dk>
11971
11972 * progmodes/flymake.el: Use (featurep 'xemacs).
11973 (flymake-makehash): Change to defsubst. Use fboundp.
11974 (flymake-time-to-float): Remove.
11975 (flymake-float-time): Merge code from flymake-time-to-float here.
11976 (flymake-replace-regexp-in-string): Change to defsubst.
11977 (flymake-split-string-remove-empty-edges):
11978 Rename to flymake-split-string.
11979 (flymake-split-string): Remove previous defalias.
11980 (flymake-get-temp-dir): Change to defsubst.
11981 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11982 Define for xemacs only.
11983 (flymake-master-file-count-limit): Change into compiler defvar only.
11984 (flymake-find-possible-master-files): Let-bind it dynamically while
11985 sorting files using flymake-master-file-compare.
11986
11987 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11988
11989 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11990 of defun-prompt-regexp matches inside a comment/string but the
11991 beginning is correctly outside everything.
11992
11993 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11994 appears within a string or a comment.
11995
11996 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11997 rather than make-symbol for symbols which are used in
11998 a symbol-macrolet or equivalent.
11999
12000 2004-11-26 Jay Belanger <belanger@truman.edu>
12001
12002 * calc-misc.el (calc-last-why-command): Declare it.
12003
12004 * calc-vec.el (math-grade-vec): New variable.
12005 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12006 Replace variable grade-vec by declared variable.
12007 (math-rb-close): New variable.
12008 (math-read-brackets, math-read-vector): Replace variable close by
12009 declared variable.
12010
12011 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12012 (calc-one-window, calc-edit-handler, calc-restore-trail)
12013 (calc-allow-ret): Declare them.
12014
12015 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
12016 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12017 (math-radix-float-cache-tag, math-random-cache)
12018 (math-max-digits-cache, math-integral-cache, math-units-table)
12019 (math-format-date-cache, math-holidays-cache-tag): Declare them.
12020 (math-moc-func): New variable.
12021 (math-map-over-constants, math-map-over-constants-rec):
12022 Replace variable func by declared variable.
12023
12024 * calc/calc-store.el (calc-given-value, calc-store-opers):
12025 Declare them.
12026 (calc-var-name-map): Move declaration to earlier in the file.
12027 (calc-pv-pos): New variable.
12028 (calc-permanent-variable, calc-insert-permanent-variable):
12029 Replace variable pos by declared variable.
12030
12031 * calc/calc-mtx.el (calc-det-lu): New variable.
12032 (math-det-raw, math-det-step): Replace variable lu by declared
12033 variable.
12034
12035 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
12036 (math-multi-subst, math-multi-subst-rec): Replace variables temp
12037 and arg by declared variables.
12038 (calcFunc-reducer): Fix incorrect variable.
12039 (math-inner-mul-func, math-inner-add-func): New variables.
12040 (calcFunc-inner, math-inner-mats): Replace variables mul-func
12041 and add-func by declared variables.
12042
12043 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
12044 (calc-digit-value): Declare them.
12045
12046 * calc/calc-help.el (Info-history): Declare it.
12047 (calc-describe-key): Make calc-summary-indentation a local variable.
12048 (calc-help-long-names): Move declaration to earlier in file.
12049
12050 * calc/calc-embed.el (calc-original-buffer): Declare it.
12051 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
12052 (calc-embed-bot): New variables.
12053 (calc-do-embedded, calc-embedded-mark-formula)
12054 (calc-embedded-find-bounds, calc-embedded-duplicate)
12055 (calc-embedded-new-formula, calc-embedded-make-info):
12056 Replace vars outer-top, outer-bot, bot and top by declared variables.
12057 (calc-embed-prev-modes): New variable.
12058 (calc-embedded-set-modes, calc-embedded-update): Replace variable
12059 prev-modes with declared variable.
12060 (calc-embed-vars-used): New variable.
12061 (calc-embedded-make-info, calc-embedded-evaluate-expr)
12062 (calc-embedded-update, calc-embedded-find-vars): Replace variable
12063 vars-used by declared variable.
12064
12065 * calc/calc-bin.el (math-format-radix-float): Make pos a local
12066 variable.
12067 (math-format-radix-float): Remove unnecessary setq.
12068 (math-radix-float-cache): Declare it.
12069
12070 * calc/calcsel2.el (calc-keep-selection): Declare it.
12071
12072 * calc/calc-maint.el: Remove file.
12073
12074 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12075
12076 * textmodes/bibtex.el (bibtex-sort-entry-class)
12077 (bibtex-comment-start): Use defcustom.
12078 (bibtex-entry-field-alist): Use nil if initial content of the
12079 field is undefined. Fix docstring.
12080 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
12081 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
12082 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
12083 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
12084 Fix docstring.
12085 (bibtex-autokey-title-terminators): Use only one regexp.
12086 (bibtex-string-maybe-empty-head): New variable.
12087 (bibtex-remove-delimiters-string): New function.
12088 (bibtex-text-in-field-bounds, bibtex-text-in-string):
12089 Use bibtex-remove-delimiters-string.
12090 (bibtex-progress-message, bibtex-field-left-delimiter)
12091 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
12092 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
12093 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
12094 Simplify.
12095 (bibtex-format-entry): Use save-excursion for inherited booktitle.
12096 Use eq and bibtex-remove-delimiters-string. For end markers use
12097 insertion type so that marker stays after inserted text.
12098 (bibtex-autokey-get-names): Return empty string if name is missing.
12099 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
12100 calling bibtex-autokey-name-case-convert.
12101 (bibtex-autokey-demangle-title):
12102 Call bibtex-autokey-titleword-case-convert. Remove call to
12103 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
12104 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
12105 (bibtex-read-key): New optional arg global.
12106 (bibtex-files-expand): New optional arg force.
12107 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
12108 (bibtex-complete-crossref-cleanup): Rename from
12109 bibtex-complete-key-cleanup. Simplify code.
12110 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
12111 Operate on current entry.
12112 (bibtex-button): Add docstring.
12113 (bibtex-entry): Simplify.
12114 (bibtex-make-field): Replace optional arg called-by-yank with more
12115 specific args move and interactive.
12116 (bibtex-end-of-entry): Use forward-sexp.
12117 (bibtex-find-entry-globally): Remove.
12118 (bibtex-find-crossref): Allow for crossref key located in other buffer.
12119 Bound to C-c C-x.
12120 (bibtex-find-entry): New optional args global and display.
12121 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
12122 (bibtex-validate): Use arg force of bibtex-files-expand.
12123 (bibtex-clean-entry): Bugfix, clean string entries properly.
12124 Always keep point at beginning of entry.
12125 (bibtex-complete): Bugfix. Handle string entries properly.
12126 Call cleanup functions only if needed.
12127 (bibtex-String): Use bibtex-read-string-key.
12128 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
12129 case of replacement text.
12130
12131 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12132
12133 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
12134 (tramp-perl-directory-files-and-attributes): New constant.
12135 (tramp-file-name-handler-alist): Delete file-directory-files, add
12136 directory-files-and-attributes.
12137 (tramp-perl-file-attributes): Surround uid and gid by double
12138 quotes. Change parameter id-format from nonnumeric.
12139 (tramp-convert-file-attributes): New function.
12140 (tramp-handle-file-attributes): Use it.
12141 (tramp-maybe-send-perl-script): New function.
12142 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
12143 file mode. Change parameter id-format from nonnumeric.
12144 (tramp-handle-file-attributes-with-ls): Change parameter id-format
12145 from nonnumeric.
12146 (tramp-post-connection): Don't send tramp-perl-file-attributes
12147 script. Reset connection property "perl-scripts".
12148 (tramp-handle-insert-directory): Run real handler when ls-lisp is
12149 in use.
12150
12151 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12152
12153 * desktop.el (desktop-read): Replace mapcar with mapc.
12154 (desktop-create-buffer): Replace mapcar with mapc.
12155 Remove redundant piece of code.
12156
12157 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
12158
12159 * progmodes/gud.el (gud-display-line): Use display-buffer
12160 for GDB-UI as for GUD.
12161
12162 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
12163 Delete variables.
12164 (gdb-ann3): Don't make GUD buffer dedicated.
12165 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
12166 (gdb-display-source-buffer): Delete function.
12167 (gdb-view-source-function, gdb-view-assembler): Delete functions.
12168 (menu): Delete menu bindings for viewing source/assembler.
12169 (gdb-setup-windows, gdb-restore-windows):
12170 Don't dedicate GUD. No assembler now.
12171 (gdb-reset): No need to undedicate source buffers now.
12172 (gdb-source-info): No assembler now.
12173
12174 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
12175
12176 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12177 width to those for special frames.
12178 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12179 Use display-buffer.
12180 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12181 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12182 (gdb-frame-assembler-buffer): Rework like
12183 gdb-frame-breakpoints-buffer.
12184
12185 2004-11-25 Richard M. Stallman <rms@gnu.org>
12186
12187 * progmodes/flymake.el: Reindent.
12188 (flymake-split-string): Turn into defalias.
12189 (flymake-fix-file-name): Rename from flymake-fix-path-name.
12190 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
12191 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
12192 (flymake-build-relative-filename): Rename from ...path.
12193 Fix error message.
12194
12195 2004-11-25 Cheng Gao <chenggao@gmail.com>
12196
12197 * progmodes/flymake.el: Much whitespace and capitalization change.
12198 Move `provide' to end. Require `compile' only when compiling.
12199
12200 2004-11-24 Jay Belanger <belanger@truman.edu>
12201
12202 * calc/calc-alg.el: Added comment.
12203 (math-polynomial-base): Replace variable mpb-top-expr by
12204 math-poly-base-top-expr.
12205
12206 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12207 (math-polynomial-p1): Replace variable mpb-top-expr by declared
12208 variable.
12209 (math-poly-base-total-base): New variable.
12210 (math-total-polynomial-base, math-polynomial-p1): Replace variable
12211 mpb-total-base by declared variable.
12212 (math-factored-vars, math-to-list): Declare it.
12213 (math-fact-expr): New variable.
12214 (calcFunc-factors, calcFunc-factor, math-factor-expr)
12215 (math-factor-expr-try, math-factor-expr-part): Replace variable
12216 expr by declared variable.
12217 (math-fet-x): New variable.
12218 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
12219 by declared variable.
12220 (math-factor-poly-coefs): Make temp a local variable.
12221
12222 * calc/calc-units.el (calc-convert-units): Make units a local
12223 variable.
12224 (calc-num-units, calc-den-units): New variables.
12225 (calc-explain-units, calc-explain-units-rec): Replace variables
12226 num-units and den-units by declared variables.
12227 (math-cu-unit-list): New variable.
12228 (math-build-units-table, math-compare-unit-names)
12229 (math-convert-units, math-convert-units-rec): Replace variable
12230 unit-list by declared variable.
12231 (math-fbu-base, math-fbu-entry): New variables.
12232 (math-find-base-units, math-find-base-units-rec): Replace variables
12233 base and entry by declared variables.
12234 (math-which-standard): New variable.
12235 (math-to-standard-units, math-to-standard-rec): Replace variable
12236 which-standard by declared variable.
12237 (math-fcu-u): New variable.
12238 (math-find-compatible-unit, math-find-compatible-unit-rec):
12239 Replace variable u by declared variable.
12240 (math-cu-new-units, math-cu-pure): New variables.
12241 (math-convert-units, math-convert-units-rec): Replace variables
12242 new-units and pure by declared variables.
12243 (math-try-cancel-units): New variable.
12244 (math-simplify-units-quotient): Replace variable try-cancel-units by
12245 declared variable.
12246
12247 2004-11-24 Richard M. Stallman <rms@gnu.org>
12248
12249 * textmodes/ispell.el (ispell-check-version):
12250 If default-directory is nonexistent, use home dir.
12251
12252 * progmodes/grep.el (grep-regexp-alist):
12253 Don't match parens around line numbers.
12254
12255 * progmodes/cperl-mode.el (cperl-indent-region)
12256 (cperl-imenu--create-perl-index, cperl-xsub-scan):
12257 Don't print progress messages.
12258
12259 * progmodes/compile.el (compilation-mode-map):
12260 Don't inherit from compilation-minor-mode-map;
12261 copy its bindings instead. But the menu bar Compile
12262 entry now does inherit from compilation-menu-map.
12263
12264 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12265 Use with-no-warnings around compiler-macroexpand.
12266
12267 * imenu.el: Don't always require newcomment.
12268 (imenu--generic-function): Call comment-normalize-vars
12269 if we have a comment syntax.
12270 Exit the loop if REGEXP matches the null string.
12271 Test comment-start as well as comment-start-skip
12272 when deciding whether to check for comments.
12273
12274 * tooltip.el (tooltip-mode): Doc fix.
12275
12276 * term.el (term-escape-char, term-mode): Doc fixes.
12277
12278 2004-11-24 Dave Love <fx@gnu.org>
12279
12280 * progmodes/python.el (python-font-lock-syntactic-keywords):
12281 Check for escapes in the regexp.
12282 (python-quote-syntax): Don't do it here.
12283
12284 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12285
12286 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12287 (gdb-frames-mode-map, gdb-threads-mode-map)
12288 (gdb-registers-mode-map, gdb-locals-mode-map)
12289 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
12290 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
12291
12292 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
12293 (dedicated-switch-to-buffer): Rework.
12294 (gdb-var-evaluate-expression-handler, gdb-put-string):
12295 Remove unused variable bindings.
12296 (gdb-setup-windows, gdb-display-buffer):
12297 Simplify. Use pop-to-buffer.
12298 (gdb-view-source-function): Simplify.
12299 (gdb-frame-breakpoints-buffer):
12300 Use pop-to-buffer, special-display-regexps.
12301
12302 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12303
12304 * progmodes/f90.el (f90-smart-end)
12305 (f90-previous-statement, f90-beginning-of-block): Doc fix.
12306 (f90-calculate-indent): Handle un-named PROGRAM blocks.
12307 (f90-end-of-block): Doc fix. Make check of outermost block
12308 conditional on value of `f90-smart-end'.
12309 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12310 Handle case where END-BLOCK is nil.
12311 (f90-match-end): Handle un-named PROGRAM blocks.
12312 (f90-backslash-not-special): New function.
12313
12314 2004-11-24 Jay Belanger <belanger@truman.edu>
12315
12316 * calc/calc.el (calc-embedded-active): Removed unnecessary
12317 declaration.
12318 (calc-show-banner): Removed redundant declaration.
12319
12320 * calc/calc-graph.el (calc-gnuplot-default-device)
12321 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12322 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12323 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12324 Remove redundant initial values.
12325
12326 * calc/calc-arith.el (math-scalar-functions)
12327 (math-nonscalar-functions, math-scalar-if-args-functions)
12328 (math-real-functions, math-positive-functions)
12329 (math-nonnegative-functions, math-real-scalar-functions)
12330 (math-real-if-arg-functions, math-integer-functions)
12331 (math-num-integer-functions, math-rounding-functions)
12332 (math-float-rounding-functions, math-integer-if-args-functions)
12333 (math-super-types): Move declarations to earlier in file.
12334 (math-unit-prefixes): Declared it.
12335 (math-floor-prec, math-trunc-prec): New variables.
12336 (math-trunc-fancy): Replace variable prec by declared variable.
12337 (math-floor-fancy): Replace variable prec by declared variable.
12338 (math-com-bterms): New variable.
12339 (math-commutative-equal, math-commutative-collect):
12340 Replace variable bterms by declared variable.
12341
12342 * calc/calc-misc.el (math-trunc): Replace variable prec by
12343 math-trunc-prec.
12344 (math-floor): Replace variable prec by math-floor-prec.
12345
12346 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12347 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12348 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12349 (math-format-date, math-format-date-part): Replace variables
12350 date, dt, year, month, day, weekday, hour, minute, second and
12351 bc-flag by declared variables.
12352 (math-pd-str): New variable.
12353 (math-parse-date, math-parse-date-word, math-parse-standard-date):
12354 Replace variable str by declared variable.
12355 (math-daylight-savings-hook, math-tzone-names): Move definitions
12356 to earlier in the file.
12357 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12358 (math-sh-year): New variable.
12359 (math-setup-add-holidays, math-setup-holidays)
12360 (math-setup-year-holidays): Replace variable `year' by declared
12361 variable.
12362
12363 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12364 New variables.
12365 (math-nth-root-float, math-nth-root-float-iter): Replace variables
12366 n, nf and nfm1 by declared variables.
12367 (math-nri-n): New variable.
12368 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12369 n by declared variable.
12370 (calcFunc-log): Removed misplaced condition.
12371
12372 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12375
12376 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12377
12378 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
12379 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12380 Dedicate gdb-related windows.
12381 (gdb-display-buffer): Dedicate gdb-related windows.
12382 Don't grab other frames.
12383 (gdb-reset): Remove dedicated property after debugging.
12384
12385 2004-11-24 Jay Belanger <belanger@truman.edu>
12386
12387 * calc/calc-sel.el: Add comment.
12388
12389 * calc/calc.el (math-stack-value-offset): Replace variables c,
12390 wid and off with math-svo-c, math-svo-wid and math-svo-off.
12391
12392 * calc/calccomp.el (math-comp-sel-tag): Declare it.
12393 (math-svo-c, math-svo-wid, math-svo-off): New variables.
12394 (math-stack-value-offset-fancy): Replace variables c, wid and off
12395 by declared variables.
12396 (math-comp-just, math-comp-comma-spc): New variables.
12397 (math-compose-expr, math-compose-matrix): Replace variables `just'
12398 and comma-spc by declared variable.
12399 (math-comp-vector-prec): New variable.
12400 (math-compose-expr, math-compose-matrix, math-compose-rows):
12401 Replace variable vector-prec by declared variable.
12402 (math-comp-left-bracket, math-comp-right-bracket)
12403 (math-comp-comma): New variables.
12404 (math-compose-expr, math-compose-rows): Replace variables
12405 left-bracket, right-bracket and comma by declared variables.
12406 (math-comp-full-width): New variable.
12407 (math-comp-to-string-flat, math-comp-to-string-flat-term):
12408 Replace variable full-width by declared variable.
12409 (math-comp-highlight, math-comp-word, math-comp-level)
12410 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12411 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12412 New variables.
12413 (math-comp-to-string-flat, math-comp-to-string-flat-term)
12414 (math-comp-sel-flat-term): Replace variables comp-highlight,
12415 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12416 declared variables.
12417 (math-comp-simplify, math-comp-simplify-term)
12418 (math-comp-add-string, math-comp-add-string-sel):
12419 Replace variables comp-highlight, comp-buf, comp-base,
12420 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
12421
12422 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12423
12424 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
12425
12426 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12427 and x-server-version may throw.
12428
12429 2004-11-23 Kim F. Storm <storm@cua.dk>
12430
12431 * subr.el (substitute-key-definition-key): Optimize.
12432 Don't call indirect-function for nil defn (always signals error).
12433
12434 * ido.el (ido-read-internal): Fix require-match check when
12435 ido-directory-too-big is set.
12436
12437 2004-11-23 Jay Belanger <belanger@truman.edu>
12438
12439 * calc/calc-ext.el (math-read-replacement-list)
12440 (math-read-superscripts): New variables.
12441 (math-read-preprocess-string): New function.
12442 (math-read-expr): Filter input through math-read-preprocess-string.
12443
12444 * calc/calc-aent.el (math-read-exprs): Filter input through
12445 math-read-preprocess-string.
12446
12447 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
12448
12449 * progmodes/compile.el (compilation-start): In cd command use
12450 substitute-env-vars -- not quite shell compatible but better than
12451 nothing.
12452 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12453 handle the newer versions messages, which are more parseable.
12454
12455 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * reveal.el (reveal-mode-map): New var.
12458 (reveal-mode): Use it.
12459
12460 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
12461
12462 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12463 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12464
12465 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12466
12467 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12468 header-line when needed.
12469 Use fixed-pitch only in the header-line.
12470 Build the underline automatically. Use emdash if available.
12471
12472 2004-11-22 Richard M. Stallman <rms@gnu.org>
12473
12474 * dired.el (dired-recursive-copies): Move from dired-aux.el.
12475 * dired-aux.el (dired-recursive-copies): Move to dired.el.
12476
12477 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
12478
12479 * progmodes/gdb-ui.el (gdb-resync): New function.
12480 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
12481 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
12482 Use it to fail more gracefully.
12483 (gdb-variables): Delete variable.
12484 Re-order variables to reduce byte-compiler warnings.
12485
12486 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 * descr-text.el (describe-char):
12489 * paren.el (show-paren-function):
12490 * subr.el (syntax-after): Undo last change.
12491
12492 * progmodes/python.el (run-python): Don't hard code *Python*.
12493 Don't modify global process-environment.
12494 (python-send-region, python-load-file): Don't assume that
12495 python-buffer == (process-buffer (python-proc)).
12496 (python-switch-to-python): Simplify.
12497
12498 * dired.el (dired-align-file): Don't assume line starts with spaces.
12499
12500 2004-11-21 Jay Belanger <belanger@truman.edu>
12501
12502 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12503 Replace variable `lines' by math-read-big-lines.
12504 (math-read-big-expr): Replace variables the-baseline, the-h2
12505 and err-msg by math-read-big-baseline, math-read-big-h2 and
12506 math-read-err-msg.
12507 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12508
12509 * calc/calc-lang.el (math-read-big-rec): Fix typo.
12510 (math-read-big-balance): Replace unbound variable by value.
12511 (math-read-big-lines): New variable.
12512 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12513 (math-read-big-error, math-read-big-balance): Replace variable
12514 `lines' by declared variable.
12515 (math-read-big-baseline, math-read-big-h2): New variables.
12516 (math-read-big-rec): Replace variables the-baseline and the-h2
12517 by declared variables.
12518 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12519 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12520 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12521 declared variables.
12522 (math-read-big-err-msg): New variable.
12523 (math-read-big-error): Replace variable err-msg by declared variable.
12524
12525 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12526
12527 * ses.el: Add coding cookie.
12528 Fix up docstrings, follow new commenting conventions.
12529 (ses-header-line-menu): Fix missing variable rename for header-row.
12530 (ses-cell-size): Remove.
12531 (ses-make-cell): New function.
12532 (ses-cell, ses-insert-row, ses-insert-column): Use it.
12533 (ses-calculate-cell): Remove unused var `symbol'.
12534 (ses-narrowed-p): New function.
12535 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12536 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12537 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12538 (ses-setup): Use restore-buffer-modified-p.
12539 (ses-cleanup): Remove unused var `end'.
12540 (ses-header-string-left-offset): Remove.
12541 (ses-create-header-string): Adjust to new behavior of `align-to'.
12542 Truncate excessively large fields to preserve alignment.
12543 (ses-reconstruct-all): Remove unused var `refs'.
12544 (ses-read-cell-printer): Remove unused var `prompt'.
12545 (ses-delete-row): Remove unused var `pos'.
12546 (ses-delete-column): Remove unused var `new'.
12547
12548 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12549
12550 * ps-print.el: Insert :version tag into all defgroup and defcustom.
12551 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12552 Eliminate eval-and-compile usage.
12553 (ps-insert-file): Use insert-file-contents instead of insert-file.
12554 (ps-setup): Code fix.
12555
12556 * printing.el (pr-setup, lpr-setup): Code fix.
12557
12558 2004-11-21 Jay Belanger <belanger@truman.edu>
12559
12560 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12561 (calc-original-buffer): Declare them.
12562 (calc-user-formula-alist): New variable.
12563 (calc-user-define-formula, calc-fix-user-formula)
12564 (calc-user-define-composition, calc-finish-formula-edit):
12565 Replace variable `alist' by declared variable.
12566 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12567 (var-q7, var-q7, var-q8, var-q9): Declare them.
12568 (calc-kbd-push): Don't check to see if var-q0 through var-q9
12569 are bound.
12570 (calcFunc-typeof): Replace undeclared variable by expression.
12571 (math-exp-env): New variable.
12572 (math-define-body, math-define-exp): Replace exp-env by declared var.
12573 (math-define-exp): Replace misplaced variable by expression.
12574
12575 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12576 (calc-curve-model, calc-curve-coefnames): New variables.
12577 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12578 varnames, model and coefnames by declared variables.
12579 (math-root-widen): New variable.
12580 (math-search-root, math-find-root): Replace variable root-widen by
12581 declared variable.
12582 (var-DUMMY): Declare it.
12583 (math-root-vars, math-min-vars): Move the declarations to earlier in
12584 the file.
12585 (math-brent-min): Make d a local variable.
12586 (math-find-minimum): Replace non-existent variable.
12587 (math-ninteg-romberg): Remove unnecessary variable.
12588 (math-ninteg-temp): New variable.
12589 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12590 integ-temp by declared variable.
12591 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12592 New variables.
12593 (math-general-fit): Replace variables first-var, first-coef and
12594 new-coefs by declared variables.
12595 (calcFunc-fitvar): Replace variable first-var by declared variable.
12596 (calcFunc-fitparam): Replace variable first-coef by declared variable.
12597 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
12598 (math-all-vars-vars, math-all-vars-found): New variables.
12599 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12600 found by declared variable math-all-vars-vars.
12601
12602 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
12603
12604 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12605 of `defconst'.
12606
12607 2004-11-20 Richard M. Stallman <rms@gnu.org>
12608
12609 * isearch.el (isearch-mode-map): Don't bind SPC.
12610 (isearch-whitespace-chars): Function deleted.
12611 (isearch-search): Bind search-spaces-regexp.
12612 (isearch-lazy-highlight-search): Likewise.
12613 (search-whitespace-regexp): Doc fix.
12614 (isearch-forward-regexp): Doc fix.
12615
12616 * emacs-lisp/bytecomp.el (byte-compile-form):
12617 Move the calls to byte-compile-set-symbol-position,
12618 to avoid having two for the same symbol occurrence.
12619
12620 * comint.el (comint-input-ring-size): Increase to 150.
12621
12622 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
12623 New variables.
12624 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12625 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
12626
12627 * imenu.el (imenu--generic-function):
12628 Ensure we keep moving backward even if BEG isn't further back.
12629
12630 * replace.el (query-replace-read-to, query-replace-read-from):
12631 Specify t for KEEP-ALL in read-from-minibuffer.
12632
12633 * progmodes/python.el (python-switch-to-python):
12634 If Python isn't running, start it.
12635 Don't alter debug-ignored-errors.
12636
12637 * progmodes/cperl-mode.el (cperl-indent-region):
12638 Don't mind imenu-scanning-message.
12639
12640 * bindings.el (global-map): Bind C-e to move-end-of-line.
12641
12642 * simple.el (line-move-finish): New arg FORWARD.
12643 Ignore invisible newlines, not intangible ones.
12644 Conditions for acceptable stopping positions depend on FORWARD.
12645 (line-move): Pass FORWARD arg to line-move-finish.
12646
12647 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
12648 of HEADER. Compensate for this change in the code to add display
12649 properties. Don't make the first line intangible.
12650
12651 * info.el (Info-search): Fix previous change.
12652
12653 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
12654
12655 * Makefile.in (recompile): Revert 2004-11-19 change.
12656 (compile): Likewise.
12657
12658 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
12659
12660 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12661
12662 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12663
12664 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
12665 defgroup and defcustom. Eliminate eval-and-compile usage.
12666
12667 * progmodes/ebnf-otz.el: Fix typos.
12668
12669 2004-11-19 Jay Belanger <belanger@truman.edu>
12670
12671 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
12672 (calc-edit-finish, calc-finish-stack-edit): Replace variable
12673 disp-trail by declared variable.
12674
12675 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
12676 (calc-finish-selection-edit): Replace variable disp-trail by
12677 declared variable.
12678 (calc-selection-cache-entry): Move declaration to earlier in the file.
12679 (calc-selection-cache-num, calc-selection-cache-comp)
12680 (calc-selection-cache-offset, calc-selection-true-num)
12681 (calc-final-point-line, calc-final-point-column)
12682 (calc-original-buffer): Declare them.
12683 (calc-fnp-op, calc-fnp-num): New variables.
12684 (calc-find-nth-part, calc-find-nth-part-rec)
12685 (calc-select-previous): Replace op and num by declared variables.
12686 (calc-rsf-old, calc-rsf-new): New variables.
12687 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
12688 Replace variables old and new by declared variables.
12689 (calc-sel-reselect): New variable.
12690 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
12691 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
12692 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
12693 reselect with declared variable.
12694
12695 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
12696 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
12697 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
12698 (math-import-list, math-rewrite-phase): Declare them.
12699 (math-rewrite): Use let* to declare variables.
12700 (calc-rewrite-selection): Make rules a local variable.
12701 (calc-rewr-sel): New variable.
12702 (calc-rewrite-selection, calc-locate-selection-marker)
12703 (calc-rewrite): Use the declared variable calc-rewr-sel instead
12704 of sel.
12705 (math-rewrite-whole-expr): New variable.
12706 (math-rewrite, math-rewrite-phase): Replace variable expr by
12707 declared variable.
12708 (math-rewrite-heads-heads, math-rewrite-heads-skips)
12709 (math-rewrite-heads-blanks ): New variables.
12710 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12711 heads, skips and blanks by declared variables.
12712 (math-rwcomp-subst-old, math-rwcomp-subst-new)
12713 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12714 New variables.
12715 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12716 old, new, old-func and new-func by declared variables.
12717 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12718 Remove unnecessary variable.
12719 (math-apply-rw-regs): New variable.
12720 (math-apply-rewrites, math-rwapply-replace-regs)
12721 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
12722 (math-apply-rw-ruleset): New variable.
12723 (math-apply-rewrites, math-rwapply-remember): Replace variable
12724 ruleset by declared variable.
12725
12726 2004-11-19 Richard M. Stallman <rms@gnu.org>
12727
12728 * info.el (Info-search): Use search-whitespace-regexp.
12729
12730 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12731
12732 * vc-rcs.el (vc-rcs-parse): New function.
12733 (vc-rcs-annotate-command): Likewise.
12734 (vc-rcs-annotate-current-time): Likewise.
12735 (vc-rcs-annotate-time): Likewise.
12736 (vc-rcs-annotate-extract-revision-at-line): Likewise.
12737
12738 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12739
12740 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12741
12742 2004-11-18 Jay Belanger <belanger@truman.edu>
12743
12744 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
12745
12746 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12747
12748 * printing.el: Eliminate use of interactive-p and eval-and-compile.
12749 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12750 Use make-temp-file to generate PostScript files in any situation.
12751 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
12752 (pr-interactive-p): Eliminate var.
12753 (pr-save-interactive): Eliminate macro.
12754 (pr-interface, pr-ps-directory-preview)
12755 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12756 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12757 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12758 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12759 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12760 (pr-ps-region-ps-print, pr-ps-mode-preview)
12761 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12762 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12763 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12764 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12765 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12766 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12767 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12768 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12769 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12770 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12771 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12772 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
12773 Eliminate pr-save-interactive usage.
12774 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
12775 Eliminate pr-interactive-p usage.
12776 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12777 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12778 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12779 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12780 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12781 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
12782 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12783 New funs.
12784 (pr-ps-file): Use make-temp-file to generate a temporary file.
12785
12786 2004-11-17 Jay Belanger <belanger@truman.edu>
12787
12788 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12789 a local variable.
12790 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
12791 (math-top-only): New variable.
12792 (math-simplify, math-simplify-step): Replace variable top-only by
12793 declared variable math-top-only.
12794 (math-simplify-expr): Declare it.
12795 Replace argument expr in all calls of math-defsimplify by
12796 math-simplify-expr.
12797 (math-simplify-plus, math-simplify-times, math-simplify-divide)
12798 (math-simplify-divisor, math-simplify-one-divisor)
12799 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
12800 (math-simplify-pow): Replace variable expr by declared variable
12801 math-simplify-expr.
12802 (math-simplify-divisor): Remove local variables temp and op.
12803 (math-simplify-one-divisor): Make temp and op local variables.
12804 (math-simplify-divisor-nover, math-simplify-divisor-dover):
12805 New variables.
12806 (math-simplify-divisor, math-simplify-one-divisor):
12807 Replace variables nover and dover by declared variables.
12808 (math-expr-subst-new, math-expr-subst-old): New variables.
12809 (math-expr-subst, math-expr-subst-rec): Replace variables new
12810 and old by declared variables.
12811 (math-is-poly-degree, math-is-poly-loose): New variables.
12812 (math-is-polynomial, math-is-poly-rec): Replace variables degree
12813 and loose by declared variables.
12814 (math-poly-base-const-ok, math-poly-base-pred): New variables.
12815 (math-polynomial-base, math-polynomial-base-rec):
12816 Replace variables const-ok and mpb-pred by declared variables.
12817
12818 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12819
12820 * calc/calc-ext.el (math-defsimplify): Change the argument in
12821 the created function to math-simplify-expr.
12822
12823 * calc/calc-units.el (math-simplify-expr): Declare it.
12824 Replace argument expr in all calls of math-defsimplify by
12825 math-simplify-expr.
12826 (math-simplify-units-prod): Replace variable expr by declared
12827 variable math-simplify-expr.
12828
12829 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12832 Replace mapcar->dolist, format->string.
12833
12834 2004-11-17 Miles Bader <miles@gnu.org>
12835
12836 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12837 * progmodes/idlwave.el: Remove RCS keywords.
12838
12839 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
12840
12841 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12842 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
12843 Update to IDLWAVE version 5.5. Too many changes to list them here.
12844 * progmodes/idlw-help.el: New file.
12845
12846 2004-11-16 Richard M. Stallman <rms@gnu.org>
12847
12848 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12849 Discard spaces after \i according to TeX rules.
12850
12851 * international/mule.el (set-buffer-file-coding-system):
12852 New arg NOMODIFY.
12853 (after-insert-file-set-coding): Pass that new arg.
12854 Prevent set-buffer-multibyte from trying to lock the file.
12855
12856 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12857
12858 * saveplace.el (save-place): Doc fix.
12859
12860 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12861 temporarily widen before finding the following word to copy.
12862
12863 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
12864 (cl-map-keymap): Definition deleted.
12865
12866 * subr.el (map-keymap-internal): New function.
12867
12868 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12869
12870 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12871 when pressing rather than when releasing mouse-2. Simplify.
12872
12873 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12874
12875 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12876 (compilation-mode): Set it here instead.
12877
12878 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12879
12880 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12881 (loop, cl-parse-loop-clause, defsetf): Use backquote.
12882
12883 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * progmodes/compile.el (compilation-internal-error-properties):
12886 Fix up a transposition-typo. Check end-col before using it.
12887
12888 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
12889
12890 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12891 Discard whitespace after macro \i when converting it.
12892
12893 2004-11-16 Juri Linkov <juri@jurta.org>
12894
12895 * emacs-lisp/find-func.el (find-function-regexp):
12896 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
12897 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
12898 Remove invalid `\W' from [^cgv\W]. Doc fix.
12899 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12900
12901 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
12902
12903 * play/life.el: Maintainer is now FSF.
12904 (life-patterns, life-neighbor-deltas, life-window-start)
12905 (life-current-generation, life-generation-string): Use defvar
12906 instead of defconst.
12907
12908 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * progmodes/compile.el (compilation-move-to-column): New fun.
12911 (compilation-internal-error-properties)
12912 (compilation-next-error-function): Use it to make sure we don't go past
12913 the end of line.
12914
12915 2004-11-15 John Paul Wallington <jpw@gnu.org>
12916
12917 * autoinsert.el (auto-insert-alist): Insert the user's name in
12918 copyright notice, rather than Free Software Foundation, for the
12919 Emacs Lisp header case too.
12920
12921 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12922
12923 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12924 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12925 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
12926 return the list of string in a string.
12927 (pr-call-process): Message if calling process returns an error, that
12928 is, the exit status is different of zero.
12929
12930 2004-11-15 Jay Belanger <belanger@truman.edu>
12931
12932 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12933 variable var-thing.
12934 (math-integ-depth, math-integ-level, math-integral-limit)
12935 (math-enable-subst, math-any-substs, math-integ-msg)
12936 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12937 (math-int-threshold, math-int-factors, math-double-roots)
12938 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12939 (var-GenCount): Declare these variables.
12940 (calcFunc-integ): Don't check if var-IntegLimit is bound.
12941 (math-integral-cache, math-integral-cache-state):
12942 Move declarations to earlier in the file.
12943 (math-deriv-var, math-deriv-total, math-deriv-symb)
12944 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12945 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12946 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12947 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12948 (math-solve-res): New variables
12949 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12950 (math-integral, math-replace-integral-parts)
12951 (math-integrate-by-parts, calc-dump-integral-cache)
12952 (math-try-integral, math-do-integral, math-do-integral)
12953 (math-do-integral-methods, math-try-solve-for)
12954 (math-try-solve-prod, math-solve-poly-funny-powers)
12955 (math-solve-crunch-poly, math-decompose-poly)
12956 (math-solve-find-root-term, math-find-root-in-prod)
12957 (math-integ-try-linear-substitutions)
12958 (math-integ-try-substitutions, math-expr-rational-in)
12959 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12960 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12961 (math-solve-for, math-solve-system, math-solve-system-rec)
12962 (math-solve-get-sign, math-solve-get-int)
12963 (math-solve-system-subst): Replace undeclared variables with newly
12964 declared variables.
12965
12966 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 * winner.el (winner-active-region, winner-edges, winner-window-list):
12969 Define at toplevel.
12970 (winner-mode-map): Move init inside declaration.
12971
12972 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
12973
12974 * files.el (convert-standard-filename): Doc fix.
12975
12976 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
12977
12978 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12979 passwd, group, shadow, default/* and pam.d/*.
12980
12981 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12982
12983 * printing.el (pr-menu-spec): Adjust menu specification.
12984
12985 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12986
12987 * printing.el: Doc fix. Insert :version tag into all defcustom.
12988 Handle interactive-p as is recommended in Emacs Lisp Reference.
12989 Set the file permission bits for newly created files.
12990 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12991 The printing menu specification (in `pr-menu-spec') was merged.
12992 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12993 (pr-version): New version number (6.8.3).
12994 (pr-file-modes): New option.
12995 (pr-interactive-p): New var.
12996 (pr-save-interactive, pr-save-file-modes): New macros.
12997 (pr-setup): Code fix.
12998 (pr-menu-spec): Menu specification merged.
12999 (pr-call-process, pr-text2ps): Set file permission bits.
13000 (pr-despool-print): Set file permission bits. Handle interactive-p as
13001 is recommended.
13002 (pr-interface, pr-ps-directory-preview)
13003 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13004 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13005 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13006 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13007 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13008 (pr-ps-region-ps-print, pr-ps-mode-preview)
13009 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13010 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13011 (pr-despool-using-ghostscript, pr-despool-ps-print)
13012 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13013 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13014 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13015 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13016 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13017 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13018 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13019 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13020 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
13021 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
13022 Handle interactive-p as is recommended.
13023
13024 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
13027 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
13028
13029 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
13030 so it doesn't forget to highlight the beginning of the region either.
13031
13032 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
13033
13034 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
13035 (c-font-lock-init): Eliminate obsolete make-local-hook.
13036 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13037 (awk-mode): Use run-mode-hooks.
13038
13039 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
13040
13041 2004-11-13 Kim F. Storm <storm@cua.dk>
13042
13043 * mouse.el (mouse-drag-copy-region): Add :version.
13044 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
13045 while dragging mode line, so mode line can be dragged downwards.
13046 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
13047 while pressing mouse button so window doesn't scroll until we
13048 release the mouse if clicking on partially visible line.
13049
13050 2004-11-12 Jay Belanger <belanger@truman.edu>
13051
13052 * calc/calc-graph.el (calc-dumb-map): Declare it.
13053 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
13054 than unbound.
13055 (calc-graph-name): Made `end' a local variable.
13056 (calc-graph-lookup): Made `varname' a local variable.
13057 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
13058 Declare them.
13059 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
13060 (calc-graph-plot, calc-graph-compute-3d): Remove references to
13061 the unused variable y3vec.
13062 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
13063 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
13064 calc-graph-prev-kill-hook.
13065 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
13066 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
13067 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
13068 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
13069 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
13070 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
13071 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
13072 (calc-graph-y3value, calc-graph-y3name)
13073 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
13074 (calc-graph-stepcount, calc-graph-is-splot)
13075 (calc-graph-surprise-splot, calc-graph-blank)
13076 (calc-graph-non-blank, calc-graph-curve-num): New variables.
13077 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
13078 (calc-graph-recompute-2d, calc-graph-compute-3d)
13079 (calc-graph-format-data): Replace undeclared variables with the
13080 above newly declared variables.
13081
13082 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
13083
13084 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
13085 `rsf-beep' and `rsf-sleep-after-message'.
13086
13087 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
13088 list if `message-sender' is non-nil.
13089
13090 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13091
13092 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
13093 consing by using mapc instead of mapcar.
13094
13095 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
13096
13097 * tooltip.el (require): Explain why CL is needed.
13098
13099 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13100
13101 * printing.el: Insert :version into defgroup (printing). All reference
13102 to Files option in menubar were changed to File.
13103 (pr-version): New version number (6.8.2).
13104 (pr-get-symbol): Call easy-menu-intern.
13105 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
13106 compilation gripes.
13107
13108 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13109
13110 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
13111 new byte-compile-function-environment binding to t.
13112
13113 * font-lock.el (font-lock-fontify-syntactically-region):
13114 Don't forget to highlight the last char when we hit `end'.
13115
13116 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
13117 (mwheel-scroll): Adjust accordingly.
13118
13119 * cvs-status.el: Reduce spurious warnings.
13120 (cvs-status-checkout): Remove.
13121 (cvs-status-mode-map): Use cvs-mode-checkout instead.
13122
13123 * pcvs.el (cvs-mode-checkout): New command.
13124
13125 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
13126
13127 * tooltip.el: Require CL.
13128
13129 * emacs-lisp/bytecomp.el: Use push.
13130 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
13131 (defalias): Remove the `byte-compile' property and add
13132 a `byte-hunk-handler'.
13133
13134 2004-11-11 Juri Linkov <juri@jurta.org>
13135
13136 * info.el (Info-search): Save match data for isearch.
13137 Skip Tag Table node.
13138
13139 * descr-text.el (describe-char): Replace syntax-after with code
13140 from its previous version.
13141
13142 * files.el (magic-mode-alist): Use optimization for SGML mode too.
13143 (set-auto-mode): Doc fix. Remove unused variable `xml'.
13144
13145 * international/mule.el (sgml-html-meta-auto-coding-function):
13146 Remove > after <html to allow HTML attributes.
13147
13148 2004-11-11 Jay Belanger <belanger@truman.edu>
13149
13150 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
13151 a variable.
13152 (calcFunc-dfac): Replace unbound max by n.
13153 (math-stirling-local-cache): New variable.
13154 (math-stirling-number, math-stirling-1, math-stirling-2):
13155 Replace the variable `cache' by the declared variable
13156 math-stirling-local-cache.
13157 (var-RandSeed): Declare it as a variable.
13158 (math-init-random-base, math-random-digit): Don't check to see if
13159 var-RandSeed is bound.
13160 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
13161 Declare them instead of just setting them.
13162 (math-init-random-base): Made i a local variable.
13163 (math-random-digit): Made math-random-last a local variable.
13164 (math-prime-test-cache): Move declaration to before it is used.
13165 (math-prime-test-cache-k, math-prime-test-cache-q)
13166 (math-prime-test-cache-nm1, math-prime-factors-finished):
13167 Declare them as variables.
13168
13169 2004-11-11 Jay Belanger <belanger@truman.edu>
13170
13171 * calc/calc-ext.el (math-defcache): Use defvar for the new
13172 variables it creates.
13173
13174 2004-11-11 Lars Hansen <larsh@math.ku.dk>
13175
13176 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13177 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13178 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13179 (desktop-save): Add :version.
13180
13181 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13182
13183 * printing.el (pr-get-symbol): Don't downcase.
13184
13185 2004-11-10 Jay Belanger <belanger@truman.edu>
13186
13187 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
13188 string to kill-ring.
13189
13190 * calc/calc-aent.el (calc-alg-exp, math-toks)
13191 (math-exp-pos,math-exp-old-pos, math-exp-token)
13192 (math-exp-keep-spaces, math-exp-str): New variables.
13193 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
13194 (calcAlg-enter): Use declared variable calc-alg-exp.
13195 (math-build-parse-table, math-find-user-token): Use declared
13196 variable math-toks.
13197 (math-read-exprs, math-read-token, calc-check-user-syntax)
13198 (calc-match-user-syntax, match-factor-after, math-read-factor):
13199 Use declared variables math-exp-pos math-exp-old-pos.
13200 (math-read-exprs, math-read-token, math-read-expr-level)
13201 (calc-check-user-syntax, calc-match-user-syntax)
13202 (match-factor-after, math-read-factor): Use declared variable
13203 math-exp-token.
13204 (math-read-exprs, math-read-expr-list, math-read-token)
13205 (math-read-factor): Use declared variable math-exp-keep-spaces.
13206 (math-read-exprs, math-read-token): Use declared variable
13207 math-exp-str.
13208 (calc-match-user-syntax): Make m a local variable.
13209
13210 * calc/calc-ext.el (math-read-expr): Use declared variables
13211 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
13212 math-exp-keep-spaces.
13213
13214 * calc/calc-forms.el (math-read-angle-bracket): Use declared
13215 variables math-exp-pos, math-exp-str.
13216
13217 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
13218 math-exp-old-pos.
13219 (math-parse-fortran-vector, math-parse-fortran-vector-end)
13220 (math-parse-eqn-prime): Use declared variable math-exp-token.
13221
13222 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
13223 Use declared variable math-exp-pos.
13224 (math-check-for-commas): Use declared variable math-exp-str.
13225 (math-read-brackets): Use declared variables math-exp-old-pos,
13226 math-exp-keep-spaces.
13227 (math-read-brackets, math-read-vector, math-read-matrix):
13228 Use declared variable math-exp-token.
13229
13230 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13231
13232 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
13233 where the keymap is a symbol.
13234 (easy-menu-add-item): Use keymap-prompt. Simplify.
13235
13236 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13237
13238 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13239 (sgml-parse-tag-backward): Use it to skip spurious < or >.
13240
13241 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
13242
13243 * ebuff-menu.el: Doc fixes throughout.
13244 (electric-buffer-menu-mode-hook): New defvar.
13245
13246 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
13247
13248 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13249 The resulting compiler warnings appear to be harmless.
13250
13251 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
13252
13253 * textmodes/conf-mode.el: New file.
13254
13255 * files.el (auto-mode-alist, magic-mode-alist): Use it.
13256
13257 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13258
13259 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13260
13261 2004-11-09 Jay Belanger <belanger@truman.edu>
13262
13263 * calc/calc-ext.el (calc-init-extensions): Remove old code.
13264
13265 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
13266 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13267 (calc-z-prefix-help, calc-user-function-list): Use declared
13268 variables calc-z-prefix-buf, calc-z-prefix-msgs.
13269 (math-map-tree, math-map-tree-rec): Use declared variables
13270 math-mt-many, math-mt-func.
13271 (math-read-expression, math-read-string): Use declared variable
13272 math-expr-data.
13273
13274 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
13275 variable math-normalize-a.
13276
13277 * calc/calc.el (math-normalize-a): New variable.
13278 (math-normalize): Use declared variable math-normalize-a.
13279
13280 * calc/calc-poly.el (math-expand-form): Use declared variable
13281 math-mt-many.
13282
13283 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13284 Use declared variable math-mt-many.
13285 (math-rewrite): Use declared variable math-mt-func.
13286
13287 * calc/calc-vec.el (math-read-brackets, math-read-vector)
13288 (math-read-matrix): Use declared variable math-expr-data.
13289
13290 * calc/calc-lang.el (math-parse-fortran-vector)
13291 (math-parse-fortran-vector-end, math-parse-tex-sum)
13292 (math-parse-eqn-matrix, math-parse-eqn-prime)
13293 (math-read-math-subscr): Use declared variable math-expr-data.
13294
13295 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13296 (math-read-expr-level, math-read-token, calc-check-user-syntax)
13297 (calc-match-user-syntax, math-read-if, math-factor-after)
13298 (math-read-factor): Use declared variable math-expr-data.
13299
13300 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13301
13302 * calendar/diary-lib.el (diary-from-outlook)
13303 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
13304 interactive-p; but rather new optional argument NOCONFIRM.
13305
13306 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13307
13308 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13309 (easy-menu-name-match): Revert correspondingly.
13310
13311 2004-11-09 Richard M. Stallman <rms@gnu.org>
13312
13313 * emacs-lisp/bytecomp.el (byte-compile-defalias):
13314 Turn off warnings for the new function even if definition not constant.
13315 If the definition isn't a quoted symbol, record (FUNCTION . t).
13316 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13317 (byte-compile-callargs-warn): Handle (FUNCTION . t).
13318 (display-call-tree, byte-compile-arglist-warn):
13319 Handle t returned by byte-compile-fdefinition.
13320
13321 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13322
13323 * Makefile.in (maintainer-clean): Depend on distclean.
13324
13325 * help-fns.el (help-C-file-name): File name must be in build-files
13326 to be returned.
13327
13328 2004-11-09 Jay Belanger <belanger@truman.edu>
13329
13330 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
13331 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
13332
13333 * calc/calc.el (calc, calc-trail-display, calc-mode):
13334 Remove obsolete sections.
13335
13336 * calc/calc.el (calc-x-paste-text): Remove.
13337
13338 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
13339 mouse-2.
13340
13341 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
13342
13343 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13344 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13345 current frame (in case of recursive calls).
13346 (gdb-show-changed-values): Add :version keyword.
13347
13348 2004-11-09 Kenichi Handa <handa@m17n.org>
13349
13350 * international/mule-cmds.el: Change coding: tag back to
13351 iso-2022-7bit.
13352
13353 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * international/mule-cmds.el: Change coding-system to utf-8.
13356 (select-safe-coding-system-interactively):
13357 New function extracted from select-safe-coding-system.
13358 (select-safe-coding-system): Use it.
13359
13360 2004-11-08 Richard M. Stallman <rms@gnu.org>
13361
13362 * subr.el (syntax-after): Doc fix.
13363
13364 * paren.el (show-paren-function): Change calls to syntax-after
13365 for new way of returning the value.
13366
13367 * menu-bar.el (menu-bar-file-menu): Make this the real name
13368 and menu-bar-files-menu the alias. Use the former.
13369 (global-map): Use `file', not `files', as the symbol.
13370
13371 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13372
13373 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13374 Don't use beginning-of-buffer.
13375 (filesets-cmd-show-result): Use with-no-warnings.
13376
13377 2004-11-08 Juri Linkov <juri@jurta.org>
13378
13379 * progmodes/compile.el (compile): Don't overwrite last command in
13380 minibuffer history with default command if they are not equal.
13381
13382 2004-11-08 Jay Belanger <belanger@truman.edu>
13383
13384 * calc/calcalg2.el (math-do-integral-methods): Try linear then
13385 non-linear substitutions.
13386
13387 2004-11-08 Jay Belanger <belanger@truman.edu>
13388
13389 * calc/calcalg2.el (math-linear-subst-tried): New variable.
13390 (math-do-integral): Set `math-linear-subst-tried' to nil.
13391 (math-do-integral-methods): Use `math-linear-subst-tried' to
13392 determine what type of substitution to try.
13393 (math-integ-try-linear-substituion):
13394 Set `math-linear-subst-tried' to t.
13395
13396 2004-11-08 Kim F. Storm <storm@cua.dk>
13397
13398 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13399
13400 2004-11-07 Juri Linkov <juri@jurta.org>
13401
13402 * info-look.el (info-lookup): Allow reusing in the current buffer
13403 not only *info* buffer, but all (even renamed) Info buffers
13404 by checking for major-mode instead of *info* buffer name.
13405 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13406 (octave-mode, maxima-mode) <doc-spec>:
13407 Allow long dashes generated by Texinfo 4.7 before definitions.
13408 (texinfo-mode) <doc-spec>: Add space to suffix to find command
13409 definitions with argument separated by space.
13410
13411 2004-11-06 Richard M. Stallman <rms@gnu.org>
13412
13413 * simple.el (next-error group, face): Move before first use.
13414 (next-error-highlight, next-error-highlight-no-select): Likewise.
13415
13416 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
13417 (line-move): New args NOERROR and TO-END.
13418 Return t if succeed in moving specified number of lines.
13419 (move-end-of-line): New function.
13420
13421 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13422 (end-of-buffer-other-window): Likewise.
13423
13424 * simple.el (line-move-ignore-invisible): Default to t.
13425
13426 * subr.el (syntax-after): Return the syntax letter, not the raw code.
13427
13428 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13429
13430 * international/iso-cvt.el (iso-cvt-define-menu):
13431 Rename menu-bar-files-menu to menu-bar-file-menu.
13432
13433 * net/browse-url.el (browse-url-gnome-moz-program)
13434 (browse-url-gnome-moz-arguments): Move up before first use.
13435
13436 * net/tramp.el (tramp group): Add :version.
13437
13438 * progmodes/ada-xref.el (ada-gdb-application):
13439 Use goto-char instead of beginning-of-buffer.
13440
13441 * progmodes/cperl-mode.el (cperl-info-on-command):
13442 Use goto-char instead of beginning-of-buffer.
13443
13444 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
13445 Move up before first use.
13446 (idlwave-shell-temp-pro-file): Likewise.
13447 (idlwave-shell-temp-rinfo-save-file): Likewise.
13448 (idlwave-shell-temp-file): Minor doc fix.
13449
13450 * textmodes/flyspell.el (flyspell-external-point-words):
13451 Use goto-char instead of beginning-of-buffer.
13452
13453 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
13454
13455 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13456 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
13457 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
13458
13459 2004-11-06 David Ponce <david@dponce.com>
13460
13461 * recentf.el (recentf-menu-path): Use menu item name.
13462
13463 2004-11-06 Eli Zaretskii <eliz@gnu.org>
13464
13465 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13466 display doesn't support images.
13467
13468 2004-11-06 Andreas Schwab <schwab@suse.de>
13469
13470 * tempo.el (tempo-match-finder): Doc fix.
13471
13472 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13473
13474 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
13475
13476 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13477 (easy-menu-lookup-name): New fun to replace it.
13478 (easy-menu-get-map): Use it to obey menu item names (rather than just
13479 keys) when looking up `path'.
13480 (easy-menu-always-true-p): Rename from easy-menu-always-true.
13481 (easy-menu-convert-item-1): Adjust to new name.
13482
13483 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
13484
13485 * outline.el (hide-body): Don't hide lines at the top of the file
13486 that precede the first header line.
13487
13488 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
13489
13490 * align.el (align-areas): Delete whitespace before reindenting, so
13491 that tabs are never placed after spaces.
13492
13493 2004-11-06 Alan Shutko <ats@acm.org>
13494
13495 * macros.el (insert-kbd-macro): Do completions based on macros,
13496 rather than all commands.
13497
13498 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
13499
13500 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13501 to solve a bug whereby tags with 'b' don't match.
13502
13503 2004-11-05 Juri Linkov <juri@jurta.org>
13504
13505 * info.el (Info-search): Don't search in node header lines
13506 and file headers.
13507
13508 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13509 symbol-constituent characters after dot, not only digits.
13510
13511 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
13512
13513 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
13514
13515 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13516
13517 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13518 if a dialog will be used, read-file-name otherwise.
13519
13520 2004-11-04 Richard M. Stallman <rms@gnu.org>
13521
13522 * textmodes/table.el (table group): Add :version.
13523
13524 * textmodes/ispell.el (ispell-word):
13525 Don't alter args; set them only thru `interactive' spec.
13526
13527 * textmodes/flyspell.el (flyspell-word):
13528 Don't alter FOLLOWING; set it only thru `interactive' spec.
13529
13530 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13531
13532 * net/browse-url.el (browse-url-maybe-new-window):
13533 Use called-interactively-p.
13534
13535 * mail/supercite.el (sc-cite-region):
13536 Don't use interactive-p. Add arg INTERACTIVE.
13537 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
13538
13539 * international/mule-cmds.el (set-input-method, toggle-input-method):
13540 Don't use interactive-p. Add arg INTERACTIVE.
13541
13542 * eshell/esh-mode.el (eshell-show-maximum-output):
13543 Don't use interactive-p.
13544 (eshell-truncate-buffer): Just message, no error, if buffer is short.
13545
13546 * mouse.el (mouse-show-mark): Get positions to delete from mark
13547 and point, not from mouse-drag-overlay.
13548
13549 * imenu.el (imenu-eager-completion-buffer): Add :version.
13550
13551 * filesets.el (filesets group): Add :version.
13552
13553 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
13554
13555 * files.el (xml-based-modes): Delete var.
13556 (magic-mode-alist): New more general var.
13557 (set-auto-mode): Use it.
13558
13559 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13560 when clicking from another window.
13561
13562 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
13563
13564 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13565 (vc-cvs-annotate-time): Incorporate value of deleted var.
13566 Remove special-case handling of beginning-of-buffer cruft.
13567 Cache ending position (point) and return value in text property
13568 `vc-cvs-annotate-time', and consult it on subsequent invocations.
13569
13570 * vc-cvs.el (vc-cvs-annotate-command):
13571 Delete extraneous lines from beginning of buffer.
13572 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13573
13574 * progmodes/grep.el (grep-default-command): Take empty string
13575 for tag if all other methods yield nil. Shell-quote the tag.
13576
13577 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13578 spec in `interactive' form, and mention it in the docstring.
13579 Also, make sure point is at bol after calling `annotate-time'.
13580
13581 2004-11-02 Richard M. Stallman <rms@gnu.org>
13582
13583 * cus-edit.el (customize-group-other-window):
13584 Select the window that displays the custom buffer.
13585 (custom-buffer-create-other-window): Likewise.
13586
13587 * comint.el (comint-insert-input): Fix previous change.
13588
13589 * emacs-lisp/elp.el (elp-instrument-function):
13590 Use called-interactively-p.
13591
13592 * emacs-lisp/easymenu.el (easy-menu-intern):
13593 Don't downcase; rather, case-flip the first letter of each word.
13594
13595 * emacs-lisp/easy-mmode.el (define-minor-mode):
13596 Use called-interactively-p.
13597
13598 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13599 Add interactive-only.
13600 (byte-compile-warnings): Add interactive-only as option.
13601 (byte-compile-interactive-only-functions): New variable.
13602 (byte-compile-form): Warn about calls to functions
13603 in byte-compile-interactive-only-functions.
13604
13605 * emacs-lisp/autoload.el (update-file-autoloads):
13606 Don't use interactive-p; take new arg SAVE-AFTER.
13607
13608 * emacs-lisp/advice.el (ad-make-advised-definition):
13609 Use called-interactively-p.
13610
13611 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13612
13613 * files.el (find-file-existing): New function.
13614
13615 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13616 find-file-existing. Add "New File..." that calls find-file.
13617
13618 * diropen.pbm, diropen.xpm: New files.
13619
13620 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13621 icon diropen. New tool bar item find-file-existing uses icon open.
13622
13623 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13624 instead of read-file-name.
13625
13626 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
13627
13628 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
13629 (icalendar--split-value): Change name of work buffer.
13630 (icalendar--get-weekday-abbrev): Return nil on error.
13631 (icalendar--date-to-isodate): New function.
13632 (icalendar-convert-diary-to-ical)
13633 (icalendar-extract-ical-from-buffer): Use only two args for
13634 make-obsolete (XEmacs compatibility).
13635 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
13636 (icalendar-export-region): Doc fix.
13637 If error, return non-nil and write errors to a buffer.
13638 Use correct weekday for weekly recurring events.
13639 Check whether date has been parsed for ordinary events.
13640 Make weekly events start in the year 2000.
13641 DTEND is non-inclusive, shift end date by one day if
13642 necessary (not for entries that have date and time).
13643 Rename local let variables: oops -> found-error, datestring ->
13644 startdatestring.
13645
13646 2004-11-02 Kim F. Storm <storm@cua.dk>
13647
13648 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
13649 keep-mode-if-same variable. Add it as optional arg instead.
13650 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13651
13652 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13653 substitute-command-keys will select lower-case bindings like those
13654 used in the static help texts.
13655
13656 * descr-text.el (describe-text-properties): Don't err if called in
13657 the *Help* buffer; output to *Help-2* buffer instead.
13658
13659 * kmacro.el (group kmacro): Add :version.
13660 (kmacro-keyboard-quit): New function to cleanup on C-g.
13661 (kmacro-start-macro): Set defining-kbd-macro to append when
13662 appending to last macro.
13663
13664 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
13665
13666 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
13667
13668 * progmodes/gdb-ui.el (gdb-enable-debug-log)
13669 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
13670 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
13671 Add :version keyword.
13672
13673 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
13674
13675 * progmodes/flymake.el (flymake-err-line-patterns):
13676 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
13677 `compilation-error-regexp-alist-alist' to internal Flymake format.
13678
13679 * progmodes/flymake.el: Eliminate byte-compiler warnings.
13680
13681 2004-11-01 Jay Belanger <belanger@truman.edu>
13682
13683 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
13684 with `interactive "s"'.
13685
13686 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13687
13688 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13689 Revert change from 2004-10-16. '*' checks the current buffer, but the
13690 mouse click may be in another buffer.
13691
13692 2004-11-01 John Paul Wallington <jpw@gnu.org>
13693
13694 * files.el (large-file-warning-threshold): Add :version keyword.
13695 (kill-some-buffers): Doc fix.
13696
13697 * thumbs.el (group thumbs): Add :version keyword.
13698
13699 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
13700
13701 2004-11-01 Richard M. Stallman <rms@gnu.org>
13702
13703 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
13704
13705 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
13706
13707 * allout.el (allout group): Add :version.
13708 (allout-init): Don't use interactive-p.
13709 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
13710 (allout-forward-current-level, allout-backward-current-level):
13711 Don't use interactive-p.
13712
13713 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13714 (bibtex-find-text): Likewise.
13715
13716 * progmodes/vhdl-mode.el (vhdl-fill-region)
13717 (vhdl-beginning-of-statement): Don't use interactive-p.
13718
13719 * progmodes/idlwave.el (idlwave-update-routine-info):
13720 Don't use interactive-p.
13721
13722 * progmodes/idlw-shell.el (idlwave-shell-send-char):
13723 Don't use interactive-p.
13724
13725 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
13726 Don't use interactive-p.
13727
13728 * progmodes/ada-xref.el (ada-make-body-gnatstub):
13729 Don't use interactive-p.
13730
13731 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13732 (fortune-in-buffer): Doc fix.
13733
13734 * play/5x5.el (5x5-new-game): Set up the buffer even if not
13735 interactive.
13736
13737 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13738 don't select the temporary buffer.
13739 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13740 (eudc-get-phone): Likewise.
13741
13742 2004-11-01 Kim F. Storm <storm@cua.dk>
13743
13744 * man.el (Man-xref-normal-file): Fix help-echo.
13745
13746 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * reveal.el (reveal-last-tick): New var.
13749 (reveal-post-command): Use it to avoid closing overlays when we're
13750 appending text to them.
13751
13752 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13753
13754 * textmodes/bibtex.el: Require button.
13755 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13756 (bibtex-reference-keys): Distinguish between header keys and
13757 crossref keys.
13758 (bibtex-beginning-of-field): New function.
13759 (bibtex-url-map): Remove.
13760 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13761 (bibtex-font-lock-url-regexp): Assume that field names begin at
13762 the beginning of a line.
13763 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
13764 Remove field delimiters. Use bibtex-beginning-of-field.
13765 Bugfix, point can be inside a field with a url.
13766 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13767 New functions.
13768 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
13769 (bibtex-key-in-head): Simplify.
13770 (bibtex-current-line): Use bolp.
13771 (bibtex-parse-keys): Remove unused arg `add'.
13772 Use bibtex-type-in-head and bibtex-key-in-head.
13773 (bibtex-parse-entry, bibtex-autofill-entry):
13774 Use bibtex-type-in-head and bibtex-key-in-head.
13775 (bibtex-autokey-get-field): Do not alter case of replacement text.
13776 (bibtex-autokey-get-names): Do all processing of name list.
13777 (bibtex-autokey-get-year): New function.
13778 (bibtex-autokey-get-title): Do all processing of title words.
13779 (bibtex-generate-autokey): Simplify.
13780 (bibtex-string-files-init): Use default-directory.
13781 Allow for absolute file names in bibtex-string-files.
13782 (bibtex-files, bibtex-file-path): New variables.
13783 (bibtex-files-expand): New function.
13784 (bibtex-find-entry-globally): New command.
13785 (bibtex-summary-function): New variable.
13786 (bibtex-summary): Default value of bibtex-summary-function.
13787 (bibtex-find-crossref): New optional args pnt and split.
13788 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13789 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13790 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
13791 Fix handling of required and alternative fields.
13792 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13793 Use cons and display-buffer.
13794 (bibtex-validate-globally): New command.
13795 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
13796 bibtex-parse-keys and bibtex-parse-strings for updating
13797 bibtex-reference-keys and bibtex-strings.
13798 (bibtex-realign): Remove blank lines past the last entry.
13799 (bibtex-reformat): Use bibtex-entry-format as default.
13800 (bibtex-choose-completion-string): Remove.
13801 (bibtex-complete): Do not use bibtex-choose-completion-string.
13802 (bibtex-url): Simplify.
13803
13804 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13805
13806 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13807 (x-dnd-types-alist, x-dnd-open-file-other-window)
13808 (x-dnd-known-types): Add :version.
13809
13810 2004-10-31 John Paul Wallington <jpw@gnu.org>
13811
13812 * ibuffer.el (group ibuffer): Add :version keyword.
13813
13814 2004-10-31 Kim F. Storm <storm@cua.dk>
13815
13816 * ido.el (group ido): Add :version keyword.
13817 (ido-mode): Remove :version keyword.
13818
13819 * emulation/cua-base.el (group cua): Add :version keyword.
13820 (cua-mode): Remove :version keyword.
13821
13822 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
13823
13824 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13825
13826 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13827 compiler warning.
13828 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
13829 function.
13830 (help-at-pt-display-when-idle): Remove autoload.
13831
13832 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13833
13834 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13835
13836 2004-10-30 Juri Linkov <juri@jurta.org>
13837
13838 * help.el (function-called-at-point):
13839 * help-fns.el (variable-at-point): Read -> intern.
13840
13841 2004-10-30 Simon Josefsson <jas@extundo.com>
13842
13843 * progmodes/autoconf.el (autoconf-font-lock-keywords):
13844 Recognize AS_* too.
13845
13846 2004-10-29 Simon Josefsson <jas@extundo.com>
13847
13848 * subr.el (read-passwd): Move back from password.el.
13849
13850 * password.el: Remove, not ready yet.
13851
13852 2004-10-29 Andreas Schwab <schwab@suse.de>
13853
13854 * speedbar.el (speedbar-frame-parameters): Improve customize type.
13855
13856 2004-10-29 Sam Steingold <sds@gnu.org>
13857
13858 * mouse.el (mouse-show-mark): Replace the last occurrence of
13859 x-lost-selection-hooks with x-lost-selection-functions.
13860
13861 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13862
13863 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
13864 x-lost-selection-functions is bound.
13865
13866 * mouse-sel.el (mouse-sel-mode):
13867 * emacs-lisp/lselect.el: Adjust to new names for
13868 x-(lost|sent)-selection-functions.
13869
13870 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
13871 New obsolete aliases of x-lost-selection-functions and
13872 x-sent-selection-functions.
13873
13874 2004-10-28 Kim F. Storm <storm@cua.dk>
13875
13876 * imenu.el (imenu-scanning-message): Remove.
13877 (imenu-progress-message): Make it a no-op.
13878
13879 2004-10-28 John Paul Wallington <jpw@gnu.org>
13880
13881 * files.el (set-auto-mode): Call `throw' correctly.
13882
13883 2004-10-28 Juri Linkov <juri@jurta.org>
13884
13885 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13886 to search `Info-...' commands in `info' manual.
13887 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13888 Add 'info-file "emacs" property.
13889 (Info-find-emacs-command-nodes): Fix index line number regexp.
13890 Set real line number (instead of fake 0) in first element of the
13891 returned list.
13892 (Info-goto-emacs-command-node): Use line number of first element
13893 to set point in the first found Info node.
13894
13895 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13896 code to `grep-mode-font-lock-keywords'.
13897 (grep-mode-font-lock-keywords): Delete grep markers instead
13898 of making them invisible.
13899
13900 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13901
13902 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13903 and x-server-version in bug report.
13904
13905 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
13906
13907 * files.el (set-auto-mode-0): New function.
13908 (set-auto-mode): Use it to handle aliased modes and to
13909 be consistent between C-x C-f and C-x C-w.
13910
13911 2004-10-28 Kenichi Handa <handa@m17n.org>
13912
13913 * international/utf-8.el (utf-translate-cjk-charsets):
13914 Add katakana-jisx0201.
13915
13916 * international/subst-jis.el: Add data for JISX0201.
13917
13918 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13919
13920 * obsolete/hilit19.el (hilit-mode): New function.
13921 Move all the toplevel side-effecting stuff into it, so that loading
13922 hilit19 doesn't mess everything up any more.
13923
13924 2004-10-27 Richard M. Stallman <rms@gnu.org>
13925
13926 * add-log.el (add-change-log-entry): Set up mailing address
13927 and full name later, and don't alter add-log-mailing-address
13928 or add-log-full-name.
13929
13930 * elide-head.el (elide-head): Change error to message.
13931 (elide-head-show): Likewise.
13932
13933 * apropos.el (apropos-macrop): Doc fix.
13934
13935 * mouse.el (mouse-show-mark): Do most processing the same
13936 regardless of transient-mark-mode.
13937
13938 * shadowfile.el (shadow-copy-files): Use interactive-p
13939 only to control whether to print a message.
13940
13941 * tar-mode.el (tar-mode): Use write-contents-functions,
13942 not write-contents-hooks.
13943
13944 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13945 directory-sep-char.
13946
13947 2004-10-27 Richard M. Stallman <rms@gnu.org>
13948
13949 * strokes.el (strokes-unload-hook): Fix previous change.
13950
13951 * type-break.el (type-break-run-at-time): Always use run-at-time;
13952 forget the alternatives.
13953 (type-break-cancel-function-timers): Always use cancel-function-timers;
13954 forget the alternatives.
13955
13956 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13957
13958 2004-10-27 Kenichi Handa <handa@m17n.org>
13959
13960 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13961
13962 * international/subst-gb2312.el: Likewise.
13963
13964 * international/subst-big5.el: Likewise.
13965
13966 * international/subst-ksc.el: Likewise.
13967
13968 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13969 New variable.
13970 (utf-translate-cjk-set-unicode-range): New function.
13971 (utf-translate-cjk-unicode-range): Make it customizable.
13972 (utf-8-post-read-conversion):
13973 Use utf-translate-cjk-unicode-range-string.
13974 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13975 Unicode ranges.
13976
13977 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
13978
13979 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13980 trivial variants to shorten the list.
13981 (xml-based-modes): New var.
13982 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13983 declaration higher priority than auto-mode-alist.
13984
13985 * find-file.el (cc-other-file-alist): Bring it in line with
13986 cc-mode's auto-mode-alist entries and use \' instead of $.
13987
13988 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13989 and add "Id" and "Name" submenus to it.
13990
13991 * imenu.el (imenu--generic-function): Skip matches in comments.
13992
13993 2004-10-26 Jay Belanger <belanger@truman.edu>
13994
13995 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13996 (full-calc-keypad, calc-trail-display): Use an extra argument
13997 instead of `interactive-p'.
13998
13999 * calc/calc-misc.el (calc-other-window): Use an extra argument
14000 instead of `interactive-p'.
14001
14002 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14003 `interactive-p'.
14004
14005 2004-10-26 Kim F. Storm <storm@cua.dk>
14006
14007 * help.el (describe-key): Describe both down-event and up-event
14008 for a mouse click.
14009
14010 2004-10-26 Richard M. Stallman <rms@gnu.org>
14011
14012 * woman.el (woman): Don't call interactive-p.
14013
14014 * pcomplete.el (pcomplete): Instead of interactive-p,
14015 use an arg set non-nil by the interactive spec.
14016
14017 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14018 use an arg set non-nil by the interactive spec.
14019
14020 * man.el (Man-cleanup-manpage): Instead of interactive-p,
14021 use an arg set non-nil by the interactive spec.
14022
14023 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14024
14025 * progmodes/flymake.el (flymake-split-string):
14026 Use `flymake-split-string-remove-empty-edges' in any case.
14027
14028 2004-10-26 Masatake YAMATO <jet@gyve.org>
14029
14030 * progmodes/flymake.el (flymake-err-line-patterns):
14031 Use `compilation-error-regexp-alist-alist' instead of
14032 `compilation-error-regexp-alist'.
14033
14034 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14035
14036 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
14037 verbatim face on the \ of \end{verbatim}.
14038
14039 2004-10-25 Jay Belanger <belanger@truman.edu>
14040
14041 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
14042 erasing minibuffer.
14043
14044 2004-10-25 Simon Josefsson <jas@extundo.com>
14045
14046 * subr.el (read-passwd): Move to net/password.el.
14047
14048 * net/password.el (read-passwd): Add. Autoload it.
14049
14050 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
14051
14052 * mouse-sel.el (mouse-sel-mode): Specify custom group.
14053
14054 * simple.el (process-file): Fix logic.
14055
14056 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14057
14058 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
14059 (increase-right-margin): Remove erroneous call to `interactive-p'.
14060
14061 2004-10-24 Kim F. Storm <storm@cua.dk>
14062
14063 * help.el (describe-mode): Fix 2004-10-13 change.
14064 Copy pure "Auto Fill" string so it can be propertized later
14065 without causing a read-only error.
14066
14067 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14068
14069 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
14070 style indexes.
14071
14072 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
14073
14074 * simple.el (process-file): Accept nil for INFILE. Reported by
14075 Luc Teirlinck.
14076
14077 2004-10-24 Masatake YAMATO <jet@gyve.org>
14078
14079 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
14080 Handle periods and underscores in a function name.
14081 Remove the address fontification.
14082
14083 2004-10-24 Masatake YAMATO <jet@gyve.org>
14084
14085 * progmodes/asm-mode.el (asm-font-lock-keywords):
14086 Use font-lock-variable-name-face for registers.
14087
14088 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
14089
14090 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
14091 kill-all-local-variables.
14092 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14093 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
14094 Use kill-all-local-variables and provide mode-hooks.
14095 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
14096 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
14097 Suggested by Masatake YAMATO <jet@gyve.org>.
14098
14099 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
14100
14101 * simple.el (process-file): New function, similar to call-process
14102 but supports file handlers.
14103 * vc.el (vc-do-command): Use it, instead of call-process.
14104 * net/tramp-vc.el (vc-do-command): Do not advise it if
14105 process-file is fboundp.
14106 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
14107 process-file.
14108 (tramp-handle-process-file): New function.
14109 (tramp-file-name-for-operation): Support process-file.
14110
14111 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
14112
14113 * calendar/icalendar.el (icalendar--weekday-array): New constant.
14114 (icalendar-weekdayabbrev-table)
14115 (icalendar-monthnumber-table): Delete.
14116 (icalendar--get-month-number): Use calendar-month-name-array.
14117 (icalendar--get-weekday-number): New function.
14118 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
14119 (icalendar-export-region): Handle multi-line entries.
14120 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
14121
14122 2004-10-23 John Paul Wallington <jpw@gnu.org>
14123
14124 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
14125 `wildcards' set to t in interactive spec.
14126
14127 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
14128 interactive spec rather than use `interactive-p'.
14129 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
14130 rather than use function `interactive-p'.
14131
14132 2004-10-22 Kenichi Handa <handa@m17n.org>
14133
14134 * international/mule.el (translate-region): Implement it in Lisp
14135 as a front end of translate-region-internal.
14136
14137 2004-10-21 Jay Belanger <belanger@truman.edu>
14138
14139 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
14140 Declare these variables with defvar.
14141
14142 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
14143 is bound, only check to see if it is bound.
14144
14145 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14146
14147 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14148 Don't output messages.
14149
14150 * calc/calc-help.el (calc-describe-bindings): Fix last change.
14151
14152 2004-10-21 John Paul Wallington <jpw@gnu.org>
14153
14154 * calc/calc-graph.el (calc-graph-init):
14155 Use `set-process-query-on-exit-flag'.
14156
14157 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
14158
14159 * progmodes/compile.el (compilation-start): Rely on `cd' to get
14160 dir right and also allow argumentless cd.
14161
14162 2004-10-19 Richard M. Stallman <rms@gnu.org>
14163
14164 * textmodes/flyspell.el (flyspell-mode): Doc fix.
14165
14166 * eshell/em-unix.el (eshell-grep):
14167 Don't bind compilation-process-setup-function.
14168
14169 * comint.el (comint-insert-input): Use @ in `interactive'.
14170 (comint-input-filter-functions): Doc fix.
14171 (comint-kill-whole-line, comint-get-source): Doc fix.
14172
14173 * progmodes/compile.el (compilation-setup):
14174 Don't set buffer-read-only if MINOR is non-nil.
14175
14176 2004-10-19 Jay Belanger <belanger@truman.edu>
14177
14178 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
14179 (calc-emacs-type-gnu19): Remove.
14180 (calc-digit-map, calc-read-key-sequence, calc-read-key):
14181 Remove check for old emacs versions.
14182
14183 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
14184 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14185 for current Emacs.
14186
14187 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14188 the end of the minibuffer.
14189 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
14190 copy `esc-map'.
14191
14192 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
14193
14194 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
14195 call that would be given when the current emacs was used.
14196
14197 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
14198
14199 * calendar/icalendar.el: Set coding to utf-8.
14200 (icalendar-version): Increase to 0.07.
14201 (icalendar-monthnumber-table): Change March pattern.
14202 (icalendar-get-all-event-properties)
14203 (icalendar-set-event-property): Delete.
14204 (icalendar-all-events): No longer interactive.
14205 (icalendar-convert-diary-to-ical)
14206 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14207 their replacements.
14208 (icalendar-export-file, icalendar-export-region): New functions;
14209 essentially old `icalendar-convert-diary-to-ical' but appending to
14210 target rather than overwriting.
14211 (icalendar-import-file): Append to target file rather than
14212 overwriting. Fourth arg deleted.
14213 (icalendar-import-buffer): New name for old
14214 `icalendar-extract-ical-from-buffer'.
14215 (icalendar--convert-string-for-import): New name for
14216 old `icalendar-convert-for-import'.
14217 (include-icalendar-files): Delete.
14218 Prefix for all internal functions changed from `icalendar-'
14219 to `icalendar--'.
14220
14221 2004-10-19 Richard M. Stallman <rms@gnu.org>
14222
14223 * paths.el (news-path): Fix previous change.
14224
14225 2004-10-18 Jay Belanger <belanger@truman.edu>
14226
14227 * calc/calc-help.el (calc-describe-bindings):
14228 Set `buffer-read-only' to nil while working in the keybindings buffer;
14229 remove some extra information from the keybindings buffer.
14230
14231 2004-10-18 David Ponce <david@dponce.com>
14232
14233 * mouse.el (mouse-drag-move-window-top): New function.
14234 (mouse-drag-mode-line-1): Use it.
14235
14236 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14237
14238 * info.el (Info-fontify-node): For multiline refs,
14239 arrange to unfontify newline and surrounding whitespace.
14240
14241 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14244 directory is missing.
14245
14246 2004-10-17 John Paul Wallington <jpw@gnu.org>
14247
14248 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14249 New customizable variable; whether to display buffers that match
14250 `ibuffer-maybe-show-predicates' by default.
14251 (ibuffer-maybe-show-predicates): Mention it in docstring.
14252 (ibuffer-display-maybe-show-predicates): New variable.
14253 (ibuffer-update): Prefix arg now toggles whether buffers that
14254 match `ibuffer-maybe-show-predicates' should be displayed.
14255 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14256 locally to heed `ibuffer-default-display-maybe-show-predicates'.
14257 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14258
14259 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
14260
14261 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
14262 work correctly.
14263
14264 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
14265
14266 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14267 (Buffer-menu-beginning): New helper function.
14268 (Buffer-menu-execute): Use it.
14269 (Buffer-menu-select): Use it.
14270 (Buffer-menu-sort): Use it and also keep markers.
14271
14272 2004-10-17 Richard M. Stallman <rms@gnu.org>
14273
14274 * paths.el (news-directory): Rename from news-path. Old name alias.
14275 (rmail-spool-directory): Use defvar.
14276 (sendmail-program): Use defcustom.
14277 (remote-shell-program): Use defcustom.
14278 (term-file-prefix): Use defvar.
14279 (abbrev-file-name): Use defvar.
14280
14281 * term.el: Add maintainer.
14282
14283 * subr.el (with-local-quit): Return nil if there's a quit.
14284 (read-passwd): Use with-local-quit. Doc fix.
14285
14286 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14287 (strokes-unload-hook): Set as a variable with add-hook.
14288
14289 * startup.el (fancy-splash-tail, normal-splash-screen):
14290 Update copyright year.
14291
14292 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14293
14294 * server.el (server-unload-hook): Set as a variable with add-hook.
14295
14296 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14297
14298 * frame.el (special-display-popup-frame):
14299 Make the buffer current as its frame is created.
14300
14301 * delsel.el (delsel-unload-hook): Set as a variable.
14302
14303 * comint.el (comint-output-filter-functions):
14304 Add comint-watch-for-password-prompt.
14305 (comint-read-noecho): Function deleted.
14306 (send-invisible): Use read-passwd.
14307
14308 * fringe.el (fringe-mode-initialize): New function.
14309 (fringe-mode): Use fringe-mode-initialize as :initialize.
14310
14311 2004-10-17 Kim F. Storm <storm@cua.dk>
14312
14313 * language/indian.el (indian-script-language-alist): Swap value
14314 and doc.
14315 (indian-font-char-index-table): Doc fix.
14316
14317 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14318
14319 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14320
14321 2004-10-16 Juri Linkov <juri@jurta.org>
14322
14323 * progmodes/compile.el (compilation-start): Move let-binding of
14324 `process-environment' into `with-current-buffer' body.
14325 Reported by Matt Hodges <MPHodges@member.fsf.org>.
14326
14327 2004-10-16 Richard M. Stallman <rms@gnu.org>
14328
14329 * pcvs-util.el (cvs-bury-buffer):
14330 Don't call get-buffer-window for effect.
14331
14332 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14333
14334 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14335
14336 * msb.el (msb-unload-hook): Set the variable.
14337
14338 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14339 Use * to err if buffer is readonly.
14340
14341 * subr.el (looking-back): Return only t or nil.
14342
14343 * whitespace.el (whitespace-unload-hook): Set the variable.
14344
14345 * view.el (view-mode-enable): Set view-page-size and
14346 view-half-page-size to nil.
14347 (view-set-half-page-size-default): view-half-page-size = nil
14348 means the default.
14349 (View-scroll-page-forward): Use view-page-size-default.
14350 (View-scroll-page-backward): Likewise.
14351 (view-page-size, view-half-page-size): Doc fixes.
14352
14353 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14354
14355 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14356
14357 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14358 "cl" like other files. Instead, call byte-compile-find-cl-functions.
14359 (byte-compile-log-1): Bind inhibit-read-only.
14360 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14361 (byte-compile-log-warning): Likewise.
14362 (byte-compile-file-form-require): Detect "cl" from the arg value.
14363
14364 * progmodes/compile.el (compilation-start): Assume compilation-mode
14365 will make the buffer read-only.
14366 (compilation-mode): Take arg name-of-mode.
14367 (compilation-setup): Make buffer read-only.
14368 (compilation-handle-exit): Bind inhibit-read-only.
14369
14370 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14371 (ispell-message): Likewise.
14372 (ispell-show-choices): Don't call get-buffer-window uselessly.
14373 (ispell-init-process): Use set-process-query-on-exit-flag.
14374
14375 2004-10-16 Kim F. Storm <storm@cua.dk>
14376
14377 * fringe.el (fringe-bitmaps): Only initialize when defined.
14378
14379 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14380 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14381
14382 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14383
14384 2004-10-15 Simon Josefsson <jas@extundo.com>
14385
14386 * net/password.el: Add.
14387
14388 2004-10-14 Masatake YAMATO <jet@gyve.org>
14389
14390 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14391 (gdb-script-end-of-defun): New function.
14392 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14393 `gdb-script-end-of-defun' as *-of-defun-function.
14394
14395 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
14396
14397 * button.el (button-activate): Allow a marker to display as an action.
14398
14399 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
14400
14401 * help.el (describe-mode): Use it to make minor mode list into
14402 hyperlinks.
14403
14404 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 * vc.el (vc-annotate-display-select): Fix typo.
14407
14408 * subr.el (substitute-key-definition-key): New function.
14409 (substitute-key-definition): Use it with map-keymap.
14410 (event-modifiers): Use push.
14411 (mouse-movement-p, with-temp-buffer): Simplify.
14412
14413 2004-10-12 Jay Belanger <belanger@truman.edu>
14414
14415 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
14416 New variables.
14417 (calc-help-index-entries): New function.
14418 (calc-describe-function): Use `calc-help-function-list' instead of
14419 obarray for completion.
14420 (calc-describe-variable): Use `calc-help-variable-list' instead
14421 of obarray for completion.
14422
14423 2004-10-12 Richard M. Stallman <rms@gnu.org>
14424
14425 * info-look.el (info-lookup-file): Add info-file property.
14426 (info-lookup-symbol): Likewise.
14427
14428 * info.el (info-xref): Add underlining.
14429 (info): Add info-file property.
14430 (Info-find-emacs-command-nodes): Specify case-sensitive search.
14431
14432 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
14433
14434 Sync with Tramp 2.0.45.
14435
14436 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
14437 defined. This is not the case for XEmacs without package "edebug".
14438 (tramp-set-auto-save-file-modes): Set permissions of autosaved
14439 remote files to the permissions of the original file. This is not
14440 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
14441 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
14442 (tramp-perl-decode): Fix an error in Perl implementation.
14443 $pending must be cleared every loop. Reported by Benjamin Place
14444 <benjaminplace@sprintmail.com>
14445
14446 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14447 Don't activate advice during definition. This is done later on,
14448 depending on test result of `substitute-in-file-name'.
14449 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14450
14451 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14452
14453 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14454
14455 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
14456
14457 2004-10-12 David Ponce <david@dponce.com>
14458
14459 * recentf.el (recentf-edit-list): Update the menu when the recentf
14460 list has been modified.
14461
14462 2004-10-12 Simon Josefsson <jas@extundo.com>
14463
14464 * net/tls.el (tls-certtool-program): New variable.
14465 (tls-certificate-information): New function, based on
14466 ssl-certificate-information.
14467
14468 2004-10-12 Kenichi Handa <handa@m17n.org>
14469
14470 * international/mule.el (coding-system-equal): Move from mule-util.el.
14471
14472 * international/mule-util.el (coding-system-equal): Move to mule.el.
14473
14474 2004-10-12 Kim F. Storm <storm@cua.dk>
14475
14476 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14477 reset kmacro-initial-counter-value if set.
14478 (kmacro-set-counter): Only set kmacro-counter if defining or executing
14479 macro. Set kmacro-initial-counter-value otherwise. Never set both.
14480 (kmacro-display): Show macro counter if non-zero.
14481
14482 * subr.el (substitute-key-definition): Mention command remapping
14483 in doc string.
14484
14485 2004-10-11 Jay Belanger <belanger@truman.edu>
14486
14487 * calc/calc-misc.el (calc-info-goto-node): New function.
14488 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
14489 node in one step.
14490 (calc-describe-copying, calc-describe-distribution)
14491 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14492 Go to appropriate info node in one step.
14493
14494 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14495
14496 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14497
14498 * font-lock.el (font-lock-apply-highlight): Fix last change.
14499
14500 2004-10-11 Simon Josefsson <jas@extundo.com>
14501
14502 * mail/smtpmail.el (smtpmail-open-stream): Look for
14503 starttls-gnutls-program instead of starttls-program iff
14504 starttls-use-gnutls is non-nil.
14505 (smtpmail-open-stream): Don't overwrite user settings of
14506 starttls-extra-arguments and starttls-extra-args.
14507
14508 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14509
14510 * comint.el (comint-mouse-insert-input): Remove.
14511 (comint-insert-input): Make it work for mouse bindings.
14512 (comint-mode-map): Move defs into the declaration.
14513 (comint-output-filter): Typo.
14514
14515 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14516
14517 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
14518
14519 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14520 (ange-ftp-call-chmod): Reference remote-shell-program instead of
14521 ange-ftp-remote-shell.
14522
14523 2004-10-10 Andreas Schwab <schwab@suse.de>
14524
14525 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14526 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14527 Reported by <sri@asu.edu>.
14528
14529 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
14530
14531 * vc.el (vc-annotate-mode): Remove variable.
14532 (vc-annotate-display-select): Only call vc-annotate-mode
14533 if we're not in that mode already.
14534
14535 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14536
14537 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14538 (imenu-choose-buffer-index): Check here for rescan instead.
14539
14540 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14541 where the face expression evals to nil.
14542
14543 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14544 (tex-font-lock-keywords-2): Use it.
14545 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14546
14547 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14548
14549 2004-10-09 Kim F. Storm <storm@cua.dk>
14550
14551 * subr.el (progress-reporter-update): Define before first usage.
14552 (make-progress-reporter): Doc fix.
14553
14554 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
14555
14556 * textmodes/paragraphs.el (sentence-end-double-space)
14557 (sentence-end-without-period, sentence-end-without-space)
14558 (sentence-end): Doc fixes.
14559
14560 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
14561
14562 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14563 Change paragraph-start regexp so we don't fill code starting with #'(.
14564
14565 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
14566
14567 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14568 New defcustom.
14569 (extract-address-components): Use it.
14570
14571 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
14572
14573 * subr.el (make-progress-reporter, progress-reporter-update)
14574 (progress-reporter-force-update, progress-reporter-do-update)
14575 (progress-reporter-done): New functions.
14576
14577 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14578
14579 * progmodes/etags.el (etags-tags-completion-table): Use progress
14580 reporter.
14581 (etags-tags-apropos): Likewise.
14582
14583 2004-10-08 Alan Mackenzie <acm@muc.de>
14584
14585 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14586 of current line.
14587
14588 2004-10-08 Masatake YAMATO <jet@gyve.org>
14589
14590 * server.el (server-process-filter): Wrap `process-send-region'
14591 by `condition-case' to guard the case when the pipe to PROC is closed.
14592
14593 2004-10-07 Mark A. Hershberger <mah@everybody.org>
14594
14595 * xml.el (xml-substitute-special): Limit handling of external entities.
14596
14597 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
14598
14599 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
14600
14601 2004-10-06 John Paul Wallington <jpw@gnu.org>
14602
14603 * xml.el (xml-parse-dtd): Fix `error' call.
14604
14605 2004-10-05 Mark A. Hershberger <mah@everybody.org>
14606
14607 * xml.el (xml-substitute-special): Return a single string instead
14608 of a list of strings if an entity substitution is made.
14609
14610 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
14611
14612 * calendar/icalendar.el: New file.
14613
14614 2004-10-05 Juri Linkov <juri@jurta.org>
14615
14616 * isearch.el (isearch-done): Set mark after running hook.
14617 Reported by Drew Adams <drew.adams@oracle.com>.
14618
14619 * info.el (Info-history, Info-toc): Fix Info headers.
14620 (Info-toc): Narrow buffer before Info-fontify-node.
14621 (Info-build-toc): Don't check for special Info file names.
14622 Set main-file to nil if Info-find-file returns a symbol.
14623
14624 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
14625
14626 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
14627 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
14628 * calendar/cal-menu.el (calendar-mode-map): Ditto.
14629
14630 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14631
14632 * calendar/cal-iso.el (calendar-iso-read-args): New function,
14633 for old interactive spec from calendar-goto-iso-date.
14634 (calendar-goto-iso-date): Use it.
14635 (calendar-goto-iso-week): New function. Suggested by Emilio
14636 C. Lopes <eclig@gmx.net>.
14637
14638 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
14639
14640 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
14641 `set-right-margin' bindings that follow the minor mode conventions.
14642
14643 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14644
14645 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
14646 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
14647 (latex-block-args-alist): Add minipage and picture.
14648 (latex-block-body-alist): Use reftex-label if enabled.
14649 (latex-insert-block): Don't insert a \n if not necessary.
14650 (tex-compile-commands): Make sure dvips doesn't send to printer.
14651 (tex-compile-default): Handle the case where no executable is found.
14652 (latex-noindent-environments): New var.
14653 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
14654 If tex-indent-allhanging is non-nil, make sure we only align for macros
14655 at beginning of line.
14656
14657 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
14658
14659 * newcomment.el (comment-beginning): Doc fix and don't choke on
14660 unset `comment-end-skip' when at beginning of comment.
14661
14662 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
14663
14664 * term.el (term-adjust-current-row-cache): Don't allow the current
14665 row to become negative.
14666 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
14667 the end of the line. Fix scroll down. Add comments.
14668 (term-handle-ansi-escape): Don't exceed terminal width when moving
14669 right.
14670 (term-scroll-region): Move the cursor after setting the scroll region.
14671
14672 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
14673
14674 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
14675 to `width' for consistency with docstring. Doc fix.
14676
14677 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
14678
14679 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
14680 This is necessary for derived modes.
14681
14682 2004-09-30 Kim F. Storm <storm@cua.dk>
14683
14684 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
14685 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
14686
14687 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
14688 kmacro-extract-lambda functions.
14689 (edit-kbd-macro): Handle kmacro lambda forms.
14690 Include counter and counter format in edit buffer.
14691 (edmacro-finish-edit): Get counter and format from edit buffer and
14692 update kmacro bindings when found.
14693
14694 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
14695
14696 * textmodes/paragraphs.el (forward-paragraph):
14697 Avoid args-out-of-range error when point winds up at the beginning of
14698 the buffer and hard newlines are enabled.
14699
14700 * newcomment.el (comment-multi-line): Doc fix.
14701
14702 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
14705 (diff-fixup-modifs): Catch unified-diff file-headers.
14706
14707 2004-09-29 Kim F. Storm <storm@cua.dk>
14708
14709 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
14710 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14711 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14712
14713 * fringe.el (fringe-bitmap-p): New macro.
14714 (fringe-bitmaps): Add standard fringe bitmaps on load.
14715
14716 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14717
14718 * dired.el (dired-view-command-alist): Use more efficient regexps.
14719 Remove dubious arguments.
14720 (dired-align-file): New function.
14721 (dired-insert-directory): Use it.
14722 (dired-move-to-end-of-filename): Make the " -> " search more specific.
14723 (dired-buffers-for-dir): Remove unused var `pattern'.
14724
14725 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
14726
14727 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14728 from diary display excursion. Store diary buffer's point for
14729 `simple-diary-display'.
14730 (simple-diary-display): Set window point and start when
14731 displaying buffer, to preserve point.
14732
14733 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
14734
14735 * textmodes/enriched.el (enriched-translations): Replace defconst
14736 with defvar.
14737
14738 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14739
14740 * printing.el: Doc fix.
14741 (pr-version): New version number (6.8.1).
14742 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14743 make-temp-name.
14744 (pr-delete-file): Check if file exists before deleting it.
14745 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
14746
14747 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
14748
14749 * term.el (term-display-table): New variable.
14750 (term-mode): Use it.
14751 (term-exec-1): Set the coding system to binary.
14752 (term-emulate-terminal): Decode the string before inserting it.
14753
14754 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
14755
14756 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
14757 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
14758 (map): Bind S-prior, S-next and S-insert.
14759 (term-mode): Set `indent-tabs-mode' to nil.
14760 (term-paste): New function to be bound to S-insert.
14761 (term-send-del, term-send-backspace): Change the strings sent.
14762 (term-termcap-format): Synchronize with etc/e/eterm.ti.
14763 (term-handle-colors-array): Fix handling of underline and reverse.
14764 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
14765 (term-erase-in-line): Fix comparison.
14766 (term-emulate-terminal): Fix line wrap handling.
14767 (term-start-output-log): Rename from `term-set-output-log'.
14768 (term-stop-output-log): Rename from `term-stop-photo'.
14769 (term-switch-to-alternate-sub-buffer): Comment out, unused.
14770
14771 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
14772
14773 * dired.el (dired-move-to-filename): Don't output a message if
14774 raise-error is non-nil. Fix return position and value.
14775
14776 * files.el (insert-directory): Obey --dired even with symlinks.
14777
14778 2004-09-25 Lars Hansen <larsh@math.ku.dk>
14779
14780 * ls-lisp.el (ls-lisp-format): Mark file names with property
14781 dired-filename.
14782
14783 2004-09-25 Kim F. Storm <storm@cua.dk>
14784
14785 * ido.el (ido-max-directory-size): New defcustom.
14786 (ido-decorations): Add "too big" element.
14787 (ido-directory-too-big): New dynamic var.
14788 (ido-may-cache-directory): Don't cache big directories.
14789 (ido-directory-too-big-p): New defun.
14790 (ido-set-current-directory): Update ido-directory-too-big.
14791 (ido-read-internal): Make empty ido-cur-item if too-big.
14792 (ido-buffer-internal): Use ido-read-internal directly instead of
14793 ido-read-buffer.
14794 (ido-file-internal): Init ido-directory-too-big.
14795 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14796 and redo completion with full list.
14797 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14798 it, and show completions.
14799 (ido-all-completions): Let bind ido-directory-too-big to nil.
14800 (ido-exhibit): Handle ido-directory-too-big.
14801 (ido-read-buffer): Handle fallback to read-buffer.
14802 Init ido-directory-too-big.
14803 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14804 Init ido-directory-too-big.
14805
14806 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
14807
14808 * subr.el (delay-mode-hooks): Doc fix.
14809
14810 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
14811
14812 * textmodes/enriched.el
14813 (enriched-default-text-properties-local-flag): New variable.
14814 (enriched-mode): Make sure that enabling and disabling the mode is
14815 a no-op. Doc fix.
14816
14817 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
14818
14819 * calendar/holidays.el (holiday-advent): Report on a specified day
14820 offset from advent, not just advent.
14821 (holiday-easter-etc): Report on one specified day offset from
14822 easter, not all easter holidays. Various Easter holidays moved to
14823 `christian-holidays' variable in calendar.el.
14824 * calendar/calendar.el (christian-holidays): Adapt for new
14825 behavior of `holiday-advent' and `holiday-easter-etc' functions.
14826
14827 2004-09-23 Kim F. Storm <storm@cua.dk>
14828
14829 * image.el (insert-sliced-image): Add doc string.
14830
14831 * ido.el (ido-choice-list): New dynamic var for `list' context.
14832 (ido-context-switch-command): New dynamic var.
14833 (ido-define-mode-map): Generalize switch between file/buffer contexts.
14834 (ido-read-internal): Handle new `list' context.
14835 Handle insert-buffer and insert-file ido-exit values.
14836 (ido-buffer-internal): New arg switch-cmd. Use it to setup
14837 ido-context-switch-command. Handle insert-file ido-exit value.
14838 (ido-read-buffer): Set ido-context-switch-command to 'ignore
14839 unless it is already bound by caller.
14840 (ido-file-internal): New arg switch-cmd. Use it to setup
14841 ido-context-switch-command. Handle insert-buffer ido-exit value.
14842 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14843 used for context switching.
14844 (ido-all-completions): Handle new `list' context.
14845 (ido-make-choice-list): Return choices for `list' context.
14846 (ido-find-file-in-dir, ido-display-file, ido-write-file)
14847 (ido-display-buffer, ido-kill-buffer): Disable context switching.
14848 (ido-insert-buffer, ido-insert-file): Setup context switching.
14849 (ido-exhibit): Handle `list' context.
14850 (ido-read-file-name): Disable context switching. Handle fallback.
14851 (ido-read-directory-name): Disable context switching.
14852 (ido-completing-read): New defun like completing-read. Setup and
14853 use new `list' context.
14854
14855 2004-09-20 Jesper Harder <harder@ifa.au.dk>
14856
14857 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14858
14859 2004-09-21 Jay Belanger <belanger@truman.edu>
14860
14861 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
14862 `calc-graph-set-styles' so the gnuplot buffer will appear in a
14863 separate window.
14864
14865 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
14866
14867 * subr.el (after-change-major-mode-hook): Doc fix.
14868
14869 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14870
14871 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
14872 of ghostscript for monochrome PostScript file in Windows.
14873
14874 2004-09-21 Kenichi Handa <handa@m17n.org>
14875
14876 * descr-text.el (describe-char): Checking of quail activation fixed.
14877
14878 2004-09-21 Jay Belanger <belanger@truman.edu>
14879
14880 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
14881
14882 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
14883
14884 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14885 after the mode hooks instead of before. Doc fix.
14886
14887 2004-09-20 Jason Rumney <jasonr@gnu.org>
14888
14889 * startup.el (command-line) [windows-nt]: Try .emacs first, then
14890 _emacs, but revert to .emacs if neither exists in home directory.
14891
14892 2004-09-20 John Paul Wallington <jpw@gnu.org>
14893
14894 * bindings.el (completion-ignored-extensions): Add .dfsl.
14895
14896 2004-09-20 Richard M. Stallman <rms@gnu.org>
14897
14898 * bindings.el (scroll-left): Make it disabled.
14899
14900 * files.el (enable-local-eval): Doc fix.
14901
14902 * indent.el (move-to-left-margin): Special case for minibuffer.
14903
14904 * term.el (term-emulate-terminal): Turn off undo for output.
14905 Use with-current-buffer and save-selected-window.
14906
14907 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14908
14909 * progmodes/make-mode.el (makefile-fill-paragraph):
14910 Don't insist on spaces when looking for comments. # is enough.
14911
14912 * files.el (hack-local-variables): Copy the variables list
14913 to another buffer, strip prefixes and suffixes there, then read.
14914 (enable-local-eval): Doc fix.
14915 (ignored-local-variables): Initialize to nil.
14916 (risky-local-variable-p): Don't check ignored-local-variables here.
14917 (hack-one-local-variable): Ignore var if in ignored-local-variables.
14918
14919 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14920
14921 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14922 of = to "." (punctuation).
14923
14924 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14925
14926 * subr.el (event-basic-type): Fix mask (extend to 22bits).
14927
14928 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
14929
14930 * textmodes/enriched.el (enriched-rerun-flag): New variable.
14931 (enriched-before-change-major-mode): New function.
14932 Add it to `change-major-mode-hook'.
14933 (enriched-after-change-major-mode): New function.
14934 Add it to `after-change-major-mode-hook'.
14935 (enriched-mode): Make it work correctly if called from
14936 `after-change-major-mode-hook'.
14937 No longer set `indent-line-function'.
14938
14939 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14940
14941 * subr.el (after-change-major-mode-hook): New variable.
14942 (run-mode-hooks): Implement it.
14943
14944 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14945
14946 * battery.el (battery-linux-proc-apm): Use string-to-number.
14947 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14948 Use dolist (and less indentation). Use erase-buffer.
14949 Pre-initialize `design-capacity', `warn', and `low'.
14950 (battery-format): Use replace-regexp-in-string.
14951
14952 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
14953
14954 * battery.el: Delete superfluous empty lines.
14955 (battery-linux-proc-acpi): Attempt to gather information from all
14956 battery subdirectories regardless of their file name.
14957 (battery-linux-proc-apm): Replace all occurrences of
14958 battery-hex-to-int-2 with string-to-int (base 16).
14959 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14960 (battery-hex-map): Delete variable.
14961
14962 2004-09-18 John Paul Wallington <jpw@gnu.org>
14963
14964 * calc/calc-units.el (calc-quick-units): Fix overzealous
14965 s/or/unless/.
14966
14967 2004-09-17 Jay Belanger <belanger@truman.edu>
14968
14969 * calc/calc.el (calc-mode-var-list): Fix the value of
14970 `calc-matrix-brackets'.
14971
14972 2004-09-17 Romain Francoise <romain@orebokech.com>
14973
14974 * ibuf-ext.el (define-ibuffer-filter filename):
14975 Expand dired-directory since buffer-file-name is absolute.
14976
14977 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14978
14979 * ediff-init.el (ediff-current-diff-face-A)
14980 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14981 (ediff-current-diff-face-Ancestor)
14982 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14983 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14984 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14985 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14986 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14987 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14988 Use min-colors.
14989
14990 * term.el (term-down): Perform vertical motion if DOWN is negative.
14991 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14992 (term-termcap-format): Synchronize with the eterm terminfo entry
14993 in etc/e/eterm.ti.
14994 (term-handle-colors-array): If the current foreground or
14995 background are zero (i.e. unspecified), use the foreground and
14996 background of the default face for reverse video.
14997 (term-ansi-at-eval-string, term-ansi-default-fg)
14998 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14999 (term-mem): Delete unused function.
15000 (term-protocol-version): Increment.
15001 (term-current-face): Set to default.
15002
15003 2004-09-15 Jay Belanger <belanger@truman.edu>
15004
15005 * calc/calc.el (calc-mode-var-list): Define this variable.
15006 (calc-always-load-extensions, calc-line-numbering)
15007 (calc-line-breaking, calc-display-just, calc-display-origin)
15008 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15009 (calc-group-char, calc-point-char, calc-frac-format)
15010 (calc-prefer-frac, calc-hms-format, calc-date-format)
15011 (calc-float-format, calc-full-float-format, calc-complex-format)
15012 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15013 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15014 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15015 (calc-matrix-brackets, calc-language, calc-language-option)
15016 (calc-left-label, calc-right-label, calc-word-size)
15017 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15018 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15019 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15020 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15021 (calc-window-height, calc-display-trail, calc-show-selections)
15022 (calc-use-selections, calc-assoc-selections)
15023 (calc-display-working-message, calc-auto-why, calc-timing)
15024 (calc-mode-save-mode, calc-standard-date-formats)
15025 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
15026 (calc-user-parse-tables, calc-gnuplot-default-device)
15027 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15028 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15029 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15030 (calc-invocation-macro, calc-show-banner): Give these values as
15031 part of `calc-mode-var-list's initialization after the variables
15032 are declared with defvar.
15033 (calc-bug-address): Change email address to send bug reports to.
15034 Change the maintainer address at the top.
15035 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
15036 than "\\.emacs" to determine if it is the user-init-file.
15037
15038 * calc/calc-embed.el (calc-embedded-set-modes): Use
15039 `calc-mode-var-list' correctly.
15040
15041 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
15042
15043 * vc.el (annotate-time): Document point handling.
15044 (vc-annotate-display-autoscale): Doc fix.
15045
15046 2004-09-15 Miles Bader <miles@gnu.org>
15047
15048 * generic.el (generic-make-keywords-list): Use symbol rather than
15049 word anchors in regexp.
15050
15051 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
15052
15053 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
15054 no file name consider `dired-directory'.
15055
15056 2004-09-14 Kim F. Storm <storm@cua.dk>
15057
15058 * faces.el (cursor): Add face-no-inherit property. Doc fix.
15059
15060 2004-09-14 Simon Josefsson <jas@extundo.com>
15061
15062 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
15063
15064 * textmodes/dns-mode.el: Add.
15065
15066 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
15067
15068 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
15069 (disabled-command-function): Make the ?\ char more obvious.
15070
15071 * vc-arch.el (vc-arch-root, vc-arch-registered):
15072 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
15073
15074 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
15075
15076 * windmove.el (windmove-frame-edges): Report coordinates of
15077 outside edges of frame, not inside edges.
15078 (windmove-coordinates-of-position): Convert into wrapper to new
15079 function `windmove-coordinates-of-window-position';
15080 `compute-motion' always applies to selected window.
15081 (windmove-coordinates-of-position): Update documentation to refer
15082 to Emacs 21 Lisp Reference Manual.
15083 (windmove-find-other-window): Fix off-by-one errors for max x,y.
15084
15085 2004-09-13 Kim F. Storm <storm@cua.dk>
15086
15087 * isearch.el (isearch-resume-in-command-history): Rename from
15088 isearch-resume-enabled and change default to nil.
15089
15090 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15091
15092 * vc-hooks.el (vc-ignore-dir-regexp): New var.
15093 (vc-registered): Use it.
15094 (vc-find-root): New fun.
15095
15096 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15097 Don't tell to use \\{...} when it's already done.
15098
15099 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
15100 Provide a sample complex default.
15101 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
15102 (bibtex-entry): Use mapc.
15103
15104 2004-09-12 Kim F. Storm <storm@cua.dk>
15105
15106 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
15107
15108 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
15109 inhibit-field-text-motion to t so rectangles work in comint buffers.
15110
15111 * simple.el (choose-completion-string): Set buffer before running
15112 choose-completion-string-functions hook so it can be buffer-local.
15113
15114 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
15115
15116 * progmodes/compile.el (compilation-start): Parse command to see
15117 if it starts with a cd, and if so perform it for the *compilation*
15118 buffer. Change the header to reflect this.
15119
15120 2004-09-11 Kim F. Storm <storm@cua.dk>
15121
15122 * ido.el (ido-enable-dot-prefix): Doc fix.
15123 (ido-enable-dot-prefix): New defcustom.
15124 (ido-set-matches1): Use it.
15125
15126 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15127
15128 * textmodes/bibtex.el (bibtex-mark-active)
15129 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
15130
15131 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15132
15133 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
15134 used in a case insensitive environment.
15135 (bibtex-mode-map): Rearrange order of menus.
15136 (bibtex-quoted-string-re): Obsolete.
15137 (bibtex-complete-key-cleanup): Variable replaced by new function.
15138 (bibtex-font-lock-keywords): Use backquotes.
15139 (bibtex-font-lock-url-regexp): New internal variable.
15140 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
15141 "OPT" and "ALT".
15142 (bibtex-insert-current-kill, bibtex-make-field)
15143 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
15144 (bibtex-parse-field-text): Simplify.
15145 (bibtex-string=): New helper function.
15146 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
15147 (bibtex-map-entries): Use bibtex-string=.
15148 (bibtex-search-entry): Use not.
15149 (bibtex-enclosing-field): Fix docstring.
15150 (bibtex-assoc-regexp): Obsolete.
15151 (bibtex-format-entry): Use assoc-string and bibtex-string=.
15152 (bibtex-autokey-get-names): Handle empty name field.
15153 (bibtex-parse-strings): Use assoc-string and unless.
15154 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
15155 Use assoc-string.
15156 (bibtex-pop): Simplify.
15157 (bibtex-mode): Set font-lock-extra-managed-props.
15158 (bibtex-entry-update): Use assoc-string.
15159 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
15160 (bibtex-autofill-entry): Use bibtex-string=.
15161 (bibtex-print-help-message): Simplify.
15162 (bibtex-find-entry): New optional arg START.
15163 (bibtex-validate): Use bibtex-string= and assoc-string.
15164 Do not call obsolete function compilation-parse-errors.
15165 (bibtex-remove-delimiters): Only remove delimiters if present.
15166 (bibtex-copy-entry-as-kill): Add docstring.
15167 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
15168 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15169 (bibtex-complete): Use bibtex-predefined-month-strings,
15170 bibtex-string=, and new function bibtex-complete-key-cleanup.
15171 (bibtex-generate-url-list): New variable.
15172 (bibtex-url): New command bound to C-c C-l and mouse-2.
15173 (bibtex-url-map): New local keymap for bibtex-url-mouse.
15174 (bibtex-font-lock-url): New function.
15175
15176 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
15177
15178 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15179
15180 2004-09-09 Kim F. Storm <storm@cua.dk>
15181
15182 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15183 counter and format with binding.
15184 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
15185 the declared macro uses own macro counter and format. Give symbol
15186 kmacro property.
15187 (kmacro-keymap): Bind kmacro-name-last-macro to n.
15188 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15189 (kmacro-end-and-call-macro): Doc fix.
15190
15191 2004-09-09 Lars Hansen <larsh@math.ku.dk>
15192
15193 * desktop.el (desktop-clear-preserve-buffers):
15194 Remove make-obsolete-variable.
15195
15196 2004-09-08 Richard M. Stallman <rms@gnu.org>
15197
15198 * buff-menu.el (list-buffers-noselect): Call format-mode-line
15199 with the buffer as argument.
15200
15201 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
15202
15203 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15204
15205 2004-09-08 Juri Linkov <juri@jurta.org>
15206
15207 * replace.el (perform-replace): Use `query-replace-descr'.
15208
15209 * cus-start.el (history-delete-duplicates): Specify customization.
15210
15211 * diff-mode.el (diff-mode-map):
15212 * progmodes/compile.el (compilation-mode-map):
15213 * progmodes/grep.el (grep-mode-map):
15214 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
15215 to `next-error-follow-minor-mode'.
15216
15217 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15218
15219 * isearch.el (isearch-lazy-highlight-update): Take into account
15220 the case of zero-length match at the search bound.
15221
15222 2004-09-08 Kim F. Storm <storm@cua.dk>
15223
15224 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
15225 change. Use zero width overlays when necessary.
15226
15227 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15228
15229 * subr.el (split-string): Docfix.
15230
15231 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15232
15233 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
15234 (display-call-tree): Ensure newline after caller/calls blocks.
15235
15236 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15237
15238 * startup.el (command-line-1): Make option
15239 --directory/-L modify `load-path' straight away.
15240
15241 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15242
15243 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15244
15245 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15246
15247 * emacs-lisp/autoload.el (make-autoload):
15248 Handle `define-compilation-mode'.
15249
15250 * emacs-lisp/lisp-mode.el (define-compilation-mode):
15251 Specify `doc-string-elt' property.
15252
15253 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15254
15255 * bs.el (bs-mode): Doc fix.
15256
15257 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15258
15259 * info.el (Info-insert-dir): Fix temp buffer leak bug.
15260
15261 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15262
15263 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15264
15265 2004-09-08 Kenichi Handa <handa@m17n.org>
15266
15267 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15268 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15269 ps-mule-next-point -> 1+).
15270
15271 * composite.el (encode-composition-rule): Add autoload cookie.
15272
15273 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
15274
15275 * format.el (buffer-auto-save-file-format): Make it permanent local.
15276
15277 2004-09-07 Kim F. Storm <storm@cua.dk>
15278
15279 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15280 (authors-fixed-entries): Fix typo.
15281 (authors-canonical-author-name): Compact multiple spaces.
15282 Ignore trivial names (e.g. only first name).
15283
15284 * term.el (term-window-width): Only use full window width on
15285 window system if overflow-newline-into-fringe is enabled.
15286 (term-mode): Don't disable overflow-newline-into-fringe.
15287
15288 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15289
15290 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15291 motion as seen on my Mac OS X xterms.
15292
15293 * newcomment.el (uncomment-region-default, comment-region-default):
15294 New functions extracted from uncomment-region and comment-region.
15295 (comment-region, comment-region-function, uncomment-region)
15296 (uncomment-region-function): Use them.
15297
15298 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15299
15300 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15301 It's not crucial but can make sense at times.
15302
15303 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15304 the first commit.
15305
15306 * vc.el (vc-buffer-context, vc-restore-buffer-context):
15307 Disable obsolete code.
15308
15309 2004-09-07 Juri Linkov <juri@jurta.org>
15310
15311 * progmodes/grep.el (grep-highlight-matches): Change default from
15312 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
15313 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15314 if grep option `--color' is available, or to `nil' otherwise.
15315 (grep-process-setup): Call `grep-compute-defaults' if
15316 `grep-highlight-matches' is not computed. Set env-vars only
15317 if `grep-highlight-matches' is `t'.
15318 (grep-use-null-device): Remove redundant type `boolean' (`choice'
15319 is already defined).
15320
15321 * progmodes/compile.el (compilation-start): Use copy of
15322 `process-environment' created by `copy-sequence' to not
15323 modify env-vars in the global `process-environment'.
15324
15325 2004-09-06 Eli Zaretskii <eliz@gnu.org>
15326
15327 * simple.el (next-error-follow-minor-mode): Fix last change.
15328
15329 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
15330
15331 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15332 permanent local.
15333
15334 2004-09-04 Richard M. Stallman <rms@gnu.org>
15335
15336 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15337 highlighting if the search string is empty.
15338
15339 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
15340
15341 * facemenu.el (facemenu-active-faces): Change condition of inner
15342 `while' loop to also check the first two elements of `face-atts'
15343 and `mask-atts'.
15344
15345 2004-09-04 John Paul Wallington <jpw@gnu.org>
15346
15347 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15348 (thumbs-view-image-mode): Make buffer read-only.
15349
15350 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
15351
15352 * textmodes/ispell.el (ispell-really-aspell): New defvar.
15353 (ispell-check-version): Set it.
15354 (ispell-send-replacement): New function.
15355 (ispell-process-line): Call ispell-send-replacement.
15356
15357 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15358
15359 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15360 Support choosing seconds with "s".
15361
15362 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
15363
15364 * terminal.el (te-escape): Show `?' in prompt for help key.
15365
15366 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
15367
15368 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15369
15370 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15371
15372 * simple.el (next-error-follow-minor-mode)
15373 (next-error-follow-mode-post-command-hook): New functions.
15374 (next-error-follow-last-line): New defvar.
15375
15376 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
15377 * progmodes/compile.el (compilation-mode-map): Likewise.
15378 * progmodes/grep.el (grep-mode-map): Likewise.
15379 * replace.el (occur-mode-map): Likewise.
15380
15381 * newcomment.el (uncomment-region): Bind comment-use-global-state
15382 to nil.
15383
15384 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
15385
15386 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15387 locally around the call to `revert-buffer'.
15388
15389 2004-09-03 Juri Linkov <juri@jurta.org>
15390
15391 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15392 `isearch-adjusted' to `t'.
15393 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15394 (isearch-message-prefix): Add "pending" for isearch-adjusted.
15395 (isearch-other-meta-char): Restore isearch-point unconditionally.
15396 (isearch-query-replace): Add new arg `regexp-flag' and use it.
15397 Set point to start of match if region is not active in transient
15398 mark mode (to include the current match to region boundaries).
15399 Push the search string to `query-replace-from-history-variable'.
15400 Add prompt "Query replace regexp" for isearch-regexp.
15401 Add region beginning/end as last arguments of `perform-replace.'
15402 (isearch-query-replace-regexp): Replace code by the call to
15403 `isearch-query-replace' with arg `t'.
15404
15405 2004-09-03 Richard M. Stallman <rms@gnu.org>
15406
15407 * startup.el (normal-top-level): Undo previous TERM change.
15408
15409 2004-09-03 Kim F. Storm <storm@cua.dk>
15410
15411 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15412 highlight overlays; allow using RET when cursor is over a button.
15413 (cua--highlight-rectangle): Use it.
15414 (cua--rectangle-set-corners): Don't move backwards at eol.
15415 (cua--forward-line): Don't move into void after eob.
15416
15417 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15418 point is set (and displayed) inside rectangle.
15419 (cua--rectangle-operation): Fix for highlight of empty lines.
15420 (cua--highlight-rectangle): Fix highlight for tabs.
15421 Position cursor at left/right edge of rectangle using new `cursor'
15422 property on overlay strings.
15423 (cua--indent-rectangle): Don't tabify.
15424 (cua-rotate-rectangle): Ignore that point has moved.
15425
15426 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15427
15428 * term/mac-win.el: Add ASCII equivalents for some function keys.
15429 (mode-line-frame-identification): Sync with x-win.el.
15430
15431 2004-09-02 Juri Linkov <juri@jurta.org>
15432
15433 * progmodes/compile.el (compilation-buffer-name): Compare major
15434 mode with second element of compilation-arguments instead of third
15435 to reflect latest changes in compilation-arguments structure.
15436 (recompile): Use global variable `compilation-directory' to get
15437 recent compilation directory only when `recompile' is invoked NOT
15438 in the compilation buffer. Otherwise, use `default-directory' of
15439 the compilation buffer.
15440 (compilation-error-properties): Allow to funcall col and end-col.
15441 (compilation-mode-font-lock-keywords): Check col and end-col by
15442 `integerp'.
15443 (compilation-goto-locus): If end-mk is non-nil in transient mark
15444 mode don't activate the mark (and don't display message in
15445 push-mark), but highlight overlay between mk and end-mk.
15446
15447 * progmodes/grep.el (grep-highlight-matches): New defcustom.
15448 (grep-regexp-alist): Add rule to highlight grep matches.
15449 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15450
15451 * info.el (Info-fontify-node): Don't compute other-tag
15452 if Info-hide-note-references=hide.
15453
15454 * help.el (function-called-at-point):
15455 * help-fns.el (variable-at-point):
15456 Try `find-tag-default' when other methods failed.
15457
15458 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15459 Do not push mark if inhibit-mark-movement is non-nil.
15460
15461 * textmodes/ispell.el (ispell-html-skip-alists):
15462 Fix backslashes in docstring.
15463
15464 2004-09-01 Juri Linkov <juri@jurta.org>
15465
15466 * isearch.el (isearch-wrap-function)
15467 (isearch-push-state-function): New defvars.
15468 (isearch-pop-fun-state): New defsubst.
15469 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15470 (isearch-push-state): Set the result of calling
15471 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15472 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15473 restore the mode-specific starting point of terminated search.
15474 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15475 (isearch-repeat): Call `isearch-wrap-function' if defined.
15476 (isearch-message-prefix): Don't add prefix "over" to the message
15477 for wrapped search if `isearch-wrap-function' is defined.
15478 (isearch-search): Call function saved in `isearch-pop-fun-state' to
15479 restore the mode-specific starting point of failed search.
15480
15481 * info.el (Info-search-whitespace-regexp): Fix backslashes.
15482 (Info-search): Add new optional arguments for the sake of isearch.
15483 Replace whitespace in Info-search-whitespace-regexp literally.
15484 Add backward search. Don't call `Info-select-node' if regexp is
15485 found in the same Info node. Don't add node to Info-history for
15486 wrapped isearch.
15487 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15488 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15489 (Info-mode): Set local variables `isearch-search-fun-function',
15490 `isearch-wrap-function', `isearch-push-state-function',
15491 `search-whitespace-regexp'.
15492
15493 * isearch.el: Remove ancient Change Log section.
15494 (isearch-string, isearch-message-string, isearch-point)
15495 (isearch-success, isearch-forward-flag, isearch-other-end)
15496 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15497 (isearch-barrier, isearch-within-brackets)
15498 (isearch-case-fold-search): Add suffix `-state' to state-related
15499 defsubsts to avoid name clashes with other function names.
15500
15501 * simple.el (next-error): New defgroup and defface.
15502 (next-error-highlight, next-error-highlight-no-select):
15503 New defcustoms.
15504 (next-error-no-select): Let-bind next-error-highlight to the value
15505 of next-error-highlight-no-select before calling `next-error'.
15506
15507 * progmodes/compile.el (compilation-goto-locus):
15508 Use `next-error' face instead of `region'. Set 4-th argument of
15509 `move-overlay' to `current-buffer' to move overlay to different
15510 source buffers. Use new variable `next-error-highlight'.
15511
15512 * simple.el (next-error-find-buffer): Move the rule
15513 "if current buffer is a next-error capable buffer" after the
15514 rule "if next-error-last-buffer is set to a live buffer".
15515 Simplify to test all rules in one `or'.
15516 (next-error): Doc fix.
15517 (next-error, previous-error, first-error)
15518 (next-error-no-select, previous-error-no-select):
15519 Make arguments optional.
15520
15521 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
15522
15523 * macros.el (apply-macro-to-region-lines): Make it operate on all
15524 lines that begin in the region, rather than on all complete lines
15525 in the region.
15526
15527 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15528
15529 * x-dnd.el (x-dnd-protocol-alist): Document update.
15530 (x-dnd-known-types): Defcustom it.
15531 (x-dnd-handle-motif): Print message-atom in error message.
15532
15533 2004-08-30 John Paul Wallington <jpw@gnu.org>
15534
15535 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15536 strings rather than programatically constructing message.
15537
15538 2004-08-30 Richard M. Stallman <rms@gnu.org>
15539
15540 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15541 Don't return a string that would read as the wrong character code.
15542
15543 2004-08-29 Kim F. Storm <storm@cua.dk>
15544
15545 * emulation/cua-base.el (cua-auto-expand-rectangles):
15546 Remove automatic rectangle padding feature; replace by non-destructive
15547 virtual rectangle edges feature.
15548 (cua-virtual-rectangle-edges): New defcustom.
15549 (cua-auto-tabify-rectangles): New defcustom.
15550 (cua-paste): If paste into a marked rectangle, insert rectangle at
15551 current column, even if virtual; also paste exactly as many lines
15552 as has been marked (ignore additional lines or add empty lines),
15553 but paste whole source if only one line is marked.
15554 (cua--update-indications): No longer use overwrite-cursor to
15555 indicate rectangle padding
15556
15557 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15558 (cua--rectangle-virtual-edges): New defun.
15559 (cua--rectangle-get-corners): Remove optional PAD arg.
15560 (cua--rectangle-set-corners): Never do padding.
15561 (cua--forward-line): Remove optional PAD arg. Simplify.
15562 (cua-resize-rectangle-right, cua-resize-rectangle-left)
15563 (cua-resize-rectangle-down, cua-resize-rectangle-up):
15564 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15565 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15566 (cua--rectangle-move): Never do padding. Simplify.
15567 (cua--tabify-start): New defun.
15568 (cua--rectangle-operation): Add tabify arg. All callers changed.
15569 (cua--pad-rectangle): Remove.
15570 (cua--delete-rectangle): Handle delete with virtual edges.
15571 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15572 (cua--insert-rectangle): Handle insert at virtual column.
15573 Perform auto-tabify if necessary.
15574 (cua--activate-rectangle): Remove optional FORCE arg.
15575 Never do padding. Simplify.
15576 (cua--highlight-rectangle): Enhance for virtual edges.
15577 (cua-toggle-rectangle-padding): Remove command.
15578 (cua-toggle-rectangle-virtual-edges): New command.
15579 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
15580 (cua--rectangle-post-command): Don't force rectangle padding.
15581 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15582
15583 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
15584
15585 * indent.el (edit-tab-stops-buffer): Doc fix.
15586
15587 2004-08-28 Richard M. Stallman <rms@gnu.org>
15588
15589 * progmodes/grep.el (grep-default-command): Use find-tag-default.
15590 (grep-tag-default): Function deleted.
15591
15592 * subr.el (find-tag-default): Move from etags.el.
15593
15594 * progmodes/etags.el (find-tag-default): Move to subr.el.
15595
15596 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15597 into the basic character if it has an uppercase form.
15598
15599 2004-08-27 Kenichi Handa <handa@m17n.org>
15600
15601 * international/utf-8.el (utf-8-post-read-conversion): If the
15602 buffer is unibyte, temporarily make it multibyte.
15603
15604 2004-08-27 Masatake YAMATO <jet@gyve.org>
15605
15606 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15607
15608 2004-08-25 John Paul Wallington <jpw@gnu.org>
15609
15610 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15611 0, 1, and many mismatches in message.
15612 (tex-start-shell): Use `set-process-query-on-exit-flag'.
15613
15614 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15615 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15616
15617 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15620 vc-diff-switches differently.
15621
15622 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
15623
15624 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15625 before and a real defvar after
15626 `speedbar-supported-extension-expressions'. This is to silence
15627 the compiler without breaking bootstrapping.
15628
15629 2004-08-22 Richard M. Stallman <rms@gnu.org>
15630
15631 * textmodes/flyspell.el (flyspell-word):
15632 Use set-process-query-on-exit-flag.
15633 (flyspell-highlight-duplicate-region): Take POSS as arg.
15634 (flyspell-word): Pass POSS as arg.
15635
15636 * progmodes/ada-xref.el: Many doc and style fixes.
15637 (ada-find-any-references): Use compilation-start.
15638 (ada-get-ali-file-name): Improve error msg.
15639 (ada-get-ada-file-name): Likewise.
15640
15641 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
15642 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15643
15644 * mail/mail-extr.el (mail-extr-all-top-level-domains):
15645 Add forward defvar.
15646
15647 * whitespace.el (global-whitespace-mode): New alias
15648 for whitespace-global-mode.
15649
15650 * speedbar.el (speedbar-file-regexp): Move definition up.
15651 (speedbar-mode, speedbar-set-mode-line-format):
15652 Use with-no-warnings.
15653 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15654
15655 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15656 controls whether to display the error buffer.
15657
15658 * ps-mule.el: Delete compatibility code for old Emacsen.
15659 (ps-mule-find-wrappoint): Don't use chars-in-region.
15660
15661 * frame.el (display-mouse-p, display-selections-p):
15662 Use with-no-warnings.
15663
15664 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
15665
15666 2004-08-22 David Kastrup <dak@gnu.org>
15667
15668 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
15669 information.
15670
15671 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
15672
15673 2004-08-22 Andreas Schwab <schwab@suse.de>
15674
15675 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
15676
15677 2004-08-22 Masatake YAMATO <jet@gyve.org>
15678
15679 * cvs-status.el (cvs-status-checkout): New function.
15680 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
15681
15682 2004-08-21 David Kastrup <dak@gnu.org>
15683
15684 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
15685 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
15686 has been converted to use hashtables, the relation `nil=none' is
15687 no longer valid, as `nil' is not a hashtable. This patch tries to
15688 reduce the number of resulting errors.
15689
15690 2004-08-21 John Paul Wallington <jpw@gnu.org>
15691
15692 * subr.el (process-kill-without-query): Made obsolete in
15693 version 21.4, not 21.5.
15694
15695 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
15696 (vc-previous-comment, vc-next-comment)
15697 (vc-comment-search-reverse, vc-comment-search-forward)
15698 (vc-comment-to-change-log): Likewise.
15699
15700 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
15701
15702 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
15703
15704 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15705 Correct indentation of DEFMETHODS with non-standard method
15706 combinations (e.g., PROGN, MIN, MAX).
15707
15708 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
15709
15710 * startup.el (normal-top-level-add-subdirs-to-load-path):
15711 Avoid unnecessarily checking system-type.
15712 (normal-top-level): Set TERM to "dumb". Simplify.
15713
15714 * avoid.el (mouse-avoidance-ignore-p): New fun.
15715 Also ignore switch-frame, select-window, double, and triple clicks.
15716 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15717 (mouse-avoidance-fancy-hook): Use it.
15718
15719 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
15720
15721 * avoid.el (mouse-avoidance-nudge-mouse)
15722 (mouse-avoidance-banish-destination): Stay within the current window
15723 to avoid problems with mouse-autoselect-window.
15724
15725 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15726
15727 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15728 the newer format of some messages in cvs-1.12.1.
15729
15730 2004-08-19 Masatake YAMATO <jet@gyve.org>
15731
15732 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15733 (elp-results-jump-to-definition-by-mouse)
15734 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
15735 (elp-output-result): Use elp-output-insert-symname.
15736
15737 2004-08-18 Kenichi Handa <handa@m17n.org>
15738
15739 * language/cyrillic.el: Register koi8-r in
15740 ctext-non-standard-encodings-alist.
15741 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15742
15743 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
15744
15745 * emacs-lisp/copyright.el (copyright-update-year): Delete code
15746 that replaces 20xy with xy.
15747
15748 2004-08-17 John Paul Wallington <jpw@gnu.org>
15749
15750 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15751 (reb-force-update): Doc fix.
15752
15753 2004-08-16 Richard M. Stallman <rms@gnu.org>
15754
15755 * progmodes/which-func.el (which-func-update-1): Doc fix.
15756
15757 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15758 (sh-mode-abbrev-table): New variable.
15759
15760 * progmodes/compile.el (compilation-mode): Doc fix.
15761
15762 * emacs-lisp/lisp-mode.el (eval-last-sexp):
15763 Don't cons a new symbol each time.
15764 (eval-last-sexp-fake-value): New variable.
15765
15766 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15767 (copyright-update-year): Detect continuation of list of years.
15768
15769 * term.el (term-default-fg-color, term-default-bg-color)
15770 (ansi-term-color-vector): Use `unspecified', not nil, as default.
15771
15772 * imenu.el: Several doc fixes: don't say variables are buffer-local.
15773
15774 2004-08-16 Davis Herring <herring@lanl.gov>
15775
15776 * isearch.el (isearch-string, isearch-message-string, isearch-point)
15777 (isearch-success, isearch-forward-flag, isearch-other-end)
15778 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15779 (isearch-barrier, isearch-within-brackets)
15780 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15781
15782 2004-08-16 Kenichi Handa <handa@m17n.org>
15783
15784 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15785
15786 2004-08-15 Kenichi Handa <handa@m17n.org>
15787
15788 * term/x-win.el (x-selection-value): If utf8 was successful but
15789 ctext was not, use utf8 string.
15790
15791 2004-08-14 Davis Herring <herring@lanl.gov>
15792
15793 * isearch.el: Remove accidental changes of March 4. Fix backing
15794 up when a regexp isearch is made more general. Use symbolic
15795 accessor functions for isearch stack frames to make usage clearer.
15796 (search-whitespace-regexp): Made groups in documentation shy (as
15797 is the group in the default value).
15798 (isearch-fallback): New function, addresses problems with regexps
15799 liberalized by `\|', adds support for liberalization by `\}' (the
15800 general repetition construct), and incorporates behavior for
15801 `*'/`?'.
15802 (isearch-}-char): New command, calls `isearch-fallback' with
15803 arguments appropriate to a typed `}'.
15804 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15805 appropriately.
15806 (isearch-mode-map): Bind `}' to `isearch-}-char'.
15807 (isearch-string, isearch-message,string, isearch-point)
15808 (isearch-success, isearch-forward-flag, isearch-other-end)
15809 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15810 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15811 New inline functions to read fields of a stack frame.
15812
15813 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
15814
15815 * battery.el (battery-linux-proc-acpi): Look into battery
15816 directories matching the literal string "CMB", too (required for
15817 Linux kernel version 2.6.7).
15818
15819 2004-08-14 John Paul Wallington <jpw@gnu.org>
15820
15821 * cus-start.el (read-file-name-completion-ignore-case): Add.
15822 (blink-cursor-alist): Change version to "21.4".
15823
15824 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15825
15826 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
15827
15828 * speedbar.el (speedbar-scan-subdirs): New option.
15829 (speedbar-file-lists): Don't ignore file-name case on Unix and use
15830 dolist.
15831 (speedbar-insert-files-at-point): Take an extra argument and use
15832 it to optionally find out if a subdir is empty. Also unreadable
15833 files don't get expand buttons.
15834 (speedbar-directory): New image (unused pixmap already existed).
15835 (speedbar-expand-image-button-alist): Use it.
15836
15837 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
15838
15839 CC Mode update to 5.30.9:
15840
15841 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
15842 Move from cc-vars to cc-defs for dependency reasons. Fix the
15843 POSIX char class test to check that it works in
15844 `skip-chars-(forward|backward)' too.
15845
15846 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15847 first argument starts with a special brace list.
15848
15849 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
15850 when `c-opt-type-concat-key' is used (i.e. in Pike).
15851
15852 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
15853 Fix bug when the inner char pair doesn't have paren syntax,
15854 i.e. "(<>)".
15855
15856 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15857 whitespace safe.
15858
15859 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
15860 position for `arglist-intro', `arglist-cont-nonempty' and
15861 `arglist-close' when there are two arglist open parens on the same
15862 line and there's nothing in front of the first.
15863
15864 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
15865 locking of qualified names in Java, which previously could fontify
15866 common indexing expressions in many cases. The standard Java
15867 naming conventions are used to tell them apart.
15868
15869 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
15870 Fix inconsistency wrt opening parens on the first line inside a paren
15871 block.
15872
15873 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15874 compile time for the sake of `c-major-mode-is'.
15875
15876 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15877 `c-major-mode-is' in the event that this is used inside a
15878 `c-lang-defconst'.
15879
15880 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
15881 `c-lang-defconst' so that it works better with fallback languages.
15882
15883 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15884 it to fail to record the base mode.
15885
15886 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15887 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15888 is used. Reorder the syntax checks to get more efficient
15889 skipping in some situations.
15890
15891 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15892 continuation which might precede the newly inserted '{'.
15893
15894 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15895 Fix cases where it could loop indefinitely.
15896
15897 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15898 size specs correctly. Only fontify identifiers in front of '('
15899 with as functions - don't accept any paren char. Tighten up
15900 initializer skipping to stop before function and class blocks.
15901
15902 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15903 the point could be left directly after an open paren when finding
15904 the beginning of the first decl in the block.
15905
15906 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15907 table when filtering out legitimate open parens to be recorded.
15908 This could cause cache inconsistencies when e.g.
15909 `c++-template-syntax-table' was temporarily in use.
15910
15911 * progmodes/cc-engine.el (c-on-identifier)
15912 (c-simple-skip-symbol-backward): Small fix for handling "-"
15913 correctly in `skip-chars-backward'. Affected the operator lfun
15914 syntax in Pike.
15915
15916 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15917 Fix bug that could cause an error from `after-change-functions' when
15918 the changed region is at bob.
15919
15920 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
15921
15922 CC Mode update to 5.30.9:
15923
15924 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15925 to say that <TAB> doesn't insert WS into a CPP line.
15926 (c-indent-command, c-tab-always-indent): Amend doc strings.
15927
15928 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15929 checks for user errors, thus eliminating cryptic and unhelpful
15930 Emacs error messages. (1) Check the arg to `c-set-style' is a
15931 string. (2) Check that settings to `c-offsets-alist' are not
15932 spuriously quoted.
15933
15934 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15935 which precedes the newly inserted `{'.
15936
15937 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
15938
15939 Sync with Tramp 2.0.44.
15940
15941 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15942 function "tramp_file_attributes". Otherwise, file names
15943 containing spaces are misinterpreted. Reported by Magnus Henoch
15944 <mange@freemail.hu>.
15945 (tramp-handle-file-truename): FILENAME must be expanded first.
15946 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15947 obscure results. Reported by D. Goel <deego@gnufans.org>.
15948 (tramp-handle-verify-visited-file-modtime): If file does not
15949 exist, say it is not modified if and only if that agrees with the
15950 buffer's record. Check whether a file is visiting the buffer, or
15951 the buffer has no recorded last modification time. Return t in
15952 case the visiting file doesn't exist. Suggested by Luc Teirlinck
15953 <teirllm@auburn.edu>.
15954 (tramp-handle-write-region): Pass modtime explicitly to
15955 `set-visited-file-modtime', because filename can be different
15956 from (buffer-file-name) if `file-precious-flag' is set.
15957 `set-visited-file-modtime' must be called always when `visit' is t
15958 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15959 (tramp-handle-set-visited-file-modtime): If `time-list' is not
15960 nil, don't apply the whole body. If the file doesn't exists, set
15961 modtime to '(-1 65535). Suggested by Luc Teirlinck
15962 <teirllm@auburn.edu>.
15963
15964 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
15965
15966 * help.el (describe-bindings): Doc fix.
15967
15968 * subr.el (kbd): Doc fix.
15969
15970 2004-08-08 John Paul Wallington <jpw@gnu.org>
15971
15972 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15973 instead of `string-to-int'.
15974 (define-ibuffer-column mode): Fix indentation.
15975
15976 2004-08-08 Lars Hansen <larsh@math.ku.dk>
15977
15978 * wid-edit.el (widget-sexp-validate): Allow whitespace after
15979 expression.
15980
15981 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15982
15983 * subr.el (global-unset-key, local-unset-key): Doc fixes.
15984
15985 * novice.el (disabled-command-function): New variable renamed from
15986 `disabled-command-hook'.
15987 (disabled-command-hook): Keep the _variable_ as alias for
15988 `disabled-command-function' and make obsolete.
15989 (disabled-command-function): Function renamed from
15990 `disabled-command-hook'. Adapt code to name change of the variable.
15991
15992 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
15993
15994 * simple.el (completion-root-regexp): New defvar.
15995 (completion-setup-function): Use it instead of a literal string.
15996
15997 2004-08-07 John Paul Wallington <jpw@gnu.org>
15998
15999 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16000 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16001 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16002 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16003
16004 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16005
16006 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16007 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16008
16009 2004-08-04 Kenichi Handa <handa@m17n.org>
16010
16011 * international/encoded-kb.el (encoded-kbd-setup-keymap):
16012 Fix previous change.
16013
16014 2004-08-03 Kenichi Handa <handa@m17n.org>
16015
16016 * international/encoded-kb.el: The following changes are to
16017 utilize key-translation-map instead of minor mode map.
16018 (encoded-kbd-iso2022-non-ascii-map): Delete it.
16019 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16020 (encoded-kbd-last-key): New function.
16021 (encoded-kbd-iso2022-single-shift): New function.
16022 (encoded-kbd-iso2022-designation)
16023 (encoded-kbd-self-insert-iso2022-7bit)
16024 (encoded-kbd-self-insert-iso2022-8bit)
16025 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
16026 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
16027 key-translation-map.
16028 (encoded-kbd-setup-keymap): Setup key-translation-map.
16029 (saved-key-translation-map): New variable.
16030 (encoded-kbd-mode): Save/restore key-translation-map.
16031 Adjust for the change of encoded-kbd-setup-keymap.
16032
16033 2004-08-02 Kim F. Storm <storm@cua.dk>
16034
16035 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
16036 and call compute-motion with nil for topos and width to get proper
16037 usable width and height for both window and non-window systems.
16038
16039 * windmove.el (windmove-coordinates-of-position): Let compute-motion
16040 calculate usable window width and height.
16041
16042 * window.el (window-buffer-height): Call compute-motion with nil width.
16043
16044 2004-08-01 David Kastrup <dak@gnu.org>
16045
16046 * replace.el (query-replace-read-from):
16047 Use `query-replace-compile-replacement'.
16048 (query-replace-compile-replacement): New function.
16049 (query-replace-read-to): Use `query-replace-compile-replacement'
16050 for repeating the last command.
16051
16052 2004-08-01 John Paul Wallington <jpw@gnu.org>
16053
16054 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
16055 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
16056 (pr-switches): Remove period from end of error messages.
16057
16058 * help-mode.el (help-go-back): Likewise.
16059
16060 * abbrev.el (only-global-abbrevs): Doc fix.
16061 (edit-abbrevs-map): Define within defvar.
16062 (quietly-read-abbrev-file): Doc fix.
16063
16064 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
16065
16066 * novice.el (enable-command, disable-command): Doc fixes.
16067
16068 * subr.el (event-modifiers, event-basic-type): Doc fixes.
16069
16070 2004-07-30 Richard M. Stallman <rms@gnu.org>
16071
16072 * subr.el (with-local-quit): Doc fix.
16073
16074 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
16075
16076 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
16077
16078 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
16079
16080 * custom.el (defcustom): Doc fix.
16081
16082 2004-07-28 Masatake YAMATO <jet@gyve.org>
16083
16084 * progmodes/etags.el (etags-tags-apropos): Show building progress.
16085
16086 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16087
16088 * imenu.el (imenu-prev-index-position-function)
16089 (imenu-extract-index-name-function, imenu-name-lookup-function)
16090 (imenu--index-alist): Docstring redundancy fix.
16091
16092 2004-07-25 Lars Hansen <larsh@math.ku.dk>
16093
16094 * wdired.el (wdired-finish-edit): Require dired-aux before locally
16095 binding dired-backup-overwrite.
16096
16097 2004-07-25 John Paul Wallington <jpw@gnu.org>
16098
16099 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
16100
16101 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
16102
16103 * term/tty-colors.el (tty-color-approximate): Doc fix.
16104
16105 * select.el (x-get-selection, x-set-selection): Doc fixes.
16106
16107 * frame.el (make-frame): Doc fix.
16108
16109 2004-07-24 Richard M. Stallman <rms@gnu.org>
16110
16111 * mail/rmail.el (rmail-mime-charset-pattern):
16112 Don't include semicolon in the charset value.
16113
16114 * replace.el (occur-next-error): Call set-window-point.
16115 (occur-engine): Handle negative NLINES.
16116
16117 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
16118
16119 * frame.el (modify-all-frames-parameters): Minor doc fix.
16120 (set-frame-configuration): Doc fix.
16121
16122 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16123
16124 * simple.el (completion-setup-function): Compute the common parts
16125 and the first difference place correctly when
16126 partial-completion-mode is on.
16127
16128 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16129
16130 * ps-print.el: Doc fix.
16131 (ps-print-version): New version 6.6.5.
16132 (ps-printing-region): Doc fix.
16133 (ps-generate-string-list): Comment fix.
16134 (ps-message-log-max): Code fix.
16135
16136 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16137
16138 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
16139 generated PostScript.
16140
16141 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
16142
16143 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
16144 with Gnus v5_10 branch.)
16145
16146 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16147
16148 * calendar/time-date.el (time-to-number-of-days): New function.
16149 Imported from Gnus.
16150
16151 2004-07-22 Kim F. Storm <storm@cua.dk>
16152
16153 * progmodes/make-mode.el: Fix comments.
16154
16155 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16156
16157 * printing.el: Doc fix.
16158
16159 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
16160
16161 * frame.el (modify-all-frames-parameters): Minor doc fix.
16162
16163 2004-07-20 Richard M. Stallman <rms@gnu.org>
16164
16165 * textmodes/fill.el (fill-nobreak-p): If this break point is
16166 at the end of the line, don't consider the newline which follows
16167 as a reason to return t.
16168
16169 2004-07-19 John Paul Wallington <jpw@gnu.org>
16170
16171 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16172
16173 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
16174
16175 * dired-aux.el (dired-do-kill-lines): Expand docstring.
16176 Delete irrelevant code.
16177
16178 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16179
16180 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16181 New docstring. From Luc Teirlinck.
16182
16183 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
16184
16185 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16186 section.
16187 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16188 non-file buffers. We know it is nil.
16189
16190 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16191
16192 Sync with Tramp 2.0.43.
16193
16194 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16195 Remove outdated comment.
16196 (tramp-locked, tramp-locker): New variables for implementing a
16197 global lock.
16198 (tramp-sh-file-name-handler): Use them to implement the global lock.
16199
16200 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
16201
16202 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
16203 calls to respective `xxx` calls.
16204 (tramp-process-alive-regexp): Precise doc string.
16205 (tramp-multi-action-process-alive): New defun.
16206 (tramp-multi-actions): Use it.
16207 (tramp-handle-find-backup-file-name): `copy-tree' is available
16208 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
16209 in order to avoid this function.
16210 (tramp-handle-write-region): Set current buffer. If connection
16211 wasn't open, `file-modes' has changed it accidentally. Reported by
16212 David Kastrup <dak@gnu.org>.
16213 (tramp-enter-password, tramp-read-passwd): New arguments USER and
16214 HOST.
16215 (tramp-action-password, tramp-multi-action-password): Apply it.
16216 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
16217 name must still contain the port number. Otherwise, we have two
16218 Tramp buffers, with all the confusion. Reported by Myron Selby
16219 <myron@xytech.com> and Rolf Dubitzky
16220 <Dubitzky@physi.uni-heidelberg.de>.
16221
16222 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
16223 HOST to `tramp-enter-passwd'.
16224
16225 * net/tramp-vc.el (all): Code cleanup. Change all
16226 `tramp-handle-xxx' calls to respective `xxx` calls.
16227
16228 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
16229
16230 * emacs-lisp/testcover.el: New category "potentially-1valued" for
16231 functions that are not erroneous if either 1-valued or
16232 multi-valued. Detect functions in this class.
16233 (testcover-1value-functions, testcover-compose-functions)
16234 (testcover-progn-functions) Add some additional functions to lists.
16235 (testcover-mark): Bugfix when marking up the definition for an
16236 empty function.
16237
16238 2004-07-17 Richard M. Stallman <rms@gnu.org>
16239
16240 * replace.el (occur-read-primary-args): Pass default to
16241 read-from-minibuffer.
16242
16243 * mail/footnote.el (footnote-section-tag): Use defcustom.
16244
16245 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16246 Compile font-lock-keywords, not KEYWORDS.
16247 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16248 Add warn, check-type. Handle cerror like error.
16249
16250 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16251
16252 * progmodes/which-func.el (which-func-keymap): New var.
16253 (which-func-face): New face.
16254 (which-func-format): Use them.
16255
16256 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16257
16258 * buff-menu.el (list-buffers-noselect): Append the buffer's
16259 process status to its mode name.
16260
16261 2004-07-16 Kim F. Storm <storm@cua.dk>
16262
16263 * simple.el (inhibit-mark-movement): New defvar.
16264 (beginning-of-buffer, end-of-buffer): Do not push mark if
16265 inhibit-mark-movement is non-nil or C-u prefix is given.
16266
16267 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16268 Init to beginning-of-buffer and end-of-buffer.
16269 (cua--undo-push-mark): New defvar.
16270 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16271 already active and command is in cua--preserve-mark-commands.
16272 Also fix check for shift modifier on non-window systems.
16273 (cua--post-command-handler): Clear inhibit-mark-movement if set.
16274
16275 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
16276
16277 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16278 of two integers, instead of a cons.
16279
16280 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16281 `visited-file-modtime' now returns a list of two integers, instead
16282 of a cons.
16283
16284 * dired.el (dired-directory-changed-p): Ditto.
16285
16286 * progmodes/grep.el (grep): Doc fix.
16287
16288 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16289
16290 * autorevert.el (auto-revert-tail-mode)
16291 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16292 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16293 in both at the same time.
16294 (auto-revert-tail-mode): New command.
16295 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16296 (auto-revert-handler): Revert only either tail or whole file.
16297
16298 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16299 add auto-revert-tail-mode.
16300
16301 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16302
16303 * printing.el: Doc fix. Change name of some funs.
16304 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
16305 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
16306 (pr-standard-file-name): New fun. Replace pr-standard-path.
16307 (pr-call-process): Code fix.
16308
16309 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
16310
16311 * subr.el (with-selected-window): Doc fix.
16312
16313 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
16314
16315 * subr.el (get-buffer-window-list): Doc fix.
16316
16317 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
16318
16319 * files.el (switch-to-buffer-other-window): Doc fix.
16320
16321 * window.el (save-selected-window, one-window-p)
16322 (split-window-keep-point, split-window-vertically)
16323 (split-window-horizontally): Doc fixes.
16324
16325 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16326
16327 * printing.el: Doc fix. Now it uses call-process instead of
16328 shell-command for low command execution.
16329 (pr-version): New version number (6.8).
16330 (pr-shell-file-name): Option removed.
16331 (pr-shell-command): Fun removed.
16332 (pr-call-process): New fun. Replace pr-shell-command.
16333 (pr-standard-path, pr-remove-nil-from-list): New funs.
16334 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16335 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16336 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16337 (pr-ps-utility-process, pr-txt-print): Code fix.
16338
16339 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16340
16341 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16342 boolean.
16343
16344 2004-07-09 Lars Hansen <larsh@math.ku.dk>
16345
16346 * wid-edit.el (widget-field-buffer): Doc fix.
16347
16348 2004-07-09 John Paul Wallington <jpw@gnu.org>
16349
16350 * emacs-lisp/re-builder.el (reb-update-overlays):
16351 Distinguish between one and several matches in message.
16352
16353 2004-07-09 Richard M. Stallman <rms@gnu.org>
16354
16355 * mouse.el (mouse-set-region-1): If transient-mark-mode
16356 is `identity', change it to `only'.
16357
16358 * simple.el (current-word): Doc fix.
16359
16360 2004-07-09 Mark A. Hershberger <mah@everybody.org>
16361
16362 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16363 so that it is more understanding of whitespace.
16364
16365 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
16366 (("ns" . "element") (attr-list) children) instead of
16367 ((:ns . "element") (attr-list) children) in order to reduce the
16368 number of symbols used.
16369 (xml-skip-dtd): Change to use xml-parse-dtd but set
16370 xml-validating-parsing to nil.
16371 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
16372 (xml-substitute-entity): Remove in favor of new entity substitution.
16373 (xml-substitute-special): Rewrite in to substitute complex
16374 entities from DOCTYPE declarations.
16375 (xml-parse-fragment): Parse fragments from entity declarations.
16376 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16377 (xml-parse-dtd, xml-substitute-special): Make validity checks
16378 conditioned on xml-validating-parser. Add "Not Well Formed" to
16379 error messages about well-formedness.
16380
16381 2004-07-08 Steven Tamm <steventamm@mac.com>
16382
16383 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16384 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16385 Do not treat double clicks and triple clicks specially in the
16386 scroll bar (preventing strange repositioning problems)
16387
16388 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16389
16390 * replace.el (query-replace-regexp-eval): Fix last change.
16391
16392 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16393
16394 * replace.el (query-replace-descr): New fun.
16395 (query-replace-read-from, query-replace-read-args): Default to the
16396 previous from&to.
16397 (query-replace-read-to): Quote the `from' string when displaying it.
16398 (query-replace-regexp-eval): Immediately check read-only status.
16399 Use query-replace-read-from to get the \n checking.
16400 Quote the `from' string when displaying it.
16401 (map-query-replace-regexp, occur-read-primary-args):
16402 Quote the `from' string when displaying it.
16403
16404 * isearch.el (isearch-query-replace): Pass the regexp-ness and
16405 delimited-ness of the search to query-replace.
16406
16407 * replace.el (query-replace-read-from, query-replace-read-to):
16408 New funs extracted from query-replace-read-args.
16409 (query-replace-read-args): Use them.
16410
16411 * replace.el (query-replace-interactive, query-replace-read-args):
16412 Remove the `initial' special value.
16413 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16414 (occur-engine): Remove unused var `matchend'.
16415
16416 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16417 Use the search string without prompting.
16418
16419 2004-07-05 Kenichi Handa <handa@m17n.org>
16420
16421 * international/mule.el (decode-coding-inserted-region):
16422 Set last-coding-system-used only when coding is nil.
16423
16424 2004-07-03 Eli Zaretskii <eliz@gnu.org>
16425
16426 * progmodes/grep.el (grep-compute-defaults, grep-command)
16427 (grep-program, find-program, grep-find-use-xargs, grep-history)
16428 (grep-find-history, grep-tag-default, grep-find-command)
16429 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16430 Add autoload cookies, for unbundled packages that load `compile'
16431 and expect all grep-related symbols to become defined.
16432
16433 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
16434
16435 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
16436 (iimage-mode-image-search-path): New user option to search the
16437 image file.
16438 (iimage-locate-file): New function. Emacs21.3 or earlier does not
16439 have locate-file.
16440 (iimage-mode-buffer): Use it.
16441
16442 2004-07-03 Nick Roberts <nickrob@gnu.org>
16443
16444 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16445 carefully.
16446 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16447
16448 2004-07-03 Juri Linkov <juri@jurta.org>
16449
16450 * replace.el (query-replace-read-args): Swallow space after 'foo,
16451 not after (quote foo). Match space only immediately after symbol,
16452 not anywhere in the whole string.
16453
16454 2004-07-02 Richard M. Stallman <rms@gnu.org>
16455
16456 * replace.el (query-replace-read-args): Swallow space after
16457 symbols, not after closeparens. But avoid error if string ends there.
16458
16459 * progmodes/python.el (python-beginning-of-statement):
16460 Exit the loop if backward-up-list gets error.
16461
16462 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16463
16464 2004-07-02 Andre Spiegel <spiegel@gnu.org>
16465
16466 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16467 only if vc-consult-headers is non-nil.
16468
16469 2004-07-02 Juri Linkov <juri@jurta.org>
16470
16471 * pcvs.el (cvs-mode-diff-repository): New command.
16472
16473 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16474
16475 2004-07-01 Juri Linkov <juri@jurta.org>
16476
16477 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16478 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
16479 C-M-% to isearch-query-replace-regexp.
16480 (minibuffer-local-isearch-map): Add arrow key bindings.
16481 Bind C-f to isearch-yank-char-in-minibuffer.
16482 (isearch-forward): Doc fix.
16483 (isearch-edit-string): Doc fix.
16484 (isearch-query-replace, isearch-query-replace-regexp): New funs.
16485 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
16486 (isearch-yank-char): Add optional arg.
16487 (isearch-yank-char-in-minibuffer): New fun.
16488
16489 * replace.el (query-replace-interactive): Change type from boolean
16490 to choice. Add value `initial'.
16491 (query-replace-read-args): Handle value `initial' of
16492 query-replace-interactive.
16493
16494 2004-06-29 Kim F. Storm <storm@cua.dk>
16495
16496 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16497 (breakpoint-disabled-bitmap-face): Add :group 'gud.
16498
16499 * progmodes/ada-xref.el (ada-tight-gvd-integration):
16500 Add :group 'ada.
16501
16502 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16503
16504 2004-06-29 Juri Linkov <juri@jurta.org>
16505
16506 * replace.el (query-replace-read-args): Swallow a space after
16507 everything except )]" which in most cases means after a symbol.
16508
16509 * emacs-lisp/pp.el (pp-buffer): Add autoload.
16510
16511 2004-06-28 Richard M. Stallman <rms@gnu.org>
16512
16513 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16514 More changes to go with previous change in font-lock.el.
16515
16516 2004-06-26 David Kastrup <dak@gnu.org>
16517
16518 * replace.el (perform-replace): Highlight the match even in
16519 non-query mode if there is potential replace string editing.
16520
16521 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
16522
16523 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16524 agree with new return value of `file-remote-p'.
16525 This syncs with Tramp 2.0.42.
16526
16527 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16528 according to new documentation of `file-remote-p'.
16529
16530 * files.el (file-remote-p): Fix doc to say that return value is
16531 identification of remote system, if not nil.
16532 (file-relative-name): Use new return value of `file-remote-p'.
16533
16534 2004-06-26 Nick Roberts <nickrob@gnu.org>
16535
16536 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
16537 (gdb-goto-breakpoint): Fix breakage.
16538
16539 2004-06-26 Eli Zaretskii <eliz@gnu.org>
16540
16541 * man.el (Man-getpage-in-background): Add windows-nt to the list
16542 of systems where shell-file-name should be used instead of
16543 literal "sh".
16544
16545 2004-06-25 Sam Steingold <sds@gnu.org>
16546
16547 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16548 function names `(setf symbol)'.
16549
16550 2004-06-24 Richard M. Stallman <rms@gnu.org>
16551
16552 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16553
16554 * font-lock.el (font-lock-keywords): Change format of compiled values.
16555 Document it.
16556 (font-lock-add-keywords): If font-lock-keywords is compiled,
16557 extract the uncompiled version, modify, then recompile.
16558 (font-lock-remove-keywords): Likewise.
16559 (font-lock-fontify-keywords-region): Handle changed format.
16560 (font-lock-compile-keywords): Handle changed format.
16561 (font-lock-set-defaults): Compile the keywords explicitly here.
16562
16563 2004-06-24 David Kastrup <dak@gnu.org>
16564
16565 * replace.el (query-replace-read-args): Implement `\,' and `\#'
16566 replacements here.
16567 (query-replace-regexp): Doc string explaining this and the new
16568 `\?' replacement. Remove `\,' and `\#' implementation here, as it
16569 is better placed in `query-replace-read-args'.
16570 (replace-regexp): Explain `\,', `\#' and `\?'.
16571 (replace-match-data): New function for thorough reuse/destruction
16572 of old match-data.
16573 (replace-match-maybe-edit): Function for implementing `\?' editing.
16574 (perform-replace): Fix maintaining of the match stack including
16575 already matched regions, implement `\?', fix various problems
16576 with regions while editing and other stuff.
16577 (replace-highlight): Simplify.
16578
16579 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
16580
16581 * progmodes/grep.el (grep-error-screen-columns): New variable.
16582 (grep-regexp-alist): Give it the full functionality of gnu style
16583 compilation messages with line and column ranges. Ask me for the
16584 perl script I'm working on, that uses these.
16585
16586 2004-06-23 Nick Roberts <nickrob@gnu.org>
16587
16588 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
16589 Remove.
16590 (comint-insert-input, comint-mouse-insert-input): New functions
16591 based on comint-insert-clicked-input for two bindings but just
16592 one functionality.
16593
16594 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
16595
16596 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16597
16598 2004-06-23 Lars Hansen <larsh@math.ku.dk>
16599
16600 * files.el (write-contents-functions): Doc fix.
16601
16602 2004-06-21 Juanma Barranquero <lektu@terra.es>
16603
16604 * image.el (image-library-alist): Rewrite docstring in active voice.
16605
16606 2004-06-20 Richard M. Stallman <rms@gnu.org>
16607
16608 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16609
16610 * isearch.el (isearch-repeat): Avoid testing old match data.
16611 (isearch-message): Display trailing space in special font
16612 when search is failing.
16613 (isearch-search-fun-function): Doc fix.
16614
16615 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16616
16617 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
16618
16619 * frame.el (show-trailing-whitespace): Doc fix.
16620
16621 * cus-edit.el (custom-variable-documentation): New function.
16622 (custom-variable): Use it.
16623
16624 2004-06-19 Nick Roberts <nickrob@gnu.org>
16625
16626 * man.el (Man-getpage-in-background): Revert previous change but
16627 make cygwin a special case.
16628
16629 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
16630
16631 * autorevert.el (global-auto-revert-non-file-buffers):
16632 Update docstring.
16633
16634 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
16635
16636 * progmodes/compile.el (compilation-error-properties): Store one
16637 more than end-col, if present, so that transient-mark-mode will
16638 highlight last char too.
16639 * progmodes/grep.el (grep-regexp-alist): Match columns and column
16640 ranges, if present.
16641
16642 2004-06-18 Jason Rumney <jasonr@gnu.org>
16643
16644 * makefile.w32-in: Double percent signs in for loops.
16645
16646 2004-06-17 David Kastrup <dak@gnu.org>
16647
16648 * replace.el (query-replace-read-args): Only warn about use of \n
16649 and \t when we are doing a regexp replacement and the actual
16650 escaped character is n or t.
16651 (query-replace-regexp): Add \, and \# interpretation to
16652 interactive call and document it.
16653 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
16654 as shortkey for replace-count.
16655 (replace-quote): New function for doubling backslashes.
16656
16657 2004-06-17 Juanma Barranquero <lektu@terra.es>
16658
16659 * files.el (parse-colon-path, cd): Mention in docstring that the
16660 path separator is colon in GNU-like systems.
16661
16662 * newcomment.el (comment-region-internal): Fix docstring.
16663
16664 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
16665 (ewoc-invalidate, ewoc-collect): Doc fixes.
16666 (ewoc--create-node, ewoc--delete-node-internal):
16667 Fix typos in docstring.
16668
16669 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16670
16671 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
16672 manual to docstring.
16673
16674 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16675
16676 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
16677
16678 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16679
16680 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16681 Add hyperlink to emacs-xtra manual to docstring.
16682
16683 * autorevert.el (global-auto-revert-non-file-buffers):
16684 Add hyperlink to emacs-xtra manual to docstring, as well as an
16685 info-link.
16686
16687 2004-06-14 Juanma Barranquero <lektu@terra.es>
16688
16689 * image.el (image-library-alist): New variable to map image types
16690 to external libraries. Initialized to nil, unless system-specific
16691 configs change it.
16692 (image-type-available-p): Determine whether an image type is
16693 available by calling `init-image-library'.
16694
16695 * term/w32-win.el (image-library-alist): Initialize to a known set
16696 of probable library names.
16697
16698 2004-06-14 Kenichi Handa <handa@m17n.org>
16699
16700 * international/code-pages.el (windows-1256, cp1125): Fix tables
16701 for several characters.
16702
16703 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
16704
16705 2004-06-13 Richard M. Stallman <rms@gnu.org>
16706
16707 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
16708
16709 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
16710 not "`pc-selection-mode'".
16711
16712 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16713
16714 * simple.el (previous-matching-history-element): Specify a default.
16715
16716 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16717
16718 * cus-face.el (custom-declare-face): Simplify code.
16719
16720 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16721
16722 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
16723
16724 * files.el (before-save-hook): Add `time-stamp' to the options.
16725
16726 * time-stamp.el (time-stamp): Recommend adding it to
16727 `before-save-hook', rather than `write-file-functions'.
16728 Make a similar change in `Commentary' section.
16729
16730 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16731
16732 * diff-mode.el (diff-current-defun): If at start of hunk, use
16733 position of first change.
16734
16735 2004-06-13 Lars Hansen <larsh@math.ku.dk>
16736
16737 * dired-x.el (dired-mark-omitted): Bind to "*O".
16738
16739 2004-06-12 Karl Fogel <kfogel@red-bean.com>
16740
16741 * bookmark.el (bookmark-bmenu-relocate): New function, as
16742 suggested by David J. Biesack <David.Biesack@sas.com>.
16743 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16744 (bookmark-bmenu-mode): Describe binding in doc string.
16745 (bookmark-set-filename): Save the bookmark list if it's time.
16746
16747 2004-06-13 Kenichi Handa <handa@m17n.org>
16748
16749 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
16750 (ccl-untranslated-to-ucs): Fix typo.
16751
16752 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16753
16754 * progmodes/python.el (python-open-block-statement-p):
16755 Fix indentation after a block opening that contains a comment.
16756
16757 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
16758
16759 * bindings.el (completion-ignored-extensions): Add file extensions
16760 of Python byte-compiled files.
16761
16762 2004-06-12 Juri Linkov <juri@jurta.org>
16763
16764 * info.el (Info-goto-node): Add autoload.
16765 (Info-toc): Add substring-no-properties on Info file name.
16766 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16767 (Info-mode-map): Bind L to Info-history, T to Info-toc.
16768
16769 2004-06-12 Kenichi Handa <handa@m17n.org>
16770
16771 * international/mule-cmds.el (set-language-environment):
16772 Load subst tables if necessary.
16773
16774 * international/mule.el (decode-char): Load subst tables if necessary.
16775 (encode-char): Likewise.
16776
16777 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
16778 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
16779 (utf-16le-decode-loop): Set r5 to -1 before loop.
16780 (utf-16be-decode-loop): Likewise.
16781 (ccl-decode-mule-utf-16le): Add EOF processing block.
16782 (ccl-decode-mule-utf-16be): Likewise.
16783 (ccl-decode-mule-utf-16le-with-signature): Likewise.
16784 (ccl-decode-mule-utf-16be-with-signature): Likewise.
16785 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
16786 (ccl-mule-utf-16-encode-untrans): New CCL.
16787 (utf-16-decode-to-ucs): Handle pre-read character.
16788 (utf-16le-encode-loop): Handle surrogate pair.
16789 (utf-16be-encode-loop): Likewise.
16790 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
16791 of utf-16le-encode-loop.
16792 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
16793 of utf-16be-encode-loop.
16794 (mule-utf-16-post-read-conversion):
16795 Call utf-8-post-read-conversion at first.
16796 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16797 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
16798 Add post-read-conversion and pre-write-conversion.
16799
16800 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
16801 (utf-translate-cjk-unicode-range): New variable.
16802 (utf-translate-cjk-load-tables): New function.
16803 (utf-lookup-subst-table-for-decode): New function.
16804 (utf-lookup-subst-table-for-encode): New function.
16805 (utf-translate-cjk-mode): Init-value changed to t. Don't load
16806 tables here. Update safe-charsets of utf-* coding systems.
16807 (ccl-mule-utf-untrans): New CCL.
16808 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
16809 at end of each branch.
16810 (ccl-mule-utf-8-encode-untrans): New CCL.
16811 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16812 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
16813 length of encoding. Don't return r0.
16814 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
16815 (utf-8-post-read-conversion): Narrow to region properly.
16816 If utf-translate-cjk-mode is on, load tables if necessary.
16817 Call utf-8-compose with hash-table arg if necessary.
16818 Call XXX-compose-region instead of XXX-post-read-conversion.
16819 (utf-8-pre-write-conversion): New function.
16820 (mule-utf-8): Include CJK charsets in safe-charsets if
16821 utf-translate-cjk-mode is on. Add pre-write-conversion.
16822
16823 * international/characters.el: Temporarily set
16824 utf-translate-cjk-mode to nil.
16825
16826 * language/devan-util.el (devanagari-compose-region):
16827 Add autoload cookie.
16828
16829 * international/ccl.el (ccl-dump-call): Fix printing the
16830 subroutine name.
16831
16832 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
16833
16834 * dired.el (dired-revert): If buffer is marked unmodified before
16835 reverting, keep it marked unmodified. Adapt to new conventions
16836 for commenting out code.
16837 (dired-make-relative): Adapt to new conventions for commenting out
16838 code.
16839
16840 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
16841
16842 * eshell/esh-module.el (eshell-load-defgroups):
16843 Bind `vc-handled-backends' to nil when opening files.
16844
16845 2004-06-11 Juanma Barranquero <lektu@terra.es>
16846
16847 * files.el (parse-colon-path, cd): Doc fixes (refer to
16848 `path-separator', not colon).
16849
16850 2004-06-10 Juanma Barranquero <lektu@terra.es>
16851
16852 * newcomment.el (comment-search-forward)
16853 (comment-search-backward): Fix typos in docstring.
16854 (comment-region): Doc fix.
16855
16856 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
16857
16858 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16859 switch is no longer stored in `dired-switches-alist'.
16860
16861 * dired-aux.el (dired-insert-subdir): Do not store R switch in
16862 `dired-switches-alist'.
16863
16864 2004-06-10 Kim F. Storm <storm@cua.dk>
16865
16866 * pcvs.el (cvs-mode-diff-yesterday): New command.
16867
16868 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
16869
16870 2004-06-10 Juri Linkov <juri@jurta.org>
16871
16872 * emacs-lisp/edebug.el (edebug-eval-defun):
16873 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
16874 Fix docstring.
16875
16876 * simple.el (eval-expression-print-format): Don't print additional
16877 information on the first call to `eval-print-last-sexp'.
16878 (next-error-find-buffer): Fix punctuation.
16879 (killing) <defgroup>: Fix punctuation.
16880 (yank-excluded-properties): Change group from editing to killing.
16881
16882 * replace.el (perform-replace): Use `limit' to terminate the
16883 while-loop explicitly.
16884
16885 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16886
16887 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16888 Use lc-*.xpm as prefix instead of *-locol.xpm.
16889
16890 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16891 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16892 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16893 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16894 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16895 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16896 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16897 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16898 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16899 * toolbar/lc-up_arrow.xpm:
16900 Rename from *-locol.xpm.
16901
16902 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
16903
16904 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16905 include forms like &<str>; as valid url patterns.
16906
16907 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
16908
16909 * dired.el (dired-diff, dired-backup-diff)
16910 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16911 (dired-do-chown, dired-do-touch, dired-do-print)
16912 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16913 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16914 (dired-create-directory, dired-do-copy, dired-do-symlink)
16915 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16916 (dired-do-copy-regexp, dired-do-hardlink-regexp)
16917 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16918 (dired-maybe-insert-subdir, dired-next-subdir)
16919 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16920 (dired-kill-subdir, dired-tree-up, dired-tree-down)
16921 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16922 (dired-run-shell-command, dired-query): Remove redundant,
16923 or incorrect, autoloads.
16924
16925 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16926 does not end in a slash. Add optional argument KILL-ROOT.
16927 Update docstring.
16928 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16929 (dired-query): Add autoloads.
16930
16931 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
16932
16933 * progmodes/compile.el (compilation-set-window-height): Rearrange
16934 the save-* functions because a buffer can have several current
16935 point in different windows.
16936 (compilation-error-regexp-alist-alist): Recognize {standard input}
16937 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16938
16939 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16940
16941 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16942 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16943 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16944 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16945 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16946 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16947 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16948 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16949 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16950 * toolbar/up_arrow-locol.xpm:
16951 New versions of icons that uses fewer colors.
16952
16953 * toolbar/tool-bar.el (tool-bar-local-item)
16954 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16955 if display-color-cells is 256 or less.
16956
16957 2004-06-08 Kim F. Storm <storm@cua.dk>
16958
16959 * wid-edit.el (widget-specify-button): Use hand pointer rather
16960 than mouse-face as visible mouse-over effect.
16961
16962 2004-06-07 Karl Fogel <kfogel@red-bean.com>
16963
16964 * saveplace.el (save-place-alist-to-file): Bind `print-length'
16965 and `print-level' to nil when writing out `save-place-alist'.
16966 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16967
16968 2004-06-07 Juanma Barranquero <lektu@terra.es>
16969
16970 * completion.el (completion-kill-region): Doc fix.
16971
16972 * format.el (format-insert-annotations)
16973 (format-annotate-location): Doc fixes.
16974 (format-subtract-regions): Make arguments match their use in docstring.
16975
16976 * simple.el (kill-region): Doc fix.
16977
16978 * subr.el (insert-buffer-substring-no-properties)
16979 (insert-buffer-substring-as-yank): Doc fixes.
16980
16981 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
16982
16983 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16984 Update docstring.
16985 (dired-reset-subdir-switches): New function.
16986
16987 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16988 Limit scope of `buffer-read-only' binding.
16989
16990 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
16991
16992 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16993 eshell-explicit-command-char.
16994
16995 2004-06-06 Juanma Barranquero <lektu@terra.es>
16996
16997 * help-fns.el (help-argument-name): Inherit from italic face only
16998 if the frame supports it.
16999
17000 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17001
17002 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
17003 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17004 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17005 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17006 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17007 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17008 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17009 New conversions from xpm files.
17010
17011 * toolbar/README: New file.
17012
17013 2004-06-06 Richard M. Stallman <rms@gnu.org>
17014
17015 * isearch.el (isearch-mode-map): Undo previous change.
17016
17017 2004-06-05 Juri Linkov <juri@jurta.org>
17018
17019 * bindings.el (debug-ignored-errors): Add regexps for history
17020 related messages. Remove $ from "No further undo information".
17021 Move Ediff's messages to ediff.el.
17022
17023 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
17024
17025 * cus-edit.el (custom-display): Add `min-colors'.
17026
17027 * custom.el (defface): Add `supports' to docstring.
17028
17029 * help-fns.el (help-argument-name): Add :group 'help.
17030
17031 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
17032
17033 * find-dired.el (find-ls-subdir-switches): New user option.
17034 (find-dired): No longer call `abbreviate-file-name' on DIR.
17035 Set `dired-subdir-switches' buffer-locally.
17036
17037 * locate.el: Merge the two `Commentary' sections.
17038 (locate-ls-subdir-switches): New user option.
17039 (locate): Update for other changes.
17040 (locate-mode-map): Restore Dired binding for mouse-2.
17041 Bind `locate-mouse-view-file' to M-mouse-2.
17042 Bind `l' to `locate-do-redisplay'.
17043 (locate-main-listing-line-p, locate-do-redisplay): New functions.
17044 (locate-mouse-view-file, locate-tags, locate-find-directory):
17045 Print message if used outside main listing.
17046 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
17047 Various changes to support inserted subdirectories.
17048 (locate-insert-header): Change header of *Locate* buffer.
17049
17050 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17051 Change interactive default switches.
17052 (dired-rename-subdir-2): Update `dired-switches-alist'.
17053 (dired-insert-subdir, dired-kill-subdir):
17054 Handle `dired-switches-alist'. Do not mark buffer modified.
17055 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
17056 (dired-insert-subdir-doinsert): Omit messages.
17057 Handle `dired-subdir-switches'.
17058 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
17059
17060 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
17061 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
17062 subdirs if -R switch is used for a subdir.
17063 (dired-mode): Set `dired-switches-alist'.
17064 (dired-build-subdir-alist): Only print number of directories in
17065 echo area when invoked interactively.
17066
17067 2004-06-05 Lars Hansen <larsh@math.ku.dk>
17068
17069 * dired-x.el (dired-omit-mode): Rename from
17070 dired-omit-files-p. Use define-minor-mode to define it.
17071 (dired-omit-files-p): Add as alias for dired-omit-mode.
17072 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
17073 dired-mark-omitted.
17074 (dired-mark-omitted): Add. Bind to M-O.
17075
17076 2004-06-05 Kenichi Handa <handa@m17n.org>
17077
17078 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
17079
17080 2004-06-05 Juanma Barranquero <lektu@terra.es>
17081
17082 * help-fns.el (help-argument-name): Reintroduce face.
17083 (help-default-arg-highlight): Use it, now that
17084 `face-differs-from-default-p' can be trusted.
17085
17086 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17087
17088 * textmodes/table.el: Sentence commands added to Point Motion
17089 group; kill and backward-kill commands added to Extraction group.
17090
17091 2004-06-04 Mario Lang <mlang@delysid.org>
17092
17093 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
17094 systems appear to use mW, make the code handle this. Fix a
17095 division-by-zero bug while at it, and handle kernels with
17096 a slightly different layout in /proc/acpi.
17097
17098 2004-06-04 Karl Fogel <kfogel@red-bean.com>
17099
17100 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
17101 because the latter is a CL-ism. This fixes the bug reported by
17102 Shawn Boyette <mdxi@collapsar.net> in
17103 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
17104
17105 2004-06-04 Miles Bader <miles@gnu.org>
17106
17107 * faces.el (display-supports-face-attributes-p): Function moved to
17108 C code. Previously only the tty-related portion of this function
17109 was done in C; however the previous attempt to do a halfway-proper
17110 job for non-tty displays in lisp didn't work properly because of
17111 funny conditions during Emacs startup.
17112 (face-differs-from-default-p): Simplify, now that
17113 display-supports-face-attributes-p works properly on all display
17114 types. Remove :stipple from comparison; it doesn't really work
17115 in emacs anyway.
17116
17117 2004-06-04 Miles Bader <miles@gnu.org>
17118
17119 * faces.el (face-differs-from-default-p): Use a different
17120 implementation, so we can really check whether FACE displays
17121 differently or not.
17122
17123 2004-06-04 Miles Bader <miles@gnu.org>
17124
17125 * faces.el (display-supports-face-attributes-p): Implement a
17126 `different from default' check for non-tty displays.
17127
17128 2004-06-03 David Kastrup <dak@gnu.org>
17129
17130 * woman.el (woman-mapcan): More concise code.
17131 (woman-topic-all-completions, woman-topic-all-completions-1)
17132 (woman-topic-all-completions-merge): Replace by a simpler and
17133 much faster implementation based on O(n log n) sort/merge instead
17134 of the old O(n^2) behavior.
17135
17136 2004-06-03 Miles Bader <miles@gnu.org>
17137
17138 * subr.el (read-number): Use canonical format for default in prompt.
17139
17140 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
17141 Add regexp for " [...]" style defaults.
17142
17143 2004-06-02 Romain Francoise <romain@orebokech.com>
17144
17145 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
17146 groups: if the user asks for a hidden buffer, open the
17147 corresponding filter group to expose it.
17148
17149 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
17150 `ibuffer-jump-to-buffer'.
17151 (ibuffer-jump-offer-only-visible-buffers): New user option.
17152
17153 2004-06-02 Juanma Barranquero <lektu@terra.es>
17154
17155 * faces.el (frame-update-faces): Add empty docstring so the one
17156 for `ignore' doesn't show through.
17157
17158 * subr.el (process-kill-without-query): Remove spurious "\n" on
17159 obsolescence string.
17160 (focus-frame, unfocus-frame): Add obsolescence declaration and
17161 empty docstring.
17162
17163 * international/mule.el (register-char-codings): Make alias for
17164 `ignore'. Move docstring to obsolescence info and remove redundancy.
17165
17166 2004-06-02 Kim F. Storm <storm@cua.dk>
17167
17168 * frame.el (blink-cursor-start): Turn cursor off initially so blink
17169 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17170
17171 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17172
17173 * comint.el (comint-replace-by-expanded-history-before-point):
17174 Obey `start' as the docstring says.
17175 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17176 (comint-update-fence): Prevent font-lock from running unnecessarily.
17177 (comint-dynamic-list-completions): Use with-current-buffer.
17178
17179 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17180
17181 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17182 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17183 (bibtex-entry-update): Handle alternatives and optional fields.
17184 (bibtex-parse-entry): Bugfix, handle empty key.
17185
17186 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17187
17188 * vc-arch.el (vc-arch-state): Don't assume the file exists.
17189
17190 2004-05-31 Lars Hansen <larsh@math.ku.dk>
17191
17192 * desktop.el (desktop-save): Don't save minor modes without a
17193 known mode initialization function.
17194
17195 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
17196
17197 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
17198
17199 * autorevert.el: Update `Commentary' section.
17200
17201 2004-05-30 Juanma Barranquero <lektu@terra.es>
17202
17203 * dos-fns.el (convert-standard-filename):
17204 * files.el (convert-standard-filename):
17205 * w32-fns.el (convert-standard-filename):
17206 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17207
17208 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
17209
17210 Sync with Tramp.
17211
17212 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
17213 (tramp-let-maybe): Move to an earlier spot in the file.
17214 Patch by Andreas Schwab.
17215
17216 2004-05-30 Andreas Schwab <schwab@suse.de>
17217
17218 * dired.el (dired-get-filename): Don't use dired-re-dot.
17219
17220 2004-05-30 Richard M. Stallman <rms@gnu.org>
17221
17222 * files.el (find-file): Doc fix.
17223
17224 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
17225
17226 2004-05-30 Nick Roberts <nickrob@gnu.org>
17227
17228 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
17229 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
17230 modeline of the locals buffer.
17231 (gdb-goto-breakpoint): Handle gdbmi.
17232 (gdb-get-frame-number): Change for gdbmi.
17233
17234 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
17235
17236 * files.el (file-remote-p): Apply file name handler for operation
17237 `file-remote-p'. It isn't a property any longer.
17238 (file-relative-name): `fh' and `fd' get the required value via
17239 `find-file-name-handler' already.
17240
17241 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17242 (top): Remove setting of `file-remote-p' property for
17243 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
17244
17245 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
17246
17247 Version 2.0.41 of Tramp released.
17248
17249 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17250 Throw away if process has died.
17251 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17252 (tramp-out-of-band-prompt-regexp): Rename to
17253 `tramp-process-alive-regexp', because its usage is widen.
17254 (tramp-actions-copy-out-of-band): Apply it.
17255 (tramp-actions-before-shell, tramp-multi-actions):
17256 Add `tramp-action-process-alive' action.
17257 (tramp-action-process-alive): New defun.
17258 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17259 Add entry for `file-remote-p'.
17260 (tramp-handle-file-remote-p): New defun.
17261 (top): Remove setting of `file-remote-p'. Don't set
17262 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17263
17264 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17265 `file-remote-p'.
17266
17267 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
17268 counted for (last) line. [They should or they shouldn't? --Stef]
17269 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
17270
17271 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17272
17273 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17274 not really necessary but seems to keep the shell history smaller
17275 in some cases. It is no substitute for setting HISTFILE and
17276 HISTSIZE from tramp-open-connection-setup-interactive-shell,
17277 though. Suggested by Luc Teirlinck.
17278 (tramp-open-connection-setup-interactive-shell): Export variables
17279 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
17280 (tramp-set-process-query-on-exit-flag): New compat function.
17281 (tramp-open-connection-multi, tramp-open-connection-su)
17282 (tramp-open-connection-rsh, tramp-open-connection-telnet)
17283 (tramp-do-copy-or-rename-file-out-of-band): Use it.
17284 (tramp-let-maybe): New macro, let-binds a variable only if it
17285 isn't obsolete.
17286 (tramp-check-ls-commands, tramp-handle-expand-file-name)
17287 (tramp-handle-file-truename): Use it.
17288 (tramp-completion-file-name-regexp-unified): Avoid matching
17289 filenames starting with "/:" -- those are reserved for
17290 file-name-non-special.
17291
17292 * tramp-smb.el (tramp-smb-open-connection):
17293 Use tramp-set-process-query-on-exit-flag compat function.
17294
17295 2004-05-29 Richard M. Stallman <rms@gnu.org>
17296
17297 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17298
17299 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17300 (eval-last-sexp-print-value): Print char equivalent regardless
17301 of standard-output value.
17302
17303 * thumbs.el (thumbs-subst-char-in-string): Delete.
17304 (thumbs-thumbname): Use subst-char-in-string.
17305 (thumbs-resize-image): Use condition-case, not ignore-errors.
17306 (thumbs-kill-buffer): Likewise.
17307
17308 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
17309 (thumbs-mode): Make buffer read-only.
17310 (thumbs-make-thumb): Unconditionally accept an existing file.
17311 (thumbs-insert-thumb): Add thumb-image-file property to the image.
17312 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17313 (thumbs-show-thumbs-list): Error if images not supported.
17314 (thumbs-save-current-image): Improve prompt string.
17315 (thumbs-mode-map): Define u, R, x.
17316 (thumbs-unmark): New command.
17317 (thumbs-emboss-image): Minor cleanup.
17318 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17319 (thumbs-rename-images): New command.
17320 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
17321
17322 * thumbs.el (thumbs-current-image): New function.
17323 (thumbs-file-list, thumbs-file-alist): New functions.
17324 (thumbs-find-image): Delete arg L.
17325 Don't set up thumbs-fileL as buffer-local global var.
17326 (thumbs-find-image-at-point): Use thumbs-current-image.
17327 (thumbs-set-image-at-point-to-root-window): Likewise.
17328 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17329 Record and warn about errors. Update thumbs-markedL for deletions.
17330 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17331 (thumbs-redraw-buffer): Use thumbs-file-list.
17332 (thumbs-mark): Use thumbs-current-image.
17333 (thumbs-show-name): Use thumbs-current-image.
17334
17335 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17336 and imenu--last-menubar-index-alist.
17337
17338 * subr.el (with-selected-window): Undo previous change.
17339
17340 2004-05-29 John Paul Wallington <jpw@gnu.org>
17341
17342 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17343 (thumbs-mouse-find-image): New command.
17344 (thumbs-mode-map): Bind it to mouse-2.
17345 (thumbs-mode): Make mode-class special.
17346 (thumbs-view-image-mode): Likewise.
17347
17348 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
17349
17350 * flymake.el: New file.
17351
17352 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
17353
17354 * files.el (find-file-noselect-1): Do not bind
17355 `inhibit-read-only' to t during execution of
17356 `find-file-not-found-functions'.
17357
17358 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17359
17360 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17361 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17362
17363 2004-05-28 Juri Linkov <juri@jurta.org>
17364
17365 * simple.el (eval-expression-print-format): New fun.
17366
17367 * simple.el (eval-expression):
17368 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17369 * emacs-lisp/edebug.el (edebug-compute-previous-result)
17370 (edebug-eval-expression): Print additionally the value returned by
17371 `eval-expression-print-format'.
17372
17373 * emacs-lisp/lisp.el (insert-pair-alist): New var.
17374 (insert-pair): Make arguments optional. Find character pair
17375 from `insert-pair-alist' according to the last input event.
17376 (insert-parentheses): Make arguments optional.
17377 (raise-sexp, delete-pair): New funs.
17378
17379 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17380 (emacs-lisp-mode-map, lisp-interaction-mode-map):
17381 Bind C-M-q to `indent-pp-sexp'.
17382
17383 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17384 `pp-to-string' modified to be able to format text with newlines.
17385 (pp-to-string): Move the buffer-formatting part of the code to
17386 `pp-buffer'. Call `pp-buffer'.
17387
17388 * info.el (Info-desktop-buffer-misc-data): Don't save information
17389 about virtual files.
17390 (Info-restore-desktop-buffer): Restore Info buffers in prepared
17391 buffers with names obtained from the desktop file instead of the
17392 default *info* buffer.
17393
17394 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17395
17396 * subr.el (with-selected-window): Only save/restore the selected
17397 window.
17398
17399 * progmodes/compile.el (compilation-error-regexp-alist):
17400 Use expand-file-name and data-directory.
17401
17402 * progmodes/grep.el (grep-tree): Rework previous fix.
17403
17404 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17405 after the user marked text with the mouse.
17406
17407 * startup.el (command-line): Keep the first regexp of
17408 auto-save-file-name-transforms intact.
17409
17410 2004-05-28 Juanma Barranquero <lektu@terra.es>
17411
17412 * cus-edit.el (customize-face, customize-face-other-window)
17413 (custom-face-edit-delete): Make arguments match their use in
17414 docstring.
17415 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17416 docstring.
17417
17418 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17419 not `cvs-butlast'.
17420
17421 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17422 `nbutlast' are in subr.el).
17423
17424 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17425 (set-w32-system-coding-system): Doc fixes.
17426
17427 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
17428 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17429 Make arguments match their use in docstring.
17430 (artist-draw-region-trim-line-endings)
17431 (artist-mouse-choose-operation): Fix typo in docstring.
17432 (artist-key-set-point-common): Doc fix.
17433
17434 2004-05-28 Simon Josefsson <jas@extundo.com>
17435
17436 * mail/smtpmail.el (smtpmail-open-stream):
17437 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
17438
17439 2004-05-26 Simon Josefsson <jas@extundo.com>
17440
17441 * starttls.el: Merge with my GNUTLS based starttls.el.
17442 (starttls-gnutls-program, starttls-use-gnutls)
17443 (starttls-extra-arguments, starttls-process-connection-type)
17444 (starttls-connect, starttls-failure, starttls-success): New variables.
17445 (starttls-program, starttls-extra-args): Doc fix.
17446 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17447 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17448 and pass on to corresponding *-gnutls function if it is set.
17449
17450 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
17451
17452 * autorevert.el (auto-revert-handler): Disable auto-reverting of
17453 remote files.
17454
17455 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
17456
17457 * files.el (file-name-non-special): There are more operations
17458 which need handling: `find-backup-file-name',
17459 `insert-file-contents', `verify-visited-file-modtime',
17460 `write-region'. Rename t value of method to `add'. Add new
17461 methods `quote' and `unquote-then-quote' to file-arg-indices.
17462
17463 2004-05-25 Juri Linkov <juri@jurta.org>
17464
17465 * info.el (Info-toc): Call Info-mode on intermediate buffer.
17466 (Info-index-nodes): Enclose code in condition-case to catch errors.
17467 (Info-index-node): Don't search all index nodes if request is only
17468 for the current node and file is not in the cache of index nodes.
17469 (Info-mode-map): Bind Info-copy-current-node-name to `w'
17470 for consistency with dired-copy-filename-as-kill.
17471 Bind `S' to Info-search-case-sensitively.
17472 (Info-copy-current-node-name): New arg. With zero prefix arg put
17473 the name inside a function call to `info'. Display copied text in
17474 the echo area.
17475
17476 2004-05-25 Sam Steingold <sds@gnu.org>
17477
17478 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17479 strip the package prefix from the symbol name, if any.
17480 Make it the `find-tag-default-function' for `lisp-mode'.
17481
17482 2004-05-25 John Paul Wallington <jpw@gnu.org>
17483
17484 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17485 instead of obsolete `process-kill-without-query'.
17486
17487 * textmodes/texinfmt.el (texinfo-indexvar-alist):
17488 Declare as variable, not constant.
17489
17490 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
17491
17492 * files.el (find-file-noselect-1): Fix bug introduced by
17493 Revision 1.694. As a side effect, `inhibit-read-only'
17494 is again, by default, t during execution of
17495 `find-file-not-found-functions'.
17496 (insert-directory): Check that lines were really inserted by
17497 the --dired switch, before erasing them.
17498
17499 2004-05-24 Nick Roberts <nickrob@gnu.org>
17500
17501 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
17502 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
17503 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17504 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17505 gud-minor-mode (gdbmi).
17506
17507 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17508
17509 * net/browse-url.el (browse-url-interactive-arg): Enable user to
17510 explicitly select the text to be taken as URL.
17511
17512 2004-05-23 Juri Linkov <juri@jurta.org>
17513
17514 * info.el (Info-index-nodes): New var and fun.
17515 (Info-goto-index, Info-index, info-apropos)
17516 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17517 (Info-index): Fix docstring. Store and restore Info-history-list.
17518 (Info-complete-nodes): New var.
17519 (Info-complete-menu-item): Use it.
17520 (Info-index-node): New fun.
17521 (Info-final-node, Info-forward-node, Info-backward-node)
17522 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17523 Use Info-index-node.
17524 (Info-extract-menu-item, Info-extract-menu-counting): Set second
17525 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17526 (Info-find-node-2): If a node with period in its name not found,
17527 try to find a node without the name part after period.
17528 (Info-select-node): Call Info-fontify-node only if
17529 Info-fontify-maximum-menu-size is not nil.
17530 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17531 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17532 Preserve Info-history-list.
17533 (Info-toc): Set Info-current-file.
17534 (Info-build-toc): Move point to the beginning of the buffer.
17535 Add main-file variable.
17536 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17537 Use backslashed representation of the control character ^_.
17538
17539 * textmodes/texinfmt.el (texinfo-print-index): Print index line
17540 numbers in the new Texinfo 4.7 format.
17541
17542 * add-log.el (change-log-font-lock-keywords): Remove `:' from
17543 regexps for function and variable names.
17544
17545 * descr-text.el (describe-property-list): Add [show] button for
17546 `syntax-table' property with action to pp to a separate buffer.
17547 (describe-char): Replace search-forward by re-search-forward with
17548 whitespace regexp after "character:" to not fail in too narrow windows.
17549
17550 * simple.el (next-error-find-buffer): Add a rule to return
17551 next-error capable buffer if one window on the selected frame
17552 displays such buffer.
17553
17554 2004-05-23 Nick Roberts <nickrob@gnu.org>
17555
17556 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17557 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17558 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17559 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
17560 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17561 Handle new value for gud-minor-mode (gdbmi).
17562 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
17563 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17564 Change from local to global gdb variable set.
17565 (gdb-ann3): Initialize above gdb variable set.
17566 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17567 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17568 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17569 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17570 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17571 (gdb-info-locals-handler, gdb-invalidate-assembler)
17572 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17573 set as global variables.
17574 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17575 Handle gdbmi.
17576 (gdb-info-breakpoints-custom): Fix regexp.
17577 (def-gdb-var): Delete.
17578
17579 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17580 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17581 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
17582 a new mode. The file (gdb-mi.el) for this mode will be included
17583 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17584 primary interface.
17585
17586 2004-05-23 Jesper Harder <harder@ifa.au.dk>
17587
17588 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17589 interpreted as a directory.
17590
17591 2004-05-22 Richard M. Stallman <rms@gnu.org>
17592
17593 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17594 as a close quote.
17595
17596 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17597
17598 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
17599 Use assoc-string, not assoc-ignore-case.
17600
17601 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17602
17603 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17604 If moving back then fwd gets a defun that ends before point,
17605 try again moving fwd then back.
17606
17607 * files.el (file-name-non-special): Allow t in file-arg-indices
17608 to mean requote the return value. Use `identity' as an element
17609 rather than as the whole value.
17610
17611 * gs.el (gs-options): Add -dSAFER. Mark it risky.
17612
17613 2004-05-22 Juanma Barranquero <lektu@terra.es>
17614
17615 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17616 `help-make-usage'.
17617 (help-highlight-arguments): Skip function name before searching
17618 for arguments.
17619
17620 2004-05-21 Juanma Barranquero <lektu@terra.es>
17621
17622 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17623 Don't mention in the docstring these arguments meant for
17624 internal (recursive) use only.
17625 (allout-char-spec): Comment out (it's not implemented).
17626 (allout-old-expose-topic, allout-exposure): Fix docstring and add
17627 obsolescence declaration.
17628 (allout-flatten-exposed-to-buffer)
17629 (allout-indented-exposed-to-buffer): Fix typos in docstring.
17630 (my-mark-marker): Doc fix.
17631 (produce-allout-mode-map, allout-sibling-index)
17632 (allout-isearch-expose, allout-distinctive-bullet)
17633 (allout-open-topic, allout-reindent-body)
17634 (allout-rebullet-heading, allout-process-exposed)
17635 (allout-insert-listified, allout-latex-verb-quote)
17636 (allout-insert-latex-header, allout-insert-latex-trailer):
17637 Make arguments match their use in docstring.
17638 (allout-primary-bullet, allout-old-style-prefixes)
17639 (allout-inhibit-protection, allout-init, allout-mode)
17640 (allout-before-change-protect, allout-flag-region):
17641 Use "Emacs" instead of "emacs" in docstrings.
17642
17643 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
17644
17645 * international/characters.el: Modify syntax of more characters.
17646
17647 2004-05-21 Masatake YAMATO <jet@gyve.org>
17648
17649 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
17650 (etags-tags-completion-table): Show parsing progress.
17651
17652 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
17653
17654 * locate.el (locate-prompt-for-command): Shorten first line of
17655 docstring.
17656 (locate-mode): Expand docstring and include keymap summary.
17657
17658 * files.el (find-file-noselect-1): Limit the scope of the
17659 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
17660 is, by default, nil during the execution of
17661 `find-file-not-found-functions' and `find-file-hook'.
17662
17663 2004-05-20 Michael Mauger <mmaug@yahoo.com>
17664
17665 * facemenu.el (facemenu-color-name-equal): New function.
17666 (list-colors-display): Use it to compare colors instead of
17667 facemenu-color-equal.
17668
17669 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
17670
17671 * compare-w.el (compare-windows-face): Use min-colors instead of
17672 checking for tty or pc types.
17673
17674 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
17675
17676 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
17677 (completion-setup-function): Use with-current-buffer.
17678 Properly save excursion. Simplify.
17679 Don't assume there is necessarily a `mouse-face' property somewhere.
17680
17681 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
17682
17683 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
17684
17685 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
17686 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
17687 Use with-current-buffer.
17688 (byte-goto-log-buffer): Delete.
17689 (byte-compile-log-file): Call compilation-forget-errors.
17690
17691 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17692
17693 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
17694 output messages into the search result.
17695
17696 2004-05-19 Masatake YAMATO <jet@gyve.org>
17697
17698 * wid-edit.el (widget-radio-button-notify): Revert my last
17699 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17700
17701 2004-05-19 Kenichi Handa <handa@m17n.org>
17702
17703 * international/characters.el: Fix syntax (open/close) of CJK chars.
17704
17705 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
17706
17707 * help-mode.el (help-go-back): Don't depend on position of back button.
17708
17709 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
17710
17711 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
17712 files don't contain an accidental additional /.
17713
17714 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17715 in source buffer.
17716
17717 2004-05-18 Masatake YAMATO <jet@gyve.org>
17718
17719 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
17720 to widget-apply. :action method assumes 2 arguments, not 3.
17721
17722 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
17723
17724 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17725 New constants.
17726 (hs-special-modes-alist): Add an f90-mode entry.
17727
17728 2004-05-17 Sam Steingold <sds@gnu.org>
17729
17730 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17731 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
17732
17733 2004-05-16 Kim F. Storm <storm@cua.dk>
17734
17735 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17736
17737 2004-05-15 John Wiegley <johnw@newartisans.com>
17738
17739 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17740 (eshell-output-object-to-target): Improve output speed 20% by not
17741 calling `eshell-stringify' if something is already known to be a
17742 string.
17743
17744 2004-05-15 Alex Ott <ott@jet.msk.su>
17745
17746 * textmodes/ispell.el (ispell-local-dictionary-alist):
17747 Add windows-1251 to the choice of coding systems.
17748 (ispell-dictionary-alist-6): Add support for "russianw.aff",
17749 encoded in cp1251.
17750
17751 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
17752
17753 * progmodes/compile.el (compilation-warning-face)
17754 (compilation-info-face): Use min-colors.
17755
17756 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17757
17758 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17759 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17760 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17761 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17762 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17763 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17764 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17765 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17766 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17767 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17768 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
17769 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
17770 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
17771 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
17772
17773 2004-05-15 Kim F. Storm <storm@cua.dk>
17774
17775 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
17776 Use it to set triggered-p element of timer.
17777 (timer-event-handler): Set triggered-p element non-nil while running
17778 the timer function.
17779
17780 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
17781
17782 * descr-text.el (describe-char-unicode-data)
17783 (describe-char-unicodedata-file): Re-enable the unicode code now that
17784 the licensing issues have been cleared in the unicode-4 license.
17785 (describe-text-properties-1): Remove unused `overlay' var.
17786 (describe-char): Remove unused var `buffer'.
17787
17788 2004-05-14 David Ponce <david@dponce.com>
17789
17790 * tree-widget.el: New file.
17791
17792 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
17793
17794 * language/european.el ("Brazilian Portuguese"): Add support for
17795 Brazilian Portuguese.
17796
17797 2004-05-13 John Wiegley <johnw@newartisans.com>
17798
17799 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17800 `recentf-mode' if this variable has been customized to t.
17801
17802 * eshell/esh-test.el (eshell-test): Call the function
17803 `emacs-version' rather than trying to build a custom version string.
17804
17805 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17806
17807 * net/telnet.el (telnet-mode): Use define-derived-mode.
17808 Don't modify the global value of comint-prompt-regexp.
17809
17810 2004-05-13 John Paul Wallington <jpw@gnu.org>
17811
17812 * version.el (emacs-version): Check for `gtk' feature before
17813 `x-toolkit' feature.
17814
17815 2004-05-13 Juanma Barranquero <lektu@terra.es>
17816
17817 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17818 arguments in the docstring, they're used only in recursive calls.
17819
17820 * help-fns.el (help-arg-highlighting-function)
17821 (help-argument-name): Delete.
17822 (help-default-arg-highlight): New function.
17823 (help-do-arg-highlighting): Use it.
17824
17825 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17826
17827 * calendar/appt.el (appt-disp-window):
17828 Use `calendar-set-mode-line' for a centered mode-line.
17829
17830 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17831
17832 * calendar/appt.el (appt-disp-window): Do not split window
17833 excessively when `split-height-threshold' is low.
17834
17835 2004-05-12 Nick Roberts <nickrob@gnu.org>
17836
17837 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17838 kill-buffer-hook here and make it local.
17839 (gud-kill-buffer-hook): Use kill-process for a sure kill.
17840
17841 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
17842
17843 * progmodes/compile.el (compilation-set-window-height):
17844 Use save-excursion to protect against misplaced marker.
17845
17846 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17847
17848 * custom.el (defface): Document that type can have value gtk.
17849
17850 * faces.el (face-spec-set-match-display): Handle type gtk in display.
17851
17852 2004-05-12 Kenichi Handa <handa@m17n.org>
17853
17854 * descr-text.el: Require quail at compile time.
17855 (describe-char): If an input method is on and it supports the
17856 character, show how to input it.
17857
17858 * international/quail.el (quail-install-decode-map): Accept a
17859 char-table whose subtype is `quail-decode-map'.
17860 (quail-store-decode-map-key, quail-gen-decode-map1)
17861 (quail-gen-decode-map, quail-find-key1, quail-find-key)
17862 (quail-show-key): New functions.
17863
17864 2004-05-12 Juanma Barranquero <lektu@terra.es>
17865
17866 * generic.el (define-generic-mode): Remove redundant arglist info.
17867
17868 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
17869 Make arguments match their use in docstring.
17870 (help-arg-highlighting-function): New variable.
17871 (help-argument-name): Mention it in the docstring.
17872 (help-do-arg-highlight): Use it. Expand regexp to accept also
17873 ARG-xxx and xxx-ARG references.
17874
17875 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17876
17877 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17878 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17879 and "mailto:addr1?to=addr2" equal.
17880
17881 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
17882
17883 * man.el (Man-getpage-in-background): Use shell-file-name
17884 and shell-command-switch variables instead of hard-coded values.
17885
17886 2004-05-11 Eli Zaretskii <eliz@gnu.org>
17887
17888 * iimage.el: New file.
17889
17890 2004-05-11 Juanma Barranquero <lektu@terra.es>
17891
17892 * custom.el (custom-initialize-default, defcustom):
17893 Fix typo in docstring.
17894
17895 * files.el (set-visited-file-name, file-expand-wildcards):
17896 Fix docstring.
17897
17898 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17899
17900 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17901
17902 * subr.el (eventp): Be more discriminating with integers.
17903
17904 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
17905
17906 * progmodes/compile.el (compile): Add universal prefix arg.
17907 (compilation-error-regexp-alist-alist): Add edg patterns.
17908
17909 2004-05-10 Sam Steingold <sds@gnu.org>
17910
17911 * textmodes/ispell.el (ispell-message):
17912 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17913
17914 2004-05-10 Dave Love <fx@gnu.org>
17915
17916 * progmodes/python.el (help-buffer): Autoload when compiling.
17917 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17918 (run-python): Prepend to any existing PYTHONPATH.
17919
17920 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
17921
17922 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17923 for pending breakpoints.
17924
17925 2004-05-10 Richard M. Stallman <rms@gnu.org>
17926
17927 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
17928 directly without calling any functions in Rmail.
17929 (unrmail-unprune): Function deleted.
17930
17931 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17932
17933 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17934 C-c C-z binding.
17935
17936 2004-05-10 Kenichi Handa <handa@m17n.org>
17937
17938 * descr-text.el (describe-char): Fix previous change. Don't make
17939 a unibyte character to multibyte in the *Help* buffer.
17940
17941 2004-05-10 Miles Bader <miles@gnu.org>
17942
17943 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17944 buffer an error if the debugger process is actually running.
17945
17946 2004-05-10 Juanma Barranquero <lektu@terra.es>
17947
17948 * help-fns.el (help-argument-name): Default to italic.
17949 (help-highlight-arguments): Return always (usage . doc), even when
17950 usage is nil.
17951
17952 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17953 (define-ibuffer-filter): Add usage info.
17954 (define-ibuffer-op): Add usage info (but CL-style defaults for
17955 keyword args are not shown).
17956
17957 * subr.el (remove-overlays, read-passwd): Fix docstring.
17958 (start-process-shell-command): Fix docstring. Put usage info in a
17959 format usable by `describe-function'.
17960 (open-network-stream, open-network-stream-nowait)
17961 (open-network-stream-server): Fix docstring.
17962
17963 2004-05-09 Jason Rumney <jasonr@gnu.org>
17964
17965 * international/code-pages (cp932, cp936, cp949, c950): Remove.
17966 Only define cp125* if windows-125* is already defined.
17967
17968 * language/korean.el (cp949): Add alias.
17969
17970 * language/chinese.el (cp936, cp950): Add aliases.
17971
17972 * language/japanese.el (cp932): Add alias.
17973
17974 * term/w32-win.el: Require code-pages.
17975
17976 * international/mule-cmds.el (set-locale-environment):
17977 On MS-Windows use ansi code-page for default coding-systems.
17978 Set up paper sizes for Windows 3 letter languages.
17979
17980 * international/code-pages.el (cp932, cp936, cp949, cp950):
17981 Add aliases. Also add cp125* if not already defined.
17982
17983 2004-05-09 Juanma Barranquero <lektu@terra.es>
17984
17985 * help-fns.el (help-highlight-arguments): Don't try to highlight
17986 missing or autoloaded arglists. Accept structured arguments, like
17987 the first ones of `do' and `flet'.
17988
17989 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17990 (cvs-get-marked): Remove redundant arglist info.
17991
17992 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17993 Don't use CL-style default args.
17994
17995 2004-05-08 Andreas Schwab <schwab@suse.de>
17996
17997 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17998
17999 * international/subst-ksc.el: Fix references to utf-translate-cjk
18000 into utf-translate-cjk-mode.
18001 * international/subst-big5.el: Likewise.
18002 * international/subst-gb2312.el: Likewise.
18003 * international/subst-jis.el: Likewise.
18004 * international/utf-16.el: Likewise.
18005 * international/utf-8.el: Likewise.
18006
18007 2004-05-08 John Wiegley <johnw@newartisans.com>
18008
18009 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
18010 "virtual buffers" (off by default), which makes it possible to
18011 switch to the "virtual" buffers of recently visited files. When a
18012 buffer name search fails, and this option is on, iswitchb will
18013 look at the list of recently visited files, and permit matching
18014 against those names. When the user hits RET on a match, it will
18015 revisit that file.
18016 (iswitchb-read-buffer): Add two optional arguments, which makes
18017 isearchb.el possible.
18018 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18019 (iswitchb-next-match): Add support for virtual buffers.
18020
18021 * isearchb.el: This module extends iswitchb to provide "as you
18022 type" buffer selection.
18023
18024 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
18025 Ignore the read-only property when flyspell highlighting is on.
18026 Not ignoring it leads to a series of confusing errors.
18027 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
18028 but also make sure to call flyspell-incorrect-hook.
18029 (flyspell-maybe-correct-transposition): Perform transposition test
18030 by bit twiddling a string, rather than using a temp buffer.
18031 (flyspell-maybe-correct-doubling): Use a string rather than a temp
18032 buffer. This is also the original version of the code, which
18033 could not be checked in before due to a previous lack of
18034 assignment papers. This version has seen heavy usage on my system
18035 for several years now.
18036
18037 * calendar/cal-bahai.el: New file, which adds support for the
18038 Baha'i calendar to Emacs. This calendar is based on a solar year
18039 of 19 months of 19 days, with 4 intercalary days. Each year
18040 begins on March 21, with the calendar starting in 1844.
18041
18042 * calendar/cal-menu.el, calendar/calendar.el
18043 * calendar/diary-lib.el, calendar/holidays.el:
18044 Added support for using cal-bahai.el.
18045
18046 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
18047 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
18048 function can be used outside of eshell buffers.
18049 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
18050
18051 2004-05-08 Juanma Barranquero <lektu@terra.es>
18052
18053 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
18054 word constituent so FOO-ARG is not recognized as an arg.
18055 (help-highlight-arguments): Don't skip lists in mandatory arguments.
18056
18057 * simple.el (next-error): Fix typo in docstring.
18058 (open-line): Make argument names match their use in docstring.
18059 (split-line): Fix docstring.
18060
18061 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
18062 usable by `describe-function'.
18063 (gensym, gentemp, typep, ignore-errors): Make argument names match
18064 their use in docstring.
18065
18066 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
18067 argument to `help-setup-xref'.
18068
18069 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
18070
18071 Version 2.0.40 of Tramp released.
18072
18073 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
18074 Use symbol-function to invoke functions only known on some Emacs
18075 flavors. This avoids byte-compiler warnings. Reported by Kevin
18076 Scaldeferri <kevin@scaldeferri.com>.
18077 (tramp-do-copy-or-rename-file-via-buffer): Rename from
18078 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
18079 consistent with the other tramp-do-* functions.
18080 (tramp-do-copy-or-rename-file): Calls adjusted.
18081 (tramp-process-initial-commands): Avoid liveness check on shell --
18082 we know that it must be alive since we're opening a connection at
18083 this moment.
18084 (tramp-last-cmd): New internal variable.
18085 (tramp-process-echoes): New tunable.
18086 (tramp-send-command): Set tramp-last-cmd.
18087 (tramp-wait-for-output): Delete echo, if applicable.
18088 (tramp-read-passwd): Construct the key for the password cache in a
18089 way that works for multi methods, too.
18090 (tramp-bug): Add backup-directory-alist and
18091 bkup-backup-directory-info to bug reports, with Tramp counterparts.
18092
18093 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
18094
18095 * net/tramp*.el: Suppress byte-compiler warnings where possible.
18096
18097 * net/tramp.el (tramp-out-of-band-prompt-regexp)
18098 (tramp-actions-copy-out-of-band): New defcustoms.
18099 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
18100 used instead of a synchronous one. Allows password entering.
18101 (tramp-action-out-of-band): New defun.
18102 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
18103 Remove restriction with password from doc string.
18104 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
18105 `tramp-out-of-band-prompt-regexp',
18106 `tramp-actions-copy-out-of-band', `password-cache' and
18107 `password-cache-expiry'.
18108 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
18109 password caching.
18110 (tramp-touch): FILE can be a local file, too.
18111 (TODO): Remove items done.
18112 (tramp-handle-insert-directory): Properly quote file name also if
18113 not full-directory-p. Handle wildcard case. Reported by Andreas
18114 Schwab <schwab@suse.de>.
18115 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
18116 new file.
18117 (tramp-handle-file-local-copy, tramp-handle-write-region):
18118 The permissions of the temporary file are set if filename exists.
18119 Reported by Ted Stern <stern@cray.com>.
18120 (tramp-backup-directory-alist)
18121 (tramp-bkup-backup-directory-info): New defcustoms.
18122 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
18123 (tramp-handle-find-backup-file-name): New function.
18124 Implements Tramp's find-backup-file-name.
18125
18126 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
18127 for `find-backup-file-name'.
18128
18129 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
18130 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
18131
18132 2004-05-07 Lars Hansen <larsh@math.ku.dk>
18133
18134 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
18135
18136 2004-05-07 Juanma Barranquero <lektu@terra.es>
18137
18138 * subr.el (lambda): Add arglist description to docstring.
18139 (declare): Fix typo in docstring.
18140 (open-network-stream): Fix docstring.
18141 (process-kill-without-query): Fix docstring and add obsolescence info.
18142 (last, butlast, nbutlast): Make arguments match their use in docstring.
18143 (insert-buffer-substring-no-properties): Likewise.
18144 (insert-buffer-substring-as-yank): Likewise.
18145 (split-string): Fix docstring.
18146
18147 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18148 Make argument names match their use in docstring.
18149
18150 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
18151
18152 2004-05-06 Nick Roberts <nickrob@gnu.org>
18153
18154 * progmodes/gdb-ui.el: Improve/extend documentation strings.
18155 Fit first sentence on one line for apropos-command.
18156
18157 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18158
18159 Changes largely merged in from Dave Love's code.
18160 * progmodes/python.el: Doc fixes.
18161 (python-mode-map): Add python-complete-symbol.
18162 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
18163 (python-comment-indent, python-complete-symbol)
18164 (python-symbol-completions, python-partial-symbol)
18165 (python-try-complete): New.
18166 (python-indent-line): Remove optional arg. Use python-block-end-p.
18167 (python-check): Bind compilation-error-regexp-alist.
18168 (inferior-python-mode): Use rx. Move keybindings to top level.
18169 Set comint-input-filter.
18170 (python-preoutput-filter): Use rx.
18171 (python-input-filter): Re-introduce.
18172 (python-proc): Start new process if necessary.
18173 Check python-buffer non-nil.
18174 (view-return-to-alist): Defvar.
18175 (python-send-receive): New.
18176 (python-eldoc-function): Use it.
18177 (python-mode-running): Don't defvar.
18178 (python-mode): Set comment-indent-function.
18179 Maybe update hippie-expand-try-functions-list.
18180 (python-indentation-levels): Initialize differently.
18181 (python-block-end-p): New.
18182 (python-indent-line): Use it.
18183 (python-compilation-regexp-alist): Augment.
18184 (run-python): Import `emacs' module to Python rather than loading
18185 code directly. Set python-buffer differently.
18186 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
18187 Use python-proc.
18188 (python-send-command): Go to end of comint buffer.
18189 (python-load-file): Use python-proc, emacs.eimport.
18190 (python-describe-symbol): Simplify interactive form.
18191 Use emacs.help. Do use temp-buffer-show-hook.
18192 Call print-help-return-message.
18193 (hippie-exp): Require when compiling.
18194 (python-preoutput-continuation): Use rx.
18195
18196 * diff-mode.el (diff-make-unified): Fix regexp.
18197
18198 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
18199
18200 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18201 filter groups from the buffer when rebuilding the Ibuffer buffer
18202 and `ibuffer-show-empty-filter-groups' is nil.
18203
18204 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18205
18206 * ps-print.el (ps-print-quote): Call ps-value-string.
18207 (ps-setup): Call ps-comment-string.
18208 (ps-value-string, ps-comment-string): New funs.
18209
18210 2004-05-06 Juanma Barranquero <lektu@terra.es>
18211
18212 * ehelp.el (electric-help-command-loop): Check whether the last
18213 character is visible, not (point-max).
18214
18215 * help-fns.el (help-argument-name): Default to bold; don't inherit
18216 from font-lock-variable-name-face.
18217 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
18218
18219 2004-05-05 Kenichi Handa <handa@m17n.org>
18220
18221 * descr-text.el (describe-char): Copy the character with text
18222 properties and overlays into the first line, and call
18223 describe-text-properties on it.
18224
18225 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
18226
18227 * iswitchb.el (iswitchb-global-map): Fix typo.
18228 Remove unwanted ###autoloads from source file.
18229
18230 2004-05-05 Lars Hansen <larsh@math.ku.dk>
18231
18232 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
18233 in run-hooks. Use substitute-command-keys in message.
18234 (wdired-abort-changes): Add message.
18235
18236 2004-05-03 Michael Mauger <mmaug@yahoo.com>
18237
18238 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
18239 (sql-emacs20-p): Remove.
18240 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
18241 (sql-builtin-face, sql-doc-face): Remove.
18242 (sql-mode-ansi-font-lock-keywords)
18243 (sql-mode-oracle-font-lock-keywords)
18244 (sql-mode-postgres-font-lock-keywords)
18245 (sql-mode-linter-font-lock-keywords)
18246 (sql-mode-ms-font-lock-keywords)
18247 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18248 (sql-product-font-lock): Fix font-lock reset when font rules change.
18249 (sql-highlight-product): Remove incorrect font-lock reset logic.
18250
18251 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
18252
18253 * ses.el (ses-set-parameter): Fix typo.
18254
18255 2004-05-04 Kim F. Storm <storm@cua.dk>
18256
18257 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18258 Must expand directory for completion to work; and don't mess with
18259 process-environment.
18260 (ido-read-file-name): If command has ido property, don't use ido
18261 if value is ignore, or read as directory if value is dir.
18262 Set ido ignore property for dired-do-rename command.
18263
18264 2004-05-04 Juanma Barranquero <lektu@terra.es>
18265
18266 * ehelp.el (electric-help-command-loop, electric-help-undefined)
18267 (electric-help-help): Check against unmapped commands.
18268
18269 * help-fns.el (help-argument-name): New face, inheriting from
18270 font-lock-variable-name-face, to highlight function arguments in
18271 `describe-function' and `describe-key'.
18272 (help-do-arg-highlight): Auxiliary function to highlight a given
18273 list of arguments in a string.
18274 (help-highlight-arguments): Highlight the function arguments and
18275 all uses of them in the docstring.
18276 (describe-function-1): Use it. Do docstring output via `insert',
18277 not 'princ', so text attributes are preserved.
18278
18279 * winner.el (winner-mode-map): Move `winner-undo' and
18280 `winner-redo' to C-c <left> and C-c <right>, respectively (the
18281 previous bindings conflict with `prev-buffer', `next-buffer').
18282
18283 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18284
18285 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18286 (bibtex-entry-update): New command bound to C-c C-u.
18287 (bibtex-text-in-string): Fix regexp.
18288 (bibtex-assoc-of-regexp): Remove.
18289 (bibtex-progress-message): Fix docstring.
18290 (bibtex-inside-field): Use if.
18291 (bibtex-assoc-regexp): New function.
18292 (bibtex-format-entry): Make code more robust so that it formats
18293 also old entries.
18294 (bibtex-autokey-demangle-title): Merge with obsolete function
18295 bibtex-assoc-of-regexp.
18296 (bibtex-field-list): New function.
18297 (bibtex-entry): Use bibtex-field-list.
18298 (bibtex-parse-entry): Fix docstring.
18299 (bibtex-print-help-message): Use bibtex-field-list.
18300 (bibtex-make-field): Use bibtex-field-list.
18301 (bibtex-entry-index): Bugfix. Return crossref key if required.
18302 (bibtex-lessp): Fix docstring.
18303
18304 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
18305
18306 * select.el (xselect-convert-to-string): Move comment to intended line.
18307
18308 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18309
18310 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18311 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18312
18313 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18314
18315 * term/x-win.el (x-clipboard-yank): Don't exit on error from
18316 x-get-selection.
18317
18318 2004-05-03 Jason Rumney <jasonr@gnu.org>
18319
18320 * makefile.nt: Remove.
18321
18322 2004-05-03 Kim F. Storm <storm@cua.dk>
18323
18324 * emulation/cua-base.el (cua--update-indications): Fix last change.
18325 (cua-mode): Deactivate mark when cua-mode is enabled.
18326
18327 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
18328
18329 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
18330
18331 2004-05-03 Nick Roberts <nickrob@gnu.org>
18332
18333 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
18334 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
18335 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18336 window over visible frames.
18337 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
18338
18339 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
18340
18341 * progmodes/compile.el (compilation-gcpro): New var.
18342 (compilation-fake-loc): Use it.
18343 (compilation-forget-errors): Reset it.
18344
18345 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
18346
18347 * diff-mode.el (diff-header-face, diff-file-header-face):
18348 Use min-colors.
18349
18350 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18351
18352 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18353 (bibtex-clean-entry): Disentangle code.
18354 (bibtex-realign): New function.
18355 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
18356 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18357 Remove undocumented optional arg called-by-convert-alien.
18358 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
18359 for sorting instead of bibtex-sort-buffer.
18360
18361 2004-05-02 Eli Zaretskii <eliz@gnu.org>
18362
18363 * progmodes/compile.el (compilation-start): In the
18364 no-async-subprocesses branch, call sit-for to give redisplay a
18365 chance to show the updated process status in the mode line, and
18366 fontify the buffer explicitly after the process exits.
18367
18368 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18369
18370 * progmodes/python.el (python-compilation-line-number): Remove.
18371 (python-compilation-regexp-alist): Don't use it any more.
18372 (python-orig-start, python-input-filter): Remove.
18373 (inferior-python-mode): Don't set up comint-input-filter-functions.
18374 (python-send-region): Use compilation-fake-loc.
18375
18376 * progmodes/compile.el (compilation-messages-start): New var.
18377 (compilation-mode): Don't setup next-error-function here.
18378 (compilation-setup): Set it up here instead (for minor modes as well).
18379 Make compilation-messages-start buffer local.
18380 (compilation-next-error-function): Use it.
18381 (compilation-forget-errors): Set compilation-messages-start.
18382
18383 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
18384
18385 * ielm.el (ielm-prompt-read-only): Update docstring.
18386
18387 * comint.el (comint-prompt-read-only): Update docstring.
18388 (comint-update-fence, comint-kill-whole-line)
18389 (comint-kill-region): New functions.
18390
18391 * simple.el (kill-whole-line): Use "p" instead of "P" in
18392 interactive form.
18393
18394 2004-05-01 Juanma Barranquero <lektu@terra.es>
18395
18396 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18397 format arglist so default values in CL-style argument lists are
18398 correctly shown.
18399
18400 2004-05-01 Jason Rumney <jasonr@gnu.org>
18401
18402 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18403
18404 2004-05-01 Kenichi Handa <handa@m17n.org>
18405
18406 * international/titdic-cnv.el (miscdic-convert): Don't generate a
18407 quail file if it is up to date.
18408
18409 2004-04-30 Juri Linkov <juri@jurta.org>
18410
18411 * cus-edit.el (custom-mode-map):
18412 Add key binding `C-x C-s' to `Custom-save'.
18413
18414 * outline.el (outline-blank-line): New var.
18415 (outline-next-preface, outline-show-heading)
18416 (outline-end-of-subtree): Use it.
18417
18418 * dired-aux.el (dired-touch-initial): New fun.
18419 (dired-do-chxxx): Call it for op-symbol `touch'.
18420 (dired-diff): Use `dired-dwim-target-directory'
18421 if current dired buffer has no buffer mark.
18422
18423 * bindings.el (propertized-buffer-identification):
18424 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18425 Add C-M-arrow keys for consistency.
18426
18427 * files.el (confirm-kill-emacs):
18428 Change group from top-level `emacs' to `convenience'.
18429
18430 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18431 Push mark on the first call of successive command calls.
18432 (insert-pair): New fun created from `insert-parentheses' with
18433 `open' and `close' arguments added. Enclose active regions
18434 in paired characters. Compare adjacent characters syntax with
18435 inserted characters syntax before inserting a space.
18436 (insert-parentheses): Call `insert-pair' with ?\( ?\).
18437
18438 * delsel.el: Don't put `delete-selection' property
18439 on `insert-parentheses' symbol to take advantage of
18440 region handling in `insert-pair' function.
18441 Suggested by Stephan Stahl <stahl@eos.franken.de>.
18442
18443 2004-04-30 Kim F. Storm <storm@cua.dk>
18444
18445 * emulation/cua-base.el: Add support for changing cursor types;
18446 based on patch from Michael Mauger.
18447 (cua-normal-cursor-color, cua-read-only-cursor-color)
18448 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18449 Customization cursor type and/or cursor color.
18450 (cua--update-indications): Handle cursor type changes.
18451 (cua-mode): Update cursor indications if enabled.
18452
18453 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18454
18455 * mouse.el (mouse-drag-copy-region): New defcustom.
18456 (mouse-set-region, mouse-drag-region-1): Use it.
18457
18458 * simple.el (kill-ring-save): If region face background color is
18459 unspecified (if no highlighting), show extent of fully visible
18460 region even if transient-mark-mode is enabled.
18461
18462 * emulation/cua-base.el (cua--standard-movement-commands):
18463 Add cua-scroll-up and cua-scroll-down.
18464 (cua-scroll-up, cua-scroll-down): New commands.
18465 (cua--init-keymaps): Remap scroll-up and scroll-down.
18466
18467 * emulation/cua-rect.el (cua--convert-rectangle-as):
18468 New defmacro.
18469 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18470 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
18471 New commands (suggested by Jordan Breeding).
18472
18473 2004-04-30 Juanma Barranquero <lektu@terra.es>
18474
18475 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18476
18477 2004-04-30 Mario Lang <mlang@delysid.org>
18478
18479 * diff.el (diff-switches): Fix typo in docstring.
18480
18481 2004-04-30 Alex Schroeder <alex@gnu.org>
18482
18483 * xml.el (xml-debug-print-internal): Don't add newline and
18484 indentation to text nodes and write empty elements as empty tags
18485 instead of opening and closing tags.
18486 (xml-debug-print): Take optional indent-string argument.
18487 (xml-print): Alias for xml-debug-print.
18488
18489 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18490
18491 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18492 than duplicate call to `line-beginning-position'.
18493
18494 * progmodes/f90.el (f90-get-present-comment-type):
18495 Return whitespace, as well as comment chars, for consistent filling
18496 of comment blocks. Use `match-string-no-properties'.
18497 (f90-break-line): Trim trailing whitespace when filling comments.
18498
18499 2004-04-30 Dave Love <fx@gnu.org>
18500
18501 * calendar/diary-lib.el (diary-outlook-formats): New variable.
18502 (diary-from-outlook-internal, diary-from-outlook)
18503 (diary-from-outlook-gnus, diary-from-outlook-rmail):
18504 New functions to import diary entries from Outlook-format
18505 appointments in mail messages.
18506
18507 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18508
18509 * progmodes/python.el (python-send-command): New fun.
18510 (python-send-region, python-load-file): Use it.
18511
18512 * progmodes/compile.el (compilation-last-buffer): Add var alias.
18513
18514 * help-fns.el (help-C-file-name): Use new subr-name.
18515 Prepend `src/' to the file name.
18516 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
18517 (describe-function-1, describe-variable): Only find a C source file
18518 name if DOC is already loaded.
18519
18520 * help-mode.el (help-function-def, help-variable-def):
18521 Use the new find-function-search-for-symbol functionality.
18522 Allow FILE to be `C-source'.
18523
18524 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18525 (find-function-C-source): New fun.
18526 (find-function-search-for-symbol): Use it.
18527
18528 2004-03-29 Michael Mauger <mmaug@yahoo.com>
18529
18530 * progmodes/sql.el (sql-product-alist): Rename variable
18531 `sql-product-support'. Add Postgres login parameters.
18532 (sql-set-product, sql-product-feature): Update with renamed variable.
18533 (sql-connect-postgres): Add username prompt.
18534 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18535 Make patterns less product specific.
18536 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
18537 (sql-mode-abbrev-table): Modify initialization.
18538 (sql-builtin-face): Add variable.
18539 (sql-keywords-re): Add macro.
18540 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18541 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18542 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18543 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18544 (sql-mode-linter-font-lock-keywords)
18545 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18546 (sql-mode-sybase-font-lock-keywords)
18547 (sql-mode-informix-font-lock-keywords)
18548 (sql-mode-interbase-font-lock-keywords)
18549 (sql-mode-ingres-font-lock-keywords)
18550 (sql-mode-solid-font-lock-keywords)
18551 (sql-mode-sqlite-font-lock-keywords)
18552 (sql-mode-db2-font-lock-keywords): Default to nil.
18553 (sql-product-font-lock): Always highlight ANSI keywords.
18554 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
18555 (sql-send-string): Add function.
18556
18557 2004-04-29 Dave Love <fx@gnu.org>
18558
18559 * progmodes/cfengine.el (cfengine-beginning-of-defun)
18560 (cfengine-end-of-defun): Ensure progress through buffer.
18561
18562 * info-look.el (cfengine-mode): Accept a terminal ().
18563
18564 2004-04-29 Juri Linkov <juri@jurta.org>
18565
18566 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18567 instead of isearch-yank-word-or-char. Add new key bindings for
18568 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18569 (isearch-del-char): New fun.
18570 (isearch-forward, isearch-edit-string): Update docstring.
18571 (isearch-yank-char): Doc fix.
18572 (isearch-other-meta-char): Restore point after scrolling.
18573
18574 * progmodes/compile.el (compilation-context-lines): Add nil option
18575 to disable compilation output window scrolling.
18576 (compilation-set-window): Use it.
18577
18578 * outline.el (outline-next-preface, outline-show-heading):
18579 Don't leave unhidden blank line before heading.
18580 (outline-end-of-subtree): Include last newline into subtree.
18581 (hide-entry): Leave point at beginning of heading instead of end.
18582 (outline-up-heading): Push mark for the first call of successive
18583 command calls.
18584
18585 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
18586
18587 * comint.el (comint-prompt-read-only): New variable.
18588 (comint-output-filter): Implement it.
18589
18590 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18591 (ielm-prompt-internal): New variable.
18592 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18593 (ielm-send-input): Delete unused variable `buf'.
18594 (ielm-eval-input): Use `ielm-prompt-internal'.
18595 (inferior-emacs-lisp-mode): Use new variables
18596 `comint-prompt-read-only' and `ielm-prompt-internal'.
18597 Get rid of obsolete variable `directory-sep-char'.
18598 (ielm): Use `zerop'.
18599
18600 2004-04-29 John Paul Wallington <jpw@gnu.org>
18601
18602 * thumbs.el (toplevel): Require cl at compile time.
18603 Remove conditional definitions of `ignore-errors' and `caddar'
18604 because they occur at run time.
18605
18606 2004-04-28 Nick Roberts <nickrob@gnu.org>
18607
18608 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
18609 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
18610 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
18611 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
18612
18613 * progmodes/gud.el (gud-common-init): Throw an error if program is
18614 already running under gdb.
18615
18616 2004-04-28 John Paul Wallington <jpw@gnu.org>
18617
18618 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18619 (thumbs-show-image-num): Move assignment of
18620 `thumbs-current-image-filename' within scope of `i'.
18621 (thumbs-emboss-image): Don't use `evenp'.
18622
18623 2004-04-28 Richard M. Stallman <rms@gnu.org>
18624
18625 * progmodes/compile.el (compilation-context-lines): Default now 0.
18626
18627 2004-04-28 Juanma Barranquero <lektu@terra.es>
18628
18629 Use `time-less-p' from calendar/time-date.el instead of defining
18630 custom versions of it.
18631
18632 * pcomplete.el (pcomplete-time-less-p): Remove.
18633
18634 * thumbs.el (time-less-p): Remove.
18635
18636 * calendar/timeclock.el (timeclock-time-less-p): Remove.
18637 (timeclock-generate-report): Use `time-less-p'.
18638
18639 * emacs-lisp/autoload.el (autoload-before-p): Remove.
18640 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
18641
18642 2004-04-28 Masatake YAMATO <jet@gyve.org>
18643
18644 * subr.el (remove-overlays): Make arguments optional.
18645
18646 * wid-edit.el (widget-specify-button): Put evaporate to the
18647 overlay for sample.
18648 (widget-specify-sample): Put evaporate to the overlay for sample.
18649 (widget-specify-doc): Put evaporate to the overlay for documentation.
18650
18651 2004-04-27 Jesper Harder <harder@ifa.au.dk>
18652
18653 * info.el (info-apropos): Make it an index node. Align node names
18654 like makeinfo.
18655
18656 2004-04-27 Eli Zaretskii <eliz@gnu.org>
18657
18658 * net/browse-url.el (browse-url-netscape-sentinel)
18659 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
18660 (browse-url-epiphany-sentinel, browse-url-mosaic):
18661 Use browse-url-*-program instead of a literal program name.
18662
18663 2004-04-27 Kevin Ryde <user42@zip.com.au>
18664
18665 * eshell/em-alias.el:
18666 * eshell/em-dirs.el:
18667 * eshell/em-hist.el:
18668 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
18669 features when M-x customize-group loads modules before the main
18670 eshell.el.
18671
18672 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
18673
18674 * subr.el (momentary-string-display): Support EXIT-CHAR that is
18675 either a character representation of an event or an event
18676 description list.
18677
18678 * type-break.el: Capitalize Emacs and Lisp.
18679 (type-break-good-break-interval, type-break-demo-boring-stats)
18680 (type-break-terse-messages, type-break-file-name): New defcustoms.
18681 (type-break-post-command-hook)
18682 (type-break-warning-countdown-string): Quote variable names in doc.
18683 (type-break-interval-start, type-break-auto-save-file-name): New vars.
18684 (type-break-mode): Document type-break-good-break-interval and the
18685 "session" file. Schedule break according to the session file.
18686 Kill session file buffer on exit. Organize for save-some-buffers
18687 to always save the session file.
18688 (type-break-mode-line-message-mode, type-break-query-mode):
18689 Uppercase arguments.
18690 (type-break-file-time, type-break-file-keystroke-count, timep)
18691 (type-break-choose-file, type-break-get-previous-time)
18692 (type-break-get-previous-count): New defuns.
18693 (type-break): Avoid break querying after a completed break in the
18694 case where the query was initiated during user invocation of the
18695 break. Optional terse messages.
18696 Use type-break-good-break-interval if type-break-good-rest-interval is
18697 nil. File the break time.
18698 (type-break-schedule): New optional args for overriding the use of
18699 the current time.
18700 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
18701 after a break.
18702 (type-break-check): File the keystroke count.
18703 (type-break-do-query): Prevent a second query when the break is
18704 interrupted. Optional terse message.
18705 (type-break-keystroke-reset): Record the start of a typing interval.
18706 (type-break-demo-boring): Optional terse messages. Display word
18707 per minute and keystroke counts according to
18708 type-break-demo-boring-stats.
18709
18710 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
18711
18712 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
18713 directories, make sure they exist under archive-tmpdir.
18714
18715 2004-04-27 Juri Linkov <juri@jurta.org>
18716
18717 * help.el (view-emacs-news): With argument, display info for the
18718 selected version by finding it among different NEWS files, and
18719 narrowing the buffer to the selected version.
18720
18721 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18722 same-window-buffer-names.
18723 (info): New arg `buffer'. Use it. Doc fix. Read file name for
18724 non-numeric prefix argument, append the number to the buffer name
18725 for numeric prefix argument.
18726 (info-other-window): Bind same-window-regexps to nil.
18727 (Info-reference-name): Rename to Info-point-loc.
18728 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18729 and Info-find-index-name for stringy Info-point-loc.
18730 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
18731 without middle `.', but with final `.' and optional line number
18732 for it. Set Info-point-loc for index nodes.
18733 (Info-index): Remove middle `.' from index entry regexp.
18734 Modify line number regexp.
18735 (Info-index-next): Decrement line number.
18736 (info-apropos): Remove middle `.' from index entry regexp.
18737 Add optional line number regexp at the end. Add matched value
18738 for line number to the result list and insert it to the buffer.
18739 Replace match-string by match-string-no-properties.
18740 Reorder result list.
18741 (Info-fontify-node): Hide index line numbers.
18742 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18743 empty matches.
18744 (Info-follow-reference): Use `str' instead of
18745 Info-following-node-name-re.
18746 (Info-toc): Use full file names. Set Info-current-node to "Top".
18747 (Info-fontify-node): Compare file names without directory name.
18748 (Info-try-follow-nearest-node): Don't set Info-reference-name.
18749 Set second arg of Info-extract-menu-node-name for index nodes.
18750 (info-xref-visited): Use magenta3 instead of magenta4.
18751 (Info-mode): Add info-apropos to docstring.
18752
18753 * log-view.el (log-view-diff): Replace interactive code "r"
18754 by a list to allow to call it even if region is not active.
18755
18756 * paren.el (show-paren-highlight-openparen): New var.
18757 (show-paren-function): Turn on openparen highlighting when
18758 matching forward if show-paren-highlight-openparen is non-nil.
18759
18760 * simple.el (kill-ring-save): Use blink-matching-delay instead of
18761 the constant value 1.
18762 (completions-common-part): Expand docstring.
18763
18764 * textmodes/picture.el (picture-mode-map): Add arrow keys.
18765
18766 2004-04-27 Kim F. Storm <storm@cua.dk>
18767
18768 * image.el (insert-sliced-image): Use line-height instead of
18769 line-spacing property on newline.
18770
18771 2004-04-26 Lars Hansen <larsh@math.ku.dk>
18772
18773 * desktop.el (desktop-buffer-misc-data-function): Rename to
18774 desktop-save-buffer and change docstring.
18775 (desktop-buffer-modes-to-save): Delete.
18776 (desktop-save-buffer-p): Use desktop-save-buffer instead of
18777 desktop-buffer-modes-to-save.
18778 (desktop-save): Rename desktop-buffer-misc-data-function to
18779 desktop-save-buffer and allow non-function value.
18780 (desktop-missing-file-warning): Correct docstring.
18781
18782 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18783 to desktop-save-buffer.
18784
18785 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18786 desktop-save-buffer.
18787
18788 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
18789
18790 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18791
18792 2004-04-26 Eli Zaretskii <eliz@gnu.org>
18793
18794 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
18795
18796 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
18797
18798 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18799 (ielm): Only go to the end of the buffer when starting a new process.
18800
18801 2004-04-25 Juanma Barranquero <lektu@terra.es>
18802
18803 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18804 mode line. Bind `inhibit-read-only' to t before modifying
18805 properties of text in the buffer.
18806 (ielm): Force point to the end of buffer, even when running ielm
18807 from inside itself.
18808
18809 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18810
18811 * info.el (info-apropos): Reset Info-complete-cache.
18812
18813 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
18814
18815 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18816 Also recognize severe Irix et al. messages.
18817 (compilation-normalize-filename, compile-abbreviate-directory):
18818 Delete functions.
18819 (compilation-get-file-structure): New function inherits
18820 functionality of the two preceding ones.
18821 (compilation-internal-error-properties, compilation-fake-loc):
18822 Use it so that different paths to the same file share the same
18823 markers. Also optimize finding adjacent marker slightly.
18824
18825 2004-04-25 Kim F. Storm <storm@cua.dk>
18826
18827 * image.el (insert-sliced-image): Add line-spacing t property
18828 to newlines separating image lines.
18829
18830 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
18831
18832 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18833
18834 * ielm.el (ielm-prompt-read-only): New user option.
18835 (ielm-prompt): Expand docstring to describe new behavior.
18836 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18837 mention it in the docstring.
18838
18839 2004-04-24 Andreas Schwab <schwab@suse.de>
18840
18841 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18842
18843 * diff.el (diff): Set default-directory in diff buffer.
18844
18845 2004-04-24 Eli Zaretskii <eliz@gnu.org>
18846
18847 * mail/sendmail.el (mail-bury): Don't delete the frame where the
18848 mail was being composed if the terminal cannot display more than
18849 one frame; instead, switch to previous frame.
18850
18851 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18852 (rmail-start-mail): Support rmail-mail-new-frame even on
18853 terminals that can display only one frame at a time.
18854
18855 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
18856
18857 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18858 (checkdoc-output-font-lock-keywords): Remove error regexp.
18859 (checkdoc-output-mode-map): Remove.
18860 (checkdoc-output-mode): Derive from compilation-mode.
18861 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
18862
18863 * dired.el (dired-mode-map): Add a menu entry for wdired.
18864
18865 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
18866 (rx-bracket, rx-check-any, rx-any): Clean up name space.
18867
18868 * wdired.el (wdired-mode-map): Move init into declaration.
18869 Fix `return' binding.
18870 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
18871 Use force-mode-line-update.
18872 (wdired-get-filename): Use `unless'.
18873 (wdired-preprocess-files): Don't assume names have no \n and use / for
18874 dir separator.
18875 (wdired-normalize-filename): Use replace-regexp-in-string.
18876 (wdired-load-hooks): Remove.
18877 (wdired-mode-hooks): Rename to wdired-mode-hook.
18878
18879 * info-look.el: Add support for cfengine-mode.
18880 (info-lookup-setup-mode): Use dolist.
18881
18882 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
18883
18884 * wdired.el: New file.
18885
18886 2004-04-23 Juanma Barranquero <lektu@terra.es>
18887
18888 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18889
18890 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18891 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18892 (pcomplete--help, pcomplete--here): Doc fixes.
18893
18894 2004-04-23 Andre Spiegel <spiegel@gnu.org>
18895
18896 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18897 handles wrong-number-of-arguments in backend call.
18898
18899 * vc.el (vc-print-log): Likewise.
18900
18901 2004-04-20 Dave Love <fx@gnu.org>
18902
18903 * emacs-lisp/rx.el: Doc fixes.
18904 (rx-constituents): Add/extend many forms.
18905 (rx-check): Check form is a list.
18906 (bracket): Defvar.
18907 (rx-check-any, rx-any, rx-check-not): Modify.
18908 (rx-not): Simplify.
18909 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18910 (rx-kleene): Use rx-trans-forms.
18911 (rx-quote-for-set): Delete.
18912 (rx): Allow multiple args.
18913
18914 2004-04-23 Kenichi Handa <handa@m17n.org>
18915
18916 * international/mule-util.el (char-displayable-p): Simplify by
18917 using internal-char-font.
18918
18919 2004-04-23 Juanma Barranquero <lektu@terra.es>
18920
18921 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18922
18923 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18924
18925 * diff-mode.el (diff-next-error): New fun.
18926 (diff-mode): Use it.
18927
18928 * simple.el (next-error): Change arg name.
18929 Add support for the documented C-u C-x ` usage.
18930
18931 * frame.el (special-display-popup-frame, next-multiframe-window)
18932 (previous-multiframe-window): Only consider frames on same display.
18933
18934 2004-04-22 Lars Hansen <larsh@math.ku.dk>
18935
18936 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18937 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18938
18939 2004-04-22 Kim F. Storm <storm@cua.dk>
18940
18941 * net/telnet.el (telnet): Add optional port arg.
18942
18943 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18944
18945 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18946 Minor sanity check on the `hyperlink' slot.
18947
18948 * Makefile.in (recompile): Compile new files.
18949
18950 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18951 Add byte-recompile-directory's optional `arg'.
18952
18953 * cvs-status.el (cvs-tree-use-charset): New var.
18954 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18955 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18956 (cvs-status-cvstrees): Use it.
18957
18958 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18959 Make it a normal major mode.
18960 (checkdoc-buffer-label): Make sure the file name is meaningful.
18961 (checkdoc-output-to-error-buffer): Remove.
18962 (checkdoc-error, checkdoc-start-section): Rewrite.
18963
18964 * info.el (info-node, info-menu-5, info-xref, info-header-node)
18965 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18966 (Info-title-4-face): Use new syntax.
18967 (info-xref-visited): Inherit from info-xref.
18968
18969 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18970
18971 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18972
18973 * simple.el (next-error-last-buffer, next-error-function):
18974 New variables for the next-error framework.
18975 (next-error-buffer-p): New function.
18976 (next-error-find-buffer): Generalize compilation-find-buffer.
18977 (next-error, previous-error, first-error, next-error-no-select)
18978 (previous-error-no-select): Move from compile.el.
18979
18980 * replace.el (occur-next-error, occur-1): Hook into the next-error
18981 framework.
18982
18983 * progmodes/compile.el (compilation-start):
18984 Set next-error-last-buffer so next-error knows where to jump.
18985 (compilation-setup): Set the buffer-local variable
18986 next-error-function to 'compilation-next-error-function.
18987 (compilation-buffer-p, compilation-buffer-internal-p): Use an
18988 alternate way to find if a buffer is a compilation buffer, for
18989 next-error convenience.
18990 (next-error-no-select, previous-error-no-select, next-error)
18991 (previous-error, first-error): Move to simple.el.
18992 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18993 (compilation-last-buffer): Remove.
18994 (compilation-start, compilation-next-error, compilation-setup)
18995 (compilation-next-error-function, compilation-find-buffer):
18996 Remove compilation-last-buffer use.
18997
18998 2004-04-21 Juanma Barranquero <lektu@terra.es>
18999
19000 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19001 (font-lock-warning-face): Fix spacing.
19002
19003 * makefile.w32-in (WINS): Add url/ directory.
19004
19005 2004-04-21 Lars Hansen <larsh@math.ku.dk>
19006
19007 * desktop.el (desktop-buffer-mode-handlers): New variable.
19008 Alist of major mode specific functions to restore a desktop buffer.
19009 (desktop-buffer-handlers): Make variable obsolete.
19010 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19011 Catch errors signaled in handlers. Update buffer count.
19012 Evaluate desktop-buffer-point.
19013 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19014 move to dired.el.
19015 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19016 move to info.el.
19017 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19018 move to mail/rmail.el.
19019 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19020 to mh-e/mh-e.el.
19021 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
19022 On fail, print message (to message buffer) even if
19023 desktop-missing-file-warning is nil.
19024 (desktop-buffer-misc-data-function): New buffer local variable.
19025 Function returning major mode specific data.
19026 (desktop-buffer-misc-functions): Make variable obsolete.
19027 (desktop-save): Use desktop-buffer-misc-data-function.
19028 (desktop-buffer-dired-misc-data): Rename to
19029 dired-desktop-buffer-misc-data and move to dired.el.
19030 (desktop-buffer-info-misc-data): Rename to
19031 Info-desktop-buffer-misc-data and move to info.el.
19032 (desktop-read): Add message about number of buffers restored/failed.
19033
19034 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
19035 Add parameters. Pause to display error only when
19036 desktop-missing-file-warning is non-nil.
19037 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19038 (dired-mode): Bind desktop-buffer-misc-data-function.
19039
19040 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
19041 Add Parameters.
19042 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19043 (Info-mode): Bind desktop-buffer-misc-data-function.
19044
19045 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
19046 Add Parameters.
19047
19048 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
19049 Add Parameters.
19050
19051 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
19052
19053 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
19054 the case of letters in case-insensitive expansions when the
19055 abbrev is preceded by characters with letter syntax.
19056
19057 2004-04-21 Richard M. Stallman <rms@gnu.org>
19058
19059 * progmodes/cperl-mode.el (cperl-putback-char):
19060 Delete Emacs 18 definition.
19061
19062 * international/mule.el (ctext-post-read-conversion):
19063 Use assoc-string, not assoc-ignore-case.
19064
19065 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
19066
19067 * emacs-lisp/easymenu.el (easy-menu-add):
19068 Do call x-popup-menu, but only if it's defined.
19069
19070 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
19071
19072 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
19073 Handle multiple args: compile like progn.
19074
19075 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
19076 take all args as &rest arg.
19077
19078 * autoinsert.el (auto-insert-alist): Insert the user's name in
19079 copyright notice, rather than Free Software Foundation.
19080
19081 2004-04-21 Kenichi Handa <handa@m17n.org>
19082
19083 * descr-text.el (describe-char): Make it work on *Help* buffer.
19084
19085 2004-04-21 Kim F. Storm <storm@cua.dk>
19086
19087 * image.el (insert-image): Add optional SLICE arg.
19088 (insert-sliced-image): New defun.
19089
19090 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
19091
19092 * subr.el (read-number): Check whether `default' is nil.
19093
19094 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19095
19096 * progmodes/compile.el (compilation-error-properties): Split into
19097 two.
19098 (compilation-internal-error-properties): New one.
19099 (compilation-compat-error-properties): Use it. Fix the non-marker
19100 case.
19101
19102 2004-04-20 Richard M. Stallman <rms@gnu.org>
19103
19104 * window.el (split-window-save-restore-data):
19105 Don't update the data if OLD-INFO is nil.
19106
19107 * view.el (view-return-to-alist): Mark it permanent local.
19108
19109 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
19110
19111 * recentf.el (recentf-save-list): Catch and warn about errors.
19112
19113 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
19114 so "Buffers" won't be pure.
19115
19116 * help-mode.el (help-mode-finish): Set help-return-alist first
19117 thing, setting only the entry for the selected window.
19118
19119 * help-fns.el (describe-function-1): If many non-control non-meta
19120 keys run the command, don't list all of them.
19121
19122 2004-04-20 Juanma Barranquero <lektu@terra.es>
19123
19124 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
19125 arg. Copied from Andre Spiegel's patch of 2004-03-21.
19126
19127 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
19128
19129 2004-04-20 Kenichi Handa <handa@m17n.org>
19130
19131 * international/quail.el (quail-lookup-key): New optional arg
19132 NOT-RESET-INDICES.
19133 (quail-get-translations): Call quail-lookup-key with
19134 NOT-RESET-INDICES t.
19135 (quail-completion): Likewise.
19136 (quail-lookup-map-and-concat): Likewise.
19137
19138 2004-04-20 Kenichi Handa <handa@m17n.org>
19139
19140 * international/quail.el (quail-update-translation): Don't insert
19141 such an unsupported multibyte char in a unibyte buffer.
19142
19143 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
19144
19145 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
19146 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
19147 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
19148 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
19149 (gdb-frame-assembler-buffer): Improve behavior with
19150 multiple frames.
19151 (gdb-display-buffer): Extend search to all visible frames.
19152
19153 2004-04-19 Eli Zaretskii <eliz@gnu.org>
19154
19155 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
19156 characters left after base64 decoding.
19157 (rmail-decode-region): Use -dos variety of `coding', to remove any
19158 ^M characters left after qp or base64 decoding.
19159
19160 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19161
19162 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
19163 messages.
19164
19165 2004-04-19 Stephen Eglen <stephen@gnu.org>
19166
19167 * add-log.el (add-change-log-entry): Update doc string to mention
19168 add-log-full-name and add-log-mailing-address.
19169
19170 2004-04-18 Juri Linkov <juri@jurta.org>
19171
19172 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
19173 (Info-find-node-2): Simplify error message.
19174 (Info-insert-dir): Use Info-following-node-name.
19175 (Info-goto-node): Remove *info-history* and *info-toc*.
19176 (Info-history): Create a node of the virtual history file.
19177 (Info-toc): Create a node of the virtual toc file.
19178 (Info-insert-toc): New arg `curr-file' for reference file names.
19179 (info-apropos): Remove redundant var binding for temp-file.
19180 (Info-index, Info-index-next, Info-mode): Doc fix.
19181 (Info-goto-emacs-command-node): Don't jump to *info* from
19182 non-*info* Info buffers.
19183 (Info-fontify-node): Don't show the file name of external
19184 references if `Info-hide-note-references' is `hide'. Don't hide
19185 newlines at the end of paragraphs.
19186
19187 * international/mule-diag.el (list-input-methods):
19188 Fix args to help-xref-button.
19189
19190 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19191 to put into effect local variables from TUTORIAL files.
19192
19193 * textmodes/paragraphs.el (sentence-end) <function>: New fun
19194 with default value taken from the variable `sentence-end'.
19195 (sentence-end) <defcustom>: Set default to nil. Doc fix.
19196 Add nil const to :type.
19197 (sentence-end-without-period, sentence-end-double-space)
19198 (sentence-end-without-space): Doc fix.
19199
19200 * textmodes/paragraphs.el (forward-sentence):
19201 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19202 (fill-delete-newlines):
19203 * progmodes/cc-cmds.el (c-beginning-of-statement):
19204 Use function `sentence-end' instead of variable `sentence-end'.
19205
19206 2004-04-18 Andreas Schwab <schwab@suse.de>
19207
19208 * progmodes/compile.el (compilation-start): Set window start to
19209 point-min if compilation-scroll-output is nil.
19210
19211 2004-04-18 John Wiegley <johnw@newartisans.com>
19212
19213 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
19214
19215 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
19216
19217 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
19218 (gdb-info-breakpoints-custom): Revert previous change.
19219 (gdb-view-assembler): Update assembler if necessary.
19220 (gdb-frame-handler): Parse correctly for gdb-current-frame.
19221 (gdb-display-source-buffer): Update properly when both source and
19222 assembler are visible.
19223
19224 2004-04-17 John Wiegley <johnw@newartisans.com>
19225
19226 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
19227 which limits the number of names shown in the minibuffer. Off by
19228 default.
19229 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
19230 up iswitchb for users with a multitude of open buffers by showing
19231 only the first and last N/2 buffers in the completion list (which
19232 is enough to aid C-s/C-r, and to know that more characters are
19233 needed to refine the completion list).
19234
19235 2004-04-17 Richard M. Stallman <rms@gnu.org>
19236
19237 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
19238 (file-truename): Expand all ~ constructs directly.
19239 (insert-directory): Delete any error msg output by the
19240 `insert-directory-program'.
19241
19242 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19243 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19244 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19245 (allout-init): Use find-file-hook, not find-file-hooks.
19246 (allout-mode): Eliminate Emacs 18 support.
19247 Use write-contents-functions, not local-write-file-hooks.
19248
19249 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
19250
19251 * progmodes/compile.el (compilation-error-properties): Fix for
19252 adding messages when there are already markers for their file.
19253 (compilation-fake-loc): New function.
19254
19255 2004-04-16 Dave Love <fx@gnu.org>
19256
19257 * progmodes/python.el (python-compilation-line-number): Fix
19258 braindamage.
19259 (python-load-file): Fix python-orig-start setting.
19260
19261 * progmodes/compile.el: Doc fixes.
19262 (compilation-error-regexp-alist-alist)
19263 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19264 (compilation-assq): Wrap in eval-when-compile.
19265 (compilation-mode-font-lock-keywords): Don't use list*.
19266 (compilation-start): Avoid warning.
19267 (compilation-compat-error-properties)
19268 (compilation-directory-properties): Add keymap property.
19269 (compilation-parsing-end): Make it a marker for better compatibility.
19270
19271 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19272
19273 2004-04-16 Mark A. Hershberger <mah@everybody.org>
19274
19275 * xml.el: Doc fixes.
19276 (xml-get-children): Only looks at sub-tags and ignore strings.
19277
19278 * xml.el (xml-parse-tag): Avoid overwriting node-name.
19279
19280 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19281
19282 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19283
19284 2004-04-16 Andre Spiegel <spiegel@gnu.org>
19285
19286 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19287
19288 * vc.el (vc-print-log): Likewise.
19289
19290 2004-04-16 Masatake YAMATO <jet@gyve.org>
19291
19292 * simple.el (completion-setup-function): Set an initial value to
19293 `element-common-end' before entering loop. Set a value to
19294 `element-common-end' at the end of loop. The bug is reported by
19295 Juri Linkov <juri@jurta.org> in emacs-devel list.
19296 (completions-common-part): Rename from completion-de-emphasis.
19297 (completions-first-difference): Rename from completion-emphasis.
19298 Suggested by RMS.
19299
19300 2004-04-16 Juanma Barranquero <lektu@terra.es>
19301
19302 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19303 (bookmark-edit-annotation-mode): Add mode name.
19304
19305 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19306
19307 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19308 for nested conflict markers.
19309 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19310
19311 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
19312
19313 * progmodes/gdb-ui.el (gdb-goto-info): New function.
19314
19315 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19316
19317 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19318
19319 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19320 Give a backtrace if requested.
19321
19322 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19323
19324 * progmodes/python.el (python-mouse-2-command, python-RET-command):
19325 Remove unused functions.
19326 (python-orig-start-line, python-orig-file): Remove.
19327 (python-orig-start): New var.
19328 (python-input-filter, python-compilation-line-number)
19329 (python-send-region, python-load-file): Use it.
19330
19331 * info.el (info): Always jump to *info*.
19332
19333 * subr.el (posn-set-point): New function.
19334
19335 * mouse.el (mouse-set-point): Use it.
19336
19337 * progmodes/compile.el (compile-goto-error): Use it.
19338 (compilation-button-map): New keymap.
19339 (compilation-error-properties): Use it.
19340 (compilation-shell-minor-mode-map): Don't bind mouse-2.
19341
19342 * smerge-mode.el (smerge-popup-context-menu): Use it.
19343
19344 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19345 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19346 mouse and non-mouse case.
19347
19348 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19349 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19350
19351 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19352 Make it work for non-mouse events.
19353
19354 * pcvs-info.el (cvs-status-map): Update binding name.
19355
19356 2004-04-14 Mark A. Hershberger <mah@everybody.org>
19357
19358 * xml.el (xml-maybe-do-ns): New function to handle namespace
19359 parsing of both attribute and element names.
19360 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19361 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19362 (xml-parse-tag): Update assumed namespaces. Clean up namespace
19363 parsing.
19364 (xml-parse-attlist): Make it do its own namespace parsing.
19365
19366 2004-04-14 Dave Love <fx@gnu.org>
19367
19368 * progmodes/python.el (run-python): Fix use of \n.
19369 (python-load-file): Remove `try' from Python fragment.
19370 (python-describe-symbol): Fix message.
19371
19372 * comint.el: Doc fixes.
19373 (comint-last-input-start, comint-last-input-end)
19374 (comint-last-output-start): Give them values.
19375 (comint-arguments): Avoid warning.
19376 (comint-skip-prompt): Use line-end-position.
19377 (comint-backward-matching-input): Rename arg to agree with doc.
19378 (comint-extract-string): Use syntax-ppss.
19379 (comint-dynamic-simple-complete): Delete useless list construction.
19380 (comint-redirect-subvert-readonly): New.
19381 (comint-redirect-preoutput-filter): Use it.
19382
19383 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19384 Correctly handle negative arguments when calling hook functions.
19385
19386 2004-04-14 Jesper Harder <harder@ifa.au.dk>
19387
19388 * info.el (info-apropos): Don't clobber Info-history-list.
19389
19390 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
19391
19392 * progmodes/compile.el (compilation-setup):
19393 Localize overlay-arrow-position.
19394 (compilation-sentinel): Restructure code equivalently.
19395 (compilation-next-error): Find message on same line after point if
19396 not found before point.
19397 (compile-mouse-goto-error): Restore function so that compilation
19398 buffer need not be current and use compile-goto-error.
19399 (compile-goto-error): Restore function.
19400 (next-error): Set overlay-arrow-position.
19401 (compilation-forget-errors): Don't localize already local
19402 compilation-locs and remove FIXME about refontifying.
19403
19404 2004-04-14 Kim F. Storm <storm@cua.dk>
19405
19406 * startup.el (emacs-quick-startup): New defvar (set by -Q).
19407 (command-line): New option -Q. Like -q --no-site-file, but in
19408 addition it also disables menu-bar, tool-bar, scroll-bars,
19409 tool-tips, and the blinking cursor.
19410 (command-line-1): Skip startup screen if -Q.
19411 (fancy-splash-head): Use ":align-to center" prop to center splash
19412 image.
19413
19414 * emulation/cua-base.el (cua-read-only-cursor-color)
19415 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19416
19417 2004-04-13 Dave Love <fx@gnu.org>
19418
19419 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
19420 (syntax): Don't require.
19421 (python) <defgroup>: Add :version.
19422 (python-quote-syntax): Re-written.
19423 (inferior-python-mode): Move stuff here from run-python and add
19424 some more.
19425 (python-preoutput-continuation, python-preoutput-result)
19426 (python-dotty-syntax-table): New.
19427 (python-describe-symbol): Use them.
19428 (run-python): Move stuff to inferior-python-mode. Modify code
19429 loaded into Python.
19430 (python-send-region): Use python-proc, python-send-string.
19431 (python-send-string): Send newlines too. Callers changed.
19432 (python-load-file): Re-written.
19433 (python-eldoc-function): New.
19434 (info-look): Don't require.
19435 (python-after-info-look): New. A modified version of former
19436 top-level code for use with eval-after-load.
19437 (python-maybe-jython, python-guess-indent): Use widened buffer.
19438 (python-fill-paragraph): Re-written.
19439 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
19440 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
19441
19442 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
19443
19444 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19445 Set compilation-error-regexp-alist earlier.
19446
19447 * progmodes/compile.el (compilation-minor-mode-map)
19448 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19449 (compile-goto-error): Re-merge the mouse and non-mouse commands.
19450
19451 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19452
19453 * progmodes/compile.el (compile-goto-error): Select the buffer/window
19454 corresponding to the event.
19455
19456 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
19457
19458 * loadup.el: Add cygwin to system-type list, for unexec() support.
19459
19460 2004-04-12 John Paul Wallington <jpw@gnu.org>
19461
19462 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19463 (ibuffer-restore-window-config-on-quit): New variable to replace
19464 `ibuffer-delete-window-on-quit'. Update all references.
19465 (ibuffer-prev-window-config): New variable.
19466 (ibuffer-quit): Restore previous window configuration instead of
19467 deleting window.
19468 (ibuffer): Save window configuration before showing Ibuffer buffer.
19469
19470 * help.el (describe-mode): Doc fix.
19471
19472 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19473
19474 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19475 not to treat nil as a function.
19476
19477 * vc-arch.el (vc-arch-root): Be a bit more careful.
19478 (vc-arch-register): Save the buffer if we modified it.
19479 (vc-arch-delete-rej-if-obsolete): Save excursion.
19480 (vc-arch-find-file-hook): Use the simpler after-save-hook.
19481 (vc-arch-responsible-p, vc-arch-init-version): New functions.
19482
19483 * net/ldap.el (ldap-search): Use list*.
19484
19485 2004-04-12 Juri Linkov <juri@jurta.org>
19486
19487 * info.el (Info-follow-reference): Allow multiline reference name.
19488
19489 2004-04-11 Dave Love <fx@gnu.org>
19490
19491 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19492
19493 * progmodes/python.el: New file.
19494
19495 2004-04-11 Andre Spiegel <spiegel@gnu.org>
19496
19497 * vc-hooks.el (vc-arg-list): Function removed.
19498 (vc-default-workfile-unchanged-p): Use condition-case to check for
19499 backward compatibility.
19500
19501 * vc.el (vc-print-log): Use condition-case to check for backward
19502 compatibility.
19503
19504 2004-04-11 Juri Linkov <juri@jurta.org>
19505
19506 * dired.el (dired-faces): New defgroup.
19507 (dired-header, dired-mark, dired-marked, dired-flagged)
19508 (dired-warning, dired-directory, dired-symlink, dired-ignored):
19509 New faces.
19510 (dired-header-face, dired-mark-face, dired-marked-face)
19511 (dired-flagged-face, dired-warning-face, dired-directory-face)
19512 (dired-symlink-face, dired-ignored-face): New face variables.
19513 (dired-font-lock-keywords): Use them instead of font-lock faces.
19514 Split the rule for dired marks into 3 separate rules: for marks,
19515 marked file names and flagged file names.
19516
19517 * help-mode.el (help-make-xrefs): Add a final newline to the
19518 *Help* buffer.
19519
19520 2004-04-11 John Paul Wallington <jpw@gnu.org>
19521
19522 * replace.el (occur-engine): Distinguish between one and several
19523 matches in the matches per buffer heading.
19524
19525 2004-04-11 Kim F. Storm <storm@cua.dk>
19526
19527 * ido.el (ido-confirm-unique-completion): New defcustom.
19528 (ido-complete): Use it.
19529 (ido-write-file): Set it to t unconditionally.
19530
19531 2004-04-10 Miles Bader <miles@gnu.org>
19532
19533 RCS keyword removal (only non-comment changes are enumerated here):
19534
19535 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19536 (byte-compile-insert-header): Don't use `byte-compile-version'.
19537 * forms.el (forms-version): Variable removed.
19538 (forms-mode): Don't use `forms-version'.
19539 * recentf.el (recentf-version): Variable removed.
19540 * progmodes/delphi.el (delphi-version): Variable removed.
19541 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19542
19543 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19544
19545 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19546
19547 2004-04-09 Jesper Harder <harder@ifa.au.dk>
19548
19549 * info.el (info-apropos): Improve menu item regexp.
19550
19551 2004-04-09 Simon Josefsson <jas@extundo.com>
19552
19553 * mail/smtpmail.el: Add comment, based on report by
19554 kdc@rcn.com (Kevin D. Clark).
19555
19556 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19557
19558 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19559 Redo one more thing that I didn't notice Daniel had undone.
19560
19561 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
19562
19563 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
19564 (gdb-goto-breakpoint, gdb-display-buffer)
19565 (gdb-display-source-buffer, gdb-view-source-function)
19566 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19567 (gdb-source-info, gdb-frame-handler): Don't specify a window
19568 for display.
19569 (gdb-info-breakpoints-custom): Remove superfluous update of
19570 assembler buffer.
19571 (gdb-many-windows): Make settable outside gdb.
19572
19573 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
19574
19575 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19576 Derive from fundamental-mode rather than text-mode.
19577
19578 2004-04-08 Juri Linkov <juri@jurta.org>
19579
19580 * info.el (Info-history): Doc fix.
19581 (Info-history-list): New var.
19582 (info-xref): Change magenta4 to blue, remove bold for dark and
19583 light backgrounds, change bold to underline for non-color classes.
19584 (info-xref-visited): New face.
19585 (Info-fontify-visited-nodes): New custom.
19586 (Info-hide-note-references): Add new value `hide'. Doc fix.
19587 (Info-reference-name): New var.
19588 (Info-selection-hook): New custom.
19589 (Info-edit-mode-hook): New var.
19590 (Info-find-file): New fun.
19591 (Info-find-node): Move part of code to Info-find-file.
19592 (Info-find-node-2): Add anchors to Info-history-list. Move point
19593 to the place with the reference name if name is defined.
19594 (Info-select-node): Add current node to Info-history-list.
19595 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19596 (Info-search-whitespace-regexp): New custom.
19597 (Info-search-case-fold): New var.
19598 (Info-search): Add "case-sensitively" to the prompt.
19599 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
19600 (Info-search-case-sensitively, Info-search-next): New fun.
19601 (Info-up): Move point to the menu item of the current node.
19602 (Info-history): New fun. Add *info-history* to
19603 same-window-buffer-names.
19604 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
19605 (Info-insert-toc): New fun.
19606 (Info-build-toc): New fun.
19607 (Info-follow-reference): Add new arg `fork'. Doc fix.
19608 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
19609 with the same name prefer the reference closest to point.
19610 (Info-next-reference): Replace * by + in the *Note regexp.
19611 Add regexp for http:// and ftp://. Skip the *Note prefix.
19612 (Info-prev-reference): Replace * by + in the *Note regexp.
19613 Add regexp for http:// and ftp://. Skip the *Note prefix.
19614 (Info-follow-nearest-node): Add new arg `fork'.
19615 (Info-try-follow-nearest-node): Add new arg `fork'.
19616 Call browse-url for http:// and ftp:// references.
19617 Set Info-reference-name for index entries.
19618 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19619 Info-search-next, Info-history, Info-toc, clone-buffer.
19620 (Info-menu-update): Replace * by + in the *Note regexp.
19621 (Info-mode): Add documentation for Info-history, Info-toc,
19622 Info-search-case-sensitively, Info-search-next, clone-buffer.
19623 (Info-fontify-menu-headers): Remove fun. Move code to
19624 Info-fontify-node.
19625 (Info-fontify-node): Add docstring. Add local vars
19626 fontify-visited-p and not-fontified-p. If not-fontified-p is t
19627 then fontify header line, titles, menu headers, http and ftp
19628 references, refill paragraphs. If not-fontified-p is t or
19629 fontify-visited-p is t then fontify cross references, menu items.
19630 Fontify menu headers. Fontify http and ftp references.
19631 Change regexp for cross references to require whitespace after *Note,
19632 add matching groups for file and node names. Remove hack for quote.
19633 Use display property for Info-hide-note-references=t. Use fifth
19634 or fourth match for help-echo. Display visited nodes in a
19635 different face. Unhide file names of external references.
19636 Unhide newlines. Display visited menu items in a different face.
19637
19638 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
19639
19640 * progmodes/compile.el: Require CL.
19641 (compilation-mode-font-lock-keywords): Re-install the "line as
19642 function" patch.
19643
19644 * help-fns.el (help-C-source-directory): New var.
19645 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
19646 (describe-function-1, describe-variable): Use them.
19647
19648 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
19649 to C source files specially.
19650
19651 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
19652
19653 * info.el (Info-hide-cookies-node): New function.
19654 (Info-select-node): Use it.
19655 (Info-display-images-node): Remove message with image file name.
19656
19657 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
19658
19659 * progmodes/compile.el (compilation-warning-face)
19660 (compilation-info-face, compilation-skip-threshold)
19661 (compilation-skip-visited, compilation-context-lines):
19662 Declare :version when added to Emacs.
19663 (compilation-error-regexp-alist-alist): Extend caml and irix.
19664 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
19665 (compilation-mode-font-lock-keywords): Temporarily undo line as
19666 function patch, which wasn't ready.
19667
19668 2004-04-07 Kenichi Handa <handa@m17n.org>
19669
19670 * international/latin1-disp.el (latin1-display-setup): Check each
19671 character is displayable or not instead of calling
19672 latin1-display-check-font.
19673
19674 2004-04-06 Kenichi Handa <handa@m17n.org>
19675
19676 * language/ethio-util.el (ethio-sera-being-called-by-w3):
19677 New variable.
19678 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
19679 instead of sera-being-called-by-w3.
19680 (ethio-fidel-to-sera-buffer): Likewise.
19681 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
19682 instead of sera-being-called-by-w3.
19683 (ethio-write-file): Likewise.
19684
19685 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19686
19687 * printing.el: Doc fix.
19688
19689 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
19690
19691 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
19692 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
19693 (gdb-setup-windows): Only use separate IO buffer if required.
19694
19695 2004-04-06 Kim F. Storm <storm@cua.dk>
19696
19697 * term.el (term-is-xemacs): Remove.
19698 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
19699 (term-window-width): New function.
19700 (term-mode, term-check-size): Use it.
19701 (term-mode): Disable overflow-newline-into-fringe in term buffer.
19702
19703 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
19704
19705 * cus-edit.el (custom-add-parent-links): Change unbound variable
19706 `symbol' to `name'.
19707
19708 2004-04-05 Jesper Harder <harder@ifa.au.dk>
19709 * info.el (info-apropos): New function.
19710 (Info-mode-menu): Add it.
19711 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
19712
19713 * help-mode.el (help-make-xrefs): Recognize aliased variable with
19714 inherited docstring.
19715
19716 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
19717
19718 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
19719
19720 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19721
19722 * progmodes/compile.el (font-lock): Don't require any more.
19723 (compilation-error-properties, compilation-start, compilation-sentinel)
19724 (compilation-filter, next-error): Use with-current-buffer.
19725 (compilation-skip-to-next-location, compilation-skip-threshold)
19726 (compilation-skip-visited): Move to silence the byte-compiler.
19727 (compilation-setup): Simplify.
19728 (compilation-next-error): Use line-(beginning|end)-position.
19729 Make sure `pt' is non-nil before using compilation-loop.
19730 (compile-goto-error): Add optional event arg. Use it.
19731 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19732 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19733 Update the binding for mouse-2.
19734 (first-error): Set compilation-current-error to nil rather than bob.
19735 (compilation-parsing-end, compilation-parse-errors-function)
19736 (compilation-error-list, compilation-old-error-list):
19737 "New" compatibility variables.
19738 (compile-buffer-substring, compilation-compat-error-properties)
19739 (compilation-compat-parse-errors, compilation-forget-errors):
19740 New compatibility functions.
19741 (compilation-mode-font-lock-keywords): Use them.
19742
19743 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
19744
19745 * autorevert.el (auto-revert-handler): If point (or a window
19746 point) is at the end of the buffer, keep it there after
19747 reverting. This allows to tail a file.
19748 Mention this in the `Commentary'.
19749
19750 * format.el (format-write-file): Add optional argument CONFIRM
19751 and make it behave like the analogous argument to `write-file'.
19752
19753 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19754
19755 * progmodes/ebnf2ps.el: Doc fix.
19756 (ebnf-version): New version number (4.2).
19757 (ebnf-syntax): Customization and docstring fix.
19758 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19759 Put autoloaded funs before first use.
19760 (ebnf-style-database): Add dtd entry.
19761 (ebnf-syntax-alist): Add dtd initialization.
19762 (ebnf-token-sequence): New fun.
19763 (ebnf-comment-table): Add new comment action character.
19764 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
19765
19766 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19767 Type Definition for XML).
19768
19769 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
19770 * progmodes/ebnf-bnf.el (ebnf-sequence):
19771 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
19772 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
19773 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
19774 Code simplification: call ebnf-token-sequence.
19775
19776 2004-04-04 Eli Zaretskii <eliz@gnu.org>
19777
19778 * calendar/timeclock.el (timeclock-relative)
19779 (timeclock-get-project-function, timeclock-get-workday-function)
19780 (timeclock-query-out, timeclock-when-to-leave)
19781 (timeclock-when-to-leave-string, timeclock-log-data)
19782 (timeclock-generate-report, timeclock-in): Doc fixes.
19783
19784 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19785
19786 * url/: New dir. Import the URL package from its repository.
19787
19788 2004-04-03 Andreas Schwab <schwab@suse.de>
19789
19790 * diff-mode.el (diff-mode): Fix missing quote.
19791
19792 2004-04-03 Juri Linkov <juri@jurta.org>
19793
19794 * descr-text.el (describe-property-list): Add `font-lock-face'.
19795
19796 * dired.el (dired-font-lock-keywords): Fix permission regexps.
19797
19798 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19799
19800 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19801 Use utf-16le on little endian machines and utf-16be otherwise.
19802
19803 2004-04-02 David Kastrup <dak@gnu.org>
19804
19805 * net/browse-url.el (browse-url-generic): Use call-process
19806 instead of start-process to allow browsers that fork and detach.
19807
19808 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
19809
19810 * compile.el (compilation-current-error): New var.
19811 (compilation-setup, compile-mouse-goto-error)
19812 (compile-goto-error, next-error): Use it.
19813 (compilation-skip-to-next-location): Default to t, which gives
19814 contiguous skipping like old compile (where this was redundant).
19815 (compilation-next-error): Prevent previous-* commands from moving
19816 back to message at or just before point.
19817
19818 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
19819
19820 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19821 (gdb-source-info): Don't display source at startup, if required.
19822 (gdb-show-main): New option.
19823 (gdba): Update documentation.
19824 (gdb-source): Cover case of auto-display output.
19825
19826 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
19827
19828 * autorevert.el: Delete obsolete autoloads and defvars.
19829 (auto-revert-check-vc-info): New user option.
19830 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19831 (auto-revert-handler-vc): Delete.
19832 (auto-revert-handler): Treat return value `fast' of
19833 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
19834
19835 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19836 return `fast'.
19837
19838 * files.el (buffer-stale-function): Doc change.
19839
19840 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19841
19842 * printing.el: New tip on Tips section.
19843 (pr-version): New version number (6.7.4).
19844 (pr-shell-file-name): Initialization fix.
19845
19846 2004-03-31 Juri Linkov <juri@jurta.org>
19847
19848 * dired.el: Add autoload for `dired-do-touch'.
19849 (dired-touch-program): New var.
19850 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19851 (dired-no-confirm): Add `touch' to docstring.
19852
19853 * dired-aux.el (dired-do-touch): New fun.
19854 (dired-do-chxxx): Add argument -t for touch operation.
19855
19856 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19857 `dired-move-to-filename-regexp'.
19858
19859 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
19860
19861 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
19862
19863 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19864
19865 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
19866 and only if the buffer was modified.
19867
19868 2004-03-30 Kenichi Handa <handa@m17n.org>
19869
19870 * international/characters.el: Delete pairs for U+2308..U+230B.
19871
19872 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
19873
19874 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
19875 to detect the beginning of a level 2 or 3 annotation.
19876
19877 2004-03-29 Kenichi Handa <handa@m17n.org>
19878
19879 * international/ucs-tables.el (ucs-insert): Fix the error message.
19880
19881 2004-03-29 Kenichi Handa <handa@m17n.org>
19882
19883 * international/mule-util.el (char-displayable-p): Fix generation
19884 of XLFD file name.
19885
19886 * Makefile.in (setwins, setwins_almost): Change directory to $wd
19887 before finding directories by `find'.
19888
19889 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19890
19891 * subr.el (interactive-form): Delete. Now implemented in C.
19892
19893 * pcvs.el (cvs-parse-process): Workaround for Darwin.
19894
19895 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19896 (vc-diff-label): New fun.
19897 (vc-diff-internal): Use it.
19898
19899 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19900
19901 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19902
19903 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19904
19905 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19906 specify XML (EBNFX).
19907
19908 * progmodes/ebnf2ps.el: Doc fix.
19909 (ebnf-version): New version number (4.1).
19910 (ebnf-syntax): Adjust customization.
19911 (ebnf-style-database): Add ebnfx entry.
19912 (ebnf-syntax-alist): Add ebnfx initialization.
19913 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19914
19915 * printing.el: Doc fix.
19916 (pr-version): New version number (6.7.3).
19917 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19918 returns nil for mouse position. Reported by Drew Adams
19919 <drew.adams@oracle.com>.
19920 (pr-update-menus): Modify interactive declaration. Reported by Drew
19921 Adams <drew.adams@oracle.com>.
19922
19923 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
19924
19925 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19926 (gud-gdba-marker-filter): Log the process input and output, if
19927 required. From Stefan Monnier.
19928 (gdb-debug-log, gdb-enable-debug-log): New variables.
19929 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19930
19931 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19932
19933 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19934 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19935
19936 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
19937
19938 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19939 Call vc-find-file-hook here instead of in auto-revert-buffers.
19940 (auto-revert-buffers): Delete call to vc-find-file-hook.
19941 (auto-revert-verbose, global-auto-revert-non-file-buffers)
19942 (global-auto-revert-mode, auto-revert-set-timer)
19943 (auto-revert-handler, auto-revert-buffers): Doc fixes.
19944
19945 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19946
19947 * woman.el (woman-change-fonts): Rename local variable
19948 woman-font-alist to font-alist to avoid a compiler warning.
19949
19950 2004-03-27 Dave Love <fx@gnu.org>
19951
19952 * emacs-lisp/rx.el (rx): Doc fix.
19953 Fix copyright years.
19954
19955 * strokes.el (strokes-global-set-stroke-string): New function.
19956 (strokes-list-strokes): Cope with strings, not just commands.
19957 Set foreground color of image.
19958 (strokes-global-set-stroke): Doc fix.
19959
19960 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
19961
19962 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19963 Auto Revert mode.
19964 (Buffer-menu-files-only): New variable.
19965 (Buffer-menu-toggle-files-only): New function.
19966 (Buffer-menu-mode-map): Bind it to `T'.
19967 (Buffer-menu-mode): Mention `T' in docstring.
19968 Set buffer-stale-function.
19969 (list-buffers-noselect): Mark buffer non-modified and set
19970 Buffer-menu-files-only.
19971
19972 * dired.el (buffer-stale-function): Remove no longer needed defvar.
19973
19974 * autorevert.el (auto-revert-handler): Print revert message
19975 before, rather than after, reverting.
19976 (buffer-stale-function): Move to files.el.
19977
19978 * files.el (buffer-stale-function): Move here from autorevert.el.
19979
19980 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19981
19982 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19983
19984 * calc/calc.el (calc-mode-map): Use mapc.
19985
19986 * apropos.el (apropos-mode): Don't autoload.
19987 (apropos-symbols-internal): New fun. Extracted from `apropos'.
19988 (apropos): Use it.
19989 (apropos-print): Add optional `text' argument.
19990 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19991 Don't assume point-min == 1.
19992
19993 * bs.el (bs-buffer-list): Use buffer-local-value.
19994 (bs--set-toggle-to-show): Use with-current-buffer.
19995
19996 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19997 New funs.
19998 (list-buffers-noselect): Use them. Adjust :align-to to new style.
19999
20000 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20001
20002 * dabbrev.el (dabbrev-expand): Fix regexp construction.
20003 (dabbrev--find-expansion): Use pop.
20004 (dabbrev--search): Use match-string-no-properties.
20005
20006 * dired.el (dired-mode): Use run-mode-hooks.
20007 (dired-move-to-end-of-filename): Use match-string.
20008
20009 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20010 is bound before using it.
20011 (ediff-verbose-p): Make it into a var since it's not constant.
20012
20013 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20014
20015 * faces.el (read-face-font): Don't cons up unnecessarily.
20016 (header-line, tool-bar): Share common parts.
20017
20018 * files.el (file-relative-name): Use compare-strings.
20019
20020 * finder.el (finder-mode): Follow coding convention.
20021
20022 * subr.el (read-number): New function.
20023
20024 * ses.el (ses-read-number): Move to subr.el.
20025 (ses-set-header-row): Use read-number.
20026
20027 2004-03-26 Andre Spiegel <spiegel@gnu.org>
20028
20029 * vc-hooks.el (vc-arg-list): New function, which handles both
20030 compiled and uncompiled code.
20031 (vc-default-workfile-unchanged-p): Use it.
20032
20033 * vc.el (vc-print-log): Undo prev change, use new function
20034 vc-arg-list from vc-hooks.el.
20035
20036 2004-03-26 Masatake YAMATO <jet@gyve.org>
20037
20038 * simple.el (completion-setup-function): Emphasize the
20039 first uncommon characters in the completions; and de-emphasize
20040 the common prefix substrings.
20041 (completion-emphasis): New face.
20042 (completion-de-emphasis): New face.
20043
20044 2004-03-25 Juanma Barranquero <lektu@terra.es>
20045
20046 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
20047 Comment out (it's unused and unfinished code).
20048
20049 2004-03-25 Sam Steingold <sds@gnu.org>
20050
20051 * vc.el (vc-print-log): Fix a bug in the last patch:
20052 backend-function may be a byte-compiled object, not a lambda.
20053
20054 2004-03-25 Juri Linkov <juri@jurta.org>
20055
20056 * descr-text.el (describe-property-list): Add a button
20057 for `face' property that calls `describe-face'.
20058 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
20059
20060 * international/mule.el (keyboard-coding-system):
20061 * kmacro.el (kmacro-call-macro): Fix docstring.
20062
20063 * dired.el: Fix comments.
20064
20065 * textmodes/fill.el (fill): Fix Info link.
20066
20067 * font-lock.el (fast-lock, lazy-lock):
20068 * jit-lock.el (jit-lock): Remove links to removed Support Modes
20069 Info node.
20070
20071 * eshell/eshell.el (eshell): Fix broken info-link.
20072
20073 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
20074 * eshell/em-banner.el (eshell-banner):
20075 * eshell/em-smart.el (eshell-smart):
20076 * eshell/esh-cmd.el (eshell-cmd):
20077 Comment out broken info-links to incomplete Info manual.
20078
20079 * info-xref.el: Fix commentary.
20080
20081 2004-03-25 Kevin Ryde <user42@zip.com.au>
20082
20083 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
20084 Remove spurious node duplicate suppression, doesn't work, not wanted.
20085 (info-xref-output): Take format style args, add "sit-for 0" to let
20086 user see the results as they progress.
20087 (info-xref-check-all-custom): New function.
20088
20089 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
20090
20091 * gdb-ui.el: Moved to progmodes.
20092
20093 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20094
20095 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
20096
20097 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20098
20099 * calendar/appt.el (appt-check): Remove superfluous progn.
20100 When finished with diary buffer: if it was not being displayed
20101 before, kill it; otherwise restore its original state.
20102 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
20103
20104 * calendar/calendar.el (calendar-set-mode-line): Use total
20105 available mode-line width, rather than frame-width.
20106
20107 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
20108 after mode change so effect not lost.
20109
20110 2004-03-23 Dave Love <fx@gnu.org>
20111
20112 * dired.el (dired) <defgroup>: Add link to manual.
20113 (dired-font-lock-keywords): Add highlighting on unusual permissions.
20114 (dired-revert): Use dolist.
20115 (dired-mode-map): Add U binding.
20116 (dired-mode): Add font-lock-beginning-of-syntax-function.
20117 (dired-garbage-files-regexp): Make it a defcustom.
20118
20119 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20120
20121 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
20122 is equivalent to nil.
20123 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
20124 (vc-arch-mode-line-string): Accept `added' state.
20125 (vc-arch-state): Use inode-sigs if available.
20126 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
20127 Copy&delete existing id file if any. Fallback if uuidgen is absent.
20128 (vc-arch-tagline-re): New var.
20129 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
20130 New functions.
20131 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
20132 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
20133
20134 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
20135 (vc-file-not-found-hook): Use it.
20136
20137 * diff-mode.el (diff-default-read-only): Change default.
20138 (diff-mode-hook): Make it a defcustom. Add some options.
20139 (diff-mode-map): Bind diff-refine-hook.
20140 (diff-yank-handler): New var.
20141 (diff-yank-function): New fun.
20142 (diff-font-lock-keywords): Use them.
20143 (diff-end-of-file): Handle case where file-header looks like diff text.
20144 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
20145 (diff-file-kill): Delete a subsequent empty line, if applicable.
20146 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
20147 (diff-find-file-name): Use it.
20148 (diff-tell-file-name): New command.
20149 (diff-mode): Be careful with view-mode.
20150 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
20151 New functions, for use in diff-mode-hook.
20152 (diff-find-source-location): Catch "regex too large" errors.
20153 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
20154 (diff-refine-hunk): New command.
20155
20156 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
20157 (smerge-context-menu-map): Remove unused var.
20158 (smerge-keep-all): Preserve markers.
20159 (smerge-keep-n): New fun.
20160 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20161 (smerge-keep-current, smerge-ediff): Use it.
20162 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
20163 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
20164 (smerge-resolve): Resolve trivial 3-part conflicts.
20165
20166 2004-03-23 Juri Linkov <juri@jurta.org>
20167
20168 * man.el (Man-width): New var.
20169 (Man-getpage-in-background): Use it.
20170 (Man-support-local-filenames): New var and fun.
20171 (Man-build-man-command): Don't add a second %s.
20172 (Man-fontify-manpage): Clean up message.
20173 (Man-mode): Set outline-regexp, outline-level,
20174 imenu-generic-expression.
20175
20176 * woman.el (woman-fill-frame): Doc fix.
20177 (woman-decode-region): Use window-width instead of frame-width.
20178
20179 * abbrevlist.el (list-one-abbrev-table):
20180 * descr-text.el (describe-char):
20181 * international/mule-diag.el (describe-current-coding-system):
20182 * international/quail.el (quail-insert-decode-map):
20183 Use window-width instead of frame-width.
20184
20185 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20186 (jka-compr-mode-alist-additions): Add tbz.
20187 (jka-compr-write-region, jka-compr-insert-file-contents):
20188 Add message for undefined compress-program.
20189 (jka-compr-write-region): Remove redundant var bindings.
20190
20191 * dired-x.el (dired-guess-shell-alist-default): Add choices for
20192 extracting files into subdirectory. Add tbz and dz. Fix regexps.
20193 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20194 (dired-man): Use dired-guess-shell-command.
20195 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20196 Change default nil to t.
20197
20198 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20199 (dired-compare-directories): Add default value for empty input.
20200
20201 * help-at-pt.el: Move suggestions for key bindings to Commentary.
20202
20203 * time.el (display-time-string-forms): Fix help-echo date format.
20204
20205 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
20206
20207 * autorevert.el (global-auto-revert-non-file-buffers): Expand
20208 docstring.
20209 (buffer-stale-function): New variable.
20210 (auto-revert-list-diff, auto-revert-dired-file-list)
20211 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
20212 (auto-revert-handler): Take over some functionality of deleted
20213 functions.
20214 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
20215
20216 * dired.el (dired-directory-changed-p): New fun, extracted from
20217 dired-internal-noselect.
20218 (dired-buffer-stale-p): New fun.
20219 (dired-internal-noselect): Use dired-directory-changed-p.
20220 Eliminate revert messages.
20221 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
20222
20223 2004-03-23 Kenichi Handa <handa@m17n.org>
20224
20225 * international/characters.el: Setup syntaxes for more parentheses
20226 Unicode characters.
20227
20228 * international/mule-cmds.el (select-safe-coding-system):
20229 Merge coding-system and auto-cs before comparing them.
20230
20231 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20232
20233 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
20234
20235 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20236 normal-auto-fill-function and comment-indent-function.
20237 The default values now work just as well.
20238 Don't set font-lock-beginning-of-syntax-function since we already set
20239 syntax-begin-function.
20240 (lisp-outline-level): Put ;;;###autoload at same level as (.
20241 (prin1-char): Quote special chars.
20242
20243 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
20244 than with-no-warnings.
20245
20246 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20247 if the source location can't be found.
20248 (edebug-compute-previous-result): Use prin1-char.
20249
20250 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
20251 (debug-ignored-errors): Add an entry.
20252
20253 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20254 (byte-compile-file): Output warning when deleting a file.
20255
20256 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20257 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20258
20259 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20260 (byte-compile-inline-expand): Use backquote.
20261 (byte-optimize-pure-func): Rename from byte-optimize-concat.
20262 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20263
20264 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20265
20266 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20267
20268 2004-03-22 Juri Linkov <juri@jurta.org>
20269
20270 * finder.el (finder-known-keywords): Fix data, tex, unix.
20271
20272 * play/landmark.el: Fix keywords.
20273
20274 * language/ethio-util.el (ethio-find-file): Doc fix.
20275
20276 * emacs-lisp/warnings.el: Doc fix.
20277
20278 * textmodes/ispell.el (ispell-help): Doc fix.
20279
20280 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
20281
20282 * format.el (format-insert-file): Always return a list of two
20283 elements, like insert-file-contents does.
20284
20285 2004-03-21 Andre Spiegel <spiegel@gnu.org>
20286
20287 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
20288 and vc-BACKEND-diff.
20289 (vc-print-log): If the print-log implementation supports it, use
20290 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20291 (vc-version-diff, vc-diff-internal): Doc fixes.
20292
20293 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
20294 implementation supports it, let diff output go to *vc*,
20295 not *vc-diff*, since this is an internal call.
20296
20297 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
20298
20299 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20300
20301 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
20302
20303 2004-03-21 Dave Love <fx@gnu.org>
20304
20305 * progmodes/cfengine.el (cfengine-mode):
20306 Set parse-sexp-ignore-comments.
20307
20308 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20309
20310 2004-03-21 Juanma Barranquero <lektu@terra.es>
20311
20312 * allout.el (allout-mode): Fix docstring.
20313
20314 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
20315
20316 * files.el (insert-directory): Fix bug if SWITCHES is a list.
20317
20318 * autorevert.el (auto-revert-interval): Make new value take
20319 effect immediately when set through Custom.
20320 (auto-revert-set-timer): Add interactive declaration.
20321
20322 2004-03-19 David Ponce <david@dponce.com>
20323
20324 * ruler-mode.el (ruler-mode-header-line-format-old):
20325 Don't `make-variable-buffer-local'.
20326 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20327 (ruler-mode-header-line-format): Simply funcall the above.
20328 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20329 to save/restore a previous header line format.
20330 (ruler-mode-space): Don't depend on a numeric WIDTH value.
20331 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20332 fringes and margins width.
20333 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
20334
20335 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20336
20337 * log-edit.el (log-edit-font-lock-keywords): Typo.
20338
20339 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20340 (tex-send-tex-command): Rather than here.
20341 (tex-compilation-parse-errors): Simplify.
20342
20343 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20344
20345 * time.el (display-time-string-forms): Add help-echo with date on time.
20346
20347 * composite.el (compose-region): Use restore-buffer-modified-p.
20348
20349 * disp-table.el (standard-display-8bit): Simplify.
20350
20351 * server.el (server-process-filter): Delete temp frame.
20352
20353 * add-log.el (add-change-log-entry): Simplify.
20354
20355 2004-03-19 Kim F. Storm <storm@cua.dk>
20356
20357 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
20358 (hexl-follow-line): Don't require 'fringe.
20359
20360 * progmodes/compile.el (compilation-start): Always set
20361 compilation-last-buffer and return it.
20362
20363 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
20364
20365 * simple.el (clone-buffer): Doc fix.
20366
20367 2004-03-18 Juanma Barranquero <lektu@terra.es>
20368
20369 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20370
20371 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20372
20373 * log-edit.el (log-edit-font-lock-keywords): New var.
20374 (log-edit-mode): Use it.
20375
20376 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
20377
20378 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20379 properly for watching in speedbar.
20380
20381 2004-03-17 Masatake YAMATO <jet@gyve.org>
20382
20383 * smerge-mode.el (smerge-popup-context-menu):
20384 Put `unwind-protect' around `overlay-put' and `popup-menu'.
20385
20386 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20387
20388 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20389 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20390 Take sealed revisions into account.
20391 (vc-arch-checkin): Extract a summary line from the message.
20392
20393 2004-03-16 Masatake YAMATO <jet@gyve.org>
20394
20395 * register.el (register): Provide `register' feature.
20396
20397 2004-03-15 Masatake YAMATO <jet@gyve.org>
20398
20399 Added context menu support in smerge mode.
20400 Most of the part is written by Stefan Monnier.
20401
20402 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20403 New keymap and menu.
20404 (smerge-text-properties): New function.
20405 (smerge-remove-props): New function.
20406 (smerge-popup-context-menu): New function.
20407 (smerge-resolve): Call `smerge-remove-props'.
20408 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
20409 (smerge-keep-current): Ditto.
20410 (smerge-kill-current): New function.
20411 (smerge-match-conflict): Put text properties.
20412 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
20413
20414 2004-03-15 David Ponce <david@dponce.com>
20415
20416 * ruler-mode.el (ruler-mode-left-fringe-cols)
20417 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20418 (ruler-mode-right-scroll-bar-cols): Remove.
20419 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
20420 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20421 Use fringe-columns and scroll-bar-columns.
20422
20423 2004-03-15 Masatake YAMATO <jet@gyve.org>
20424
20425 * hl-line.el (hl-line-range-function): New variable.
20426 (hl-line-move): New function.
20427 (global-hl-line-highlight): Use `hl-line-move'.
20428 (hl-line-highlight): Ditto.
20429
20430 * scroll-bar.el (scroll-bar-columns):
20431 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
20432
20433 * ruler-mode.el (top-level): Require scroll-bar and fringe.
20434 (ruler-mode-left-fringe-cols)
20435 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20436 (ruler-mode-right-scroll-bar-cols)
20437 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20438 (ruler-mode-ruler-function): New variable.
20439 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
20440 if the value for `ruler-mode-ruler-function' is given.
20441
20442 * hexl.el (hexl-mode-hook): Make the hook customizable.
20443 (hexl-address-area, hexl-ascii-area): New customize variables.
20444 (hexlify-buffer): Put font-lock-faces on the address area and
20445 the ascii area.
20446 (hexl-activate-ruler): New function.
20447 (hexl-follow-line): New function.
20448 (hexl-highlight-line-range): New function.
20449 (hexl-mode-ruler): New function.
20450
20451 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20452
20453 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
20454 (vc-default-find-file-hook): New fun.
20455 (vc-find-file-hook): Call new find-file-hook operation.
20456
20457 * vc-arch.el: New file.
20458
20459 2004-03-12 Jesper Harder <harder@ifa.au.dk>
20460
20461 * info-look.el (info-lookup): Reuse an existing Info window.
20462
20463 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20464
20465 * woman.el (woman-preserve-ascii): Default value changed to t and
20466 doc string revised.
20467
20468 2004-03-12 Richard M. Stallman <rms@gnu.org>
20469
20470 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20471 Fix minor bug.
20472
20473 * replace.el (occur-engine): Change message for count of matches.
20474
20475 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20476 For strings, do compare text properties.
20477
20478 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
20479
20480 * progmodes/compile.el (compile-auto-highlight)
20481 (compilation-error-list, compilation-old-error-list)
20482 (compilation-parse-errors-function, compilation-parsing-end)
20483 (compilation-error-message, compilation-directory-stack)
20484 (compilation-enter-directory-regexp-alist)
20485 (compilation-leave-directory-regexp-alist)
20486 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20487 (compilation-current-file, compilation-regexps): Remove vars.
20488
20489 (compile-error-at-point, compilation-error-filedata)
20490 (compilation-error-filedata-file-name, compile-reinitialize-errors)
20491 (compilation-next-error-locus, compilation-forget-errors)
20492 (count-regexp-groupings, compilation-parse-errors)
20493 (compile-collect-regexps, compile-buffer-substring): Remove funs.
20494
20495 (compile-internal): Make obsolete.
20496
20497 (compilation-first-column, compilation-error)
20498 (compilation-directory-matcher, compilation-page-delimiter)
20499 (compilation-mode-font-lock-keywords, compilation-debug)
20500 (compilation-error-face, compilation-warning-face)
20501 (compilation-info-face, compilation-line-face)
20502 (compilation-column-face, compilation-enter-directory-face)
20503 (compilation-leave-directory-face, compilation-skip-threshold)
20504 (compilation-skip-visited, compilation-context-lines): New vars.
20505
20506 (compilation-warning-face, compilation-info-face)
20507 (compilation-message-face): New faces.
20508
20509 (compilation-error-regexp-alist-alist): New constant.
20510
20511 (compilation-face, compilation-directory-properties)
20512 (compilation-assq, compilation-error-properties, compilation-start)
20513 (define-compilation-mode, compilation-loop)
20514 (compilation-set-window): New functions.
20515
20516 (compile): Additional argument for interactive compiles like TeX.
20517
20518 * progmodes/grep.el (kill-grep): Move here from compile.el
20519 (grep-error, grep-hit-face, grep-error-face)
20520 (grep-mode-font-lock-keywords): New variables.
20521 (grep-regexp-alist): Simplify regexp and add `binary' case.
20522 (grep-mode): New mode.
20523 (grep-process-setup): Simplify.
20524
20525 2004-03-11 Jason Rumney <jasonr@gnu.org>
20526
20527 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20528 letters on DOS/Windows.
20529
20530 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
20531
20532 * server.el (server-name): New var.
20533 (server-socket-dir): New var to replace server-socket-name.
20534 (server-start): Use them.
20535
20536 2004-03-11 Simon Josefsson <jas@extundo.com>
20537
20538 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20539 died to avoid infloop. Reported by Jonathan Glauner
20540 <jglauner@sbum.org>.
20541
20542 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20543
20544 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20545 (smerge-mode-menu): Use it to deactivate menu entries.
20546 (smerge-keep-current): New fun.
20547 (smerge-keep-current): Use it.
20548
20549 2004-03-10 John Paul Wallington <jpw@gnu.org>
20550
20551 * foldout.el (foldout-fold-list, foldout-modeline-string):
20552 Declare them as variables, not constants.
20553
20554 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20555
20556 * ps-print.el: Modification to print *Messages* buffer.
20557 (ps-print-version): New version 6.6.4.
20558 (ps-message-log-max): New fun.
20559 (ps-spool-without-faces, ps-spool-with-faces)
20560 (ps-count-lines-preprint): Code fix.
20561
20562 * printing.el: New tips in Tips section.
20563
20564 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20565
20566 * delim-col.el: Doc fix.
20567
20568 * printing.el: Doc fix. New doc section (Tips).
20569
20570 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
20571
20572 * type-break.el (type-break-emacs-variant): Remove.
20573 (type-break-run-at-time, type-break-cancel-function-timers):
20574 Use fboundp rather than version name and number.
20575
20576 2004-03-09 Masatake YAMATO <jet@gyve.org>
20577
20578 * hexl.el (hexl-mode): Use `make-local-variable' instead of
20579 `make-variable-buffer-local'.
20580
20581 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
20582
20583 * find-dired.el (find-dired): Call `shell-command' instead of
20584 `start-process-shell-command'. By this, Tramp takes over
20585 handling of remote directories.
20586
20587 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20588
20589 * newcomment.el (comment-use-global-state): New var.
20590 (comment-search-forward): Use it.
20591
20592 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20593
20594 * cus-edit.el (fill) <defgroup>: Move to fill.el.
20595
20596 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20597 (enable-kinsoku): Make it a defcustom.
20598 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20599 paragraph to same-comment-start-marker.
20600
20601 2004-03-07 Dave Love <fx@gnu.org>
20602
20603 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20604 (browse-url-mail): Use it.
20605
20606 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
20607 (rfc2368-unhexify-string): Use replace-regexp-in-string.
20608
20609 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20610
20611 * woman.el (woman-man.conf-path): Doc fix.
20612 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20613
20614 2004-03-07 Eli Zaretskii <eliz@gnu.org>
20615
20616 * sort.el (sort-columns): Remove ms-dos from the list of systems
20617 where the external `sort' command is not used.
20618
20619 2004-03-07 Kim F. Storm <storm@cua.dk>
20620
20621 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20622 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20623 from overlay-arrow-variable-list.
20624 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
20625
20626 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
20627
20628 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
20629 overlay arrow string properly for the assembler buffer.
20630
20631 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20632
20633 * mail/sendmail.el (mail-mode): Fix last change.
20634
20635 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
20636
20637 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
20638 for the assembler buffer.
20639 (gdb-assembler-custom): Position the overlay arrow.
20640 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
20641
20642 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
20643
20644 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
20645
20646 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
20647 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
20648
20649 * mail/sendmail.el (mail-mode): Set comment-start-skip.
20650
20651 * newcomment.el (uncomment-region): Allow non-terminated comment.
20652 (comment-normalize-vars): Check the user-specified comstart marker.
20653
20654 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20655
20656 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
20657 Otherwise, do use it if the region only contains font-lock text
20658 properties.
20659
20660 2004-03-04 Masatake YAMATO <jet@gyve.org>
20661
20662 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20663 as the callback function for eldoc.
20664 (hexl-print-current-point-info): New function.
20665 (hexl-current-address): Print the address in both decimal
20666 and hexadecimal format.
20667
20668 2004-03-04 Richard M. Stallman <rms@gnu.org>
20669
20670 * mail/rmail.el (rmail-convert-to-babyl-format):
20671 Specify t for UNIBYTE when calling mail-unquote-printable-region.
20672
20673 * mail/mail-utils.el (mail-unquote-printable-region):
20674 New arg UNIBYTE.
20675
20676 * startup.el (command-switch-alist): Doc fix.
20677
20678 * simple.el (undo): Temporarily set this-command to `undo-start',
20679 then set it to `undo' once undo-start returns without error.
20680
20681 * simple.el (minibuffer-history-sexp-flag): Doc fix.
20682
20683 * simple.el (kill-line): Don't disregard trailing whitespace
20684 in eol condition, if show-trailing-whitespace is set.
20685
20686 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
20687 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
20688 When disabling, restore old values only if mouse-sel-has-been-enabled.
20689
20690 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
20691 (isearch-{-char): New function.
20692 (isearch-mode-map): Bind { to isearch-{-char.
20693
20694 * font-lock.el (lisp-font-lock-keywords-2):
20695 Turn off the CL with-... and do-... general patterns.
20696 Instead, recognize several specific with... and do... constructs.
20697
20698 * files.el (switch-to-buffer-other-window):
20699 Bind same-window-buffer-names and same-window-regexps to nil.
20700 (switch-to-buffer-other-frame): Likewise.
20701
20702 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20703
20704 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
20705 recognizing leading comment on code line.
20706
20707 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20708
20709 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
20710 hidden files/directories.
20711
20712 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20713
20714 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
20715 only comment-start (in case the mode hasn't set it).
20716
20717 * Makefile.in (AUTOGENEL): New var.
20718 (bootstrap-prepare): Rename from bootstrap-clean.
20719 Don't remove elc files.
20720 (maintainer-clean): New target.
20721
20722 * xml.el (xml-get-attribute-or-nil): Simplify.
20723
20724 2004-03-02 Juri Linkov <juri@jurta.org>
20725
20726 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20727 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20728 URL to prevent their substitution with the environment variable
20729 values by browsers.
20730
20731 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20732
20733 * ps-print.el: Doc fix.
20734 (ps-print-version): New version number (6.6.3).
20735 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20736 Docstring fix.
20737 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20738 before printing.
20739 (ps-time-stamp-yyyy-mm-dd): New fun.
20740 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20741
20742 2004-03-02 Kim F. Storm <storm@cua.dk>
20743
20744 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20745
20746 2004-03-01 Juanma Barranquero <lektu@terra.es>
20747
20748 * allout.el (allout-rebullet-heading): Fix typo in docstring.
20749
20750 * desktop.el (desktop-file-version)
20751 (desktop-after-read-hook): Fix typos.
20752 (desktop-clear-preserve-buffers): Remove redundant info in
20753 docstring already shown by the obsolescence message.
20754 (desktop-truncate, desktop-internal-v2s)
20755 (desktop-value-to-string): Change argument name to match docstring.
20756
20757 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20758
20759 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20760 docstring.
20761
20762 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20763
20764 * printing.el: Replace "As Is..." in PostScript file print/preview by
20765 "No Preprocessing...". Suggested by Colin Marquardt
20766 <_marquardt_@zmd.de>.
20767 (pr-insert-section-4): Adjust buffer interface.
20768
20769 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
20770
20771 Version 2.0.39 of Tramp released.
20772
20773 * net/tramp.el (tramp-handle-file-local-copy)
20774 (tramp-handle-write-region, tramp-open-connection-rsh):
20775 Variable name typo. Small change. From Patrick Tullmann
20776 <tullmann@flux.utah.edu>.
20777 (tramp-process-connection-type): New variable.
20778 (tramp-maybe-open-connection): Use it.
20779 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
20780 (tramp-touch): Set last-modified time of a remote file.
20781 (tramp-handle-write-region): Say which function is used when encoding.
20782
20783 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
20784
20785 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20786 case of non-existing filename, too. Reported by Christoph Bauer
20787 <c_bauer@informatik.uni-kl.de>.
20788 (tramp-smb-get-file-entries): The directory in question should
20789 have permissions "drwxrwxrwx". Just virtual, because we don't
20790 know the real permissions. Don't we know?
20791 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20792 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20793 (tramp-smb-wait-for-output): Optimize algorithm getting pending
20794 output. If it was received chunkwise, there have been problems.
20795 Remove the "prompt not found" error message; it is obvious.
20796 Simplify algorithm.
20797 (tramp-smb-process-running): Remove. Since we acknowledge the
20798 virtual prompt for shares, there's no need for distinction of
20799 reading shares (process ends afterwards) and interactive mode of
20800 smblient.
20801 (tramp-smb-open-connection): Setting process sentinel removed.
20802 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20803 "NT_STATUS_NETWORK_ACCESS_DENIED".
20804 (tramp-smb-maybe-open-connection): Set `process-connection-type'
20805 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20806 (top-level): Setting default value in `tramp-default-method-alist'
20807 corrected. Order of USER and HOST have been wrong.
20808 Nobody complained for months ...
20809 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20810 (tramp-smb-open-connection): Clear password cache if login has failed.
20811
20812 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
20813 `tramp-unified-filenames'.
20814 (tramp-completion-mode): Make test for XEmacs explicitly.
20815 `event-to-character' can exists in Emacs packages too.
20816 Reported by Matt Swift <swift@alum.mit.edu>.
20817 (tramp-buffer-name): Buffer name must contain the user if exists.
20818 Reported by Adrian Phillips <a.phillips@met.no>.
20819 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20820 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20821 (tramp-do-copy-or-rename-file-out-of-band): Rename from
20822 `tramp-do-copy-or-rename-file-one-local', because it handles also
20823 the case both files use the same out-of-band method.
20824 Implementation added.
20825 (tramp-handle-file-local-copy, tramp-handle-write-region):
20826 Out-of-band handling removed. `copy-file' called instead, which
20827 calls `tramp-do-copy-or-rename-file-out-of-band'.
20828 (tramp-action-password): Check for out-of-band method removed.
20829 This function is used for 'login-program.
20830 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20831 appropriate.
20832 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20833 and `tramp-parse-sknownhosts'.
20834 (tramp-completion-function-alist): It's a defvar now, because we
20835 want to apply the optimized `tramp-set-completion-function'
20836 instead of a static list.
20837 (tramp-set-completion-function): Implementation tuned.
20838 Avoid double entries, and entries where the function or the
20839 file/directory doesn't exist.
20840 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20841 for SSH2.
20842 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20843 (tramp-handle-dired-compress-file): New function.
20844 (tramp-async-proc): New variable.
20845 (tramp-handle-shell-command): Adding asynchronous processes.
20846 They are far from being perfect, but it works at least for
20847 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
20848 (top-level): Require password.el if visible. Should be mandatory
20849 once No Gnus has found its way into (X)Emacs.
20850 (tramp-read-passwd): Invoke `password-read' if available,
20851 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
20852 fallback any longer.
20853 (tramp-clear-passwd): New function.
20854 (tramp-process-actions, tramp-process-multi-actions):
20855 Clear password cache if login has failed.
20856
20857 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
20858 its own module.
20859 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20860 `ange-ftp-ftp-name-res'. There could be incorrect values from
20861 previous calls in case the "ftp" method is used in the Tramp file
20862 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20863
20864 2004-02-28 Richard M. Stallman <rms@gnu.org>
20865
20866 * term.el (term-mouse-paste): Call mouse-set-point.
20867
20868 * thumbs.el: New file.
20869
20870 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20871
20872 * progmodes/ebnf-abn.el: Doc fix.
20873
20874 * progmodes/ebnf-bnf.el: Doc fix.
20875 (ebnf-repeat): Code fix.
20876
20877 * progmodes/ebnf2ps.el: Doc fix.
20878 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
20879
20880 2004-02-28 Juri Linkov <juri@jurta.org>
20881
20882 * ffap.el (dired-at-point): Additional writability test for
20883 relative directory names.
20884 (dired-at-point-prompter): Treat directories as a directory, get
20885 the directory component from files.
20886 (ffap-string-at-point): Return string from region if region is active.
20887 (ffap-file-at-point): Remove redundant code.
20888
20889 2004-02-28 Kim F. Storm <storm@cua.dk>
20890
20891 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20892 Initialize margin area images to nil.
20893 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20894 (breakpoint-enabled-bitmap-face)
20895 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20896 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20897 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20898 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20899 (gdb-reset): Use gdb-remove-breakpoint-icons.
20900 (gdb-put-string): Add dprop arg to specify alternative display
20901 property (for setting fringe bitmap).
20902 (gdb-remove-strings): Doc fix.
20903 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20904 icon in fringe (if available), or else as icon or text in display
20905 margin. Creates necessary icons in breakpoint-bitmap,
20906 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20907 Also make left window margin if required.
20908 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20909 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
20910 no longer needed.
20911 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20912 gdb-put-breakpoint-icon.
20913 (gdb-assembler-mode): Don't set left-margin-width here.
20914
20915 2004-02-27 Kevin Ryde <user42@zip.com.au>
20916
20917 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20918 comma, so that it DTRT in macros.
20919
20920 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
20921
20922 * progmodes/sh-script.el (sh-shell-arg)
20923 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20924 (sh-leading-keywords, sh-other-keywords): Fix custom type.
20925
20926 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
20927
20928 * faces.el (face-spec-set-match-display): Add a new attribute,
20929 `min-colors'.
20930 (region, highlight, secondary-selection): Use `min-colors'.
20931
20932 * custom.el (defface): Add documentation for `min-colors'.
20933
20934 * font-lock.el (font-lock-comment-face, font-lock-string-face)
20935 (font-lock-keyword-face, font-lock-function-name-face)
20936 (font-lock-variable-name-face, font-lock-constant-face):
20937 Use `min-colors'.
20938
20939 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20940
20941 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20942
20943 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
20944 define assq-delete-all if it's not defined.
20945 (ebnf-generate-region): Code fix.
20946
20947 * printing.el: Doc fix.
20948 (pr-version): New version number (6.7.2).
20949 (pr-command): Return empty string if command is an empty string.
20950
20951 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20952
20953 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20954
20955 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
20956 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20957 semi-down-full. Fix a bug on productions like test = {"test"}* | (
20958 "tt" ["test"] ). Reported by Markus Dreyer
20959 <mdreyer@ix.urz.uni-heidelberg.de>.
20960 (ebnf-version): New version number (4.0).
20961 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20962 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20963 (ebnf-delete-style): New commands.
20964 (ebnf-directory, ebnf-file): New funs.
20965 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20966 (ebnf-production-name-p, ebnf-stop-on-error): New options.
20967 (ebnf-syntax-alist): New var.
20968 (ebnf-element-width): New fun replacing ebnf-list-width.
20969 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20970 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20971 (ebnf-prologue): Adjust vars.
20972 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20973 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20974 (ebnf-check-style-values, ebnf-generate-production)
20975 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20976 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20977 (ebnf-token-repeat): Code fix.
20978
20979 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
20980 %right, %left and %prec. Suggested by Matthew K. Junker
20981 <junker@alum.mit.edu>.
20982 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20983
20984 * progmodes/ebnf-iso.el: Doc fix.
20985 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20986 (ebnf-iso-lex): Code fix.
20987
20988 * progmodes/ebnf-bnf.el: Doc fix.
20989 (ebnf-bnf-lex): Code fix.
20990
20991 * progmodes/ebnf-otz.el: Doc fix.
20992
20993 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
20994
20995 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
20996 (abbrev-prefix-mark): Doc fix.
20997
20998 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
20999
21000 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21001 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21002 (gdb-var-delete): Make interactive (really).
21003 (gdb-edit-value): Make non-interactive.
21004
21005 * progmodes/gud.el (gud-speedbar-menu-items):
21006 Add gdb-var-delete and, indirectly, gdb-edit-value.
21007 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
21008 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21009 (gud-gdb-marker-filter): Add comment for annotations.
21010
21011 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21012
21013 * calendar/calendar.el (generate-calendar)
21014 (calendar-read-date): Prevent display of BC calendars once more -
21015 reverts 2003-10-01 change.
21016 (generate-calendar-month): Doc fix.
21017
21018 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
21019
21020 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
21021 return value of increment-calendar-month.
21022
21023 2004-02-21 Stephen Compall <s11@member.fsf.org>
21024
21025 * saveplace.el (save-place-forget-unreadable-files)
21026 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
21027 (save-place-forget-unreadable-files): New function.
21028 (save-place-alist-to-file): Use it to filter out files that are
21029 no longer readable.
21030
21031 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
21032 current Texinfo environment, using the same method as in
21033 `texinfo-insert-@end', and insert a space rather than a newline if
21034 point in a @table environment.
21035
21036 2004-02-21 Juri Linkov <juri@jurta.org>
21037
21038 * ffap.el (ffap-file-at-point): Try parent directories.
21039
21040 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
21041
21042 * vcursor.el (vcursor-modifiers): New defcustom.
21043 (vcursor-cs-binding): Use vcursor-modifiers instead of a
21044 hard-coded list.
21045
21046 2004-02-21 Masatake YAMATO <jet@gyve.org>
21047
21048 * play/animate.el (animate-birthday-present): Accept names other
21049 than `Sarah', too.
21050
21051 2004-02-21 Juri Linkov <juri@jurta.org>
21052
21053 * startup.el: Remove table of command line arguments from the
21054 Commentary section.
21055
21056 2004-02-20 John Wiegley <johnw@newartisans.com>
21057
21058 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
21059 again" modifier from 'e' to 'E', since 'e' is also used by the
21060 "file extension" modifier.
21061
21062 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
21063
21064 * help-fns.el (describe-categories): Doc fix.
21065
21066 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21067
21068 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
21069 temporary file for buffer already visiting one. This change makes
21070 output likely to be directly usable by patch program.
21071 Suggested by Adrian Aichner <adrian@xemacs.org>
21072
21073 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
21074
21075 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
21076 case of variables defined in compound statements.
21077 (gdb-setup-windows, gdb-source-info, gdb-source-info):
21078 Simplify constructions using switch-to-buffer.
21079
21080 2004-02-19 Simon Josefsson <jas@extundo.com>
21081
21082 * play/morse.el: Fix typo.
21083 (morse-code): Add @.
21084
21085 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21086
21087 * calendar/appt.el (appt-display-format): Change default to
21088 'ignore, for backwards compatibility.
21089 (appt-display-message): If appt-display-format is 'ignore,
21090 respect old vars appt-msg-window and appt-visible.
21091 (appt-activate): Don't depend on return value of cancel-timer.
21092
21093 * calendar/calendar.el (calendar-holidays): Doc fix.
21094
21095 * calendar/cal-coptic.el (coptic-prompt-for-date):
21096 Use assoc-string instead of assoc-ignore-case.
21097 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
21098 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
21099 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
21100 * calendar/cal-islam.el (calendar-goto-islamic-date)
21101 (mark-islamic-diary-entries): Ditto.
21102 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
21103 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
21104 (calendar-read-mayan-tzolkin-date): Ditto.
21105 * calendar/calendar.el (calendar-read-date): Ditto.
21106 * calendar/diary-lib.el (mark-diary-entries): Ditto.
21107
21108 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
21109
21110 * progmodes/executable.el (executable-command-find-posix-p):
21111 Fix choice of the directory.
21112
21113 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
21114
21115 * simple.el (interprogram-cut-function)
21116 (interprogram-paste-function, kill-new, kill-append):
21117 Doc fixes.
21118 (kill-region): Make it return nil. Doc fix.
21119 (yank-pop): Make its argument optional.
21120 (yank): Make ARG `-' equivalent to `-1'.
21121
21122 2004-02-17 Eli Zaretskii <eliz@gnu.org>
21123
21124 * mail/rmail.el (rmail-get-new-mail): Don't reference
21125 rmail-use-spam-filter if rmail-spam-filter is not loaded.
21126
21127 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
21128
21129 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
21130 if one of global-auto-revert-non-file-buffers or autorevert-mode
21131 is non-nil.
21132
21133 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21134
21135 * subr.el (delete-dups): A better implementation from Karl Heuer
21136 <kwzh@gnu.org>.
21137
21138 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
21139
21140 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
21141 correct place.
21142 * progmodes/icon.el (icon-indent-command): Ditto.
21143 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
21144
21145 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21146
21147 * progmodes/grep.el (grep-compute-defaults): Undo change from
21148 2004-01-29: don't use executable-command-find-posix-p.
21149
21150 2004-02-16 Richard Sharman <rsharman@pobox.com>
21151
21152 * hilit-chg.el: Use require instead of eval-and-compile.
21153 (highlight-compare-buffers): New function.
21154
21155 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
21156
21157 * man.el (Man-fontify-manpage): Render section headings in
21158 `Man-overstrike-face' even when overstrike was not used by man
21159 formatter for section headings.
21160
21161 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
21162
21163 * rmail-spam-filter.el (vm-use-spam-filter)
21164 (rsf-min-region-length-added-to-spam-list): New variables.
21165 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
21166 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
21167 spam testing. Don't delete spam message if automatic deletion
21168 after output via variable rmail-delete-after-output is turned on.
21169 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
21170 rsf-bbdb-dont-create-entries-for-spam.
21171 (check-field): New function, extracted from code in
21172 rmail-spam-filter to ease addition of header fields like content-type.
21173 (message-content-type): New variable to check the content-type:
21174 field added, also in defcustom of rsf-definitions-alist.
21175 (rmail-spam-filter): Replace repeated test code for header fields
21176 by calls to check-field; change the call to
21177 rmail-output-to-rmail-file such that rmail-current-message stays
21178 the same to avoid wrong deletion of unseen flags.
21179 (rsf-add-contents-type): New function to convert old format
21180 of rmail-spam-definitions-alist into new one.
21181 Change prefixes of all variables and functions from
21182 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21183
21184 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21185
21186 * loadhist.el (unload-hook-features-list): New defvar.
21187
21188 2004-02-16 Dave Love <fx@gnu.org>
21189
21190 * loadhist.el (unload-feature): Doc fix. Rename flist to
21191 unload-hook-features-list.
21192
21193 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
21194
21195 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21196 cookie. Don't check if we are looking-at open-formula.
21197
21198 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
21199
21200 * subr.el (match-string-no-properties): Use substring-no-properties.
21201
21202 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21203
21204 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
21205 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21206 Use lower-case "rx" in all error message.
21207
21208 2004-02-16 Dave Love <fx@gnu.org>
21209
21210 * emacs-lisp/rx.el (rx-or): Put group around result.
21211 (rx-constituents): Add backref.
21212 (rx-syntax): Add string-delimiter, comment-delimiter.
21213 (rx-categories): Add combining-diacritic.
21214 (rx-check-not, rx-greedy, rx): Doc fix.
21215 (rx-backref, rx-check-backref): New.
21216
21217 2004-02-16 Jesper Harder <harder@ifa.au.dk>
21218
21219 * newcomment.el (uncomment-region): Allow eob as comment end.
21220
21221 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21222
21223 * filecache.el: All message and error commands now use prefix
21224 "Filecache:" to make it easy to read *Messages* buffer.
21225
21226 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21227
21228 * autorevert.el: Add support to detect changed dired and VC buffers.
21229 (auto-revert-active-p, auto-revert-list-diff)
21230 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
21231 (auto-revert-handler, auto-revert-active-p): New functions.
21232 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
21233 and `auto-revert-active-p'.
21234 (eval-when-compile): Defvar dired-directory and vc-mode.
21235 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21236 (auto-revert-handler-vc): New functions.
21237
21238 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21239
21240 * progmodes/compile.el (compilation-directory): New defvar.
21241 (compile): Save current directory in compilation-directory.
21242 (recompile): Bind default-directory to compilation-directory if
21243 that is non-nil.
21244
21245 2004-02-16 Dave Love <fx@gnu.org>
21246
21247 * newcomment.el (comment-insert-comment-function)
21248 (comment-region-function, uncomment-region-function): New.
21249 (comment-indent): Use comment-insert-comment-function.
21250 (uncomment-region): Use uncomment-region-function.
21251 (comment-region): Use comment-region-function.
21252
21253 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21254
21255 2004-02-16 Richard Stallman <rms@gnu.org>
21256
21257 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21258 loaddefs* and ldefs-boot*.
21259
21260 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21261
21262 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21263 and email address at the beginning and end of the address.
21264
21265 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21266 anchored at the beginning of the email address.
21267
21268 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
21269
21270 * international/ccl.el (ccl-compile-write): Pass `left' to
21271 ccl-embed-code to generate correct code of write-expr-register.
21272
21273 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
21274
21275 * progmodes/grep.el (grep-compute-defaults): Fix typos.
21276
21277 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21278
21279 * x-dnd.el: Mention support for Motif in commentary.
21280 (x-dnd-handle-drag-n-drop-event): Ditto.
21281
21282 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
21283
21284 * ses.el: Use "ses--" prefixes for buffer-local variables.
21285 Use (point-min) instead of 1, even when we know the buffer
21286 is unnarrowed.
21287 (ses-build-load-map): Delete. Distribute its content to defconsts for
21288 the three maps.
21289 (ses-menu, ses-header-line-menu): New menus.
21290 (ses-mode-map): Use them.
21291 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
21292
21293 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
21294
21295 * Makefile.in: Fix the CC Mode recompile kludge so it works
21296 when building in a different directory.
21297
21298 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
21299
21300 * simple.el (kill-new): Put yank-handler property on the entire string.
21301
21302 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21303
21304 * diff.el: Don't use compile any more, use diff-mode instead.
21305 (diff-regexp-alist, diff-old-file, diff-new-file)
21306 (diff-parse-differences, diff-process-setup): Remove.
21307 (diff-sentinel): New fun.
21308 (diff): Use it. Run the process ourselves.
21309 Use diff-mode for the rest of the processing.
21310
21311 * diff.el (diff): Simplify code handling `switch'.
21312
21313 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21314
21315 * pcvs-defs.el (cvs-menu): Add `tag'.
21316
21317 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
21318
21319 * simple.el (kill-append): Doc fix.
21320
21321 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21322 Adapt outline-regexp to the new conventions for commenting out code.
21323
21324 2004-02-11 John Paul Wallington <jpw@gnu.org>
21325
21326 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21327
21328 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
21329
21330 * diff.el (diff-switches): New fun.
21331 (diff, diff-backup): Use it.
21332 (diff): Clean up the args construction. Use backquote.
21333 Use listp instead of consp to avoid putting a nil arg.
21334 (diff): Add a revert-buffer function.
21335
21336 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21337
21338 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
21339 handled by x-dnd-handle-file-name.
21340 (x-dnd-known-types): Add COMPOUND_TEXT.
21341 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21342 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21343 x-dnd-empty-state.
21344 (x-dnd-forget-drop): Ditto.
21345 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21346 (x-dnd-handle-one-url): Return private when inserting text.
21347 (x-dnd-insert-ctext): New function.
21348 (x-dnd-handle-file-name): New function for FILE_NAME.
21349 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21350 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21351 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21352
21353 2004-02-10 Kenichi Handa <handa@m17n.org>
21354
21355 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21356 instead of while loop.
21357
21358 2004-02-10 Miles Bader <miles@gnu.org>
21359
21360 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21361
21362 2004-02-09 Kenichi Handa <handa@m17n.org>
21363
21364 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21365 have end-of-line.
21366
21367 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
21368
21369 * Makefile.in: Added extra dependencies in the recompile target
21370 needed to cope with the compile time macro expansions in CC Mode.
21371
21372 2004-02-09 Kim F. Storm <storm@cua.dk>
21373
21374 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21375 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21376 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21377 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21378 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21379 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21380 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21381 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21382 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21383 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21384 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
21385
21386 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
21387
21388 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21389 Don't allow shrink if there's a window on our right.
21390
21391 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21392 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21393 Bring together declaration and initialization.
21394 (prolog-mode-variables): Don't set the syntax table.
21395 Don't set paragraph-start and comment-indent-function.
21396 Add /*..*/ to the comment regexps.
21397 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
21398 (prolog-mode-map): Don't bind TAB.
21399 (prolog-mode): Set the syntax table.
21400 (prolog-comment-indent): Remove.
21401 (inferior-prolog-mode-map): Initialize in the declaration.
21402 (inferior-prolog-mode-syntax-table)
21403 (inferior-prolog-mode-abbrev-table): New vars.
21404 (inferior-prolog-mode): Derive from comint-mode.
21405 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21406 minibuffer windows.
21407
21408 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
21409 in file names, as long as it is unambiguous.
21410
21411 2004-02-08 Andreas Schwab <schwab@suse.de>
21412
21413 * textmodes/reftex-toc.el
21414 (reftex-toc-load-all-files-for-promotion): Remove useless use of
21415 format. Doc fix.
21416
21417 * textmodes/refer.el (refer-find-entry-internal): Remove extra
21418 format string arguments.
21419
21420 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21421 string argument.
21422
21423 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
21424
21425 * play/zone.el (zone-call): Fix format string.
21426
21427 * net/webjump.el (webjump-builtin): Add missing format string argument.
21428
21429 * midnight.el (midnight-delay-set): Remove extra format string
21430 argument.
21431
21432 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21433
21434 * hexl.el (hexl-insert-char): Add missing format string argument.
21435
21436 * format.el (format-decode): Fix format string.
21437
21438 * emulation/vi.el (vi-mode): Remove extra format string argument.
21439 (vi-repeat-last-search): Likewise.
21440 (vi-reverse-last-search): Likewise.
21441 (vi-goto-mark): Likewise.
21442 (vi-reverse-last-find-char): Likewise.
21443 (vi-repeat-last-find-char): Likewise.
21444 (vi-locate-def): Likewise.
21445
21446 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
21447
21448 * ediff-util.el (ediff-toggle-read-only): Remove extra format
21449 string argument.
21450 (ediff-toggle-regexp-match): Likewise.
21451
21452 * dired-aux.el (dired-do-query-replace-regexp): Add missing
21453 format string argument.
21454
21455 * calc/calc-map.el (calc-get-operator): Remove extra format
21456 string argument.
21457
21458 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21459
21460 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21461 string argument.
21462
21463 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21464
21465 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
21466
21467 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
21468
21469 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
21470 (cl-struct-setf-expander): Likewise.
21471
21472 * vc.el (with-vc-file): Fix unsafe uses of error.
21473 (vc-cancel-version): Likewise.
21474
21475 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
21476
21477 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21478 thousands separator; fixes <class>:<line-number> regexp for
21479 non-english locales.
21480
21481 2004-02-08 Andreas Schwab <schwab@suse.de>
21482
21483 * view.el (view-mode-enable): Revert previous change.
21484
21485 2004-02-07 Kim F. Storm <storm@cua.dk>
21486
21487 * simple.el (line-number-at-pos): Rename from line-at-pos.
21488 Uses changed (what-line and vc-annotate-warp-version).
21489
21490 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
21491
21492 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21493 (diff-mode): Remove aborted attempt at support for compile.el.
21494 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21495
21496 2004-02-06 Andreas Schwab <schwab@suse.de>
21497
21498 * view.el (view-mode-enable): Add view-mode-map to
21499 minor-mode-overriding-map-alist.
21500
21501 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21502
21503 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21504
21505 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
21506
21507 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21508 with point inside rather than after the paragraph.
21509
21510 2004-02-04 Sam Steingold <sds@gnu.org>
21511
21512 * mail/smtpmail.el (smtpmail-try-auth-methods):
21513 Do not try authentication when no mechanism is available.
21514 Pass port-name as defaultport to `netrc-machine'.
21515
21516 2004-02-04 Stephen Eglen <stephen@gnu.org>
21517
21518 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21519 to show how minibuffer height can be constrained.
21520
21521 2004-02-04 John Paul Wallington <jpw@gnu.org>
21522
21523 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21524
21525 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21526
21527 * x-dnd.el: New file for drag and drop.
21528
21529 * term/x-win.el: require x-dnd, set after-make-frame-functions
21530 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21531 drag-n-drop event.
21532
21533 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21534 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21535 (dired-dnd-handle-file): New functions for drag and drop support.
21536 (dired-mode): Initialize drag and drop if x-dnd present.
21537
21538 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21539
21540 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21541 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21542 (cperl-mode): Set fill-paragraph-function.
21543 (cperl-fill-paragraph): Make it non-interactive.
21544
21545 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
21546
21547 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21548
21549 2004-02-02 David Kastrup <dak@gnu.org>
21550
21551 * replace.el (perform-replace): Allow 'literal argument in
21552 regexp-flag to indicate literal replacement.
21553 (query-replace-regexp-eval): Use it.
21554
21555 2004-02-01 Andreas Schwab <schwab@suse.de>
21556
21557 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
21558
21559 2004-02-01 Stephen Eglen <stephen@gnu.org>
21560
21561 * info-look.el: Add support for maxima-mode. Update commentary
21562 because info-lookup-symbol is now bound to C-h S.
21563
21564 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
21565
21566 * simple.el (edit-and-eval-command): Bind print-level and
21567 minibuffer-history-sexp-flag around call to read-from-minibuffer.
21568 Correct initial position in command-history.
21569
21570 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
21571
21572 * files.el (read-directory-name): Adapt the docstring to recent
21573 change in Fread_file_name.
21574
21575 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
21576
21577 * ses.el (ses-print-cell): If print format too wide for column
21578 width, truncate decimal places if that helps to avoid "#####" fill.
21579 * ses.el (ses-initial-column-width): Revert previous change.
21580
21581 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
21582
21583 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21584 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21585 Add edebug info.
21586 (jit-lock-mode): Setup/cancel the new timer.
21587 (jit-lock-context-fontify): New fun. Extracted from
21588 context fontification code of jit-lock-stealth-fontify.
21589 (jit-lock-stealth-fontify): Don't do context fontification any more.
21590
21591 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21592 (jit-lock-fontify-now): Handle the `quit' case.
21593 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21594
21595 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
21596
21597 * progmodes/executable.el (executable-command-find-posix-p):
21598 New. Check if find handles arguments Posix-style.
21599
21600 * progmodes/grep.el (grep-compute-defaults):
21601 Use executable-command-find-posix-p.
21602 (grep-find): Check `grep-find-command'.
21603
21604 * filecache.el (file-cache-find-posix-p): Delete.
21605 (file-cache-add-directory-using-find):
21606 Use `executable-command-find-posix-p'.
21607
21608 2004-01-29 Dave Love <fx@gnu.org>
21609
21610 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21611 Iterate the hook function if arg is given.
21612 (mark-defun, narrow-to-defun): Change order of finding the limits.
21613
21614 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21615 (byte-compile-format-warn): New.
21616 (byte-compile-callargs-warn): Use it.
21617 (Format, message, error): Add byte-compile-format-like property.
21618 (byte-compile-maybe-guarded): New.
21619 (byte-compile-if, byte-compile-cond): Use it.
21620 (byte-compile-lambda): Compile interactive forms,
21621 just to make warnings about them.
21622
21623 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
21624
21625 * ses.el (ses-initial-column-width): Increase to 14, so it will
21626 work well with the default printer of "%.7g" for extreme values
21627 like "-1.234567e+07".
21628
21629 2004-01-29 Kenichi Handa <handa@m17n.org>
21630
21631 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
21632
21633 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
21634
21635 * dos-w32.el: Added support for the `default-printer-name' function.
21636
21637 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21638
21639 * server.el (server-socket-name): Don't use the hostname in the
21640 socket name since /tmp is local to the host anyway.
21641
21642 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21643 robust check of widening and fix var-naming.
21644
21645 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
21646
21647 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
21648 or rmail-spam- to rsf- in all function and variable names.
21649 (rsf-min-region-to-spam-list): New variable.
21650 (rsf-bbdb-auto-delete-spam-entries): Rename from
21651 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
21652 scanned together with the recipients field for spam testing; Don't
21653 delete spam message if rmail-delete-after-output is non-nil;
21654 (rsf-check-field): New function, extracted from code in
21655 rmail-spam-filter to ease addition of header fields like
21656 content-type:;
21657 (message-content-type): New variable. The content-type: field was
21658 added also in defcustom of rsf-definitions-alist;
21659 (rmail-spam-filter): Replace repeated test code for header fields
21660 by calls to check-field; change the call to
21661 rmail-output-to-rmail-file such that rmail-current-message stays
21662 the same to avoid wrong deletion of unseen flags.
21663 (rmail-use-spam-filter): Add autoload cookie.
21664
21665 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
21666
21667 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
21668 (file-cache-add-directory-using-find): Add Cygwin support.
21669 (file-cache-find-command-posix-flag): New user variable.
21670
21671 * filecache.el (file-cache-add-directory): Check for
21672 directories an remove them from dir-files.
21673
21674 2004-01-27 Richard M. Stallman <rms@gnu.org>
21675
21676 * man.el (Man-fontify-manpage): Clean up message.
21677
21678 2004-01-27 Kenichi Handa <handa@m17n.org>
21679
21680 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
21681 (sentence-end): Define using sentence-end-without-space.
21682
21683 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
21684 a sentence ends with one of a character in sentence-end-without-space.
21685
21686 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
21687
21688 * font-lock.el (font-lock): Add jit-lock as explicit group member.
21689 (jit-lock): Group declaration moved to jit-lock.el.
21690 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
21691 when necessary.
21692
21693 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
21694 (jit-lock-context-unfontify-pos): Rename from
21695 jit-lock-first-unfontify-pos.
21696 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
21697
21698 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21699
21700 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
21701 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
21702 (fortran-fill): When filling a string, adjust re-search-backward
21703 argument for special case of string just on fill-column.
21704 When filling non-string, allow one extra char if
21705 fortran-break-before-delimiters is non-nil.
21706 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
21707 Use fortran-break-delimiters-re and fortran-no-break-re to
21708 correctly handle cases such as "**".
21709
21710 * progmodes/f90.el (f90-break-delimiters): Doc fix.
21711 (f90-no-break-re): Add some extra tokens. Doc fix.
21712
21713 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
21714
21715 * mail/rmail-spam-filter.el:
21716 Use two semicolons as Commentary line prefix.
21717 Add ";;; Code:" stylized comment.
21718 Delete end-of-line whitespace.
21719 Wrap (require 'cl) with `eval-when-compile'.
21720
21721 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
21722
21723 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21724 at the top level of vc.el.
21725
21726 2004-01-23 Andre Spiegel <spiegel@gnu.org>
21727
21728 * vc.el (vc-current-line): Function removed. This is now done by
21729 the new function line-at-pos in simple.el.
21730 (vc-annotate-warp-version): Use line-at-pos instead of
21731 vc-current-line.
21732
21733 2004-01-22 Kim F. Storm <storm@cua.dk>
21734
21735 * simple.el (line-at-pos): New defun.
21736 (what-line): Use it. Optimize by only counting lines in narrowed
21737 region once.
21738
21739 2004-01-22 Kenichi Handa <handa@m17n.org>
21740
21741 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21742 point (register r1) only for charset mule-unicode-0100-24ff.
21743
21744 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
21745
21746 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21747 trailing white space and ensure a final newline.
21748
21749 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21750 Add autoload cookie.
21751
21752 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
21753
21754 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21755 activate view-mode explicitly.
21756
21757 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21758
21759 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21760 menu-bar-enable-clipboard and make Paste use clipboard first.
21761
21762 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21763
21764 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
21765 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21766 (vc-mcvs-cvs): Remove.
21767 (vc-mcvs-command): Remove use of assert.
21768
21769 * outline.el (outline-insert-heading): Tighten up match.
21770 (outline-demote, outline-move-subtree-down): Don't assume anything
21771 about outline-regexp.
21772
21773 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
21774 (texinfo-show-structure): Explicitly add ^, and simplify.
21775
21776 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
21777
21778 * calendar/appt.el (appt-check): Restore usage of
21779 appt-issue-message deleted in previous change.
21780 (top-level): Activate package when loaded (needed for backwards
21781 compatibility).
21782
21783 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21784
21785 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
21786 following previous change to smtpmail-send-data.
21787
21788 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
21789
21790 * vc.el (vc-default-previous-version): Doc enhancement.
21791 (vc-default-next-version): New function.
21792 (vc-print-log): New arg FOCUS-REV.
21793 (vc-annotate-mode): Derive from view-mode.
21794 (vc-annotate): New args REVISION, DISPLAY-MODE.
21795 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21796 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21797 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21798 (vc-annotate-show-diff-revision-at-line, vc-current-line)
21799 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21800
21801 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
21802
21803 2004-01-19 Karl Berry <karl@gnu.org>
21804
21805 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21806 or "TexInfo".
21807
21808 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
21809
21810 * subr.el (delete-dups): New function.
21811
21812 2004-01-19 Karl Berry <karl@gnu.org>
21813
21814 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21815 with ^, since that's what texinfo-show-structure
21816 documentation says (plus it works much better in texinfo.txi).
21817
21818 2004-01-18 Jesper Harder <harder@ifa.au.dk>
21819
21820 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21821
21822 2004-01-18 David Ponce <david@dponce.com> (tiny change)
21823
21824 * progmodes/which-func.el (which-function-mode): Don't cancel
21825 which-func-update-timer if not set.
21826
21827 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
21828
21829 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21830 Remove spurious left square bracket in XX:XXam regexp.
21831
21832 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
21833
21834 * progmodes/cc-defs.el: Do not require cl at run time.
21835
21836 2004-01-16 Richard M. Stallman <rms@gnu.org>
21837
21838 * emacs-lisp/cl.el (cl-cannot-unload): New function.
21839 (cl-unload-hook): Defvar this to run cl-cannot-unload.
21840
21841 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21842 Call rmail-spam-filter. Delete and expunge spam.
21843 Print number of spam messages deleted.
21844 Save and restore the deletion status of old messages when reading
21845 new mail with spam filter, so that expunging spam does not expunge
21846 msgs deleted by the user.
21847 (rmail-only-expunge): Add an optional argument dont-show to
21848 prevent showing message after expunge.
21849
21850 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
21851
21852 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21853 * subr.el (declare): New macro.
21854
21855 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
21856
21857 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21858
21859 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
21860
21861 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21862 Test window-system rather than system-type (for X11/Mac).
21863
21864 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
21865
21866 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
21867
21868 2004-01-12 Richard M. Stallman <rms@gnu.org>
21869
21870 * mail/rmail.el (rmail-convert-to-babyl-format):
21871 Use mail-unquote-printable-region.
21872 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
21873 (rmail-hex-char-to-integer): Functions deleted.
21874
21875 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
21876 (mail-unquote-printable-region): New arg NOERROR.
21877 For invalid encoding, either signal an error to just return nil.
21878
21879 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21880
21881 * calendar/appt.el: Update copyright and commentary.
21882 (appt-issue-message): Make obsolete.
21883 (appt-visible, appt-msg-window): Make obsolete, in favor of
21884 appt-display-format.
21885 (appt-display-mode-line, appt-display-duration)
21886 (appt-display-diary, appt-time-msg-list, appt-mode-string)
21887 (appt-prev-comp-time, appt-display-count, appt-timer)
21888 (appt-convert-time): Doc change.
21889 (appt-disp-window-function, appt-delete-window-function):
21890 Use defcustom rather than defvar.
21891 (appt-display-format): New variable.
21892 (appt-display-message): New function with display code from appt-check.
21893 (appt-check): Add optional FORCE argument. Doc change.
21894 Add appt-make-list to diary-hook if displaying diary.
21895 Remove checking of view-diary-entries-initially.
21896 Message display section removed to new function appt-display-message.
21897 (appt-display-window): Doc change. Remove unused internal var
21898 this-buffer. Do not beep, since appt-display-message does that.
21899 (appt-make-list): Doc change. Use caar.
21900 (appt-sort-list): Simplify by using builtin sort function.
21901 (appt-update-list): New function for updating appts when diary is
21902 saved.
21903 (appt-activate): New autoloaded function to toggle package
21904 functionality.
21905
21906 * calendar/cal-x.el: (calendar-one-frame-setup)
21907 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21908
21909 * calendar/calendar.el: Update copyright.
21910 (view-diary-entries-initially, european-calendar-style): Doc change.
21911 (calendar-setup): Make defcustom rather than defvar.
21912 (mark-visible-calendar-date): Initialize temp-face and faceinfo
21913 in let binding so local to function.
21914
21915 * calendar/diary-lib.el: Update copyright.
21916 (diary, diary-entry-time): Doc change.
21917 (list-diary-entries): Doc change. Trivial logic change.
21918 (fancy-diary-display): Restore make-face command mistakenly
21919 deleted 2003-05-08.
21920 (show-all-diary-entries): Allow to pop-up frame if needed.
21921
21922 2004-01-09 John Paul Wallington <jpw@gnu.org>
21923
21924 * bindings.el (mode-line-change-eol): Add EVENT parameter.
21925 Temporarily select EVENT's window for changing eol type.
21926
21927 2004-01-09 Deepak Goel <deego@gnufans.org>
21928
21929 * calendar/diary-lib.el (diary-entry-time):
21930 Also accept time in the form XX[.XX][am/pm/AM/PM].
21931 (fancy-diary-font-lock-keywords): Likewise.
21932 (diary-font-lock-keywords): Likewise.
21933 * calendar/appt.el (appt-add): Likewise.
21934 (appt-make-list): Likewise.
21935 (appt-convert-time): Likewise.
21936
21937 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
21938
21939 * gdb-ui.el (gdb-ann3): Revert previous change.
21940 (gdb-source-info): Allow for case of where compilation directory
21941 is not recorded.
21942
21943 2004-01-08 John Paul Wallington <jpw@gnu.org>
21944
21945 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21946
21947 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
21948
21949 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21950
21951 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21952 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21953 problems.
21954 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21955
21956 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
21957
21958 * files.el (write-file-functions, write-contents-functions):
21959 Clarify docstrings.
21960
21961 2004-01-07 Kenichi Handa <handa@m17n.org>
21962
21963 * international/mule.el (set-auto-coding): Fix for the case that
21964 end-of-line is only CR.
21965
21966 2004-01-07 Kim F. Storm <storm@cua.dk>
21967
21968 * subr.el (event-start, event-end): Doc fix.
21969 (posn-string, posn-image): New defuns.
21970 (posn-object): Return either image or string object.
21971 (posn-object-x-y): Return 8th element of position.
21972 (posn-object-width-height): New defun.
21973
21974 2004-01-06 Andreas Schwab <schwab@suse.de>
21975
21976 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21977 output.
21978
21979 2004-01-05 Karl Berry <karl@gnu.org>
21980
21981 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21982 / and *, too.
21983
21984 2003-12-31 Simon Josefsson <jas@extundo.com>
21985
21986 * files.el (before-save-hook): Add.
21987 (basic-save-buffer): Use before-save-hook.
21988
21989 * emacs-lisp/copyright.el: Fix comment to recommend
21990 before-save-hook instead of write-file-functions.
21991
21992 2004-01-05 Richard M. Stallman <rms@gnu.org>
21993
21994 * finder.el (finder-commentary): Call delete-other-windows.
21995
21996 * net/ange-ftp.el (ange-ftp-file-attributes):
21997 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21998
21999 2004-01-04 Karl Berry <karl@gnu.org>
22000
22001 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
22002 comment characters % and # in the copyright year notice,
22003 as well as ;.
22004
22005 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
22006
22007 * wid-edit.el (default): Define dummy :value-delete.
22008 Reported by Jesper Harder <harder@ifa.au.dk>.
22009
22010 2004-01-03 Richard M. Stallman <rms@gnu.org>
22011
22012 * progmodes/compile.el (compile-internal): Use point, not point-min,
22013 for set-window-point.
22014
22015 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22016
22017 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
22018
22019 * progmodes/grep.el (grep-mode-map):
22020 Don't remap next-line, previous-line.
22021
22022 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
22023
22024 * speedbar.el (speedbar-edit-line): Change regexp to position
22025 the cursor on the first character of this line's button.
22026
22027 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
22028
22029 * subr.el (functionp): Doc fix.
22030
22031 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
22032
22033 * progmodes/idlwave.el (idlwave-make-tags):
22034 * textmodes/flyspell.el (flyspell-large-region):.
22035 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
22036 * emulation/viper-util.el (viper-glob-unix-files):
22037 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
22038 * man.el (Man-init-defvars):
22039 * jka-compr.el (jka-compr-call-process):
22040 * files.el (get-free-disk-space,insert-directory):
22041 * ediff-ptch.el (ediff-test-patch-utility):
22042 * ediff-diff.el (ediff-test-utility):
22043 * dired-aux.el (dired-check-process):
22044 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
22045 test the return value of call-process, because it can be a string.
22046
22047 2003-12-31 John Paul Wallington <jpw@gnu.org>
22048
22049 * bindings.el (completion-ignored-extensions): Add .pfsl.
22050
22051 2003-12-31 Kim F. Storm <storm@cua.dk>
22052
22053 * ido.el (ido-nonreadable-directory-p): New defun to check for
22054 nonreadable directory without activating tramp (to avoid problems
22055 with checking incomplete tramp paths).
22056 (ido-set-current-directory, ido-file-internal)
22057 (ido-file-name-all-completions1): Use it.
22058
22059 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
22060
22061 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
22062 documentation if the anchor (or node) name is preceded by `info
22063 anchor' or `Info anchor' in addition to earlier `info node' and
22064 `Info node'.
22065 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
22066
22067 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22068
22069 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
22070 error in arguments to base64-decode-region. Remove ^M characters
22071 after decoding base64.
22072
22073 2003-12-30 Simon Josefsson <jas@extundo.com>
22074
22075 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
22076 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
22077 have only been distributed with Emacs for some years.
22078 (texinfo-mode-hook): Customize.
22079
22080 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22081
22082 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
22083 cleaner (suggested by Richard Stallman).
22084
22085 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
22086 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
22087 file-name clashes on 8+3 DOS filesystems.
22088
22089 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
22090 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
22091 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
22092 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
22093 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
22094 file-name clashes on 8+3 filesystems.
22095
22096 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
22097 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
22098 file-name clashes on 8+3 DOS filesystems.
22099
22100 2003-12-29 Richard M. Stallman <rms@gnu.org>
22101
22102 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
22103 Upcase the character.
22104
22105 * textmodes/flyspell.el (mail-mode-flyspell-verify):
22106 Search for header separator alone on a line, literally,
22107 and search for it backward, not forward.
22108 (flyspell-abbrev-table): Always use global-abbrev-table
22109 if there is no local one.
22110
22111 * progmodes/sh-script.el (sh-get-indent-info):
22112 Don't move point back if at bob.
22113
22114 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
22115
22116 * play/handwrite.el (handwrite): Make the handwrite credit message
22117 a comment rather than an output command.
22118
22119 * obsolete/sc.el: Display message that this file is obsolete.
22120
22121 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
22122
22123 * mail/rfc822.el (rfc822-address-start): Declare variable.
22124 Renamed from address-start. All uses changed.
22125
22126 * term.el (term-exec): Set up sentinel.
22127 (term-sentinel): New function.
22128 (term-handle-exit): New function.
22129
22130 * subr.el (assoc-ignore-case, assoc-ignore-representation):
22131 Use assoc-string, and mark them obsolete.
22132 (delay-mode-hooks): Mark as permanent local.
22133
22134 * simple.el (sendmail-user-agent-compose): Use assoc-string.
22135
22136 * register.el (copy-rectangle-to-register): Doc fix.
22137
22138 * info.el (Info-insert-dir): Use assoc-string.
22139
22140 * info-look.el (info-lookup): Use assoc-string.
22141
22142 * frame.el (pop-up-frame-function): Use quote, not `function'.
22143 (frame-notice-user-settings): Calculate ADJUSTED-TOP
22144 copying with lists as coordinate values.
22145
22146 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
22147
22148 * find-dired.el (kill-find): New command.
22149 (find-dired): Make buffer read-only.
22150 Set up a keymap with C-c C-k running kill-find.
22151 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
22152
22153 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
22154
22155 * filecache.el (file-cache-ignore-case): New variable.
22156 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
22157
22158 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22159 (comint-dynamic-complete-as-filename): Rename local vars.
22160 (comint-dynamic-list-filename-completions): Likewise.
22161
22162 * comint.el (comint-dynamic-list-completions-config): New var.
22163 (comint-dynamic-list-completions): Handle both SPC and TAB right.
22164
22165 * comint.el (comint-file-name-chars): Add [].
22166 (comint-word): Use skip-chars-backward, not search.
22167
22168 * shell.el (shell-file-name-chars): Add [].
22169
22170 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
22171
22172 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
22173
22174 * generic.el (define-generic-mode): Doc fix.
22175
22176 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22177
22178 * files.el (kill-some-buffers): Doc fix.
22179
22180 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
22181
22182 * comint.el (comint-watch-for-password-prompt): Pass `string' as
22183 arg to send-invisible
22184 (send-invisible): Doc fix. The argument is now a prompt, not the
22185 string to send.
22186 (comint-read-noecho): Doc fix.
22187
22188 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
22189
22190 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22191 "@", as required by some ISP hosting service. Fix defcustom
22192 argument syntax errors that prevented use of customization.
22193
22194 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22195
22196 * xml.el (xml-get-attribute-or-nil): Doc fix.
22197
22198 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
22199
22200 * net/zone-mode.el (zone-mode): Use write-file-functions, not
22201 write-file-hooks.
22202
22203 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
22204
22205 * autorevert.el (auto-revert-interval): Doc fix.
22206
22207 2003-12-29 Mark A. Hershberger <mah@everybody.org>
22208
22209 * xml.el (xml-get-attribute-or-nil): New function, like
22210 xml-get-attribute, but returns nil if the attribute was not found.
22211 (xml-get-attribute): Convert to defsubst, uses
22212 xml-get-attribute-or-nil.
22213
22214 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22215
22216 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
22217
22218 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
22219
22220 * custom.el (custom-declare-theme): Use `value' when putting
22221 properties on `theme'.
22222
22223 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
22224
22225 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
22226 for each yank-handler segment.
22227 (insert-for-yank-1): New function, with the body of the previous
22228 insert-for-yank.
22229
22230 * textmodes/table.el (table-yank-handler): New defcustom.
22231 (table--put-cell-indicator-property): Put yank-handler property
22232 that indicates the yank handler for the table cell.
22233
22234 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22235
22236 * generic-x.el (etc-modules-conf-generic-mode): A more complete
22237 set of keywords.
22238
22239 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22240
22241 * international/mule-cmds.el (reset-language-environment)
22242 (set-language-environment): Don't invoke fontset-related functions
22243 if fontset-list is not fboundp.
22244
22245 2003-12-29 Kenichi Handa <handa@m17n.org>
22246
22247 * international/mule-cmds.el (reset-language-environment):
22248 Call set-overriding-fontspec-internal with nil.
22249 (set-language-environment): Call set-overriding-fontspec-internal
22250 if the language environment specify `overriding-fontspec'.
22251 (language-info-alist): Doc added.
22252
22253 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22254 characters of mule-unicode-0100-24ff.
22255 (ccl-encode-windows-1251-font): New CCL program.
22256 ("Bulgarian"): Specify overriding-fontspec.
22257 ("Belarusian"): Likewise.
22258
22259 2003-12-28 Sam Steingold <sds@gnu.org>
22260
22261 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22262 parameter ID-FORMAT to conform with the 2003-11-30 patch.
22263
22264 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
22265
22266 * progmodes/gud.el (gud-gdb-command-name): Set default to
22267 "gdb --annotate=3".
22268 (gud-gdb-marker-filter): Look out for annotations.
22269 (gdb-first-pre-prompt): New variable.
22270 Remove trailing white space.
22271
22272 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22273 if necessary.
22274 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
22275 annotations are detected.
22276 (gud-gdba-marker-filter): Use global variable gud-marker-acc
22277 instead of a local one to allow transition from
22278 gud-gdb-marker-filter.
22279 Remove trailing white space.
22280
22281 2003-12-27 Kim F. Storm <storm@cua.dk>
22282
22283 * ido.el: Handle non-readable directories.
22284 (ido-decorations): Add 9th element for non-readable directory.
22285 (ido-directory-nonreadable): New dynamic var.
22286 (ido-set-current-directory): Set it.
22287 (ido-read-buffer, ido-file-internal):
22288 (ido-read-file-name, ido-read-directory-name): Let-bind it.
22289 (ido-file-name-all-completions1): Return empty list for
22290 non-readable directory.
22291 (ido-exhibit): Print [Not readable] if directory is not readable.
22292 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22293 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22294 Use it.
22295
22296 2003-12-27 Lars Hansen <larsh@math.ku.dk>
22297
22298 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22299 calls to directory-files-and-attributes and file-attributes.
22300 (ls-lisp-format): Remove system dependent handling of user and
22301 group id's.
22302
22303 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
22304
22305 * ffap.el (ffap-read-file-or-url): Revert previous change.
22306
22307 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
22308
22309 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22310 new list of included files called `files-with-node-lines', that
22311 only have node lines. This way @include commands can include any
22312 file, such as version and update files without node lines, not
22313 just files that are chapters.
22314
22315 2003-12-25 Andreas Schwab <schwab@suse.de>
22316
22317 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22318 file not found.
22319
22320 2003-12-08 Miles Bader <miles@gnu.org>
22321
22322 * dired.el (dired-between-files): Always use dired-move-to-filename,
22323 which is more robust in non-english locales.
22324
22325 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
22326
22327 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22328
22329 2003-12-24 Andreas Schwab <schwab@suse.de>
22330
22331 * shell.el (shell-file-name-quote-list): Add backslash.
22332
22333 * comint.el (comint-quote-filename): Correctly handle backslash
22334 in comint-file-name-quote-list.
22335
22336 2003-12-24 Kenichi Handa <handa@m17n.org>
22337
22338 * international/mule-cmds.el (set-default-coding-systems):
22339 Call ucs-set-table-for-input for all buffers that don't have local
22340 value of buffer-file-coding-system.
22341
22342 * international/ucs-tables.el (ucs-set-table-for-input):
22343 If translation-table-for-encode is a symbol, get its
22344 translation-table property.
22345
22346 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
22347
22348 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22349 to `completing-read' on a recently fixed bug.
22350
22351 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
22352 instead of SPACE, to get the list of possible fringe modes.
22353 SPACE only works if both `partial-completion-mode' and
22354 `completion-auto-help' are nil.
22355
22356 * complete.el (PC-is-complete-p): Delete.
22357 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22358 calls to `test-completion'.
22359
22360 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
22361
22362 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22363 to edit values when there are no children.
22364
22365 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22366 a mode called "Assembler" already exists.
22367 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
22368 (gud-watch): Use format option. Remove font properties from string.
22369 (gdb-var-create-handler, gdb-var-list-children-handler):
22370 Don't bother about properties as there are none.
22371 (gdb-var-create-handler, gdb-var-list-children-handler)
22372 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22373 with two arguments.
22374 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22375 Let speedbar show value changes with a different font.
22376 (gdb-edit-value): New defun.
22377 (gdb-clear-partial-output, gdb-clear-inferior-io)
22378 (def-gdb-auto-update-handler): Use erase-buffer.
22379 (gdb-frame-handler): Display watch expressions in
22380 FUNCTION::VARIABLE format if required.
22381
22382 2003-12-23 John Paul Wallington <jpw@gnu.org>
22383
22384 * info.el (Info-unescape-quotes, Info-split-parameter-string)
22385 (Info-goto-emacs-command-node): Doc fixes.
22386
22387 2003-12-12 Jesper Harder <harder@ifa.au.dk>
22388
22389 * cus-edit.el (custom-add-parent-links): Define "many".
22390
22391 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
22392
22393 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22394 (widget-child-validate, widget-type-value-create)
22395 (widget-type-default-get, widget-type-match): New functions.
22396 (lazy): New widget.
22397 (menu-choice, checklist, radio-button-choice, editable-list)
22398 (group, documentation-string): Remove redundant (per 2003-10-25
22399 change) calls to `widget-children-value-delete'.
22400 (widget-choice-value-get, widget-choice-value-inline): Remove.
22401 (menu-choice): Update widget.
22402
22403 2003-12-03 Kenichi Handa <handa@m17n.org>
22404
22405 * language/cyrillic.el: Register "microsoft-cp1251" in
22406 ctext-non-standard-encodings-alist.
22407 ("Bulgarian"): Add ctext-non-standard-encodings.
22408 ("Belarusian"): Likewise.
22409
22410 * international/mule-conf.el (compound-text-with-extensions):
22411 Change the type to 2 (iso-2022 base).
22412
22413 * international/mule.el (ctext-non-standard-encodings-alist):
22414 Change the format.
22415 (ctext-non-standard-encodings): New variable.
22416 (ctext-post-read-conversion): Fully re-written.
22417 (ctext-non-standard-designations-alist): Delete it.
22418 (ctext-non-standard-encodings-table): New function.
22419 (ctext-pre-write-conversion): Fully re-written.
22420
22421 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
22422
22423 * cus-edit.el (custom-add-parent-links): Add documentation links
22424 for parent, if the item has none of its own.
22425
22426 2003-11-30 Richard M. Stallman <rms@gnu.org>
22427
22428 * dired-aux.el (dired-do-query-replace-regexp):
22429 Report files visited read-only.
22430
22431 2003-11-30 Juri Linkov <juri@jurta.org>
22432
22433 * dired-aux.el (dired-compare-directories): New command.
22434 (dired-file-set-difference, dired-files-attributes): New functions.
22435
22436 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
22437 Version 2.0.38 of Tramp released.
22438
22439 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
22440 Charles Curley <charlescurley@charlescurley.com>.
22441 (tramp-multi-connection-function-alist): Add ssht entry which adds
22442 "-e none -t -t" to the list of ssh args. Suggested by Adrian
22443 Aichner.
22444 (tramp-get-method-parameter): New function to retrieve a method
22445 parameter. This allows for omission of method parameters.
22446 Callers adjusted.
22447
22448 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
22449
22450 * net/tramp.el: Add new optional parameter ID-FORMAT to
22451 `file-attributes'. Calls of `file-attributes' won't use this
22452 parameter for backward compatibility reasons.
22453 (tramp-perl-file-attributes): Add a new parameter to Perl script
22454 in order to handle uid/gid as strings, if desired.
22455 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22456 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
22457 order to make the function more general.
22458 (tramp-handle-file-attributes): Replace proprietary optional
22459 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
22460 (tramp-handle-file-attributes-with-perl): Handle parameter
22461 NONNUMERIC if set. This wasn't done in the past.
22462 (tramp-post-connection): Apply second parameter "$2" if
22463 `tramp-remote-perl' is called.
22464
22465 * net/tramp-smb.el (tramp-smb-handle-delete-file):
22466 Correct cut'n'waste error (`filename' instead of `directory').
22467 (tramp-smb-handle-directory-files-and-attributes)
22468 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
22469 introduced parameter ID-FORMAT.
22470 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22471 error (`directory' instead of `ldir').
22472
22473 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22474 `file-attributes' has a second parameter. If yes, apply it with
22475 value "'integer". Otherwise, don't use that parameter (default is
22476 integer format).
22477
22478 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
22479
22480 * help.el (help-map): Bind `display-local-help' to `C-h .'.
22481 (help-for-help): Add `C-h .' to the listed Help options.
22482 Remove trailing whitespace.
22483
22484 * help-at-pt.el: New file.
22485
22486 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
22487
22488 * subr.el (noreturn, 1value): New macros for test coverage.
22489 See `testcover.el'.
22490
22491 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
22492 `1value'.
22493
22494 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22495 for macro `1value'.
22496 (testcover-1value): New function. Checks that a 1value form
22497 actually returns only one value. Requested by RMS.
22498
22499 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
22500
22501 * gdb-ui.el (gud-watch, gdb-var-create-handler)
22502 (gdb-var-list-children, gdb-var-list-children-handler)
22503 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22504 gdb commands that use mi to keep them out of the command history.
22505
22506 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22507
22508 * cus-start.el (all): Add use-file-dialog.
22509
22510 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
22511
22512 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22513
22514 2003-11-27 Kim F. Storm <storm@cua.dk>
22515
22516 * subr.el (posn-object-x-y): New defun.
22517
22518 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
22519
22520 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22521 Don't use `space' for \\\n.
22522 Be more selective as to which # are comment-starters.
22523
22524 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
22525
22526 * subr.el (number-sequence): Improve handling of floating point
22527 arguments (suggested by Kim Storm). Allow negative arguments.
22528
22529 2003-11-26 Kenichi Handa <handa@m17n.org>
22530
22531 * international/mule-cmds.el (standard-display-european-internal):
22532 Cancel the standard-display-table setting for ` and '.
22533
22534 2003-11-26 Kim F. Storm <storm@cua.dk>
22535
22536 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22537 New defcustoms to add ffap-like functionality to ido.
22538 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
22539 (ido-no-final-slash): New defun.
22540 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22541 (ido-read-file-name): ): Toggle VC checking via
22542 vc-handled-backends instead of vc-master-templates.
22543 (ido-file-internal): Handle ido-use-url-at-point and
22544 ido-use-filename-at-point via code borrowed from ffap-guesser.
22545 Handle new ido-exit code ffap.
22546 (ido-sort-list): Ignore final slash when sorting file names.
22547
22548 2003-11-25 Kim F. Storm <storm@cua.dk>
22549
22550 * emulation/cua-base.el (cua--standard-movement-commands):
22551 Add forward-sentence and backward-sentence.
22552
22553 2003-11-25 Stephen Eglen <stephen@gnu.org>
22554
22555 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22556 iswitchb-exit is set to 'usefirst when user selects buffer at head
22557 of list using RET. (Selecting buffers at the head of the list was
22558 broken if the substring was also a complete buffername.)
22559
22560 2003-11-23 Kim F. Storm <storm@cua.dk>
22561
22562 * progmodes/compile.el (grep-command, grep-use-null-device)
22563 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22564 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22565 (grep-regexp-alist, grep-program, find-program)
22566 (grep-find-use-xargs, grep-history, grep-find-history)
22567 (grep-process-setup, grep-compute-defaults)
22568 (grep-default-command, grep, grep-tag-default, grep-find)
22569 (grep-expand-command-macros, grep-tree-last-regexp)
22570 (grep-tree-last-files, grep-tree): Move grep variables, functions
22571 and commands to new file grep.el.
22572 (compilation-mode-map): Remove grep commands from Compile sub-menu.
22573 (compilation-process-setup-function): Doc fix.
22574 (compilation-highlight-regexp, compilation-highlight-overlay): New
22575 defvars used for highlighting current compile error in source buffer.
22576 (compile-internal): New optional args HIGHLIGHT-REGEXP and
22577 LOCAL-MAP which overrides compilation-highlight-regexp and
22578 compilation-mode-map for this compilation.
22579 Delay calling compilation-set-window-height until after running
22580 compilation-process-setup-function so it can buffer-local override
22581 compilation-window-height.
22582 Check buffer-local value of compilation-scroll-output.
22583 (compilation-set-window-height): Use buffer-local value of
22584 compilation-window-height.
22585 (compilation-revert-buffer): Don't pass (undefined)
22586 preserve-modes arg to revert-buffer.
22587 (next-error-no-select, previous-error-no-select): New commands.
22588 (compilation-goto-locus): Temporarily highlight current match in
22589 source buffer using compilation-highlight-regexp.
22590
22591 * progmodes/grep.el: New file with grep code from compile.el.
22592 (grep): New defcustom group.
22593 (grep-window-height): New defcustom, like compilation-window-height.
22594 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22595 (grep-scroll-output): New defcustom, like compilation-scroll-output.
22596 (grep-command, grep-use-null-device, grep-find-command)
22597 (grep-tree-files-aliases, grep-tree-ignore-case)
22598 (grep-tree-ignore-CVS-directories): Move to grep custom group.
22599 (grep-setup-hook): New hook variable.
22600 (grep-mode-map): New keymap for grep commands. Add Grep menu.
22601 (grep-last-buffer): New defvar, override compilation-last-buffer.
22602 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
22603 Call compile-internal with args highlight-regexp and grep-mode-map.
22604
22605 2003-11-23 Kim F. Storm <storm@cua.dk>
22606
22607 * subr.el (event-start, event-end): Doc fix.
22608 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22609 (posn-area, posn-actual-col-row, posn-object): New defuns.
22610 (posn-col-row): Simplify doc. Rewrite to use cond.
22611 (posn-point): Also return buffer position for events outside text
22612 area (that info is now present in the event position).
22613
22614 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22615 mouse-set-point so that hscroll still works now that clicks on
22616 fringes generate specific mouse events.
22617 (mouse-set-point): Note that it now works in fringes and margins
22618 too due to new semantics of posn-point in fringes and margins.
22619
22620 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22621 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22622
22623 2003-11-20 Kim F. Storm <storm@cua.dk>
22624
22625 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
22626 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
22627 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
22628 to 100 for icons to avoid increasing line height when shown.
22629
22630 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22631
22632 * newcomment.el (comment-normalize-vars): Initialize properly if
22633 comment-start was nil.
22634
22635 2003-11-19 Andreas Schwab <schwab@suse.de>
22636
22637 * simple.el (set-variable): Fix indentation.
22638
22639 2003-11-17 Kenichi Handa <handa@m17n.org>
22640
22641 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
22642 Fix docstring.
22643
22644 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22645
22646 * international/latin1-disp.el (latin1-display): Fix docstring.
22647
22648 2003-11-16 John Wiegley <johnw@newartisans.com>
22649
22650 * eshell/em-ls.el (eshell-ls-file): There are times with
22651 size-width is nil and uncomputed (when directories are created in
22652 dired, for example); in this case, 4 is reasonable default value,
22653 although it may caused skewed new entries (which could be avoided
22654 by returning the original value of 8 in all cases, but 99% of the
22655 time this is a waste of whitespace).
22656
22657 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22658
22659 * cc-engine.el (c-guess-continued-construct)
22660 (c-guess-basic-syntax): Check a little more carefully if it's a
22661 function declaration when an unknown construct followed by a block
22662 is found inside a statement context. This avoids macros followed
22663 by blocks to be taken as function declarations.
22664
22665 (c-guess-continued-construct): Change the analysis of a statement
22666 continuation with a brace open to `substatement-block', for
22667 consistency with recognized statements.
22668
22669 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
22670 start is in a position so that `c-beginning-of-statement-1' jumped
22671 to the beginning of the same statement.
22672
22673 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
22674 Don't accept binary operators in the arglist if we're in a function
22675 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
22676 template recognition in cases like "if (a < b || c > d)".
22677
22678 (c-restricted-<>-arglists): New more appropriate name for
22679 `c-disallow-comma-in-<>-arglists'.
22680
22681 Accessing functions updated for the variable name change.
22682
22683 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
22684 match data could get clobbered if NOT-INSIDE-TOKEN is used.
22685
22686 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
22687 labels.
22688
22689 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
22690 instead of duplicating parts of it. This fixes bogus label
22691 recognition.
22692
22693 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
22694 of checking the context in which to apply the minimum indentation,
22695 so that it isn't enforced in e.g. namespace blocks.
22696
22697 * cc-vars.el (c-inside-block-syms): New constant used by
22698 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
22699 to somewhat reduce the risk of becoming stale.
22700
22701 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
22702 cc-cmds to cc-engine to allow use from cc-align.
22703
22704 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
22705 qualified identifiers containing "::".
22706
22707 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
22708 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
22709
22710 * cc-vars.el (c-emacs-features): Use a space in front of the name
22711 of the temporary buffer. That also avoids dumping problems in
22712 XEmacs due to undo info being left around after the buffer is killed.
22713
22714 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
22715 arglist to see if it's a K&R style declaration.
22716
22717 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
22718 before returning `knr-argdecl-intro'.
22719
22720 2003-11-16 John Wiegley <johnw@newartisans.com>
22721
22722 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22723 field in a long-listing always 8 characters, use `size-width',
22724 which has already been computed.
22725
22726 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
22727
22728 * subr.el (minor-mode-list): Add `hs-minor-mode'.
22729
22730 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22731
22732 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22733 Support operation while narrowed, with `diff-restrict-view'.
22734
22735 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22736
22737 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22738 Take additional optional arg NARROWFUN. For the generated functions:
22739 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
22740 include frags that arrange to check for and save narrowing state before
22741 the move and then conditionally call NARROWFUN after the move.
22742
22743 2003-11-14 John Wiegley <johnw@newartisans.com>
22744
22745 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22746 that was optional, but obviously missing based on surrounding code.
22747
22748 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22749 string arguments to numbers unless the whole argument was seen as
22750 a number.
22751
22752 2003-11-14 Kenichi Handa <handa@m17n.org>
22753
22754 * international/mule.el (ctext-non-standard-encodings-alist):
22755 Fix coding systems.
22756
22757 2003-11-10 Kenichi Handa <handa@m17n.org>
22758
22759 * language/kannada.el ("Kannada"): Add sample-text.
22760
22761 * language/knd-util.el (kannada-compose-region)
22762 (kannada-compose-string, kannada-post-read-conversion):
22763 Add autoload cookie.
22764
22765 * international/quail.el (quail-completion): Change the message
22766 "corresponding translations" to "corresponding characters".
22767
22768 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
22769
22770 * descr-text.el (describe-char): Fix typo.
22771
22772 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
22773
22774 These changes are to support Kannada language/script.
22775
22776 * Makefile.in (DONTCOMPILE): Add kannada.el.
22777
22778 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
22779
22780 * loadup.el: Preload kannada.el.
22781
22782 * language/ind-util.el (ucs-kannada-to-is13194-alist)
22783 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
22784 New variables.
22785
22786 * language/kannada.el: New file.
22787
22788 * language/knd-util.el: New file.
22789
22790 2003-11-07 Andreas Schwab <schwab@suse.de>
22791
22792 * progmodes/autoconf.el (autoconf-font-lock-keywords):
22793 Also highlight AH_*.
22794
22795 * xml.el (xml-parse-dtd): Fix misplaced paren.
22796
22797 2003-11-07 Kenichi Handa <handa@m17n.org>
22798
22799 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22800
22801 2003-11-05 Juri Linkov <juri@jurta.org>
22802
22803 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22804 (desktop-buffer-file): Use saved buffer-file-coding-system
22805 for file reading. Set auto-insert to nil to prevent automatic
22806 insertion into restored empty files.
22807
22808 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
22809
22810 * files.el (risky-local-variable-p): Make second argument optional.
22811
22812 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
22813
22814 * subr.el (add-hook): Fix last change.
22815
22816 2003-11-03 Eli Zaretskii <eliz@gnu.org>
22817
22818 * mail/rmail.el (rmail-convert-to-babyl-format):
22819 If base64-decode-region signals an error, catch it and silently
22820 ignore it.
22821
22822 2003-11-01 Mark A. Hershberger <mah@everybody.org>
22823
22824 * xml.el (xml-parse-region): Allow comments to appear after the
22825 topmost element has closed.
22826 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22827 (xml-ns-expand-attr): New functions to do namespace handling.
22828 (xml-intern-attrlist): Back-compatible handling of attribute names.
22829 (xml-parse-tag): Move namespace handling to separate functions.
22830 Now produces elements in the form ((:ns . "element") (attr-list)
22831 children) instead of ('ns:element (attr-list) children).
22832 (xml-parse-attlist): Fix attribute parsing.
22833 (xml-parse-dtd): Change parsing so that it produces strings
22834 instead of interned symbols.
22835
22836 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
22837
22838 * dired.el (dired-ls-sorting-switches): Doc fix.
22839
22840 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
22841
22842 * emacs-lisp/rx.el (rx-or): Fix the case of
22843 "(rx (and ?a (or ?b ?c) ?d))".
22844
22845 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
22846
22847 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22848 (texinfo-format-region): Use it.
22849 (texinfo-format-buffer-1): Ditto.
22850
22851 2003-11-01 Alan Mackenzie <acm@muc.de>
22852
22853 Changes to allow scrolling whilst in isearch mode:
22854 * isearch.el (isearch-unread-key-sequence): New function,
22855 extracted from isearch-other-meta-char.
22856 (top level): (put 'foo 'isearch-scroll) on all Emacs's
22857 "scrollable" standard functions.
22858 (isearch-allow-scroll): New customizable variable.
22859 (isearch-string-out-of-window, isearch-back-into-window)
22860 (isearch-reread-key-sequence-naturally)
22861 (isearch-lookup-scroll-key): New functions.
22862 (isearch-other-meta-char): Doc string and functionality enhanced.
22863 Now accepts a prefix argument.
22864 (isearch-lazy-highlight-window-end): New variable.
22865 (isearch-lazy-highlight-new-loop): Pay attention to the window's
22866 end (thru isearch-lazy-highlight-window-end), not only its start.
22867
22868 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
22869 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
22870 (universal-argument, universal-argument-more, negative-argument)
22871 (digit-argument, universal-argument-other-key): Minor changes.
22872
22873 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22874
22875 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
22876 recursively if the last message is deleted, thus avoiding an
22877 infinite loop.
22878
22879 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
22880
22881 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
22882 (tex-main-file): Don't add .tex if the extension is already present.
22883 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22884
22885 2003-10-29 Lute Kamstra <lute@gnu.org>
22886
22887 * progmodes/octave-inf.el (inferior-octave-prompt):
22888 Recognize version number in prompt.
22889
22890 2003-10-28 Dave Love <fx@gnu.org>
22891
22892 * international/characters.el: Fix some Unicode ranges.
22893
22894 2003-10-28 Kenichi Handa <handa@m17n.org>
22895
22896 * disp-table.el (standard-display-8bit)
22897 (standard-display-default, standard-display-ascii)
22898 (standard-display-g1, standard-display-graphic)
22899 (standard-display-underline): Assure that standard-display-table
22900 is a display table.
22901
22902 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
22903
22904 * simple.el (reindent-then-newline-and-indent): Delete space *after*
22905 reindenting the first line.
22906
22907 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
22908
22909 * wid-edit.el (widget-default-delete): Always delete child widgets.
22910
22911 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22912
22913 * newcomment.el (comment-indent): Don't call indent-according-to-mode
22914 if the line has code.
22915 Don't try to line up with something that's too far left.
22916
22917 * progmodes/octave-mod.el (octave-comment-start): Simplify.
22918 (octave-mode-syntax-table): Add % as a comment starter.
22919 (octave-point): Remove.
22920 (octave-in-comment-p, octave-in-string-p)
22921 (octave-not-in-string-or-comment-p, calculate-octave-indent)
22922 (octave-blink-matching-block-open, octave-auto-fill):
22923 Use line-(beginning|end)-position instead.
22924
22925 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
22926
22927 * emacs-lisp/authors.el (authors-aliases): Add correct realname
22928 for Francesco Potort\e,Al\e(B.
22929
22930 2003-10-23 Dave Love <fx@gnu.org>
22931
22932 * international/mule-cmds.el (locale-charset-to-coding-system):
22933 Don't rely on nil being a coding system.
22934
22935 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22936 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22937 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22938
22939 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
22940
22941 * gdb-ui.el (gdb-current-language): New variable.
22942 (gdb-update-flag): Remove variable.
22943 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22944 (gdb-take-last-elt): Remove function.
22945 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22946 (gdb-post-prompt): Check for variable object changes here.
22947
22948 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22949 object changes in gdb-ui.el.
22950
22951 2003-10-21 Richard M. Stallman <rms@gnu.org>
22952
22953 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22954
22955 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22956 Don't check for foo*/ wildcard form here.
22957 (insert-directory): Recognize foo*/ as a wildcard.
22958 Separate wildcard-regexp variable from the arg, wildcard.
22959
22960 * subr.el (add-hook): Correctly detect when make-local-hook was used.
22961 (remove-hook): Correctly handle strange cases about local hooks.
22962
22963 2003-10-21 David Ponce <david@dponce.com>
22964
22965 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22966 argument REAL, to return a real number instead of a rounded
22967 integer value. Define as inline function.
22968 (ruler-mode-right-fringe-cols): Likewise.
22969 (ruler-mode-scroll-bar-cols): New function.
22970 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
22971 (ruler-mode-right-scroll-bar-cols): Likewise.
22972 (ruler-mode-space): New function.
22973 (ruler-mode-ruler): Use it. Handle variations of fringe style,
22974 scroll bar mode and margins in a more robust way.
22975
22976 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
22977
22978 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22979 (antlr-c-init-language-vars): New function.
22980 (antlr-mode): Use it with cc-mode before v5.29.
22981 (antlr-c-common-init): Don't set some local vars here.
22982 (antlr-mode): Set them here.
22983 (antlr-c-forward-sws): New function alias.
22984 (antlr-mode): Redefine with cc-mode before v5.30.
22985 (antlr-skip-sexps): Use it.
22986 (antlr-skip-exception-part): Ditto.
22987 (antlr-skip-file-prelude): Ditto.
22988 (antlr-outside-rule-p): Ditto.
22989 (antlr-end-of-body): Ditto.
22990 (antlr-option-kind): Ditto.
22991 (antlr-insert-option-area): Ditto.
22992 (antlr-file-dependencies): Ditto.
22993
22994 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22995
22996 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22997 Move backward only if point was not inside an entry.
22998
22999 2003-10-21 Richard M. Stallman <rms@gnu.org>
23000
23001 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23002
23003 2003-10-21 Juri Linkov <juri@jurta.org>
23004
23005 * compare-w.el: Automatically skip non-matching text to resync.
23006 (compare-windows-whitespace): Doc fix.
23007 (compare-windows-sync, compare-windows-sync-string-size)
23008 (compare-windows-recenter, compare-ignore-whitespace)
23009 (compare-windows-highlight, compare-windows-face): New variables.
23010 (compare-windows): Use compare-windows-sync.
23011 (compare-windows-highlight, compare-windows-dehighlight)
23012 (compare-windows-sync-regexp)
23013 (compare-windows-sync-default-function): New functions.
23014
23015 2003-10-21 Juri Linkov <juri@jurta.org>
23016
23017 * diff.el (diff-parse-differences): Don't visit the files now;
23018 instead, just record the error locus.
23019
23020 2003-10-21 Dave Love <fx@gnu.org>
23021
23022 * progmodes/cfengine.el: New file.
23023
23024 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23025
23026 * complete.el (PC-do-completion): Do not forget to use `pred' as the
23027 default-directory when completing file names.
23028
23029 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
23030
23031 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
23032 followed by the word `face', it gets treated as a face, even if
23033 it is also defined as a variable or a function.
23034
23035 2003-10-20 Dave Love <fx@gnu.org>
23036
23037 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23038 Avoid incf in macro expansion.
23039
23040 2003-10-20 John Paul Wallington <jpw@gnu.org>
23041
23042 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
23043 `evenp' so we don't implicitly require cl library at runtime.
23044
23045 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
23046
23047 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
23048 (help-make-xrefs): Only make cross-references for faces if
23049 preceded or followed by the word `face'. Do not make a
23050 cross-reference for variables without variable documentation,
23051 unless preceded by the word `variable' or `option'. Update doc
23052 string accordingly.
23053
23054 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
23055
23056 * progmodes/hideshow.el: Rewrite one-armed `if'
23057 constructs using either `when' or `unless'.
23058 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
23059
23060 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
23061
23062 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
23063 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
23064 instead of 12x12.
23065
23066 2003-10-16 Eli Zaretskii <eliz@gnu.org>
23067
23068 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
23069 message while converting to Babyl.
23070
23071 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
23072
23073 * allout.el (allout-mode): Doc fix.
23074
23075 2003-10-16 Lute Kamstra <lute@gnu.org>
23076
23077 * subr.el (force-mode-line-update): Fix docstring.
23078
23079 2003-10-14 Dave Love <fx@gnu.org>
23080
23081 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
23082 (default-input-method): Add :link, improve :type.
23083 (locale-charset-language-names): Fix utf-8 pattern.
23084 (locale-charset-match-p, locale-charset-alist)
23085 (locale-charset-to-coding-system): New.
23086 (set-locale-environment): Deal with codeset part of locale specs.
23087
23088 2003-10-14 Lute Kamstra <lute@gnu.org>
23089
23090 * fringe.el (fringe-mode): Use active voice in docstring.
23091 (set-fringe-style): Ditto.
23092
23093 2003-10-13 Lute Kamstra <lute@gnu.org>
23094
23095 * fringe.el (fringe-mode): Fix docstring.
23096 (set-fringe-style): Ditto.
23097
23098 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
23099
23100 * ediff-mult.el (ediff-filegroup-action):
23101 Use ediff-default-filtering-regexp.
23102
23103 * ediff-util.el (ediff-recenter): Don't call
23104 ediff-restore-highlighting twice.
23105 (ediff-select-difference): Set current difference.
23106 (ediff-unselect-and-select-difference): Add comment.
23107
23108 * ediff.el (ediff-directories,ediff-directory-revisions)
23109 (ediff-directories3,ediff-merge-directories)
23110 (ediff-merge-directories-with-ancestor)
23111 (ediff-merge-directory-revisions)
23112 (ediff-merge-directory-revisions-with-ancestor):
23113 Use ediff-default-filtering-regexp.
23114
23115 2003-10-12 Andreas Schwab <schwab@suse.de>
23116
23117 * international/mule-cmds.el (locale-charset-language-names):
23118 Simplify regex by removing unused grouping.
23119
23120 2003-10-10 Dave Love <fx@gnu.org>
23121
23122 * bindings.el: Don't bind stop.
23123
23124 2003-10-08 Miles Bader <miles@gnu.org>
23125
23126 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
23127 face instead of attempting to emulate it.
23128
23129 2003-10-07 Kenichi Handa <handa@m17n.org>
23130
23131 * international/mule-diag.el (list-coding-systems-1): List coding
23132 systems that are loaded automatically.
23133
23134 * international/code-pages.el (iso-8859-11): Add autoload cookie.
23135
23136 * international/mule.el (autoload-coding-system): New function.
23137
23138 2003-10-07 Andreas Schwab <schwab@suse.de>
23139
23140 * log-edit.el (log-edit-changelog-entries): Prefer local value of
23141 change-log-default-name in the buffer visiting the file.
23142
23143 2003-10-06 Dave Love <fx@gnu.org>
23144
23145 * files.el (find-file-hook): Customize.
23146 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
23147
23148 * bindings.el (completion-ignored-extensions): Remove .log.
23149 (global-map): Add again, open, stop keys.
23150
23151 2003-10-05 Richard M. Stallman <rms@gnu.org>
23152
23153 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
23154 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
23155 Use sh-modify directly.
23156 (sh-select): Use sh-append, not eval.
23157
23158 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
23159
23160 * info.el (Info-following-node-name): New function.
23161
23162 * loadhist.el (unload-feature-special-hooks):
23163 Rename from loadhist-hook-functions.
23164 (loadhist-hook-functions): Now an alias.
23165
23166 2003-10-04 Eli Zaretskii <eliz@gnu.org>
23167
23168 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
23169 file-name clashes on 8+3 filesystems.
23170
23171 * Makefile.in (DONTCOMPILE, bootstrap-clean):
23172 Rename loaddefs-boot.el to ldefs-boot.el
23173
23174 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
23175 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
23176
23177 2003-10-03 Lute Kamstra <lute@gnu.org>
23178
23179 * info.el (Info-mode): Revert previous change.
23180 (Info-escape-percent): New function.
23181 (Info-fontify-node): Use it.
23182
23183 2003-10-02 Andreas Schwab <schwab@suse.de>
23184
23185 * loaddefs-boot.el: Regenerated.
23186
23187 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
23188
23189 * ffap.el: Remove defadvice related code from CVS since `complete'
23190 provides a `PC-completion-as-file-name-predicate' variable that
23191 ffap can override.
23192
23193 2003-10-02 Kenichi Handa <handa@m17n.org>
23194
23195 * international/utf-8.el (ccl-decode-mule-utf-8):
23196 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23197
23198 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23199 * international/subst-big5.el: Likewise.
23200 * international/subst-gb2312.el: Likewise.
23201 * international/subst-ksc.el: Likewise.
23202
23203 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23204
23205 * calendar/calendar.el (increment-calendar-month)
23206 (calendar-leap-year-p, calendar-absolute-from-gregorian)
23207 (generate-calendar, calendar-read-date, calendar-interval)
23208 (calendar-day-of-week): Handle years BC.
23209 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
23210
23211 2003-10-01 Dave Love <fx@gnu.org>
23212
23213 * language/cyrillic.el (cp1251): Alias for windows-1251.
23214
23215 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
23216 bootstrap.
23217
23218 2003-10-01 Lute Kamstra <lute@gnu.org>
23219
23220 * files.el: Fix typo.
23221 * imenu.el (imenu--generic-function): Docstring fix.
23222
23223 2003-09-30 Richard M. Stallman <rms@gnu.org>
23224
23225 * dired.el (dired-mode): Handle dired-directory as a list.
23226
23227 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
23228
23229 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
23230
23231 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
23232
23233 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
23234 Replace gud-display with gud-watch.
23235 (gud-speedbar-buttons): Add stuff for watching expressions
23236 in the speedbar when using M-x gdba. Use dolist on old part
23237 of this function.
23238
23239 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
23240 (gdb-update-flag): New variables.
23241 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
23242 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
23243 (gud-watch, gdb-var-create-handler) : New functions.
23244 (gdb-var-list-children, gdb-var-list-children-handler)
23245 (gdb-var-create-regexp, gdb-var-update-regexp)
23246 (gdb-var-list-children-regexp): New constants.
23247 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23248 (gdb-annotation-rules): Reduce annotation set (level 3).
23249 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23250 (gdb-post-prompt): Don't update GDB buffers every time speedbar
23251 updates.
23252 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23253 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23254 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23255 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23256 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23257 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23258 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23259 (gud-display, gud-display1)
23260 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23261 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23262 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23263 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23264 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23265 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23266 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23267 (gdb-display-display-buffer, gdb-toggle-display)
23268 (gdb-delete-display, gdb-expressions-popup-menu)
23269 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23270 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23271 to display buffer.
23272
23273 2003-09-30 Richard M. Stallman <rms@gnu.org>
23274
23275 * progmodes/ada-mode.el (ada-mode): Don't use advice.
23276 Instead, set which-func-functions.
23277
23278 * progmodes/which-func.el (which-func-modes): Add ada-mode.
23279 (which-func-functions): New variable.
23280 (which-function): Use that.
23281
23282 * info.el (Info-mode): Double each `%' in header line.
23283
23284 * emacs-lisp/lisp-mnt.el (lm-with-file):
23285 When FILE is nil, run BODY in current buffer.
23286
23287 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23288
23289 * help.el (describe-mode): Start with a brief list of minor modes.
23290 Find them thru minor-mode-list so as to find them all.
23291 Show them in alphabetical order.
23292
23293 * mail/sendmail.el (mail-aliases): Doc fix.
23294
23295 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23296
23297 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23298
23299 * mail/rmailsum.el (rmail-make-summary-line-1):
23300 Change comma after last label to a space.
23301 (rmail-summary-font-lock-keywords): Adapt to that change.
23302
23303 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
23304
23305 * progmodes/scheme.el (scheme-mode-variables): When setting
23306 `font-lock-defaults', also specify that "#" should
23307 be interpreted with `word' syntax.
23308 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23309
23310 2003-09-30 Lars Hansen <larsh@math.ku.dk>
23311
23312 * desktop.el: A lot of comments updated.
23313 (desktop-save-mode): Minor mode introduced.
23314 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23315 (desktop-load-default): Function made obsolete.
23316 (desktop-locals-to-save): Variable made customizable.
23317 (desktop-read): Optional parameter `dirname' added.
23318 (desktop-change-dir, desktop-revert): Parameter `dirname' in
23319 `desktop-read' used.
23320 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23321
23322 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
23323
23324 * whitespace.el (whitespace-clean-msg): Add user customizable message
23325 for displaying ``clean'' output.
23326 (whitespace-buffer): Use `whitespace-clean-msg'.
23327 (whitespace-global-mode): Fix typo.
23328
23329 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
23330
23331 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23332
23333 2003-09-29 Lute Kamstra <lute@gnu.org>
23334
23335 * bindings.el (mode-line-modes): Remove superfluous :propertize
23336 construct in initialization.
23337 (mode-line-position): Change cons cell into proper list in
23338 initialization.
23339
23340 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23341
23342 * international/mule.el (decode-coding-inserted-region): Use car
23343 of the return value of find-operation-coding-system.
23344
23345 2003-09-29 Kenichi Handa <handa@m17n.org>
23346
23347 * descr-text.el (describe-char): Fix previous change.
23348
23349 2003-09-28 Kenichi Handa <handa@m17n.org>
23350
23351 * descr-text.el (describe-char-display): New function.
23352 (describe-char): Pay attention to display table on describing how
23353 a character is displayed.
23354
23355 * international/mule-cmds.el (encoded-string-description):
23356 Prepend "0x" to each encoded byte.
23357
23358 2003-09-28 Andreas Schwab <schwab@suse.de>
23359
23360 * find-file.el (ff-special-constructs): Add autoload cookie.
23361
23362 2003-09-28 Kevin Ryde <user42@zip.com.au>
23363
23364 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23365 makeinfo appends to duplicate index entries.
23366
23367 2003-09-28 Eli Zaretskii <eliz@gnu.org>
23368
23369 * dired-x.el (dired-clean-tex): Doc fix.
23370
23371 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23372 using a Chinese tutorial.
23373
23374 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23375
23376 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23377 between "MAIL FROM:" and "RCPT TO:" and the following address.
23378
23379 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23380
23381 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23382
23383 2003-09-28 David Ponce <david@dponce.com>
23384
23385 * recentf.el (recentf-initialize-file-name-history): New defcustom.
23386 (recentf-load-list): When `recentf-initialize-file-name-history'
23387 is non-nil, initialize an empty `file-name-history' with the
23388 recent list.
23389
23390 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
23391
23392 * man.el (Man-default-man-entry): Remove the leading `*' from the
23393 word at point.
23394
23395 2003-09-26 Lute Kamstra <lute@gnu.org>
23396
23397 * bindings.el (mode-line-position): Mention size indication in
23398 docstring.
23399
23400 2003-09-26 Andre Spiegel <spiegel@gnu.org>
23401
23402 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23403
23404 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23405 because it's autoloaded now.
23406
23407 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
23408
23409 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23410 (sh-font-lock-keywords, sh-feature): Fix previous change of
23411 sh-feature to avoid infloop with sh-font-lock-keywords.
23412
23413 2003-09-25 Kim F. Storm <storm@cua.dk>
23414
23415 * frame.el (frame-current-scroll-bars): New defun.
23416
23417 * window.el (window-current-scroll-bars): New defun.
23418
23419 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23420
23421 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23422 cause errors when the state cache contains info on parts that have
23423 been narrowed out.
23424
23425 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23426
23427 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23428 `c-setup-paragraph-variables' has to be used when this variable is
23429 changed; it doesn't work to reinitialize the mode since that
23430 typically clobbers the variable.
23431
23432 * progmodes/cc-styles.el (c-setup-paragraph-variables):
23433 Make it interactive.
23434
23435 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23436
23437 * progmodes/cc-fonts.el (c-font-lock-declarations):
23438 Fix recognition of constructors and destructors for classes whose
23439 names are matched by `*-font-lock-extra-types'.
23440
23441 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23442 followed by an identifier in C++ then it's a type.
23443
23444 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23445
23446 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23447 problem that primarily affected XEmacs. Don't use faces to find
23448 unterminated strings since Emacs and XEmacs fontify strings
23449 differently - this function should now work better in XEmacs.
23450
23451 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23452
23453 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23454 `expand-abbrev' workaround which caused braces to misbehave inside
23455 macros.
23456
23457 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23458 handling. This bug could cause interactive font locking to bail out.
23459
23460 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23461
23462 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23463 Handle paren-style types in Pike. Also fixed some cases of
23464 insufficient handling of unbalanced parens.
23465
23466 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
23467
23468 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23469 common shell prompts that are not common filename or URL characters.
23470 (ffap-file-at-point): Use the new regexp to strip the prompts from
23471 the file names. This is an issue mostly for user prompts that
23472 don't have a trailing space and find-file-at-point is invoked from
23473 within a shell inside Emacs.
23474
23475 2003-09-24 Andre Spiegel <spiegel@gnu.org>
23476
23477 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23478 stamps numerically, rather than textually.
23479
23480 2003-09-24 Kenichi Handa <handa@m17n.org>
23481
23482 * language/devan-util.el (devanagari-post-read-conversion):
23483 * language/mlm-util.el (malayalam-post-read-conversion):
23484 * language/tml-util.el (tamil-post-read-conversion):
23485 Add autoload cookie.
23486
23487 * international/utf-8.el (utf-8-post-read-conversion):
23488 Call post-read-conversion functions for Devanagari, Malayalam,
23489 and Tamil.
23490
23491 2003-09-23 Dave Love <fx@gnu.org>
23492
23493 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23494
23495 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
23496
23497 * progmodes/gud.el (perldb): Add gud-until to list of commands.
23498 Update gud-remove.
23499
23500 2003-09-22 Richard M. Stallman <rms@gnu.org>
23501
23502 * progmodes/sh-script.el (sh-mode-default-syntax-table):
23503 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
23504 (sh-mode-syntax-table-input): New variable.
23505 (sh-require-final-newline): Don't use eval.
23506 (sh-builtins, sh-leading-keywords, sh-other-keywords)
23507 (sh-variables, sh-font-lock-keywords): Don't use eval.
23508 (sh-set-shell): When setting require-final-newline,
23509 treat value = `require-final-newline' as don't change it.
23510 Set sh-mode-syntax-table locally based on
23511 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23512
23513 * progmodes/compile.el (compile-internal):
23514 Call compilation-set-window-height before setting window start.
23515
23516 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
23517
23518 * emacs-lisp/bytecomp.el (byte-compile-log-file):
23519 Clear out byte-compile-last-warned-form.
23520
23521 2003-09-22 Richard M. Stallman <rms@gnu.org>
23522
23523 * woman.el (woman-file-name, woman-follow-word):
23524 If current-word returns nil, use "".
23525
23526 * simple.el (eval-expression): Bind standard-output in to-buffer case.
23527
23528 2003-09-22 Richard M. Stallman <rms@gnu.org>
23529
23530 * emacs-lisp/lisp-mnt.el (lm-with-file):
23531 Don't visit the file, just use insert-file-contents in temp buffer.
23532
23533 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
23534
23535 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23536 Add surrounding \\( and \\) around the header, as in
23537 for lm-history-header 'Change Log\\|History'.
23538
23539 2003-09-22 John Paul Wallington <jpw@gnu.org>
23540
23541 * progmodes/ld-script.el: Add Commentary section,
23542 minor cleanup of file header.
23543 (ld-script-font-lock-keywords): Doc fix.
23544 (toplevel): Provide `ld-script' feature.
23545
23546 2003-09-21 Kim F. Storm <storm@cua.dk>
23547
23548 * scroll-bar.el (set-scroll-bar-mode): Initialize to
23549 new built-in variable default-frame-scroll-bars.
23550 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23551 scroll-bar-mode; notably, use it instead of t when we toggle
23552 scroll-bars on.
23553 (toggle-scroll-bar): Use default-frame-scroll-bars.
23554
23555 2003-09-19 Masatake YAMATO <jet@gyve.org>
23556
23557 * pcvs.el (cvs-do-removal): Change the prompt depending on
23558 `filter' value.
23559
23560 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
23561
23562 * startup.el (command-line-1): Stop startup-echo-area-message
23563 being hidden by "Loading image..." message.
23564 (use-fancy-splash-screens-p, display-splash-screen):
23565 Move display-graphic-p test from latter to former.
23566
23567 * progmodes/sh-script.el (sh-font-lock-keywords):
23568 Highlight escaped EOLs differently from other backslash constructs.
23569
23570 2003-09-19 Richard M. Stallman <rms@gnu.org>
23571
23572 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23573 New functions.
23574 (edebug-enter, edebug-outside-excursion): Use them.
23575
23576 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23577 Fix the condition for whether to print "In WHERE".
23578
23579 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
23580
23581 * finder.el (finder-mode-hook): New variable.
23582 (finder-mode): Run hook finder-mode-hook
23583
23584 2003-09-18 Masatake YAMATO <jet@gyve.org>
23585
23586 * progmodes/ebrowse.el: Fix broken magic autoload comments.
23587
23588 2003-09-17 Mario Lang <mlang@delysid.org>
23589
23590 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23591 "p %e" to actually print the value in the GUD buffer.
23592
23593 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
23594
23595 From David Ponce <david.ponce@wanadoo.fr>:
23596 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23597 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23598 from loaddefs-boot.el if necessary.
23599
23600 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
23601
23602 * progmodes/gud.el (gud-find-class): Make jdb work again since
23603 cc-mode changed the syntactic information.
23604
23605 2003-09-15 David Ponce <david@dponce.com>
23606
23607 * recentf.el: (recentf-exclude): Accept predicates too.
23608 (recentf-file-readable-p): New function.
23609 (recentf-include-p): Handle predicates in recentf-exclude.
23610 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
23611 (recentf-cleanup): Likewise.
23612 (recentf-save-list): Use write-file to handle backup of
23613 recentf-save-file.
23614
23615 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
23616
23617 * loaddefs-boot.el: Renamed from `loaddefs.el'
23618 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23619 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23620 necessary.
23621
23622 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
23623
23624 * electric.el (Electric-pop-up-window): For the `one-window' case,
23625 no longer disconcertingly move point in the original buffer.
23626
23627 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23628
23629 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
23630
23631 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
23632
23633 * dired.el (dired-mode-map): Fix typo.
23634
23635 2003-09-11 Richard M. Stallman <rms@gnu.org>
23636
23637 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
23638
23639 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23640
23641 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
23642 the function is less noisy. Now only `kill-buffer' can ask questions.
23643
23644 2003-09-10 Mario Lang <mlang@delysid.org>
23645
23646 * battery.el: Update Commentary and Copyright.
23647 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23648 appear due to wrong ordering of the expressions in `or'.
23649
23650 2003-09-09 Lute Kamstra <lute@gnu.org>
23651
23652 * misc.el (upcase-char): Fix docstring.
23653 (zap-up-to-char): New command.
23654
23655 2003-09-08 David Ponce <david@dponce.com>
23656
23657 Ensure that recentf correctly updates the menu bar.
23658 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
23659 (recentf-menu-bar): New function.
23660 (recentf-clear-data): Use it
23661 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
23662 of easy-menu-change.
23663
23664 2003-09-08 Lute Kamstra <lute@gnu.org>
23665
23666 * simple.el (size-indication-mode): New.
23667 * bindings.el (mode-line-position): Add buffer size indicator.
23668
23669 2003-09-04 Mario Lang <mlang@delysid.org>
23670
23671 * battery.el (battery-linux-proc-acpi): New function.
23672 (battery-status-function): Modify default value calculation to also
23673 check for availability of ACPI.
23674 (battery-echo-area-format): Ditto.
23675 (battery-mode-line-format): Ditto.
23676
23677 2003-09-06 Dave Love <fx@gnu.org>
23678
23679 * ielm.el (ielm-mode-hook): Add :options.
23680
23681 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
23682 (eldoc-print-current-symbol-info): Use it.
23683
23684 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
23685
23686 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
23687 being displayed in GUD buffer.
23688 (gdb-idle-input-queue): Remove var. Use just one queue.
23689 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
23690 Remove functions. Use just one queue.
23691 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
23692 (gdb-invalidate-assembler, gdb-get-current-frame):
23693 Modify functions. Use just one queue.
23694
23695 2003-09-04 Dave Love <fx@gnu.org>
23696
23697 * cus-start.el: Add blink-cursor-alist.
23698
23699 * ruler-mode.el (ruler-mode-fill-column-char)
23700 (ruler-mode-current-column-char): Use char-displayable-p,
23701 not window-system.
23702
23703 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
23704
23705 * language/european.el (windows-1252): Move from code-pages.
23706
23707 * language/cyrillic.el ("Windows-1251"): Delete.
23708 ("Bulgarian", "Belarusian"): Remove `features'.
23709 (windows-1251): Move from code-pages.
23710
23711 * international/mule-diag.el (non-iso-charset-alist):
23712 Remove `codepage' stuff.
23713 (print-designation, list-coding-systems-1): Output fixes.
23714
23715 * international/code-pages.el (cp-make-translation-table)
23716 (cp-valid-codes): Made defsubsts.
23717 (cp-fix-safe-chars): Delete.
23718 (mule-diag): Don't require.
23719 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
23720 (top-level): Check for defined coding system when defining
23721 cp... aliases. Change w32-add-charset-info test to avoid warning.
23722 (non-iso-charset-alist): Defvar when compiling.
23723 (cp-make-coding-system): Doc fix.
23724
23725 2003-09-02 Jason Rumney <jasonr@gnu.org>
23726
23727 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23728 line-ends from CVS before doing conversion.
23729
23730 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
23731
23732 * calendar/diary-lib.el (diary-header-line-flag)
23733 (diary-header-line-format): New variables.
23734 (list-diary-entries): Use them to set header line in simple diary.
23735
23736 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23737 other than font-lock-string-face to highlight backslashes.
23738
23739 2003-09-01 Jason Rumney <jasonr@gnu.org>
23740
23741 * international/titdic-cnv.el (tit-read-key-value): Include \r in
23742 regexp.
23743
23744 2003-09-01 Dave Love <fx@gnu.org>
23745
23746 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23747
23748 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23749 and :help; also line and column numbers labels.
23750
23751 * international/mule-util.el (char-displayable-p): Move from
23752 latin1-disp, rename and autoload.
23753
23754 * international/latin1-disp.el (latin1-char-displayable-p):
23755 Now obsolete alias. Replace uses with char-displayable-p.
23756 (latin1-display-ucs-per-lynx): Fix last change.
23757
23758 * international/mule-cmds.el (standard-display-european-internal):
23759 Don't use char code for Latin-1 NBSP.
23760 <XFree86 4>: Unfrob NBSP display table. Set display table to use
23761 U+2018, U+2019 for `'.
23762 (select-safe-coding-system): Message fix.
23763
23764 2003-09-01 Kenichi Handa <handa@m17n.org>
23765
23766 * international/fontset.el (setup-default-fontset): For Thai
23767 font, specify "*" family.
23768
23769 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23770
23771 * progmodes/compile.el (previous-error): Accept a prefix
23772 argument, similarly to next-error.
23773
23774 2003-08-31 Masatake YAMATO <jet@gyve.org>
23775
23776 * pcvs.el (cvs-do-removal): Use = instead of eq to check
23777 the number of files. Bind the number of files to a local
23778 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
23779
23780 2003-08-30 Eli Zaretskii <eliz@gnu.org>
23781
23782 * vc-hooks.el (vc-make-version-backup): Fix the change made on
23783 2003-07-26: msdos-long-file-names is a function, not a variable.
23784
23785 2003-08-29 Richard M. Stallman <rms@gnu.org>
23786
23787 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
23788 Do nothing with mail-personal-alias-file if it is nil.
23789
23790 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23791 Do nothing if mail-personal-alias-file is nil.
23792
23793 * term.el (term-exec-1): Bind coding-system-for-read.
23794
23795 * dired.el (dired-mouse-find-file-other-window):
23796 Use dired-view-command-alist here, as in dired-view-file.
23797 (dired-view-command-alist): Use %s to substitute file name.
23798 Handle .ps_pages, .eps, .jpg, .gif, .png.
23799
23800 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23801
23802 * info.el (Info-mode-map): Bind S-tab and <backtab> to
23803 `Info-prev-reference', instead of M-tab.
23804
23805 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
23806
23807 * simple.el (blink-matching-open): Work correctly on chars that
23808 are designated as parens through the syntax-table text property.
23809
23810 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
23811
23812 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23813 line break position in the middle of a non-kinsoku (e.g. latin)
23814 word, making it skip until either a space or a character with
23815 category "|".
23816 (kinsoku-longer): Test for end of buffer.
23817
23818 2003-08-28 Eli Zaretskii <eliz@gnu.org>
23819
23820 * mail/rmail.el (rmail-convert-to-babyl-format):
23821 Detect quoted-printable- and base64-encoded messages and decode them
23822 automatically. Set the message's encoding from the charset=
23823 header, if any. Decode base64-encoded messages in Mail format as well.
23824
23825 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23826
23827 * mail/smtpmail.el: Fix previous change.
23828 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23829 calling smtpmail-via-smtp.
23830 (smtpmail-via-smtp): Add fall-back values for envelope-from.
23831
23832 2003-08-26 John Paul Wallington <jpw@gnu.org>
23833
23834 * image.el (image-jpeg-p): Don't search beyond length of data.
23835
23836 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23837
23838 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23839 misfeature in `expand-abbrev' which caused electric keywords like
23840 "else" to disappear if an open brace was typed directly afterwards.
23841
23842 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23843
23844 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23845 mandatory in `define-widget'.
23846
23847 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23848 Don't align the operators "!=", "<=" and ">=" as assignment operators.
23849
23850 (c-assignment-operators): New language constant that only contains
23851 the assignment operators.
23852
23853 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23854
23855 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23856
23857 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23858 Safeguard against unbalanced sexps.
23859
23860 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
23861
23862 * version.el (emacs-version): Check for gtk. Include gtk version info.
23863
23864 2003-08-25 John Paul Wallington <jpw@gnu.org>
23865
23866 * man.el (Man-default-man-entry): Don't whizz past the section
23867 number before looking for it.
23868
23869 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
23870
23871 * progmodes/gud.el (gud-display-line): Don't set window-point if
23872 source buffer is not visible. (Only happens with M-x gdba.)
23873
23874 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
23875 documentation.
23876 (gdb-source, gdb-source-info): Update to assembler unnecessary
23877 as its done after each GDB command anyway.
23878 (gdb-pre-prompt): Use with-current-buffer.
23879 (gdb-insert-field): Add help-echo text.
23880 (gdb-invalidate-assembler): Re-display of assembler now done in
23881 gdb-info-breakpoints-custom.
23882 (gdb-info-breakpoints-custom): Force re-display of assembler to
23883 happen *after* update of breakpoints buffer.
23884 (gdb-display-source-buffer): Don't choke if gdb-source-window
23885 isn't visible.
23886 (gdb-put-string, gdb-put-arrow): Remove free variables.
23887
23888 2003-08-24 John Paul Wallington <jpw@gnu.org>
23889
23890 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23891
23892 * man.el (Man-default-man-entry): Strip text properties when
23893 snarfing parts of entry because `format' preserves properties.
23894
23895 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23896
23897 * files.el (file-newest-backup): Use `expand-file-name'.
23898
23899 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23900 Allow the diary to pop up a new frame, if needed.
23901
23902 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23903 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23904 (smtpmail-send-it): Make treatment of envelope-from consistent with
23905 sendmail.el.
23906
23907 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23908 (sh-leading-keywords): Add the bash `time' reserved word.
23909 (sh-variables): Add some bash variables.
23910 (sh-add-completer): Fix nil branch of case statement.
23911
23912 2003-08-24 Masatake YAMATO <jet@gyve.org>
23913
23914 * progmodes/ld-script.el: New file.
23915
23916 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
23917
23918 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23919
23920 2003-08-23 Andre Spiegel <spiegel@gnu.org>
23921
23922 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23923 Better explain obsolescence, and what to use instead.
23924
23925 2003-08-23 Masatake YAMATO <jet@gyve.org>
23926
23927 * pcvs.el (cvs-do-removal): Show the deleted file name
23928 on the prompt.
23929
23930 2003-08-20 Dave Love <fx@gnu.org>
23931
23932 * international/mule.el (make-coding-system)
23933 (set-buffer-file-coding-system): Doc fix.
23934
23935 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23936
23937 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23938
23939 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23940
23941 * international/utf-16.el: Add mime-text-unsuitable coding system
23942 properties.
23943
23944 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23945
23946 * cus-edit.el: Add some :links.
23947 (bib): Remove.
23948
23949 * textmodes/bib-mode.el (bib): Add :group external.
23950
23951 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
23952
23953 * wid-edit.el (widget-echo-help): Make it handle expressions that
23954 evaluate to strings.
23955
23956 2003-08-18 Michael Mauger <mmaug@yahoo.com>
23957
23958 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
23959
23960 Simplify selection of SQL products to define highlighting and
23961 interactive mode. Includes detailed instructions on adding
23962 support for new products.
23963
23964 * progmodes/sql.el (sql-product): New variable. Identifies SQL
23965 product for use in highlighting and interactive mode.
23966 (sql-interactive-product): New variable. SQL product for
23967 sql-interactive-mode.
23968 (sql-product-support): New variable. Specifies product-specific
23969 parameters to drive highlighting and interactive mode.
23970 (sql-imenu-generic-expression): Add more object types.
23971 (sql-sqlite-options): Correct comment.
23972 (sql-ms-program): Use "osql" rather than "isql".
23973 (sql-prompt-regexp, sql-prompt-length): Update comment.
23974 (sql-mode-menu): Add "Start SQLi session" entry.
23975 Replace Highlighting submenu with Product menu. Fix Send Region entry.
23976 (sql-mode-abbrev-table): Add abbreviations. Support of
23977 SYSTEM-FLAG on define-abbrev. Support was removed with last
23978 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23979 (sql-mode-font-lock-object-name): Add font-lock pattern for object
23980 names.
23981 (sql-mode-ansi-font-lock-keywords): Set as default value.
23982 (sql-mode-oracle-font-lock-keywords): Set as default value.
23983 Support Oracle 9i keywords.
23984 (sql-mode-postgres-font-lock-keywords): Set as default value.
23985 (sql-mode-linter-font-lock-keywords): Set as default value.
23986 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
23987 SQLServer 2000.
23988 (sql-mode-sybase-font-lock-keywords)
23989 (sql-mode-interbase-font-lock-keywords)
23990 (sql-mode-sqlite-font-lock-keywords)
23991 (sql-mode-strong-font-lock-keywords)
23992 (sql-mode-mysql-font-lock-keywords)
23993 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
23994 keywords.
23995 (sql-mode-font-lock-defaults): Update comment.
23996 (sql-product-feature): New function. Returns feature associated
23997 with a product from `sql-product-support' alist.
23998 (sql-product-font-lock): New function. Set font-lock support
23999 based on `sql-product'.
24000 (sql-add-product-keywords): New function. Add font-lock rules to
24001 product-specific keyword variables.
24002 (sql-set-product): New function. Set `sql-product' and apply
24003 appropriate font-lock highlighting.
24004 (sql-highlight-product): New function. Set font-lock support
24005 based on a product. Also set mode name to include product name.
24006 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24007 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24008 Use `sql-set-product'.
24009 (sql-highlight-ms-keywords)
24010 (sql-highlight-sybase-keywords)
24011 (sql-highlight-interbase-keywords)
24012 (sql-highlight-strong-keywords)
24013 (sql-highlight-mysql-keywords)
24014 (sql-highlight-sqlite-keywords)
24015 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
24016 (sql-get-login): Prompt in the same order as the tokens.
24017 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24018 (sql-product-interactive): New function. Common portions of
24019 product-specific interactive mode wrappers.
24020 (sql-interactive-mode): Rewritten to use product features.
24021 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
24022 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
24023 (sql-db2, sql-linter): Use `sql-product-interactive'.
24024 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
24025 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
24026 (sql-connect-ingres, sql-connect-postgres)
24027 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
24028 New functions. Format command line parameters and invoke comint on
24029 the appropriate interpreter. Code was in the corresponding
24030 `sql-xyz' function before.
24031 (sql-connect-ms): New function. Support -E argument to use
24032 operating system credentials for authentication.
24033
24034 2003-08-18 Kenichi Handa <handa@m17n.org>
24035
24036 * international/mule.el (encode-char): Fix for the ASCII case.
24037
24038 2003-08-15 Kenichi Handa <handa@m17n.org>
24039
24040 * international/fontset.el (setup-default-fontset): Change "*" to
24041 nil in the specifications of font family.
24042
24043 2003-08-18 Kim F. Storm <storm@cua.dk>
24044
24045 * kmacro.el (kmacro-keymap): Group related bindings in
24046 initialization for clarity. Bind C-s to start macro.
24047 Remove C-r binding.
24048 (kmacro-initial-counter-value): New defvar to hold initial counter
24049 value in case we set the value before defining a macro.
24050 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
24051 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
24052 not defining or executing macro. Doc fix.
24053 (kmacro-add-counter): Clear kmacro-initial-counter-value.
24054 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
24055 temporarily view older elements on the macro ring without cycling
24056 the ring.
24057 (kmacro-display): Doc fix.
24058 (kmacro-exec-ring-item): New helper function.
24059 (kmacro-call-ring-2nd): Use it.
24060 (kmacro-call-ring-2nd-repeat): Doc fix.
24061 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
24062 (kmacro-end-or-call-macro): Execute last viewed macro (using
24063 kmacro-exec-ring-item) from ring if this follows
24064 kmacro-view-macro. This allows us to find a macro on the ring
24065 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24066 the ring to bring it to the head of the ring.
24067 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
24068 Allow binding to reserved keys without specifying C-x C-k prefix.
24069 Ask for confirmation if entered key sequence is already bound to
24070 a non-macro command.
24071 (kmacro-view-macro): Repeating command will show older elements
24072 on the macro ring; C-k will execute the last viewed macro.
24073 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
24074 property from 'ring to 'head.
24075
24076 2003-08-17 Alan Shutko <ats@acm.org>
24077
24078 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
24079 keeping December out of the alist.
24080
24081 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
24082
24083 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
24084 * calendar/calendar.el (calendar-mode-map): Bind it to key.
24085 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
24086 (calendar-flatten): New function.
24087 (calendar-mouse-view-other-diary-entries)
24088 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
24089 in the menu title and to show multi-line diary entries correctly
24090 in the menu.
24091
24092 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
24093
24094 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
24095 defcustom, because the default was recently changed.
24096
24097 2003-08-16 Richard M. Stallman <rms@gnu.org>
24098
24099 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
24100
24101 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
24102 New subroutine, broken out of eval-last-sexp-1.
24103 (eval-last-sexp-1): Use eval-last-sexp-print-value.
24104
24105 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
24106
24107 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
24108
24109 * simple.el (eval-expression): Use eval-last-sexp-print-value.
24110
24111 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
24112
24113 * progmodes/compile.el (compilation-error-regexp-alist):
24114 Add Java ANt error detection as described in document
24115 http://ant.apache.org/faq.html
24116
24117 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
24118
24119 * simple.el (backward-word, forward-to-indentation)
24120 (backward-to-indentation): Argument changed to optional.
24121 (next-line, previous-line): Use `or' instead of `unless'.
24122
24123 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24124
24125 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
24126 instead of a constant.
24127
24128 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
24129
24130 * shell.el (shell): With prefix-arg, suggest a new buffer name.
24131
24132 2003-08-12 Andre Spiegel <spiegel@gnu.org>
24133
24134 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
24135 (vc-sccs-workfile-version): Search the entire delta table, rather
24136 than just the first entry, because that might be a deleted version.
24137
24138 2003-08-11 Karl Fogel <kfogel@red-bean.com>
24139
24140 * menu-bar.el (menu-bar-options-menu): Supply a body for the
24141 [save-place] binding in the Options menu. Have it require
24142 'saveplace' and then toggle the variable manually, to avoid an
24143 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
24144 for the bug report.
24145
24146 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
24147
24148 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
24149 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
24150 (gdb-info-threads-custom): Add help-echo text.
24151 (gdb-display-back): Don't use purecopy.
24152 (gdb-info-breakpoints-custom, gdb-reset)
24153 (gdb-assembler-custom): Use display-images-p to test if breakpoint
24154 icons can be displayed.
24155
24156 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
24157
24158 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
24159
24160 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
24161
24162 * bookmark.el (bookmark-completing-read):
24163 Return a string, instead of a list of one string.
24164 Use a popup menu if activated from the mouse.
24165 (bookmark-edit-annotation): Remove unused vars.
24166 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
24167 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
24168 to bookmark-completing-read.
24169 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
24170 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
24171 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
24172 and erase-buffer.
24173 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
24174 (bookmark-menu-jump, bookmark-menu-insert)
24175 (bookmark-popup-menu-and-apply-function)
24176 (bookmark-menu-popup-paned-bookmark-menu): Remove.
24177 (bookmark-menu-build-paned-menu): Remove by folding it into
24178 bookmark-menu-popup-paned-menu.
24179 (menu-bar-bookmark-map): Move the define-key statements here.
24180 Use the "non-menu" commands since they now pop up a menu if needed.
24181 (bookmark-exit-hook-internal): Simplify.
24182
24183 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
24184
24185 * reftex-toc.el (reftex-toc-rename-label): New function.
24186 (reftex-toc-check-docstruct): New function.
24187
24188 * reftex.el (reftex-region-active-p): New function.
24189
24190 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24191 regexp to find the \bibliography macro.
24192
24193 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24194 which does not exist in LaTeX.
24195 (reftex-cite-format-builtin): Added amsrefs support.
24196 (reftex-toc-confirm-promotion): New option
24197
24198 * reftex-toc.el
24199 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24200 (reftex-toc-demote, reftex-toc-promote)
24201 (reftex-toc-do-promote, reftex-toc-promote-prepare)
24202 (reftex-toc-promote-action, reftex-toc-extract-section-number)
24203 (reftex-toc-newhead-from-alist)
24204 (reftex-toc-load-all-files-for-promotion): New functions.
24205 (reftex-toc-help): Added description of new keys.
24206 (reftex-toc-split-windows-fraction): New option.
24207 (reftex-recenter-toc-when-idle): Search *toc* window on all
24208 visible frames.
24209 (reftex-toc): Additional parameter REUSE
24210 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
24211 with REUSE argument.
24212 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
24213 the call of `reftex-toc'.
24214 (reftex-make-separate-toc-frame): New function .
24215 (reftex-toc-recenter): When called with triple prefix arg, call
24216 `reftex-make-separate-toc-frame' first.
24217 (reftex-toc-toggle-dedicated-frame): New command.
24218 (reftex-toc-quit): Adapted to delete frame when called in
24219 dedicated frame.
24220
24221 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
24222 all enclosing macros.
24223
24224
24225 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24226
24227 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
24228 first use.
24229
24230 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24231
24232 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
24233
24234 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24235
24236 * calendar/calendar.el (list-diary-entries-hook)
24237 (diary-display-hook, nongregorian-diary-listing-hook)
24238 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
24239 Add some customize options for these hooks.
24240 (calendar-abbrev-construct): Don't try to take a substring longer
24241 than the original string.
24242
24243 2003-08-05 Richard M. Stallman <rms@gnu.org>
24244
24245 * emacs-lisp/testcover.el (noreturn): Report error if does return.
24246 (testcover-reinstrument-clauses): Doc fix.
24247
24248 * emacs-lisp/warnings.el: Doc fixes, args renamed.
24249 (warning-type-format): Rename from warning-group-format.
24250
24251 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24252 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24253 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24254 to prevent warnings about defvar for an obsolete variable.
24255
24256 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24257 warning-group-format renamed to warning-type-format.
24258
24259 * subr.el (read-passwd): Use clear-string instead of fillarray.
24260
24261 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24262 Use vconcat instead of concat.
24263 (edmacro-sanitize-for-string): New function.
24264
24265 2003-08-05 Dave Love <fx@gnu.org>
24266
24267 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24268 line-number-display-limit-width.
24269
24270 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24271
24272 2003-08-05 Kenichi Handa <handa@m17n.org>
24273
24274 * international/code-pages.el: Don't require mule-diag.
24275
24276 * international/mule-diag.el (non-iso-charset-alist):
24277 Add autoload cookie.
24278
24279 * language/devan-util.el (dev-glyph-order): Add an entry for the
24280 glyph code #xC4.
24281
24282 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24283
24284 * calendar/calendar.el (diary-file, diary-file-name-prefix)
24285 (european-calendar-style, diary-date-forms)
24286 (calendar-day-name-array, calendar-month-name-array): Doc change.
24287 (generate-calendar-month): Adapt for new behavior of
24288 `calendar-day-name' function.
24289 (calendar-abbrev-length, calendar-day-abbrev-array)
24290 (calendar-month-abbrev-array): New variables.
24291 (calendar-abbrev-construct): New function.
24292 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24293 rather than fixing abbrevs at some width. Calling syntax change.
24294 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
24295 (calendar-date-string): Adapt for new behaviors of
24296 `calendar-day-name' and `calendar-month-name' functions.
24297
24298 * calendar/diary-lib.el (list-diary-entries): Adapt for new
24299 behavior of `calendar-day-name' and `calendar-month-name' functions.
24300 (diary-name-pattern): Use abbrev arrays, rather than fixing
24301 abbrevs at three chars. Calling syntax change.
24302 (mark-diary-entries): Adapt for new behaviors of
24303 `diary-name-pattern' and `calendar-make-alist' functions.
24304 (fancy-diary-font-lock-keywords): Adapt for new behavior of
24305 `diary-name-pattern' function.
24306 (font-lock-diary-date-forms): Use abbrev arrays, rather than
24307 fixing abbrevs at three chars. Calling syntax change.
24308 (cal-hebrew, cal-islam): Require when compiling.
24309 (diary-font-lock-keywords): Adapt for new behavior of
24310 `font-lock-diary-date-forms' function.
24311
24312 * calendar/cal-hebrew.el: Reposition some code so defined before used.
24313 (calendar-hebrew-month-name-array-common-year)
24314 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
24315 (list-hebrew-diary-entries): Adapt for new behaviors of
24316 `calendar-day-name' and `add-to-diary-list' functions.
24317 (mark-hebrew-diary-entries): Adapt for new behaviors of
24318 `diary-name-pattern' and `calendar-make-alist' functions.
24319
24320 * calendar/cal-islam.el (calendar-islamic-month-name-array):
24321 Add doc string.
24322 (list-islamic-diary-entries): Adapt for new behaviors of
24323 `calendar-day-name' and `add-to-diary-list' functions.
24324 (mark-islamic-diary-entries): Adapt for new behaviors of
24325 `diary-name-pattern' and `calendar-make-alist' functions.
24326
24327 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
24328 `calendar-month-name' function.
24329
24330 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24331
24332 * calendar/solar.el (solar-seasons-data): Move definition before use.
24333
24334 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24335 (cal-tex-LaTeX-hourbox): Move definition before use.
24336
24337 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24338 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24339 * lunar.el, solar.el (displayed-month, displayed-year):
24340 Define for compiler.
24341
24342 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24343
24344 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24345 MODE. Renamed from c-init-c-language-vars'.
24346 (c-initialize-cc-mode): Change accordingly.
24347 (c-common-init): Ditto.
24348 (c-mode): Ditto.
24349 (c++-mode): Use `c-init-language-vars-for'.
24350 (objc-mode): Ditto.
24351 (java-mode): Ditto.
24352 (idl-mode): Ditto.
24353 (pike-mode): Ditto.
24354 (awk-mode): Ditto.
24355
24356 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24357
24358 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24359 or not the point moved.
24360
24361 (c-search-decl-header-end): Don't trip up on operator identifiers
24362 in C++ and operators like == in all languages.
24363
24364 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24365 Detect leading labels correctly.
24366
24367 2003-08-02 Andreas Schwab <schwab@suse.de>
24368
24369 * textmodes/ispell.el: Don't redo key bindings on loading, put
24370 them only in loaddefs.el.
24371 * bookmark.el: Likewise.
24372 * dabbrev.el: Likewise.
24373 * emerge.el: Likewise.
24374
24375 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24376 has more than one member.
24377
24378 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24379
24380 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24381
24382 * lpr.el (printify-region): It was ending conversion before the
24383 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
24384
24385 2003-07-31 John Paul Wallington <jpw@gnu.org>
24386
24387 * net/browse-url.el (browse-url-epiphany): Doc fix.
24388
24389 2003-07-30 Kenichi Handa <handa@m17n.org>
24390
24391 * international/fontset.el (setup-default-fontset):
24392 Change registry names of Akurti fonts.
24393
24394 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
24395
24396 * comint.el (comint-read-noecho): Use `clear-string' instead of
24397 `fillarray'.
24398
24399 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
24400
24401 * outline.el (outline-mode-hook): Add defvar.
24402
24403 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
24404
24405 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24406 Restore assembler in source window if that is what has been selected.
24407 (menu): Add gdb-restore-windows to menu. Make gdba
24408 specific menus only visible from gdba.
24409
24410 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
24411
24412 * progmodes/compile.el (compilation-environment): New user variable.
24413 (compile-internal): Respect it.
24414
24415 2003-07-23 Masatake YAMATO <jet@gyve.org>
24416
24417 * progmodes/gud.el (gdb-script-font-lock-keywords):
24418 Put `font-lock-function-name-face' on a symbol which includes
24419 `-' like `hook-run'. Put font-lock-variable-name-face
24420 on a symbol starting with $.
24421
24422 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
24423
24424 * files.el (set-visited-file-name): Use truename for buffer-file-name.
24425
24426 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24427
24428 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24429
24430 2003-07-26 Andre Spiegel <spiegel@gnu.org>
24431
24432 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24433 Use with-no-warnings.
24434 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24435 rather than to find-file-not-found-hook, which doesn't exist.
24436
24437 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24438
24439 * international/quail.el (quail-translate-key): Fix previous change.
24440
24441 2003-07-25 John Paul Wallington <jpw@gnu.org>
24442
24443 * server.el (server-start): Check `server-process' is non-nil
24444 before killing it to avoid killing current buffer's process.
24445
24446 * simple.el (choose-completion-string): Use `minibufferp';
24447 test `completion-reference-buffer' if `buffer' arg is nil.
24448 (push-mark): Use `when' and `unless'.
24449 (pop-mark): Use `when'.
24450
24451 * mouse-sel.el (mouse-sel-get-selection-function):
24452 Check `x-last-selected-text-primary'. Don't barf if it or
24453 `x-last-selected-text' aren't bound.
24454
24455 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24456
24457 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24458
24459 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
24460
24461 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24462
24463 2003-07-23 John Paul Wallington <jpw@gnu.org>
24464
24465 * tooltip.el (defface tooltip): Inherit from variable-pitch.
24466
24467 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24468
24469 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24470 string. Defvar the derived hook.
24471
24472 * macros.el (insert-kbd-macro): Escape double quote character.
24473 From Thomas W Murphy <twm@andrew.cmu.edu>.
24474
24475 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
24476
24477 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24478 to match the specific mark rather than reusing comment-start-skip.
24479
24480 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
24481
24482 * progmodes/hideshow.el (hs-special-modes-alist):
24483 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
24484
24485 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
24486
24487 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24488 value using ?\s.
24489
24490 2003-07-21 John Paul Wallington <jpw@gnu.org>
24491
24492 * subr.el (with-selected-window): Add closing paren.
24493
24494 2003-07-21 Richard M. Stallman <rms@gnu.org>
24495
24496 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24497 (lisp-mode): Likewise.
24498
24499 * subr.el (with-selected-window): Copy code form save-selected-window
24500 so as to call select-window with norecord arg.
24501 (dynamic-completion-table): Doc fix.
24502 (lazy-completion-table): Doc fix.
24503
24504 * international/mule-cmds.el (set-locale-environment):
24505 langinfo renamed to locale-info.
24506
24507 * international/mule.el (auto-coding-functions): Doc fix.
24508
24509 2003-07-21 Kenichi Handa <handa@m17n.org>
24510
24511 * international/quail.el (quail-translate-key):
24512 Update quail-current-str correctly.
24513
24514 2003-07-21 Andreas Schwab <schwab@suse.de>
24515
24516 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24517 ?, to "_".
24518
24519 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
24520 Version 2.0.36 of Tramp released.
24521
24522 * net/tramp.el (tramp-default-password-end-of-line): Rename from
24523 tramp-password-end-of-line.
24524 (tramp-password-end-of-line): New method parameter.
24525 (tramp-get-password-end-of-line): Function to access method
24526 parameter `tramp-password-end-of-line', or variable
24527 `tramp-default-password-end-of-line' (default value).
24528 (tramp-methods): Add entries for new parameter
24529 tramp-password-end-of-line.
24530 (tramp-enter-password): Use new function
24531 `tramp-get-password-end-of-line'.
24532 (tramp-handle-insert-file-contents): Do not
24533 unconditionally inhibit the file operation file-local-copy, only
24534 do that when the inhibit-file-name-operation is currently
24535 insert-file-contents. This fixes finding remote CVS-controlled
24536 files. (It would barf on inserting the CVS/Entries file
24537 literally, because the file-local-copy handler wasn't called.)
24538 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24539 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24540 (tramp-initial-commands): New variable.
24541 (tramp-process-initial-commands): New function, using the variable.
24542 (tramp-open-connection-setup-interactive-shell): Call the new function.
24543 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24544 method into the buffer name, never use nil. Reported by Hanak
24545 David <dhanak@inf.bme.hu>.
24546 (tramp-open-connection-setup-interactive-shell): Erase buffer
24547 before sending "stty -onlcr".
24548
24549 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24550
24551 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
24552
24553 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24554
24555 2003-07-19 John Paul Wallington <jpw@gnu.org>
24556
24557 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24558 (artist-draw-rect, artist-draw-square): Doc fixes.
24559
24560 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24561
24562 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24563
24564 2003-07-19 Kenichi Handa <handa@m17n.org>
24565
24566 * international/kkc.el (kkc-show-conversion-list-update):
24567 Highlight the correct candidate in the message.
24568
24569 2003-07-18 John Paul Wallington <jpw@gnu.org>
24570
24571 * simple.el (current-word): Don't include punctuation char when
24572 `really-word' arg is non-nil.
24573
24574 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
24575
24576 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24577 moved to the directory obsolete.
24578
24579 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
24580
24581 * info.el (Info-menu-entry-name-re): Allow newlines in
24582 menu entry names.
24583
24584 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24585 syntax-ppss-after-change-function.
24586 (syntax-ppss-after-change-function): New alias. Update uses.
24587 (syntax-ppss): Catch the case where the buffer is narrowed.
24588
24589 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24590
24591 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24592 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24593
24594 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24595
24596 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24597 since it might be modified.
24598
24599 * progmodes/cc-langs.el (c++-make-template-syntax-table)
24600 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24601 names to these language constants.
24602
24603 2003-07-15 Kim F. Storm <storm@cua.dk>
24604
24605 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24606 All uses changed.
24607
24608 2003-07-14 Mark A. Hershberger <mah@everybody.org>
24609
24610 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24611 Namespace support.
24612
24613 2003-07-13 Juanma Barranquero <lektu@terra.es>
24614
24615 * frame.el (modify-all-frames-parameters): Reinstall (copyright
24616 papers received).
24617
24618 2003-07-13 Karl Eichwalder <ke@suse.de>
24619
24620 * textmodes/po.el (po-find-charset): White space at the start of the
24621 Content-Type field body is non-mandatory.
24622
24623 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
24624
24625 * textmodes/texinfo.el (texinfo-section-list):
24626 Append appendixsection; a synonym for appendixsec.
24627
24628 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
24629
24630 * man.el (Man-translate-cleanup): New.
24631 (Man-translate-references): Call `Man-translate-cleanup' to clean
24632 leading, trailing and middle spaces.
24633
24634 2003-07-13 Lars Hansen <larsh@math.ku.dk>
24635
24636 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
24637 Handle `dired-directory' being a list.
24638
24639 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
24640
24641 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
24642 it doesn't exist.
24643
24644 2003-07-12 Richard M. Stallman <rms@gnu.org>
24645
24646 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
24647
24648 * progmodes/cc-defs.el (c-make-keywords-re):
24649 Don't use delete-duplicates.
24650 (c-lang-const): Don't use mapcan.
24651
24652 * apropos.el (apropos-show-scores): Make it customizable.
24653 Document new meaning.
24654 (apropos): Compute scores from symbols.
24655 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
24656
24657 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24658
24659 * ps-bdf.el: Fix copyright line.
24660 (bdf-directory-list): Fix initialization code.
24661
24662 2003-07-11 John Paul Wallington <jpw@gnu.org>
24663
24664 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
24665 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
24666 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
24667
24668 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
24669
24670 * emacs-lisp/ring.el (ring-elements): Doc fix.
24671
24672 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24673
24674 * calendar/timeclock.el (timeclock-relative)
24675 (timeclock-ask-before-exiting, timeclock-use-display-time):
24676 Doc changes.
24677 (timeclock-modeline-display): Give a message if
24678 `timeclock-use-display-time' is non-nil but `display-time-mode'
24679 is not active.
24680
24681 2003-07-11 Kenichi Handa <handa@m17n.org>
24682
24683 * international/mule-cmds.el (set-language-environment):
24684 Set current-language-environment to the correct string.
24685
24686 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24687
24688 * ps-print.el: Print line number correctly in a region. Reported by
24689 Tim Allen <timallen@ls83.fsnet.co.uk>.
24690 (ps-print-version): New version number (6.6.2).
24691 (ps-printing-region): Code fix.
24692
24693 2003-07-10 John Paul Wallington <jpw@gnu.org>
24694
24695 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
24696 this function can be called from `add-completions-from-tags-table'.
24697
24698 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
24699
24700 * calendar/timeclock.el (timeclock-use-display-time)
24701 (timeclock-day-over-hook, timeclock-workday-remaining)
24702 (timeclock-status-string, timeclock-when-to-leave)
24703 (timeclock-when-to-leave-string, timeclock-log-data)
24704 (timeclock-find-discrep, timeclock-day-base)
24705 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
24706 (timeclock-modeline-display): Set the variable
24707 `timeclock-modeline-display'.
24708 (timeclock-update-modeline): Doc fix. Respect value of
24709 `timeclock-relative'.
24710
24711 2003-07-09 Richard M. Stallman <rms@gnu.org>
24712
24713 * textmodes/reftex-parse.el (reftex-all-document-files):
24714 Add autoload cookie.
24715
24716 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
24717 (reftex-scanning-info-available-p): Add autoload cookie.
24718
24719 * international/mule-cmds.el
24720 (set-display-table-and-terminal-coding-system): Delete duplicate
24721 aset on standard-display-table.
24722
24723 * view.el (view-file): If existing buffer's major mode is special,
24724 don't go into view mode.
24725
24726 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24727
24728 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24729
24730 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24731 buffer changes; there's third party code that calls this function
24732 directly.
24733
24734 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24735
24736 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24737 (autodoc-font-lock-keywords): Don't byte compile on font lock
24738 initialization when running from byte compiled files.
24739
24740 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
24741
24742 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24743 statement ends with auto-increment "++".
24744
24745 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24746
24747 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24748 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24749 these are changed, so declare them as variables and not constants.
24750
24751 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
24752
24753 * subr.el (dolist, dotimes): Doc fix.
24754
24755 2003-07-08 Kim F. Storm <storm@cua.dk>
24756
24757 * international/mule-cmds.el
24758 (set-display-table-and-terminal-coding-system): Don't break
24759 bootstrap if standard-display-table isn't setup yet.
24760
24761 2003-07-07 Richard M. Stallman <rms@gnu.org>
24762
24763 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24764 Give it a doc string, and autoload it.
24765
24766 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24767 Use with-no-warnings.
24768
24769 * info.el (Info-search): If find invisible text, search again.
24770
24771 * isearch.el (search-whitespace-regexp): Add a shy group around it.
24772
24773 * man.el (Man-name-regexp): Match + as part of name.
24774
24775 * simple.el (visible-mode): Rename from vis-mode.
24776 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
24777
24778 * simple.el (current-word): New arg REALLY-WORD specifies
24779 don't include punctuation chars.
24780
24781 * emacs-lisp/debug.el (debug, debugger-env-macro):
24782 Use with-no-warnings while accessing and binding unread-command-char.
24783
24784 * international/mule-cmds.el
24785 (set-display-table-and-terminal-coding-system): Use explicit loop
24786 instead of calling standard-display-default.
24787
24788 * net/ange-ftp.el (ange-ftp-file-symlink-p):
24789 Use condition-case to catch error in ange-ftp-get-files.
24790
24791 * net/browse-url.el (browse-url-browser-function):
24792 Add alternative for Epiphany.
24793 (browse-url-epiphany-program, browse-url-epiphany-arguments)
24794 (browse-url-epiphany-startup-arguments)
24795 (browse-url-epiphany-new-window-is-tab): New variables.
24796 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24797
24798 * progmodes/compile.el (compile-auto-highlight): Default now t.
24799 (compile): Doc fix.
24800 (compilation-next-error): Fix previous change.
24801
24802 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24803
24804 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24805
24806 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
24807
24808 * gdb-ui.el (gdb-source-info): Display current frame when
24809 attaching to an existing process.
24810 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24811 while laying out windows when attaching to an existing process.
24812
24813 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
24814
24815 * info.el (Info-menu): Use Info-menu-entry-name-re.
24816
24817 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
24818
24819 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24820 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24821
24822 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24823 to match the same text.
24824
24825 2003-07-06 John Paul Wallington <jpw@gnu.org>
24826
24827 * vc.el (vc-annotate-offset): Move defvar up.
24828
24829 2003-07-06 Kim F. Storm <storm@cua.dk>
24830
24831 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24832 This should fix the infinite loop when extracting menu names.
24833
24834 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24835
24836 * files.el (auto-mode-alist, interpreter-mode-alist):
24837 Remove entries to CC Mode modes to avoid duplicates; they are now added
24838 with autoload directives in cc-mode.el.
24839
24840 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24841
24842 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24843 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24844 these are changed, so declare them as variables and not constants.
24845
24846 * progmodes/cc-mode.el: Fix some autoload problems: Try to
24847 ensure that the entry for ".c" extension comes before the one for
24848 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24849 Fix incorrect entries that were added to `interpreter-mode-alist'.
24850 Move the autoload directives for AWK to the top level since they
24851 aren't recognized anywhere else. Do not use the new AWK mode doc
24852 in the autoload form for the old AWK mode.
24853
24854 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24855
24856 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24857 (bibtex-sort-ignore-string-entries): Default value t.
24858 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24859 erroneously in previous version.
24860 (bibtex-string-files): Docstring reflects new parsing scheme.
24861 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24862 docstring, add # as one of the chars to crush
24863 (bibtex-autokey-prefix-string, bibtex-autokey-names)
24864 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
24865 (bibtex-autokey-name-change-strings)
24866 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
24867 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
24868 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
24869 (bibtex-autokey-title-terminators)
24870 (bibtex-autokey-titlewords-stretch)
24871 (bibtex-autokey-titleword-ignore)
24872 (bibtex-autokey-titleword-case-convert)
24873 (bibtex-autokey-titleword-abbrevs)
24874 (bibtex-autokey-titleword-abbrevs)
24875 (bibtex-autokey-titleword-change-strings)
24876 (bibtex-autokey-titleword-length)
24877 (bibtex-autokey-titleword-separator)
24878 (bibtex-autokey-name-year-separator)
24879 (bibtex-autokey-year-title-separator)
24880 (bibtex-autokey-before-presentation-function)
24881 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
24882 Fix docstring.
24883 (bibtex-strings, bibtex-reference-keys):
24884 Use lazy-completion-table and make-variable-buffer-local.
24885 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24886 (bibtex-braced-string-syntax-table)
24887 (bibtex-quoted-string-syntax-table): New variables.
24888 (bibtex-parse-nested-braces): Remove.
24889 (bibtex-parse-field-string): Use syntax table and forward-sexp.
24890 (bibtex-parse-association): Simplify.
24891 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24892 (bibtex-parse-field-text): Simplify.
24893 (bibtex-search-forward-field, bibtex-search-backward-field):
24894 argument BOUND can take value t.
24895 (bibtex-start-of-field, bibtex-start-of-name-in-field)
24896 (bibtex-end-of-name-in-field, bibtex-end-of-field)
24897 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24898 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24899 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24900 (bibtex-skip-to-valid-entry): Return buffer position of beginning
24901 and ending of entry. Update for changes of bibtex-search-entry.
24902 Simplify.
24903 (bibtex-map-entries): FUN is called with three arguments.
24904 (bibtex-search-entry): Return a cons pair with buffer positions of
24905 beginning and end of entry.
24906 (bibtex-enclosing-field): Simplify.
24907 (bibtex-format-entry): Use booktitle to set a missing title.
24908 (bibtex-autokey-get-names): Fiddle with regexps.
24909 (bibtex-generate-autokey): Use identity.
24910 (bibtex-parse-keys): Use simplified parsing algorithm if
24911 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
24912 arguments. Return alist of keys.
24913 (bibtex-parse-strings): Simplify. Return alist of strings.
24914 (bibtex-complete-string-cleanup): Fix docstring.
24915 (bibtex-read-key): New function.
24916 (bibtex-mode): Fix docstring. Do not parse for keys and
24917 strings when the mode is entered. Set fill-paragraph-function to
24918 bibtex-fill-field. Setup font-lock-mark-block-function the way
24919 font-lock intended.
24920 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
24921 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24922 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24923 (bibtex-Preamble): Avoid hard coded constants.
24924 (bibtex-make-field): Fix docstring. Simplify.
24925 (bibtex-beginning-of-entry): Always return new position of point.
24926 (bibtex-end-of-entry): Rearrange cond clauses.
24927 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24928 Update for changes of bibtex-map-entries.
24929 (bibtex-ispell-abstract): Do not move point.
24930 (bibtex-entry-index): Use downcase. Simplify.
24931 (bibtex-lessp): Handle catch-all.
24932 (bibtex-find-crossref): Turn into a command.
24933 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
24934 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
24935 preamble entries.
24936 (bibtex-fill-field-bounds): New function.
24937 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
24938 (bibtex-fill-entry): Use bibtex-fill-field-bounds
24939 (bibtex-String): Use bibtex-strings. Always obey
24940 bibtex-sort-ignore-string-entries.
24941
24942 2003-07-05 John Paul Wallington <jpw@gnu.org>
24943
24944 * cus-theme.el (customize-create-theme):
24945 Call `customize-create-theme' in Reset widget's notify function.
24946
24947 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24948 (ibuffer-mark-interactive): Use `or' instead of `unless'.
24949 (define-ibuffer-column name): Add summarizer.
24950 (define-ibuffer-column size): Likewise.
24951 (define-ibuffer-column filename): Likewise.
24952 (define-ibuffer-column process): Likewise. Change BODY's output too.
24953 (define-ibuffer-column filename-and-process): Likewise, likewise.
24954 (ibuffer): Remove local vars `already-in' and `need-update'.
24955
24956 * ibuf-ext.el: Don't require `derived' at compile-time.
24957
24958 2003-07-05 Kim F. Storm <storm@cua.dk>
24959
24960 * info.el: Disable paragraph refilling.
24961 (Info-refill-paragraphs): New defcustom.
24962 (Info-fontify-node): Use it.
24963
24964 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
24965
24966 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24967 thingies from constructors created by defstruct.
24968
24969 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24970 the default value of the variable.
24971 (byte-code-meter): Move declaration to top level.
24972
24973 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24974
24975 * info.el (Info-following-node-name-re): New fun.
24976 (Info-following-node-name): Remove.
24977 (Info-insert-dir): Use the new fun.
24978 (Info-extract-pointer): Don't save restriction; use new fun.
24979 (Info-menu-entry-name-re): New const.
24980 (Info-menu-entry-name-re): Use it along with new fun.
24981 (Info-node-spec-re): Use new fun.
24982 (Info-complete-menu-item, Info-fontify-node): Use new const.
24983 (Info-goto-node, Info-follow-reference, Info-menu-update):
24984 Use match-string.
24985 (Info-follow-reference): Use assoc-string.
24986 Use a list of strings for the completion table.
24987 (Info-fontify-node): Use match-string, line-end-position.
24988 Limit the search for `node:' to the first line.
24989
24990 * newcomment.el (uncomment-region): Remove padding coming from
24991 comment-start rather than just from comment-padding.
24992
24993 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24994 (vc-cvs-stay-local-p): Use vc-stay-local-p.
24995 (vc-cvs-rename-file): Remove (use the default).
24996 (vc-cvs-register): Register parent dir if needed.
24997 (vc-cvs-could-register): Return non-nil if parent can be registered.
24998 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24999 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25000
25001 * vc-svn.el (vc-svn-use-edit): Make it into a const.
25002 (vc-svn-update): Fix the arguments to `svn'.
25003 (vc-svn-diff-tree): Just use `vc-svn-diff'.
25004 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25005 Simple implementations, assuming `name' is a URL.
25006
25007 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25008 set of chars allowed unquoted in a case pattern.
25009
25010 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25011
25012 * font-lock.el (font-lock-extra-types-widget)
25013 (c-font-lock-extra-types, c++-font-lock-extra-types)
25014 (objc-font-lock-extra-types, java-font-lock-extra-types)
25015 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25016 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25017 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25018 (font-lock-match-c++-structor-declaration)
25019 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25020 (c++-font-lock-keywords-3, c++-font-lock-keywords)
25021 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
25022 (objc-font-lock-keywords-3, objc-font-lock-keywords)
25023 (java-font-lock-keywords-1, java-font-lock-keywords-2)
25024 (java-font-lock-keywords-3, java-font-lock-keywords)
25025 (java-font-lock-syntactic-face-function): Remove obsolete code
25026 and constants. It's all in cc-fonts.el now.
25027
25028 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
25029
25030 * mail/sendmail.el (mail-specify-envelope-from)
25031 (mail-envelope-from): Doc fix.
25032
25033 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
25034
25035 * generic-x.el: Do away with the dependency on `c-emacs-features'
25036 when populating `rul-generic-mode-syntax-table'; we already know
25037 this isn't XEmacs.
25038
25039 See ChangeLog.10 for earlier changes.
25040
25041 ;; Local Variables:
25042 ;; coding: iso-2022-7bit
25043 ;; End:
25044
25045 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
25046 Copying and distribution of this file, with or without modification,
25047 are permitted provided the copyright notice and this notice are preserved.
25048
25049 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1