]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-08-21 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-ignore-item-p): Use save-match-data.
4 Bind case-fold-search to ido-case-fold locally.
5
6 2005-08-20 Richard M. Stallman <rms@gnu.org>
7
8 * files.el (normal-mode): If font lock is on, turn it off and on.
9
10 * subr.el (replace-regexp-in-string): Doc fix.
11
12 * startup.el (command-line-1): Don't suppress startup screen
13 due to existing processes.
14
15 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16
17 * progmodes/compile.el (compilation-disable-input): Default to nil.
18
19 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20
21 * progmodes/compile.el (compilation-disable-input): New defcustom.
22 (compilation-start): If compilation-disable-input is non-nil, send
23 EOF to the compilation process.
24
25 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26
27 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
28 Run the argument of tex-shell-cd-command through
29 convert-standard-filename, to get the correct style of slashes on
30 Windows, and enclose the result in quotes, in case the file name
31 includes whitespace or other special characters.
32
33 2005-08-19 Andreas Schwab <schwab@suse.de>
34
35 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
36 process.
37
38 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
39
40 * cus-start.el (minibuffer-prompt-properties): Correct typo.
41
42 2005-08-18 Kim F. Storm <storm@cua.dk>
43
44 * scroll-lock.el: Fix errors due to incorrect line wrapping.
45
46 2005-08-18 Richard M. Stallman <rms@gnu.org>
47
48 * scroll-lock.el: New file.
49
50 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
51
52 * dired.el (dired-move-to-end-of-filename):
53 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
54
55 2005-08-18 Kim F. Storm <storm@cua.dk>
56
57 * ido.el (ido-everywhere): Fix defcustom :set function to disable
58 rather than toggle mode when custom value is nil.
59 (ido-everywhere): Fix defun doc string.
60
61 2005-08-17 Richard M. Stallman <rms@gnu.org>
62
63 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
64 as tag instead of "Inviolable".
65
66 2005-08-17 Kim F. Storm <storm@cua.dk>
67
68 * windmove.el (windmove-coordinates-of-position): Remove.
69 (windmove-coordinates-of-window-position): Remove.
70 (windmove-reference-loc): Use posn-at-point instead.
71
72 * subr.el (insert-for-yank-1): Doc fix.
73
74 * ido.el (ido-enter-matching-directory): Rename from
75 ido-enter-single-matching-directory. Change 'slash choice to
76 'only. Add 'first choice.
77 (ido-exhibit): Adapt to above changes.
78
79 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
80
81 * Makefile.in: Expand comment about building loaddefs.el.
82
83 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
84
85 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
86 Comment use of defadvice.
87
88 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
89
90 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
91
92 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
93 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
94 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
95 * progmodes/idlw-shell.el, progmodes/ld-script.el,
96 * progmodes/which-func.el, ruler-mode.el, strokes.el,
97 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
98 for backward compatibility for faces that did not appear in the
99 previous Emacs release.
100
101 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
102
103 2005-08-15 Kim F. Storm <storm@cua.dk>
104
105 * emulation/cua-base.el (cua-delete-region): Return t if
106 deleted region was non-empty.
107 (cua-replace-region): Inhibit overwrite-mode for
108 self-insert-command if replaced region was non-empty.
109 (cua--explicit-region-start, cua--status-string): Make them
110 buffer-local at top-level...
111 (cua-mode): ...rather than when mode is enabled.
112
113 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
114
115 * progmodes/vhdl-mode.el (vhdl-emacs-21):
116 Set t for Emacs 21, 22, and so on.
117
118 2005-08-15 David Ponce <david@dponce.com>
119
120 * tree-widget.el Update Commentary header.
121 (tree-widget-theme): Doc fix.
122 (tree-widget-space-width): New option.
123 (tree-widget-image-properties): Look up in the default theme too.
124 (tree-widget--cursors): Only for images with arrow pointer shape.
125 (tree-widget-lookup-image): Pointer shape is hand by default.
126 (tree-widget-icon): Generic icon widget renamed from
127 `tree-widget-control'.
128 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
129 derive from `tree-widget-icon'.
130 (tree-widget-handle): Improve default look and feel of the text
131 representation.
132 (tree-widget): Rename :*-control properties to :*-icon properties.
133 Add :action and :help-echo properties.
134 (tree-widget-after-toggle-functions): Move.
135 (tree-widget-close-node, tree-widget-open-node): Remove.
136 (tree-widget-before-create-icon-functions): New hook.
137 (tree-widget-value-create): Update to allow customization of icons
138 and nodes at run-time via that new hook.
139 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
140 (tree-widget-icon-action, tree-widget-icon-help-echo)
141 (tree-widget-action, tree-widget-help-echo): New functions.
142
143 2005-08-15 Kim F. Storm <storm@cua.dk>
144
145 * ido.el (ido-buffer-internal): Use with-no-warnings.
146 (ido-make-merged-file-list): Use while-no-input.
147
148 2005-08-15 Richard M. Stallman <rms@gnu.org>
149
150 * textmodes/flyspell.el (flyspell-large-region): Fix doc and custom type.
151 (flyspell-mark-duplications-flag): Doc fix.
152
153 2005-08-14 Richard M. Stallman <rms@gnu.org>
154
155 * files.el (interpreter-mode-alist): Doc fix.
156
157 * mail/rmail.el (rmail-nonignored-headers): New variable.
158 (rmail-clear-headers): Use it.
159 (rmail-reply): Better handling of mail-followup-to header.
160
161 * progmodes/sh-script.el (sh-font-lock-keywords-var): Variable
162 renamed from sh-font-lock-keywords. In the `shell' entry, don't
163 try to refer to executable-font-lock-keywords.
164 (sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1.
165 (sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2.
166 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
167 (sh-mode): Set comment-start-skip, local-abbrev-table,
168 imenu-case-fold-search.
169 (sh-set-shell): Don't set them here.
170 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
171 Don't cache the results in the original alist; don't ever modify
172 that alist.
173
174 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
175
176 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
177 empty.
178
179 2005-08-15 Andreas Schwab <schwab@suse.de>
180
181 * desktop.el: Put autoload cookie at risky-local-variable
182 declarations.
183
184 * dired.el, info.el, mail/rmail.el: Revert last change.
185
186 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
187
188 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
189 modification in `eval-after-load' form.
190 * info.el: Likewise.
191 * mail/rmail.el: Likewise.
192
193 2005-08-14 Juri Linkov <juri@jurta.org>
194
195 * progmodes/compile.el (compilation-mode-font-lock-keywords):
196 Remove highlighting of "Compilation started". Highlight only
197 the word "finished" in "Compilation finished". Add highlighting
198 of "interrupt", "killed", "terminated" and the exit code.
199 (compilation-start): Add newline after header. Use exactly the
200 same time stamp format as the finishing message.
201 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
202
203 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
204 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
205 Add highlighting of "interrupt", "killed", "terminated".
206
207 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
208 enabled and the current command is self-insert-command, call it
209 explicitly with overwrite-mode bound to nil, to not allow it
210 to delete the character after the selected region.
211
212 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
213
214 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
215 move-end-of-line, end-of-line, and beginning-of-line to the list
216 of commands after which the echo area is updated.
217
218 2005-08-12 Eli Zaretskii <eliz@gnu.org>
219
220 * cus-edit.el (custom-save-all, custom-save-delete): Bind
221 recentf-exclude to exclude custom-file.
222
223 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
224
225 * mail/rmailsum.el (rmail-summary-end-of-message): New command
226 to go to the bottom of the mail message. Added to
227 `rmail-summary-mode-map' with key "/".
228 (rmail-summary-show-message): New (internal) function for use by
229 both `rmail-summary-beginning/end-of-message'.
230 (rmail-summary-beginning-of-message): Changed to use
231 rmail-summary-show-message.
232
233 * mail/rmail.el (rmail-end-of-message): New command to go to the
234 end of the current message. Added to `rmail-mode-map' with key "/".
235 (rmail-beginning-of-message): Fixed to work as documented.
236 (rmail-mode): Change documentation.
237
238 * progmodes/compile.el (compilation-start): Add the line
239 "Compilation started" with compilation start time.
240 (compilation-mode-font-lock-keywords): Add `started' to keywords.
241
242 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
243
244 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
245 of menu items.
246
247 2005-08-11 Richard M. Stallman <rms@gnu.org>
248
249 * simple.el (pop-global-mark): Reverse test of widen-automatically.
250
251 * battery.el (battery-status-function): Don't use ignore-errors.
252
253 2005-08-11 Lute Kamstra <lute@gnu.org>
254
255 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
256 define-obsolete-variable-alias.
257
258 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
261 (ange-ftp-send-cmd): Revert last change, and expand
262 the comment explaining the problem.
263
264 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
265
266 * ldefs-boot.el: Update.
267
268 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
269 item to "Time, Load and Mail". Change help echo text.
270
271 * time.el (display-time-use-mail-icon, display-time-format)
272 (display-time-string-forms): Shorten first line of docstrings.
273
274 2005-08-10 Lars Hansen <larsh@soem.dk>
275
276 * desktop.el (desktop-buffer-mode-handlers):
277 Make non-customizable. Add autoload cookie. Change initial value to
278 nil; add elements in respective modules instead. Fix doc string.
279 (desktop-load-file): New function.
280 (desktop-minor-mode-handlers): New autoloaded variable.
281 (desktop-create-buffer): Call minor mode handlers.
282 Use desktop-load-file to load major and minor mode modules prior to
283 checking for a handler.
284 (desktop-save): Don't add nil to desktop-minor-modes for minor
285 modes with nil function in desktop-minor-mode-table. Don't delete
286 desktop file before rewriting it.
287 (desktop-locals-to-save): Add autoload cookie. Don't make
288 automatically buffer-local. Add variables column-number-mode,
289 size-indication-mode, indent-tabs-mode,
290 indicate-buffer-boundaries, indicate-empty-lines and
291 show-trailing-whitespace.
292 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
293 regexps. Don't use desktop-clear-preserve-buffers-regexp.
294 (desktop-clear-preserve-buffers-regexp): Delete.
295 (desktop-clear-preserve-buffers): Update initial value and docstring.
296 (desktop-save-buffer): Fix doc string.
297
298 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
299 (hilit-chg-desktop-restore): New function.
300 (highlight-changes-mode): Add highlight-changes-mode to
301 desktop-locals-to-save.
302
303 * dired.el: Add handler to desktop-buffer-mode-handlers.
304 (dired-restore-desktop-buffer): Remove autoload cookie.
305 (dired-mode): Add autoload cookie.
306
307 * info.el: Add handler to desktop-buffer-mode-handlers.
308 (Info-restore-desktop-buffer): Remove autoload cookie.
309 (Info-mode): Add autoload cookie.
310
311 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
312 (mh-restore-desktop-buffer): Remove autoload cookie.
313 (mh-folder-mode): Add autoload cookie.
314
315 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
316 (rmail-restore-desktop-buffer): Remove autoload cookie.
317
318 2005-08-11 Masatake YAMATO <jet@gyve.org>
319
320 * hexl.el (hexl-address-region):
321 (hexl-ascii-region, hexl-font-lock-keywords):
322 (hexl-highlight-line-range): Use the term "region"
323 instead of "area" for consistency with the other symbols
324 defined in hexl.el.
325
326 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
327
328 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
329 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
330 out by Juri Linkov). Add `display-battery-mode'.
331
332 2005-08-09 Juri Linkov <juri@jurta.org>
333
334 * progmodes/compile.el (compilation-mode-font-lock-keywords):
335 Remove `-text' from face variable names.
336 (compilation-error-file-name, compilation-warning-file-name)
337 (compilation-info-file-name): Delete faces.
338 (compilation-line-number, compilation-column-number):
339 Remove face underlining.
340 (compilation-message-face): Set to `underline' value by default.
341 (compilation-error-face, compilation-warning-face)
342 (compilation-info-face): Remove `-file-name' from face names.
343 (compilation-error-text-face, compilation-warning-text-face)
344 (compilation-info-text-face): Delete face variables.
345 (compilation-text-face): Delete function.
346
347 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of
348 `[^:\n]+'.
349 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
350 (grep-error-face): Set to `compilation-error' instead of
351 `compilation-error-face' (which is redefined to `grep-hit-face' in
352 grep buffers).
353 (grep-mode-font-lock-keywords): Remove `-text' from face variable
354 names. Use `grep-error-face' instead of
355 `compilation-error-text-face'.
356
357 * dired-aux.el (dired-do-query-replace-regexp):
358 Use `query-replace-read-args'.
359
360 * replace.el (query-replace-read-from, query-replace-read-to)
361 (query-replace-read-args): Rename arg `string' to `prompt'.
362
363 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
364
365 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
366
367 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
368 uploading files.
369 (ange-ftp-canonize-filename): Handle file names beginning with ~
370 correctly.
371
372 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
373
374 * textmodes/fill.el (canonically-space-region)
375 (fill-context-prefix, fill-french-nobreak-p)
376 (fill-delete-newlines, fill-comment-paragraph)
377 (justify-current-line): "?\ " -> "?\s".
378
379 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
380
381 * textmodes/fill.el (fill-nonuniform-paragraphs):
382 Improve argument/docstring consistency.
383
384 2005-08-09 Richard M. Stallman <rms@gnu.org>
385
386 * textmodes/ispell.el (ispell-word): More fboundp checks.
387
388 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
389 (find-file-noselect-1): Call it here, only if RAWFILE.
390 (normal-mode): Always set some major mode.
391 (save-some-buffers-action-alist): Change some explanation strings.
392 (file-name-non-special): In the `quote' method, use unwind-protect.
393
394 2005-08-09 Magnus Henoch <mange@freemail.hu>
395
396 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
397 (ispell-have-aspell-dictionaries): New variable.
398 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
399 (ispell-get-aspell-config-value): New function.
400 (ispell-aspell-find-dictionary): New function.
401 (ispell-aspell-add-aliases): New function.
402 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
403 appropriate. Don't look for ispell dictionaries if we use aspell.
404 (ispell-menu-map): Don't build a submenu of dictionaries.
405
406 2005-08-09 Richard M. Stallman <rms@gnu.org>
407
408 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
409 (sql-read-passwd): Use read-passwd.
410
411 * progmodes/idlw-toolbar.el (idlwave-toolbar)
412 (idlwave-toolbar-is-possible): Add defvars.
413
414 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
415 Avoid warnings.
416
417 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
418 (idlwave-system-class-info, idlwave-executive-commands-alist):
419 Use defvar.
420
421 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
422
423 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
424 Avoid warnings.
425
426 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
427 and content-type: headers.
428
429 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
430
431 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
432 and rename some of them to be more self-explanatory.
433
434 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
435
436 * startup.el (command-line-1): Implement -scriptload.
437
438 * replace.el (occur-engine): Initial *Occur* output not undoable.
439
440 * menu-bar.el (menu-bar-file-menu): Rename some menu items
441 and improve help strings.
442
443 * isearch.el (isearch-repeat): When changing direction,
444 mark search successful.
445
446 * ediff-init.el: Use (featurep 'xemacs).
447
448 * comint.el (send-invisible): Identify buffer, if not selected.
449
450 * align.el: Delete autoload for c-guess-basic-syntax.
451
452 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
453
454 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
455 Improve argument/docstring consistency. Doc fixes.
456 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
457 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
458 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
459 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
460 (r2bv-organization, r2bv-pages, r2bv-primary-author)
461 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
462 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
463 Defvar at compile time.
464
465 2005-08-09 Juri Linkov <juri@jurta.org>
466
467 * info.el: Replace `info' with upper-case `Info' where appropriate.
468 (info-title-1, info-title-2, info-title-3, info-title-4)
469 (info-menu-header): Move up face definitions.
470 (info-menu-star): Rename from `info-menu-5'.
471 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
472 (Info-fontify-visited-nodes): Fix docstring.
473 (Info-hide-note-references): Fix docstring.
474 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
475 menu items in the same way as on cross-references.
476 (info-apropos): Fix sorting order and formatting to be like in the
477 stand-alone Info browser. Display error messages for 1 sec.
478 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
479 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
480 from the menu bar.
481 (Info-insert-dir): Restore point after calling
482 `insert-buffer-substring'.
483
484 2005-08-08 Richard M. Stallman <rms@gnu.org>
485
486 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
487 (recompute-lucid-menubar): Add defvars.
488
489 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
490
491 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
492
493 * net/net-utils.el (run-dig): Rename from `dig'.
494
495 * play/gametree.el (gametree-mode): Use make-local-variable,
496 not make-variable-buffer-local.
497
498 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
499
500 * ansi-color.el (ansi-color-make-extent)
501 (ansi-color-set-extent-face): Use fboundp, not functionp.
502
503 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
504 not make-variable-buffer-local.
505
506 * bookmark.el (Info-current-file): Add defvar.
507 (bookmark-jump-noselect): Use with-no-warnings.
508
509 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
510
511 * ebuff-menu.el (Helper-return-blurb): Add defvar.
512
513 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
514
515 * find-file.el (ada-procedure-start-regexp)
516 (ada-package-start-regexp): Add defvars.
517
518 * info.el (Info-insert-dir): Use insert-buffer-substring.
519
520 * xml.el (xml-att-def-re): Add defvar.
521
522 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
523 calling convention.
524
525 * subr.el (while-no-input): Return t if there is input.
526
527 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
528
529 * cus-start.el (all): Add `overflow-newline-into-fringe'.
530
531 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
532
533 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
534 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
535
536 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
537
538 * cmuscheme.el (scheme-start-file): Replace reference to
539 `user-emacs-directory' by "~/.emacs.d/".
540
541 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
542
543 * info.el (Info-dir-remove-duplicates): Avoid case folding
544 in loop; instead, keep downcased strings for comparison.
545 Suggested by Helmut Eller.
546
547 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
548
549 Sync with Tramp 2.0.50.
550
551 * tramp.el: Remove defvar of `last-coding-system-used' in the
552 XEmacs case; not necessary anymore.
553 (tramp-user-regexp): Allow "@" as part of user name.
554 (tramp-handle-set-visited-file-modtime)
555 (tramp-handle-insert-file-contents)
556 (tramp-handle-write-region): No special handling for
557 `last-coding-system-used, because this is done in
558 `tramp-accept-process-output' now.
559 (tramp-accept-process-output): New defun.
560 (tramp-process-one-action, tramp-process-one-multi-action)
561 (tramp-wait-for-regexp, tramp-wait-for-output)
562 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
563 Howells <dhowells@redhat.com>.
564 (clear-visited-file-modtime): Defadvice removed. The check for
565 unset buffer's modtime does not need to be based on
566 `tramp-buffer-file-attributes'. Suggested by RMS.
567 (tramp-message): Insert "\n" if not being at beginning of line.
568 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
569 sequence with same logic.
570 (tramp-completion-handle-expand-file-name): Discard call of
571 `tramp-drop-volume-letter'. It is not necessary, and there have
572 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
573 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
574 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
575 should always be visible.
576 (tramp-handle-insert-directory, tramp-setup-complete)
577 (tramp-set-process-query-on-exit-flag)
578 (tramp-append-tramp-buffers): Pacify byte-compiler.
579 (tramp-bug): Delete non-existing variables from list.
580 Apply `tramp-load-report-modules' as pre-hook.
581 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
582 `shell-prompt-pattern' because of non-7bit characters.
583 Reported by Sebastian Luque <sluque@mun.ca>.
584 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
585 (tramp-match-string-list): Remove function.
586 (tramp-wait-for-regexp): Remove call of that function.
587 Suggested by Kim F. Storm <storm@cua.dk>.
588 (tramp-set-auto-save-file-modes): Use octal integer code #o600
589 instead of octal character code ?\600. The latter resulted in a
590 syntax error with XEmacs.
591
592 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
593 XEmacs case; not necessary anymore.
594 (tramp-smb-handle-write-region): No special handling for
595 `last-coding-system-used, because this is done in
596 `tramp-accept-process-output' now.
597 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
598
599 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
600
601 * wid-edit.el (widget-choice-value-create): Unconditionally
602 respect user choice. Set :explicit-choice back to nil when no
603 longer needed.
604 (widget-choice-action): Unconditionally respect user choice.
605 Eliminate :explicit-choice-value.
606
607 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
608
609 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
610 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
611 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
612 running new function `toggle-indicate-empty-lines'.
613 Rename "Customize" item to "Customize fringe".
614 Rename "Indicators" item to "Buffer boundaries" and change help echo.
615 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
616 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
617 Delete "Empty lines only" item.
618 (menu-bar-showhide-fringe-ind-customize): New function.
619 (menu-bar-showhide-fringe-ind-mixed)
620 (menu-bar-showhide-fringe-ind-box)
621 (menu-bar-showhide-fringe-ind-right)
622 (menu-bar-showhide-fringe-ind-left)
623 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
624 instead of `fringe-indicators'.
625
626 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
627
628 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
629 Change the date of last update.
630
631 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
632
633 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
634 (viper-exec-yank, viper-put-back): Don't display modification msg
635 if in the minibuffer.
636
637 * viper-init.el (viper-replace-overlay-cursor-color)
638 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
639 Make variables frame local.
640
641 * viper-util.el (viper-append-filter-alist): Use append instead of
642 nconc.
643
644 * viper.el (viper-vi-state-mode-list)
645 (viper-emacs-state-mode-list): Move help-mode and
646 completion-list-mode from the first list to the second.
647 (viper-mode): Docstring.
648 (viper-go-away, viper-non-hook-settings): Don't localize
649 minor-mode-alist in newer Emacsen. Add advice to
650 set-cursor-color. Don't bind "\C-c\\".
651
652 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
653
654 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
655 (scheme-macro-expand-command): New user options.
656 (scheme-trace-procedure, scheme-expand-current-form): New commands.
657 (scheme-form-at-point, scheme-start-file)
658 (scheme-interactively-start-process): New functions.
659 (scheme-get-process): New function, extracted from `scheme-proc'.
660 (run-scheme): Call `scheme-start-file' to get start file, and pass
661 it to `make-comint'.
662 (switch-to-scheme, scheme-proc):
663 Call `scheme-interactively-start-process' if no Scheme buffer/process
664 is available.
665
666 2005-08-06 Juri Linkov <juri@jurta.org>
667
668 * progmodes/compile.el (compilation-mode-font-lock-keywords):
669 Use `compilation-text-face', `compilation-info-text-face' and
670 `compilation-error-text-face' instead of `font-lock-keyword-face'.
671 (compilation-error): New face.
672 (compilation-error-file-name): Inherit from
673 `compilation-error' instead of `font-lock-warning-face'.
674 (compilation-warning-file-name): Inherit from
675 `compilation-warning' instead of `font-lock-warning-face'.
676 (compilation-info, compilation-error-file-name)
677 (compilation-warning-file-name, compilation-info-file-name)
678 (compilation-line-number, compilation-column-number): Doc fix.
679 (compilation-error-text-face, compilation-warning-text-face)
680 (compilation-info-text-face): New face variables.
681 (compilation-line-face, compilation-column-face)
682 (compilation-enter-directory-face)
683 (compilation-leave-directory-face): Doc fix.
684 (compilation-text-face): New function.
685
686 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
687 instead of 1 to display binary file names as info file links.
688 (grep-error-face): Use `compilation-error-face' instead of
689 `font-lock-keyword-face'.
690 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
691 and `compilation-warning-text-face' instead of
692 `font-lock-keyword-face'. Use `compilation-error-text-face'
693 instead of `grep-error-face'.
694
695 2005-08-05 Kenichi Handa <handa@m17n.org>
696
697 * international/code-pages.el: Add autoload cookies for all coding
698 systems.
699
700 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
701
702 * cus-start.el (all): Put undo.c where it alphabetically belongs.
703
704 2005-08-04 Juri Linkov <juri@jurta.org>
705
706 * progmodes/compile.el (compilation-mode-map):
707 * progmodes/grep.el (grep-mode-map):
708 Bind TAB to `compilation-next-error' and [backtab] to
709 `compilation-previous-error'.
710
711 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
712 matching line numbers, column numbers and their ranges with regexp
713 matching only line numbers.
714 (grep-context-face): New face variable.
715 (grep-mode-font-lock-keywords): Use it.
716
717 * faces.el (read-face-name): Delete duplicate faces.
718
719 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
720
721 * thumbs.el (thumbs-find-image): Don't make variables
722 automatically buffer local.
723 (thumbs-current-tmp-filename, thumbs-current-image-filename)
724 (thumbs-image-num): Make automatically buffer local.
725 (thumbs-show-thumbs-list): Use `make-local-variable', not
726 `make-variable-buffer-local'.
727 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
728
729 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
730 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
731 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
732 (bother, bye, canyou, chatlst, continue, deathlst, describe)
733 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
734 (feelings-about, foullst, found, hello, history, howareyoulst)
735 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
736 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
737 (neglst, obj, object, owner, please, problems, qlist)
738 (random-adjective, relation, remlst, repetitive-shortness)
739 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
740 (shortlst, something, sportslst, stallmanlst, states, subj)
741 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
742 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
743 Defvar at compile time.
744
745 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
746 not `make-variable-buffer-local'.
747
748 2005-08-02 Kim F. Storm <storm@cua.dk>
749
750 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
751 rectangle overlay in selected window.
752
753 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
754
755 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
756 instead of display group. Make `indicate-buffer-boundaries'
757 customizable through Custom.
758
759 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
760
761 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
762 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
763 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
764 (gdb-put-string): Fix typos in docstrings.
765
766 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
767
768 Update copyright notices of files in progmodes directory for
769 release of Emacs 22.1.
770
771 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
772
773 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
774 Don't barf if the GUD buffer has been killed.
775
776 2005-08-01 Kim F. Storm <storm@cua.dk>
777
778 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
779
780 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
783 (byte-compile-form-make-variable-buffer-local): New functions to warn
784 about misuses of make-variable-buffer-local where make-local-variable
785 was meant.
786
787 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
788
789 * bs.el (bs-attributes-list): Doc fix.
790 (bs): Update url-link.
791
792 * desktop.el (desktop-save-buffer): Fix typos in docstring.
793 (desktop-load-default): Simplify.
794
795 * ibuffer.el (ibuffer-columnize-and-insert-list)
796 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
797 (ibuffer-unmark-all, ibuffer-toggle-marks)
798 (ibuffer-unmark-forward, ibuffer-unmark-backward)
799 (ibuffer-compile-make-format-form, ibuffer-format-column)
800 (ibuffer-current-buffers-with-marks)
801 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
802 (ibuffer): Doc fix.
803 (ibuffer-mode): Fix typo in docstring.
804 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
805 with `define-obsolete-variable-alias'.
806 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
807
808 2005-07-29 Kenichi Handa <handa@m17n.org>
809
810 * international/mule-cmds.el (select-message-coding-system):
811 Be sure to use LF for end-of-line. If no coding system is decided,
812 return iso-8859-1-unix.
813
814 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
817 (ange-ftp-pending-error-line): New vars.
818 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
819 to handle the non-fatal no-route-to-host messages.
820 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
821
822 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
823
824 * isearch.el (isearch-mode-map, isearch-other-meta-char)
825 (isearch-quote-char, isearch-printing-char)
826 (isearch-text-char-description): "?\ " -> "?\s".
827 (isearch-lazy-highlight-cleanup)
828 (isearch-lazy-highlight-initial-delay)
829 (isearch-lazy-highlight-interval)
830 (isearch-lazy-highlight-max-at-a-time)
831 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
832 Declare with define-obsolete-*-alias macros.
833 (isearch-forward): Fix typo in docstring.
834 (search-invisible, search-ring-yank-pointer)
835 (regexp-search-ring-yank-pointer): Doc fixes.
836
837 * recentf.el (recentf-menu-append-commands-p): Declare with
838 `define-obsolete-variable-alias'.
839 (recentf-max-saved-items, recentf-menu-filter)
840 (recentf-arrange-by-rule-subfilter): Doc fixes.
841 (recentf-menu-append-commands-flag)
842 (recentf-initialize-file-name-history, recentf-expand-file-name)
843 (recentf-clear-data): Fix typos in docstrings.
844
845 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
846
847 * progmodes/gdb-ui.el: Smarten comments.
848 (gdb-info-breakpoints-custom): Use nowarn when finding file.
849
850 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
851
852 * term/apollo.el (terminal-init-apollo): New function containing
853 all former top level forms in the file.
854 * term/bobcat.el (terminal-init-bobcat):
855 * term/cygwin.el (terminal-init-cygwin):
856 * term/iris-ansi.el (terminal-init-iris-ansi):
857 * term/linux.el (terminal-init-linux):
858 * term/news.el (terminal-init-news):
859 * term/rxvt.el (terminal-init-rxvt):
860 * term/sun.el (terminal-init-sun):
861 * term/tvi970.el (terminal-init-tvi970):
862 * term/vt100.el (terminal-init-vt100):
863 * term/vt102.el (terminal-init-vt102):
864 * term/vt125.el (terminal-init-vt125):
865 * term/vt200.el (terminal-init-vt200):
866 * term/vt201.el (terminal-init-vt201):
867 * term/vt220.el (terminal-init-vt220):
868 * term/vt240.el (terminal-init-vt240):
869 * term/vt300.el (terminal-init-vt300):
870 * term/vt320.el (terminal-init-vt320):
871 * term/vt400.el (terminal-init-vt400):
872 * term/vt420.el (terminal-init-vt420):
873 * term/wyse50.el (terminal-init-wyse50):
874 * term/xterm.el (terminal-init-xterm): Likewise.
875
876 * term/README: Describe the terminal-init-* functionality.
877
878 * startup.el (command-line): After loading the terminal initialization
879 file call the corresponding terminal initialization function.
880
881 2005-07-27 Kenichi Handa <handa@m17n.org>
882
883 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
884 negative.
885
886 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
887 (ps-mule-composition-prologue): Fix for the case that
888 RelativeCompose is false.
889
890 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
893
894 * descr-text.el (describe-char): Handle the case where the list of
895 chars is displayed in a separate frame.
896 Be a bit more discriminating when looking for the char.
897
898 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
899
900 * bookmark.el (bookmark-automatically-show-annotations)
901 (bookmark-read-annotation-text-func): Doc fixes.
902 (bookmark-save): Improve argument/docstring consistency.
903 (bookmark-get-bookmark, bookmark-get-bookmark-record)
904 (bookmark-alist-from-buffer)
905 (bookmark-upgrade-file-format-from-0)
906 (bookmark-grok-file-format-version)
907 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
908 (bookmark-read-annotation-mode)
909 (bookmark-insert-current-bookmark, bookmark-jump)
910 (bookmark-exit-hook): Fix typos in docstrings.
911 (bookmark-exit-hooks): Define as obsolete alias.
912 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
913 not `bookmark-exit-hooks'. Fix docstring.
914 (bookmark-bmenu-select): "?\ " -> "?\s".
915
916 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
917
918 * startup.el (command-line): Fix typo.
919
920 2005-07-24 Richard M. Stallman <rms@gnu.org>
921
922 * tooltip.el (tooltip-mode): Test emacs-basic-display,
923 not emacs-quick-startup.
924
925 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
926
927 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
928 (reb-next-match, reb-show-subexp): Use `with-selected-window'
929 instead of `reb-with-current-window'.
930 (reb-prev-match): Likewise. Also, don't move left if the search
931 was unsuccessful.
932 (reb-initialize-buffer): New function.
933 (re-builder, reb-change-syntax): Use it.
934
935 * man.el (Man-goto-page): Make second argument NOERROR optional.
936
937 2005-07-23 Richard M. Stallman <rms@gnu.org>
938
939 * man.el (Man-bgproc-sentinel): Check here for failure to find
940 any man page in the output, and report the error here.
941 (Man-arguments): Make it permanent local.
942 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
943 (Man-mode): Pass t for NOERROR.
944
945 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
946 (grep-mode-font-lock-keywords):
947 Don't use compilation-...-face for messages that are not file names.
948
949 * progmodes/compile.el (compilation-mode-font-lock-keywords):
950 Don't use compilation-...-face for messages that are not file names.
951
952 2005-07-22 Juri Linkov <juri@jurta.org>
953
954 * startup.el (normal-splash-screen): Update menu name.
955
956 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
957
958 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
959
960 * term/xterm.el: Load term/rxvt if the terminal is actually an
961 rxvt terminal.
962 (xterm-rxvt-set-background-mode): Remove, not used anymore.
963
964 * term/rxvt.el (function-key-map): Use substitute-key-definition
965 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
966
967 * term/cygwin.el: New file.
968
969 2005-07-22 Kim F. Storm <storm@cua.dk>
970
971 * image-file.el (insert-image-file, image-file-yank-handler):
972 Fix last change to maintain a (unique) yank-handler on yanked images.
973
974 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
975
976 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
977 of the file size (as in "177B" for 177 bytes). This happens with
978 "ls -lh" on FreeBSD.
979
980 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
981
982 * hilit-chg.el (highlight-changes-global-initial-state)
983 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
984 (hilit-chg-fixup, highlight-changes-mode):
985 Fix typos in docstrings.
986 (highlight-changes-global-modes, highlight-changes-rotate-faces):
987 Doc fixes.
988
989 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
990
991 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
992 mode function using `eval-after-load'.
993
994 2005-07-21 Kim F. Storm <storm@cua.dk>
995
996 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
997 included when reporting an emacs crash, and tell about the DEBUG file.
998
999 * image-file.el (insert-image-file): Add yank-handler.
1000 (image-file-yank-handler): Yank handler to make unique copies of
1001 images when they are yanked into a buffer next to each other.
1002
1003 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
1004
1005 * comint.el (comint-use-prompt-regexp, comint-send-input)
1006 (comint-source-default, comint-extract-string)
1007 (comint-get-source, comint-word, comint-completion)
1008 (comint-source, comint-prompt-read-only, comint-update-fence):
1009 Fix typos in docstrings.
1010 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
1011 Declare with define-obsolete-*-alias macros.
1012 (comint-previous-matching-input-from-input)
1013 (comint-next-matching-input-from-input)
1014 (comint-previous-matching-input, comint-next-matching-input)
1015 (comint-forward-matching-input):
1016 Improve argument/docstring consistency.
1017
1018 * desktop.el (desktop-clear-preserve-buffers-regexp):
1019 Also preserve the *server* buffer.
1020
1021 * simple.el (clone-indirect-buffer): Doc fix.
1022 (fixup-whitespace, just-one-space)
1023 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
1024 (next-error, next-error-highlight)
1025 (next-error-highlight-no-select, next-error-last-buffer)
1026 (next-error-buffer-p, next-error-find-buffer, next-error)
1027 (previous-error, next-error-no-select, previous-error-no-select)
1028 (open-line, split-line, minibuffer-prompt-width, kill-new)
1029 (binary-overwrite-mode): Fix typos in docstrings.
1030 (set-fill-column): Fix typo in message.
1031
1032 * skeleton.el (skeleton-proxy-new): Doc fix.
1033
1034 * strokes.el (strokes-load-hook): Doc fix.
1035 (strokes-grid-resolution, strokes-get-grid-position)
1036 (strokes-renormalize-to-grid, strokes-read-stroke)
1037 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1038 (strokes-global-map): Fix typos in docstrings.
1039 (strokes-help): Doc fix. Fix help message and pass it through
1040 `substitute-command-keys'.
1041
1042 * tempo.el (tempo-insert-prompt, tempo-interactive)
1043 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1044 (tempo-insert-string-functions, tempo-local-tags)
1045 (tempo-define-template, tempo-insert-template)
1046 (tempo-insert-prompt-compat, tempo-is-user-element)
1047 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1048 Fix typos in docstrings.
1049
1050 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1051 (vcursor-key-bindings, vcursor-use-vcursor-map)
1052 (vcursor-find-window, vcursor-scroll-down)
1053 (vcursor-disable, vcursor-beginning-of-buffer)
1054 (vcursor-end-of-buffer): Fix typos in docstrings.
1055 (vcursor-relative-move, vcursor-get-char-count):
1056 Improve argument/docstring consistency.
1057
1058 * version.el: "?\ " -> "?\s".
1059
1060 * wid-edit.el (widget-default-create, widget-after-change)
1061 (widget-default-format-handler, widget-checklist-add-item)
1062 (widget-radio-add-item, widget-choose, widget-specify-secret)
1063 (widget-field-value-create, widget-field-value-get)
1064 (widget-editable-list-format-handler)
1065 (widget-editable-list-entry-create, widget-group-value-create)
1066 (widget-documentation-link-add)
1067 (widget-documentation-string-value-create): "?\ " -> "?\s".
1068 (widget-convert-text): Doc fix.
1069 (widget-narrow-to-field, widget-field-find)
1070 (widget-url-link-action, widget-emacs-library-link-action)
1071 (widget-color-notify): Fix typos in docstrings.
1072
1073 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
1074 (x-select-text, set-w32-system-coding-system)
1075 (w32-add-charset-info): Fix typos in docstrings.
1076
1077 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
1078 (cua-enable-cua-keys, cua-use-hyper-key)
1079 (cua-virtual-rectangle-edges): Fix typos in docstrings.
1080 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
1081
1082 * net/tramp.el (tramp-handle-load): Fix typo in error message.
1083
1084 * emacs-lisp/re-builder.el (regexp-builder): Declare with
1085 `defalias' instead of faking it.
1086
1087 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
1088 (eshell-ls-missing, eshell-ls-dired-initial-args)
1089 (eshell-ls-use-in-dired): Fix typos in docstrings.
1090
1091 2005-07-20 Kim F. Storm <storm@cua.dk>
1092
1093 * emulation/cua-base.el (cua-mode): Improve doc string.
1094
1095 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * abbrev.el (expand-region-abbrevs): Doc fix.
1098 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
1099 Improve argument/docstring consistency.
1100
1101 * arc-mode.el (archive-get-descr, archive-alternate-display):
1102 Doc fixes.
1103 (archive-l-e): Improve argument/docstring consistency.
1104 (archive-tmpdir, archive-unixdate, archive-unixtime)
1105 (archive-chmod-entry): Fix typos in docstrings.
1106 (archive-unflag, archive-unflag-backwards)
1107 (archive-unmark-all-files): "?\ " -> "?\s".
1108
1109 * buff-menu.el (Buffer-menu-unmark): Doc fix.
1110 (Buffer-menu-not-modified, Buffer-menu-execute)
1111 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
1112 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
1113
1114 * composite.el (compose-string, encode-composition-rule)
1115 (compose-last-chars): Fix typos in docstrings.
1116
1117 * desktop.el (desktop-enable, desktop-basefilename):
1118 Declare with `define-obsolete-variable-alias'.
1119 (desktop-internal-v2s): Don't quote keywords.
1120 (desktop-clear): "?\ " -> "?\s".
1121
1122 * dired.el (dired-align-file, dired-flag-backup-files)
1123 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
1124 (dired-listing-switches, dired-ls-F-marks-symlinks)
1125 (dired-dwim-target, dired-load-hook, dired-mode-hook)
1126 (dired-directory, dired-faces, dired, dired-revert)
1127 (dired-mode, dired-summary, dired-view-file)
1128 (dired-copy-filename-as-kill, dired-delete-file)
1129 (dired-no-confirm, dired-unmark-all-marks)
1130 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
1131 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
1132 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
1133 Fix typos in message strings.
1134
1135 * dired-x.el (virtual-dired): Declare with `defalias'.
1136 (dired-mark-unmarked-files, dired-local-variables-file)
1137 (dired-omit-here-always): Doc fix.
1138 (dired-omit-mode, dired-find-subdir)
1139 (dired-enable-local-variables, dired-clean-up-buffers-too)
1140 (dired-extra-startup, dired-mark-extension, dired-jump)
1141 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
1142 (dired-smart-shell-command, dired-guess-shell-alist-user)
1143 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
1144 (dired-x-bind-find-file, dired-x-submit-report):
1145 Fix typos in docstrings.
1146 (dired-mark-unmarked-files): "?\ " -> "?\s".
1147
1148 * dirtrack.el (dirtrack-list): Fix typos in docstring.
1149
1150 * faces.el (describe-face): "?\ " -> "?\s".
1151 (read-all-face-attributes, read-face-font, modify-face)
1152 (face-attr-construct, italic): Fix typos in docstrings.
1153 (frame-update-face-colors): Declare with
1154 `define-obsolete-function-alias'.
1155
1156 * files.el (find-file-noselect, recode-file-name): Doc fixes.
1157 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
1158 (magic-mode-alist, buffer-file-numbers-unique)
1159 (write-file-functions, get-free-disk-space):
1160 Fix typos in docstrings.
1161 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
1162 (write-contents-hooks, write-file-hooks):
1163 Declare with `define-obsolete-variable-alias'.
1164
1165 * forms-d2.el (arch-rj): Fix typo in docstrings.
1166 (arch-tocol): Likewise. "?\ " -> "?\s".
1167
1168 * frame.el (set-frame-font, cursor-in-non-selected-windows):
1169 Fix typo in docstring.
1170 (set-screen-width, set-screen-height): Delete redundant info in
1171 doctrings.
1172 (new-frame, screen-height, screen-width): Declare with
1173 `define-obsolete-function-alias'.
1174 (delete-frame-hook, blink-cursor): Declare with
1175 `define-obsolete-variable-alias'.
1176
1177 * paths.el (prune-directory-list): Fix typos in docstring.
1178
1179 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
1180 (cvs-prefix-get): Fix typos in docstrings.
1181
1182 * ps-print.el (ps-extend-face-list, ps-extend-face)
1183 (ps-print-background-image): Fix typos in docstrings.
1184 (ps-default-fg, ps-default-bg): Doc fixes.
1185
1186 * s-region.el (s-region-bind): Doc fix.
1187 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
1188
1189 * textmodes/org.el (org-table-formula-substitute-names)
1190 (org-table-get-vertical-vector): Doc fixes.
1191 (org-table-recalculate): Remove unused argument to `message'.
1192
1193 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
1194
1195 * textmodes/org.el (org-table-column-names)
1196 (org-table-column-name-regexp)
1197 (org-table-named-field-locations): New variables.
1198 (org-archive-subtree): Protect `this-command' when calling
1199 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
1200 the kill buffer.
1201 (org-complete): Remove fixed-formula completion.
1202 (org-edit-formulas-map): New variable.
1203 (org-table-edit-formulas): New command.
1204 (org-finish-edit-formulas, org-abort-edit-formulas)
1205 (org-show-variable, org-table-get-vertical-vector): New functions.
1206 (org-table-maybe-eval-formula): Handle `:=' fields.
1207 (org-table-get-stored-formulas, org-table-store-formulas)
1208 (org-table-get-formula, org-table-modify-formulas)
1209 (org-table-replace-in-formulas): Handle named field formulas.
1210 (org-table-get-specials): Store locations of named fields.
1211
1212 2005-07-19 Juri Linkov <juri@jurta.org>
1213
1214 * progmodes/grep.el (grep-regexp-alist)
1215 (grep-mode-font-lock-keywords, grep-process-setup):
1216 Use default GNU grep match color "01;31m" instead of "01;41m".
1217 (grep-regexp-alist, grep-mode-font-lock-keywords):
1218 Use `\\[[0-9]*m' instead of `\\[00m'.
1219 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
1220 sgr_start where its handling is more important. Use the real
1221 length of sgr_start instead of constant 8.
1222 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
1223 specially. Delete all remaining escape sequences.
1224 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
1225 (grep-regexp-alist): Make hyperlink only for binary file name
1226 instead of the whole line.
1227 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
1228 (grep-mode): Add autoload.
1229
1230 * emacs-lisp/find-func.el (find-function-regexp):
1231 Add `define-compilation-mode'.
1232
1233 2005-07-19 Juri Linkov <juri@jurta.org>
1234
1235 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
1236 (compare-windows-sync-string-size, compare-windows-recenter)
1237 (compare-windows-highlight, compare-windows): Add version 22.1.
1238 (compare-windows) <defface>: Inherit from lazy-highlight instead
1239 of duplicating its default value.
1240
1241 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
1242 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
1243
1244 * descr-text.el (describe-char): Create link buttons for `charset'
1245 and `code point'. Add the current input method name with a link
1246 button to `to input' field. Print face names of display table
1247 characters in `The display table entry is displayed by' section
1248 instead of printing face-id in the `display' field.
1249 Guess hardcoded faces and create a link button for them.
1250 Skip empty fields when calculating max-width.
1251 Treat `widget-create' specially while inserting strings from the
1252 collected field list.
1253 (describe-char-after): Made obsolete in version 22.1, not 21.5.
1254
1255 * diff-mode.el (diff-file-header): Change foreground color from
1256 yellow to green on light backgrounds.
1257 (diff-context): Inherit from `shadow' only for color/grayscale
1258 with more than 88 colors.
1259 (diff-indicator-removed, diff-indicator-added)
1260 (diff-indicator-changed): New faces.
1261 (diff-font-lock-keywords): Use new faces. Regroup rules.
1262 Add "^---$" for `normal' diff format. Fontify `#' lines with
1263 font-lock-comment-delimiter-face and font-lock-comment-face.
1264 Add `#' to ^[^...] in the rule for `diff-context-face'.
1265
1266 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
1267 a button-like box. Inherit from `highlight' on low colors.
1268 (shadow): Use shades of gray only for color/grayscale with
1269 more than 88 colors. Use green for light backgrounds with
1270 8 colors, and yellow for dark backgrounds with 8 colors.
1271
1272 * font-lock.el (font-lock-regexp-grouping-backslash):
1273 Don't inherit from escape-glyph (use bold for all cases).
1274
1275 * info.el (info-xref-visited): Use light foreground color `violet'
1276 for dark backgrounds instead of dark color `magenta3'.
1277 (info-title-1): Use `yellow' color for dark backgrounds.
1278
1279 * isearch.el (isearch): Use not-too-dark magenta3 instead of
1280 too-light magenta2.
1281
1282 * replace.el (match): Use slightly more light RoyalBlue3 instead
1283 of dark RoyalBlue4.
1284
1285 * wid-edit.el (widget-inactive): Inherit from `shadow'.
1286
1287 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
1288
1289 * novice.el (disabled-command-hook): Declare it with
1290 `define-obsolete-variable-alias'.
1291
1292 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
1293 (desktop-buffer-misc-functions, desktop-buffer-handlers)
1294 (desktop-load-default): Add release to obsolescence info.
1295 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
1296 (desktop-append-buffer-args, desktop-read):
1297 Fix typos in docstrings.
1298 (desktop-kill): Fix typo in message.
1299 (desktop-save): Doc fix.
1300
1301 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
1302
1303 * viper-cmd.el (viper-escape-to-state): Bug fix.
1304 (viper-envelop-ESC-key): Change the definition of fast
1305 keysequence so it'll work with keyboard macros.
1306
1307 * ediff.el (ediff-patch-buffer): Change the docstring.
1308
1309 2005-07-19 Kenichi Handa <handa@m17n.org>
1310
1311 * international/mule-cmds.el (select-safe-coding-system): Try to
1312 use an auto-coding (if any) before anything else. If the found
1313 auto-coding is invalid, show a warning message.
1314
1315 * international/mule.el (find-auto-coding): New function created
1316 by modifying the body of set-auto-coding.
1317 (set-auto-coding): Use find-auto-coding to find a coding.
1318
1319 2005-07-18 Richard M. Stallman <rms@gnu.org>
1320
1321 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
1322 not isearch-mode-end-hook-error.
1323 (allout-before-change-protect): Fix error message.
1324
1325 2005-07-18 Juri Linkov <juri@jurta.org>
1326
1327 * allout.el (allout-mode):
1328 * calculator.el (calculator-copy):
1329 * custom.el (custom-known-themes):
1330 * dired.el (dired-desktop-buffer-misc-data)
1331 (dired-restore-desktop-buffer):
1332 * dired-x.el (dired-omit-marker-char):
1333 * files.el (basic-save-buffer):
1334 * font-core.el (font-lock-mode):
1335 * calendar/calendar.el (calendar-goto-hebrew-date)
1336 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
1337 (calendar-goto-persian-date):
1338 * language/ethio-util.el (ethio-sera-to-fidel-region):
1339 * textmodes/picture.el (picture-mode):
1340 Delete duplicate duplicate words.
1341
1342 2005-07-18 Juri Linkov <juri@jurta.org>
1343
1344 * isearch.el (isearch-mode-map): Remove key bindings for regexp
1345 chars * ? } |.
1346 (isearch-fallback): Don't call `isearch-process-search-char'.
1347 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
1348 (isearch-process-search-char): Call `isearch-fallback' for regexp
1349 chars * ? } |.
1350 (isearch-return-char): Make obsolete with `make-obsolete' instead
1351 of simply documenting it as obsolete in the docstring.
1352 (isearch-fallback): Refill docstring.
1353
1354 * international/isearch-x.el
1355 (isearch-process-search-multibyte-characters): Remove unneeded
1356 `concat'. Add intermediate values to `junk-hist' instead of
1357 `minibuffer-history'. Test the length of `str'.
1358
1359 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
1360
1361 * allout.el (allout-resolve-xref): Fix typos in error strings.
1362 (allout-before-change-protect): Remove unneeded `concat'.
1363
1364 * array.el (array-mode, array-reconfigure-rows)
1365 (untabify-backward): Fix typos in docstrings.
1366 (array-reconfigure-rows): Use `insert-buffer-substring', not
1367 `insert-buffer'.
1368
1369 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
1370 * progmodes/ada-mode.el (ada-make-body):
1371 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
1372
1373 * dired.el (dired-log):
1374 * tar-mode.el (tar-subfile-save-buffer):
1375 * play/zone.el (zone-pgm-stress-destress):
1376 Use `insert-buffer-substring', not `insert-buffer'.
1377
1378 2005-07-17 Simon Josefsson <jas@extundo.com>
1379
1380 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
1381
1382 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
1383
1384 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
1385 Add plain auth method.
1386 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
1387
1388 2005-07-17 Kim F. Storm <storm@cua.dk>
1389
1390 * ido.el (dired-other-window): Add ido property.
1391
1392 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1395 Fix typo in docstring.
1396 (byte-compile-interactive-only-functions): Add `insert-buffer' and
1397 `insert-file-literally'.
1398
1399 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
1400 info and delete redundant message. Doc fix.
1401 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
1402 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
1403
1404 2005-07-16 Richard M. Stallman <rms@gnu.org>
1405
1406 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
1407 (byte-compile-and): Use byte-compile-and-recursion.
1408 (byte-compile-or-recursion): New function.
1409 (byte-compile-or): Use that.
1410 (byte-compile-if): Guard the else-clause too.
1411 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
1412
1413 * isearch.el (isearch-mode-end-hook-quit): New variable.
1414 (isearch-done): Bind it.
1415 (isearch-mode-end-hook): Doc fix.
1416
1417 * allout.el (allout-isearch-did-quit): Variable deleted.
1418 (allout-real-isearch-abort): Function name no longer used.
1419 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
1420 (allout-isearch-rectification): isearch-mode always exists.
1421 Don't set allout-isearch-did-quit.
1422 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
1423 allout-isearch-did-quit.
1424 (allout-enwrap-isearch): Just add the hook.
1425 (allout-isearch-abort): Function deleted.
1426 (allout-pre-command-business): Avoid warning.
1427
1428 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
1429 Correctly avoid warnings.
1430 (pascal-outline): Likewise.
1431
1432 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
1433
1434 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
1435
1436 * play/tetris.el (tetris-mode): Avoid warning.
1437
1438 * play/snake.el (snake-mode): Avoid warning.
1439
1440 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
1441 (gamegrid-set-display-table): Avoid warning.
1442 (gamegrid-set-timer): Likewise.
1443 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
1444 (gamegrid-add-score-with-update-game-score-1): Take FILE
1445 as argument.
1446 (gamegrid-add-score-with-update-game-score): Pass that argument.
1447 Rename have-shared-game-dir to gamegrid-shared-game-dir.
1448
1449 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
1450
1451 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
1452 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
1453
1454 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
1455 and insert-file.
1456
1457 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
1458 (sc-ask): Avoid warnings.
1459
1460 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
1461 (eshell-hist-initialize): Use that var the natural way.
1462
1463 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
1464
1465 * emacs-lisp/re-builder.el (reb-cook-regexp):
1466 Avoid warning calling lre-compile-string.
1467 (reb-color-display-p): Avoid warning.
1468
1469 * calculator.el (calculator-last-input): Guard uses
1470 of event-key and key-press-event-p.
1471 (event-key, key-press-event-p): Delete definitions.
1472
1473 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
1474 (find-gc-source-directory, find-gc-subrs-callers)
1475 (find-gc-noreturn-list, find-gc-source-files)
1476 (find-gc-subrs-called): Vars renamed and defvar'd.
1477
1478 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
1479 (checkdoc-overlay-put, checkdoc-delete-overlay)
1480 (checkdoc-overlay-start, checkdoc-overlay-end)
1481 (checkdoc-mode-line-update, checkdoc-char=):
1482 Define such that compiler knows they are defined.
1483 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
1484 (checkdoc-read-event): Delete. Use read-event directly.
1485
1486 * whitespace.el (whitespace-make-overlay)
1487 (whitespace-overlay-put, whitespace-delete-overlay)
1488 (whitespace-overlay-start, whitespace-overlay-end):
1489 Define such that compiler knows they are defined.
1490 (whitespace): Move conditional inside.
1491
1492 * tempo.el (tempo-insert-template): Suppress warning.
1493
1494 * ediff-diff.el (longlines-mode): Add defvar.
1495
1496 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
1497
1498 * server.el: Bind "C-x #" in a way that works even if C-x is
1499 redefined to a command key, not a prefix key.
1500
1501 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1502
1503 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
1504 cl-make-type-test till execution time.
1505
1506 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
1507
1508 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
1509 arg ARG and use it.
1510
1511 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
1512
1513 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
1514
1515 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
1516
1517 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1518 a defcustom with two :set or :type keywords.
1519
1520 2005-07-15 Richard M. Stallman <rms@gnu.org>
1521
1522 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1523 Don't give ^M comment-end syntax.
1524
1525 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
1526
1527 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
1528 Don't consider gdbmi (gdb-mi.el has its own update functions).
1529 (gdb-var-delete): Make it work for gdbmi as well.
1530 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
1531
1532 * progmodes/gud.el (etags, sdb): Only require etags when needed.
1533 (gud-speedbar-menu-items): Correct logic for enabling items.
1534
1535 2005-07-15 Kim F. Storm <storm@cua.dk>
1536
1537 * ido.el: Fix commentary.
1538 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
1539 Use with-no-warnings around ffap-guesser.
1540 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
1541 Let bind minibuffer-completing-file-name to t.
1542
1543 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
1544
1545 * startup.el (site-run-file, keyboard-type): Doc fixes.
1546 (command-line): Check for "--basic-display" argument; also for
1547 "--quick", not "--bare-bones" (which was renamed).
1548 (fancy-splash-text): Add missing item "Getting New Versions".
1549 (normal-splash-screen): Fix typos and improve consistency with
1550 `fancy-splash-text'. Update copyright year.
1551
1552 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
1553 valid binding for `help-char'.
1554
1555 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
1556
1557 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
1558
1559 * term.el (term-mode): Disable cua-mode for term buffers.
1560
1561 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
1562
1563 * add-log.el (add-log-mailing-address, change-log-merge):
1564 Doc fixes.
1565 (change-log-get-method-definition): Fix typo in docstring.
1566
1567 2005-07-14 Kim F. Storm <storm@cua.dk>
1568
1569 * emulation/cua-base.el:
1570 (cua--pre-command-handler-1, cua--pre-command-handler)
1571 (cua--post-command-handler-1, cua--post-command-handler):
1572 Split in two. Check (buffer local) value of cua-mode.
1573 (cua-selection-mode): New command.
1574
1575 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1576
1577 * custom.el (custom-initialize-safe-set)
1578 (custom-initialize-safe-default): Doc fixes.
1579
1580 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1581 and simplify :init-value again.
1582
1583 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1584 and simplify :init-value again. Delete autoload.
1585
1586 * startup.el (command-line): Use `custom-reevaluate-setting' again
1587 for tooltip-mode.
1588
1589 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
1590 a defcustom with two :initialize keywords.
1591
1592 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
1593
1594 * allout.el (my-mark-marker, allout-isearch-prior-pos)
1595 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
1596 (allout-post-command-business, allout-flag-region)
1597 (isearch-reenable-font-lock, allout-yank)
1598 (allout-insert-latex-header, allout-insert-latex-trailer)
1599 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
1600 (allout-latex-verb-quote): Fix typos in docstrings.
1601 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
1602 (allout-unprotected, allout-prefix-data):
1603 Improve argument/docstring consistency.
1604 (allout-chart-subtree): Fix argument spec.
1605 (allout-open-topic): Rename `use_sib_bullet' argument to
1606 `use-sib-bullet'. Doc fix.
1607
1608 * whitespace.el (whitespace-check-buffer-leading)
1609 (whitespace-check-buffer-trailing)
1610 (whitespace-check-buffer-indent)
1611 (whitespace-check-buffer-spacetab)
1612 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
1613 (whitespace-check-leading-whitespace)
1614 (whitespace-check-trailing-whitespace)
1615 (whitespace-check-spacetab-whitespace)
1616 (whitespace-check-indent-whitespace)
1617 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
1618 (whitespace-modes): Fix typos in docstrings.
1619 (defgroup, defcustom): Doc fixes.
1620
1621 * winner.el (winner-mode, winner-boring-buffers)
1622 (winner-pending-undo-ring): Doc fixes.
1623 (winner-ring): Remove unneeded `progn'.
1624 (winner-equal): `defsubst' it.
1625 (winner-redo): Fix message.
1626
1627 2005-07-13 Kim F. Storm <storm@cua.dk>
1628
1629 * simple.el (line-move-1): Always use vertical-motion to
1630 do the last (or only) line move to ensure some movement.
1631 Undo 2005-06-23 change--don't check for overlays.
1632
1633 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1634
1635 * term/mac-win.el (ccl-encode-mac-roman-font)
1636 (ccl-encode-mac-centraleurroman-font)
1637 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
1638 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
1639 Change charset-id boundary of dimension to ?\xef.
1640 (mac-char-fontspec-list): New constant.
1641 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
1642 argument. Nil uses itself as family in font-spec. Previous
1643 behavior for nil is now provided by non-nil non-string argument.
1644 All callers changed. Add font-specs for Mac fonts to
1645 "fontset-default" unless iso8859-1 fonts are installed.
1646
1647 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * progmodes/sh-script.el (sh-get-indent-info): Only indent
1650 a continuation line if the \ is preceded by SPC or TAB.
1651 (sh-get-indent-info): Simplify.
1652 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
1653 Use with-current-buffer.
1654
1655 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
1656 when the matched text is empty.
1657
1658 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
1659
1660 * startup.el (command-line): Revert to previous handling of
1661 tooltip-mode. Explain in comment why the complexity is needed.
1662
1663 * tooltip.el (tooltip-mode): Revert to previous implementation of
1664 its defcustom.
1665
1666 * frame.el (blink-cursor-mode): Revert to previous implementation
1667 of its defcustom. Update comment.
1668
1669 2005-07-12 Lars Hansen <larsh@soem.dk>
1670
1671 * desktop.el: Update e-mail address.
1672
1673 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1674
1675 * term/mac-win.el (mac-services-mail-selection)
1676 (mac-services-mail-to): New functions.
1677 (mac-application-menu-map): Bind them.
1678
1679 2005-07-12 wulei <milton@wulei.net> (tiny change)
1680
1681 * progmodes/gdb-ui.el: Add note about buffering with Windows.
1682
1683 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
1684
1685 * custom.el (custom-reevaluate-setting): Doc fix.
1686
1687 2005-07-11 Jay Belanger <belanger@truman.edu>
1688
1689 * calc/calc.el (calc-embedded-announce-formula-alist)
1690 (calc-embedded-open-close-plain-alist)
1691 (calc-embedded-open-close-mode-alist): Add checks for additional
1692 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
1693
1694 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
1695
1696 * custom.el (custom-enable-theme): Don't add theme to
1697 `custom-enabled-themes' with `push' because there is no
1698 setf-method for `delq'.
1699
1700 2005-07-11 Richard M. Stallman <rms@gnu.org>
1701
1702 * custom.el (custom-declare-variable): Doc fix.
1703
1704 * dired-aux.el (dired-compare-directories): Remove "." and ".."
1705 from the alists.
1706
1707 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1708 Do nothing if edebug-active.
1709
1710 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1711 (edebug-display): Do it here instead.
1712
1713 2005-07-10 Richard M. Stallman <rms@gnu.org>
1714
1715 * cus-face.el (custom-theme-set-faces): Make it work.
1716 (custom-reset-faces): Doc fix.
1717 (custom-theme-reset-internal-face, custom-theme-face-value):
1718 Functions deleted.
1719
1720 * custom.el (custom-push-theme): Maintain list of the settings
1721 of a given theme in its theme-settings property.
1722 Maintain position of old settings in the theme-value
1723 or theme-face property.
1724 (custom-enabled-themes): New variable.
1725 (custom-theme-enabled-p): New function.
1726 (provide-theme): Update custom-enabled-themes.
1727 Disable and reenable the `user' theme.
1728 (require-theme): Doc fix.
1729 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1730 (custom-theme-value, custom-theme-variable-value): Likewise.
1731 (custom-theme-reset-internal): Likewise.
1732 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1733 (custom-enable-theme, custom-disable-theme): New functions.
1734 (custom-variable-theme-value, custom-face-theme-value): Likewise.
1735 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1736 (custom-theme-reset-variables): Simplify.
1737 (deftheme, custom-declare-theme, custom-make-theme-feature):
1738 Definitions moved.
1739
1740 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
1741
1742 * longlines.el (longlines-show-region)
1743 (longlines-unshow-hard-newlines): Recognize hard newlines by
1744 non-nil hard property, instead of t.
1745
1746 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
1747
1748 * viper-cmd.el (viper--key-maps): New variable.
1749 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
1750 emulation-mode-map-alists.
1751 (viper-envelop-ESC-key): Use viper-subseq.
1752 (viper-search-forward/backward/next): Disable debug-on-error.
1753
1754 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1755 (viper-ESC-key): New defcustoms.
1756
1757 * viper-macs.el (ex-map-read-args): Use viper-subseq.
1758
1759 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1760 (viper-subseq): Copy of subseq from cl.el.
1761
1762 * viper.el (viper-go-away, viper-set-hooks): Use
1763 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
1764
1765 * viper-mous.el (viper-current-frame-saved): Use defvar.
1766
1767 * viper-init.el: Get rid of -face in face names.
1768
1769 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1770 Make it work with longlines mode
1771
1772 * ediff-mult.el (ediff-meta-mode-hook): New variable.
1773
1774 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1775
1776 * ediff-init: Get rid of -face in face names.
1777
1778 2005-07-10 Richard M. Stallman <rms@gnu.org>
1779
1780 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1781 and with-timeout-unsuspend.
1782
1783 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1784 and with-timeout-unsuspend.
1785
1786 * emacs-lisp/timer.el (with-timeout-timers): New variable.
1787 (with-timeout): Bind that variable to record timers.
1788 (with-timeout-suspend, with-timeout-unsuspend): New functions.
1789
1790 * emacs-lisp/debug.el (debug-help-follow): New function.
1791 (debugger-mode-map): Use that instead of help-follow.
1792 (debugger-setup-buffer): Use eval-buffer-list
1793 to handle eval-buffer frames.
1794
1795 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
1796
1797 * timezone.el (timezone-parse-date): Change first regexp
1798 so it will not mistakenly match dates with no time zone.
1799
1800 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
1801
1802 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1803
1804 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
1805
1806 * custom.el (custom-initialize-safe-set)
1807 (custom-initialize-safe-default): New functions.
1808
1809 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1810 and simplify :init-value.
1811
1812 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1813 and simplify :init-value. Delete obsolete comment.
1814
1815 * startup.el (command-line): Use `custom-reevaluate-setting' to
1816 handle `tooltip-mode'. Delete obsolete comment.
1817
1818 * files.el (set-visited-file-name): Avoid calling
1819 `file-name-nondirectory' with a nil argument.
1820
1821 2005-07-09 Richard M. Stallman <rms@gnu.org>
1822
1823 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1824 was called with nil for the buffer, handle the read position right.
1825 Handle read position for eval-region, too.
1826
1827 2005-07-09 Juri Linkov <juri@jurta.org>
1828
1829 * fringe.el (fringe-mode): Add period in docstring.
1830 (fringe-query-style): Build prompt depending on `all-frames' arg.
1831
1832 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1833 to not create links to unrelated functions in the Help buffer.
1834
1835 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1836 Doc fix.
1837
1838 * simple.el (next-error-hook): New variable.
1839 (next-error): Use it. Doc fix.
1840
1841 * textmodes/ispell.el (ispell-command-loop): Add current
1842 dictionary name and program name to mode-line-format.
1843 (ispell-region, ispell-process-line): Add current dictionary name
1844 and program name to messages.
1845
1846 2005-07-08 Jay Belanger <belanger@truman.edu>
1847
1848 * calc/calc.el (calc-embedded-announce-formula-alist)
1849 (calc-embedded-open-close-formula-alist)
1850 (calc-embedded-open-close-word-alist)
1851 (calc-embedded-open-close-plain-alist)
1852 (calc-embedded-open-close-new-formula-alist)
1853 (calc-embedded-open-close-mode-alist)
1854 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1855 (calc-embedded-mode-hook): New variables.
1856
1857 * calc/calc-embed.el (calc-embedded-firsttime)
1858 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1859 New variables.
1860 (calc-do-embedded): Use calc-embedded-firsttime,
1861 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1862 determine whether or not to run hooks.
1863 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1864 calc-embedded-firsttime-formula appropriately.
1865 Set calc-embedded delimiter variables according to mode.
1866
1867 2005-07-08 Richard M. Stallman <rms@gnu.org>
1868
1869 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1870 Check for "emacs", etc., as entire symbol, not just as word.
1871 (checkdoc-file-comments-engine): Use regexp-quote on FN.
1872
1873 * files.el (set-visited-file-name): Report the error
1874 for "empty filename" earlier.
1875 (kill-some-buffers): Ignore buffers already dead.
1876
1877 * fringe.el (fringe-mode): Doc fix.
1878
1879 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1880 Check for (featurep 'xemacs) and turn off warnings in what it guards.
1881 Use unwind-protect to ensure byte-compile-unresolved-functions
1882 is updated.
1883
1884 * whitespace.el (whitespace-buffer-leading-cleanup):
1885 Simplify w/ skip-chars-forward.
1886 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1887
1888 * mail/rmail.el (rmail-only-expunge): Fix paren error.
1889 Unconditionally try to leave point at the same old place.
1890
1891 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
1892
1893 * comint.el (comint-postoutput-scroll-to-bottom)
1894 (comint-show-maximum-output): Take scroll-margin into consideration.
1895
1896 2005-07-08 Kim F. Storm <storm@cua.dk>
1897
1898 * ido.el (ido-use-filename-at-point): New choice `guess'.
1899 (ido-file-internal): Try ffap-guesser if selected.
1900
1901 * ido.el (ido-before-fallback-functions): New hook.
1902 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1903 (ido-read-file-name): Run it.
1904
1905 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1906
1907 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1908 strings rather than a list of symbols to the completion function.
1909
1910 2005-07-07 Jay Belanger <belanger@truman.edu>
1911
1912 * calc/calc-units.el (math-apply-units): Change the places in
1913 which units are simplified.
1914
1915 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
1916
1917 * cus-edit.el (customize-option, customize-option-other-window):
1918 Make them handle aliases.
1919
1920 * custom.el (custom-variable-p): Make it recursively follow
1921 aliases. Mention that in the docstring.
1922
1923 2005-07-07 Richard M. Stallman <rms@gnu.org>
1924
1925 * cus-start.el (exec-path): Use `directory' instead of `file'.
1926 Fix tag for nil.
1927
1928 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1929
1930 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1931 when called non-interactively. Doc fix.
1932
1933 2005-07-07 Lute Kamstra <lute@gnu.org>
1934
1935 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1936 new address as well.
1937
1938 2005-07-07 Kenichi Handa <handa@m17n.org>
1939
1940 * international/mule.el (make-coding-system):
1941 Describe `ascii-incompatible' property in the docstring.
1942 (set-file-name-coding-system): Signal an error if coding-system is
1943 ascii-incompatible.
1944 (set-keyboard-coding-system): Likewise.
1945
1946 * international/mule-cmds.el (set-default-coding-systems):
1947 Don't set default-file-name-coding-system and
1948 default-keyboard-coding-system if coding-system is ASCII-incompatible.
1949
1950 * international/utf-16.el: Declare that all UTF-16-based coding
1951 systems are ASCII-incompatible.
1952
1953 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
1954
1955 * progmodes/gud.el: Require font-lock for displaying errors.
1956 Used by gdb-ui.el.
1957
1958 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1959
1960 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1961 values for the pattern lists which are `read'able but not
1962 `append'able (like symbols).
1963
1964 2005-07-06 Richard M. Stallman <rms@gnu.org>
1965
1966 * progmodes/flymake.el (flymake-float-time): Instead of
1967 with-no-warnings, test for xemacs.
1968 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1969 to avoid warning.
1970
1971 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
1972
1973 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1974
1975 2005-07-05 Lute Kamstra <lute@gnu.org>
1976
1977 * battery.el: Add support for Darwin (with much debugging help
1978 from Samuel Lauber <sam124@operamail.com>).
1979 (battery-status-function, battery-echo-area-format)
1980 (battery-mode-line-format): Add support for pmset on Darwin.
1981 (battery-load-low, battery-load-critical): New user options.
1982 (battery-pmset): New function.
1983
1984 2005-07-05 Lute Kamstra <lute@gnu.org>
1985
1986 Update FSF's address in GPL notices.
1987
1988 * textmodes/page-ext.el: Update FSF's address.
1989
1990 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1993 filling from using prefix when filling a single-line docstring.
1994
1995 * progmodes/flymake.el: Remove useless eval-when-compile.
1996
1997 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1998
1999 2005-07-04 Richard M. Stallman <rms@gnu.org>
2000
2001 * textmodes/org.el (org-file-apps-defaults-gnu):
2002 Rename from org-file-apps-defaults-linux.
2003 (org-default-apps): Don't test system-type for `linux'.
2004 (org-file-apps): Doc fix.
2005
2006 2005-07-04 David Ponce <david@dponce.com>
2007
2008 * tree-widget.el: Improve header Commentary section.
2009 (tree-widget) [defgroup]
2010 (tree-widget-image-enable, tree-widget-themes-directory)
2011 (tree-widget-theme, tree-widget-image-properties-emacs)
2012 (tree-widget-image-properties-xemacs, tree-widget-create-image)
2013 (tree-widget-image-formats, tree-widget-control)
2014 (tree-widget-empty-control, tree-widget-leaf-control
2015 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
2016 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
2017 (tree-widget-keep, tree-widget-after-toggle-functions)
2018 (tree-widget-open-node, tree-widget-close-node): Doc fix.
2019 (tree-widget-open-control, tree-widget-close-control): Fix doc and
2020 :help-echo message.
2021 (tree-widget-set-theme): Doc fix. Use `string-equal'.
2022 (tree-widget-image-properties): Doc fix. Clearer implementation.
2023 (tree-widget--cursors): New constant.
2024 (tree-widget-lookup-image): New function split from
2025 `tree-widget-find-image'. Clearer implementation.
2026 (tree-widget-find-image): Use it.
2027 (tree-widget-button-keymap): Use `set-keymap-parent'.
2028 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
2029 Define the sub-widgets here.
2030 (tree-widget-node): Check that :node is not a tree-widget.
2031 (tree-widget-get-super, tree-widget-open-control)
2032 (tree-widget-close-control, tree-widget-empty-control)
2033 (tree-widget-leaf-control, tree-widget-guide)
2034 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
2035 (tree-widget-no-handle, tree-widget-value-delete)
2036 (tree-widget-map): Remove.
2037 (tree-widget-children-value-save): Doc fix. Simplified.
2038 (tree-widget-value-create): Update according to previous changes.
2039
2040 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
2041
2042 * textmodes/org.el: Leading space replaced by TABS.
2043 (org-recalc-marks, org-table-rotate-recalc-marks)
2044 (org-table-get-specials): Treat "^" and "_" marks.
2045 (org-table-justify-field-maybe): Optional argument NEW.
2046 (org-table-eval-formula): Parsing of the format simplified.
2047 New modes C,I. Honor the %= parameter in the current table.
2048 Avoid unnecessary re-align by using the NEW argument to
2049 `org-table-justify-field-maybe'.
2050 (org-calc-default-modes): Default for date-format mimicks org-mode.
2051 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
2052
2053 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2054
2055 * cus-face.el (custom-theme-set-faces): Make it handle face
2056 aliases whose alias declarations are pre- or autoloaded.
2057
2058 2005-07-04 Juri Linkov <juri@jurta.org>
2059
2060 * faces.el (read-face-name): Put the code for getting a face name
2061 from the buffer before adding the faces from the `face' property.
2062 Use `completing-read-multiple' instead of `completing-read'.
2063 Require `crm'. Add default value and post-process the returned
2064 list of faces.
2065
2066 * emacs-lisp/crm.el (crm-find-current-element)
2067 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2068
2069 * emacs-lisp/lisp-mode.el (eval-defun-1):
2070 * emacs-lisp/edebug.el (edebug-eval-defun):
2071 Remove unnecessary quotes.
2072
2073 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
2074
2075 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
2076 (prolog-indent-level): Fix typo in docstring.
2077
2078 * info.el (Info-history, Info-history-forward)
2079 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
2080
2081 * add-log.el (add-change-log-entry):
2082 * comint.el (comint-dynamic-list-input-ring)
2083 (comint-dynamic-list-completions):
2084 * dabbrev.el (dabbrev-expand):
2085 * delim-col.el (delimit-columns-rectangle-line):
2086 * diff-mode.el (diff-context->unified, diff-reverse-direction)
2087 (diff-unified->context):
2088 * ediff-init.el (ediff-abbrev-jobname):
2089 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
2090 (ediff-replace-session-activity-marker-in-meta-buffer):
2091 * info.el (Info-summary):
2092 * lpr.el (printify-region):
2093 * printing.el (pr-create-interface):
2094 * ps-print.el (ps-print-quote):
2095 * ses.el (ses-column-widths, ses-print-cell)
2096 (ses-adjust-print-width, ses-center):
2097 * shell.el (shell-file-name-quote-list):
2098 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
2099 (strokes-fill-current-buffer-with-whitespace)
2100 (strokes-xpm-for-stroke, strokes-list-strokes)
2101 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
2102 * term.el (term-dynamic-list-input-ring)
2103 (term-dynamic-list-completions):
2104 * calc/calc.el (math-format-stack-value):
2105 * emacs-lisp/edebug.el (edebug-display-freq-count):
2106 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
2107 (delphi-new-comment-line):
2108 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
2109 * progmodes/executable.el (executable-set-magic):
2110 * progmodes/python.el (inferior-python-mode):
2111 * progmodes/scheme.el (scheme-mode-syntax-table):
2112 * progmodes/sh-script.el (sh-maybe-here-document):
2113 * progmodes/sql.el (sql-copy-column):
2114 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
2115 * textmodes/bibtex.el (bibtex-mode):
2116 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
2117 (sgml-auto-attributes):
2118 * textmodes/table.el (table-insert, table-shorten-cell)
2119 (table--generate-source-scan-lines, table-delete-row)
2120 (*table--cell-delete-char, table--spacify-frame)
2121 (table--horizontally-shift-above-and-below)
2122 (table--cell-insert-char, table--cell-blank-str)
2123 (table--fill-region-strictly):
2124 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
2125 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
2126
2127 * add-log.el (change-log):
2128 * apropos.el (apropos):
2129 * comint.el (comint-completion, comint-source):
2130 * dabbrev.el (dabbrev):
2131 * delim-col.el (columns):
2132 * diff-mode.el (diff-mode):
2133 * ediff.el (ediff):
2134 * ediff-diff.el (ediff-diff):
2135 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
2136 * ediff-mult.el (ediff-mult):
2137 * ediff-ptch.el (ediff-ptch):
2138 * ediff-wind.el (ediff-window):
2139 * facemenu.el (facemenu):
2140 * indent.el (indent):
2141 * info.el (info):
2142 * jka-cmpr-hook.el (compression, jka-compr):
2143 * lpr.el (lpr):
2144 * outline.el (outlines):
2145 * pcmpl-cvs.el (pcmpl-cvs):
2146 * pcmpl-rpm.el (pcmpl-rpm):
2147 * printing.el (printing):
2148 * ps-print.el (postscript, ps-print, ps-print-horizontal)
2149 (ps-print-vertical, ps-print-headers, ps-print-font)
2150 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
2151 (ps-print-background, ps-print-printer, ps-print-page)
2152 (ps-print-miscellany):
2153 * ses.el (ses):
2154 * shell.el (shell, shell-directories, shell-faces):
2155 * startup.el (initialization):
2156 * strokes.el (strokes):
2157 * term.el (term):
2158 * uniquify.el (uniquify):
2159 * w32-vars.el (w32):
2160 * calc/calc.el (calc):
2161 * emacs-lisp/bytecomp.el (bytecomp):
2162 * emacs-lisp/cl-indent.el (lisp-indent):
2163 * emacs-lisp/edebug.el (edebug):
2164 * emacs-lisp/elp.el (elp):
2165 * emacs-lisp/testcover.el (testcover):
2166 * emacs-lisp/trace.el (trace):
2167 * emulation/viper-ex.el (viper-ex):
2168 * emulation/viper-mous.el (viper-mouse):
2169 * mail/mailalias.el (mailalias):
2170 * mail/supercite.el (supercite, supercite-frames)
2171 (supercite-attr, supercite-cite, supercite-hooks):
2172 * net/rcompile.el (remote-compile):
2173 * net/rlogin.el (rlogin):
2174 * obsolete/ooutline.el (outlines):
2175 * progmodes/delphi.el (delphi):
2176 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
2177 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
2178 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
2179 (ebnf-optimization):
2180 * progmodes/etags.el (etags):
2181 * progmodes/executable.el (executable):
2182 * progmodes/idlwave.el (idlwave):
2183 * progmodes/pascal.el (pascal):
2184 * progmodes/prolog.el (prolog):
2185 * progmodes/python.el (python):
2186 * progmodes/scheme.el (scheme):
2187 * progmodes/sh-script.el (sh, sh-script):
2188 * progmodes/sql.el (SQL):
2189 * progmodes/tcl.el (tcl):
2190 * textmodes/bibtex.el (bibtex, bibtex-autokey):
2191 * textmodes/enriched.el (enriched):
2192 * textmodes/makeinfo.el (makeinfo):
2193 * textmodes/sgml-mode.el (sgml):
2194 * textmodes/table.el (table-hooks):
2195 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
2196 * textmodes/texinfo.el (texinfo):
2197 * textmodes/two-column.el (two-column):
2198 Finish `defgroup' description with period.
2199
2200 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
2201 * eshell/esh-var.el (eshell-var):
2202 * progmodes/vhdl-mode.el (vhdl-testbench):
2203 * textmodes/org.el (org): Fix typos in docstrings.
2204
2205 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
2206 consistency.
2207
2208 * progmodes/flymake.el (flymake-find-file): Remove.
2209 (flymake-float-time): Use `with-no-warnings'.
2210 (flymake-check-start-time, flymake-check-was-interrupted)
2211 (flymake-err-info, flymake-is-running, flymake-last-change-time)
2212 (flymake-new-err-info): `defvar' at compile time.
2213
2214 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
2215
2216 * replace.el (occur-hook): Doc fix.
2217 (occur-1): Don't call `occur-hook' if there are no matches.
2218
2219 2005-07-03 Richard M. Stallman <rms@gnu.org>
2220
2221 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
2222 global-map, save the same map.
2223 (global-map): Don't alter it at top level.
2224 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
2225 Then alter it here instead.
2226 (tpu-edt-off): Set global-map to the saved one.
2227
2228 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
2229 All references simplified.
2230 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
2231 (zmacs-regions): Add defvar.
2232 (repeat-complex-command-map): Everything about that deleted.
2233
2234 * textmodes/artist.el (artist-key-is-drawing)
2235 (artist-key-endpoint1, artist-key-poly-point-list)
2236 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
2237 (artist-key-compl-table, artist-rb-save-data)
2238 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
2239 Don't put them in eval-when-compile.
2240 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
2241
2242 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
2243 Use with-no-warnings.
2244
2245 * net/browse-url.el (dos-windows-version): Add defvar.
2246
2247 * mail/supercite.el (filladapt-prefix-table): Add defvar.
2248
2249 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
2250 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
2251 (rmail-new-summary-line-count): Rename from new-summary-line-count.
2252 Add defvar.
2253 (rmail-summary-beginning-of-message): Use with-no-warnings.
2254 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
2255
2256 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
2257 Use with-no-warnings.
2258
2259 * emulation/vi.el (vi-mark-region): Use c-mark-function.
2260 (c-mark-function): Add point-moving-unit property.
2261 (vi-goto-line): Use with-no-warnings.
2262
2263 * emulation/edt.el (edt-last-copied-word): Add defvar.
2264 (zmacs-region-stays): Likewise.
2265 (edt-mark-section-wisely): Use c-mark-function for C.
2266 Use makr-defun for Fortran.
2267 (time-string): defvar deleted.
2268 (edt-display-the-time): Don't set time-string.
2269
2270 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
2271
2272 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2273 Don't warn when name is not constant
2274 or for defining the group `emacs'.
2275
2276 * tooltip.el (gud-tooltip-mode): Add defvar.
2277
2278 * startup.el (default-frame-background-mode): Add defvar.
2279
2280 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
2281
2282 * info.el (tool-bar-map): Add defvar.
2283
2284 * dired.el (dnd-protocol-alist): Add defvar.
2285
2286 * dired-aux.el (dired-query): Display question with answer, when
2287 the user answers.
2288
2289 * custom.el (custom-add-option): Doc fix.
2290
2291 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
2292
2293 2005-07-03 Eli Zaretskii <eliz@gnu.org>
2294
2295 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
2296 bogus name from the last change.
2297
2298 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
2299
2300 * custom.el (custom-declare-variable): Fix typos in comment.
2301 (custom-known-themes): Doc fix.
2302 (custom-theme-directory): New defcustom.
2303 (require-theme): Make it check `custom-theme-directory'.
2304
2305 * cus-theme.el (custom-new-theme-mode): New function.
2306 (custom-theme-name, custom-theme-variables, custom-theme-faces)
2307 (custom-theme-description): Add compiler defvars.
2308 (customize-create-theme): Add doc to the "*New Custom Theme*"
2309 buffer. Use `custom-new-theme-mode'.
2310 (custom-theme-write): Put the created buffer in emacs-lisp-mode
2311 and save it to the `custom-theme-directory'. Make this the
2312 default directory of the buffer.
2313
2314 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
2315
2316 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
2317 Fix unbalanced parentheses.
2318
2319 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
2322 into flymake-mode and delegate to flymake-mode.
2323
2324 * find-file.el (ff-which-function-are-we-in): Clean up.
2325
2326 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
2327
2328 * replace.el (occur-rename-buffer): Fix docstring.
2329
2330 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
2331 (edt-last-copied-word, edt-learn-macro-count)
2332 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
2333 (edt-rect-start-point, edt-user-global-map, rect-start-point)
2334 (time-string, zmacs-region-stays):
2335 * emulation/edt-mapper.el (edt-save-function-key-map)
2336 (EDT-key-name): `defvar' to silence the byte-compiler.
2337
2338 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
2339
2340 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
2341 font-lock-regexp-backslash. Doc fix.
2342 (font-lock-regexp-backslash-grouping-construct): Rename from
2343 font-lock-regexp-backslash-construct. Doc fix.
2344 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
2345 grouping constructs.
2346
2347 2005-07-02 Eli Zaretskii <eliz@gnu.org>
2348
2349 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
2350 updating all the prerequisites.
2351
2352 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
2353
2354 * textmodes/org.el (org-agenda-start-on-weekday)
2355 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
2356 (org-agenda-use-time-grid, org-archive-location)
2357 (org-allow-space-in-links, org-usenet-links-prefer-google)
2358 (org-enable-table-editor, org-export-default-language)
2359 (org-export-html-show-new-buffer, org-fill-paragraph)
2360 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
2361 (org-goto-quit, org-occur, org-eval-in-calendar)
2362 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
2363 (org-agenda-diary-entry, org-remember-help)
2364 (org-table-convert-region, org-at-table-p)
2365 (org-table-move-row-down, org-table-move-row-up)
2366 (org-table-copy-region, org-table-toggle-vline-visibility)
2367 (org-table-get-stored-formulas, org-table-get-specials)
2368 (org-recalc-commands, org-table-eval-formula)
2369 (org-table-formula-substitute-names, orgtbl-make-binding)
2370 (org-format-org-table-html, org-format-table-table-html)
2371 (org-format-table-table-html-using-table-generate-source)
2372 (org-customize): Fix typos in docstrings.
2373 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
2374 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
2375 (org-back-to-heading): Doc fixes.
2376 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
2377 (org-agenda-change-all-lines, org-get-header):
2378 Improve argument/docstring consistency.
2379 (orgtbl-error): Fix error message.
2380
2381 * progmodes/flymake.el (flymake-find-possible-master-files)
2382 (flymake-master-file-compare, flymake-get-line-err-count)
2383 (flymake-highlight-line, flymake-gui-warnings-enabled):
2384 Fix typos in docstrings.
2385 (flymake-parse-line, flymake-get-project-include-dirs-function)
2386 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
2387 Doc fixes.
2388 (flymake-get-project-include-dirs-function)
2389 (flymake-make-err-menu-data):
2390 Improve argument/docstring consistency.
2391
2392 2005-07-01 Lute Kamstra <lute@gnu.org>
2393
2394 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
2395 Catch errors with ignore-errors. Use temporary buffer.
2396 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
2397
2398 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
2399 background color faces.
2400 (facemenu-set-foreground, facemenu-set-background):
2401 Use facemenu-set-face-from-menu.
2402 (facemenu-set-face-from-menu): Treat face names that start with
2403 "fg:" or "bg:" as special.
2404 (facemenu-add-new-color): Don't create faces. Simplify.
2405
2406 2005-06-30 Richard M. Stallman <rms@gnu.org>
2407
2408 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
2409 (crm-find-current-element): Likewise.
2410
2411 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
2412
2413 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
2414
2415 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 * arc-mode.el (archive-extract): Make it work as a mouse binding.
2418 (archive-mouse-extract): Make it an obsolete alias.
2419 (archive-mode-map): Don't use archive-mouse-extract any more.
2420 (archive-mode, archive-extract): write-contents-hooks ->
2421 write-contents-functions.
2422 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
2423 first arg.
2424 (archive-rename-entry): Update the call.
2425 (archive-zip-summarize): Remove unused var `method'.
2426 (archive-lzh-summarize): Remove unused var `creator'.
2427
2428 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
2429 dedicated frame upon exit.
2430
2431 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
2432 (archive-zip-extract, archive-zip-expunge)
2433 (archive-zip-update, archive-zip-update-case): Use executable-find.
2434 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
2435 Use restore-buffer-modified-p.
2436 (archive-extract, archive-add-new-member, archive-write-file-member):
2437 Use with-current-buffer.
2438 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
2439
2440 2005-06-30 Andreas Schwab <schwab@suse.de>
2441
2442 * progmodes/gud.el (gud-filter): Remove unneeded progn.
2443
2444 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2445
2446 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
2447
2448 2005-06-30 Juri Linkov <juri@jurta.org>
2449
2450 * faces.el (vertical-border): Inherit from mode-line-inactive
2451 only on tty.
2452
2453 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
2454
2455 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
2456 example, -NLINES in the `occur' docstring).
2457
2458 * replace.el (occur-1): When no matches are found, do not set the
2459 `buffer-read-only' and modified flags for the occur buffer,
2460 because it is deleted.
2461
2462 * emulation/cua-base.el (cua-check-pending-input)
2463 (cua-repeat-replace-region, cua-mode, cua-debug)
2464 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
2465 Fix typos in docstrings.
2466
2467 * emulation/cua-gmrk.el (cua-toggle-global-mark)
2468 (cua-cut-region-to-global-mark)
2469 (cua--cut-rectangle-to-global-mark):
2470 Remove period from end of messages.
2471
2472 * emulation/cua-rect.el (cua-do-rectangle-padding):
2473 Remove period from end of messages.
2474 (cua--rectangle-seq-format): Fix typo in docstring.
2475 (cua-sequence-rectangle, cua-fill-char-rectangle):
2476 Improve argument/docstring consistency.
2477
2478 2005-06-29 Juri Linkov <juri@jurta.org>
2479
2480 * faces.el (default-frame-background-mode): New internal variable.
2481 (frame-set-background-mode): Use it.
2482
2483 * startup.el (normal-top-level): Set default-frame-background-mode
2484 instead of frame-background-mode. Before setting it, test for its
2485 nil value. Remove tests for frame-background-mode and frame
2486 parameter `reverse'. Add test for "unspecified-fg".
2487
2488 * term/xterm.el (xterm-rxvt-set-background-mode):
2489 * term/rxvt.el (rxvt-set-background-mode):
2490 Set default-frame-background-mode instead of frame-background-mode.
2491
2492 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
2493
2494 * simple.el (set-variable): Warn about obsolete user variables.
2495
2496 * imenu.el (imenu--completion-buffer):
2497 * mouse.el (mouse-buffer-menu-alist):
2498 * msb.el (msb-invisible-buffer-p):
2499 * calendar/diary-lib.el (diary-header-line-format):
2500 * emacs-lisp/pp.el (pp-buffer):
2501 * progmodes/cperl-mode.el (cperl-do-auto-fill):
2502 * textmodes/picture.el (picture-replace-match):
2503 Change space constants followed by a sexp to "?\s ".
2504
2505 * play/decipher.el (decipher-loop-with-breaks):
2506 * textmodes/texinfo.el (texinfo-insert-@item): Change space
2507 constants "protected" from end of line by a comment to "?\s".
2508
2509 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * font-lock.el (save-buffer-state): Use `declare'.
2512
2513 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
2514 reset the syntax-table to cperl-mode-syntax-table.
2515 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
2516 "foo_print_bar" is not matched as a reserved keyword.
2517
2518 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
2519
2520 * textmodes/org.el (orgtbl-setup): New function, for delayed
2521 setup for the orgtbl commands.
2522 (org-calc-default-modes): New option.
2523 (orgtbl-make-binding): Use `defun' to get better help display.
2524 (org-diary): Call `org-compile-prefix-format'.
2525 (org-table-formula-substitute-names): New function.
2526 (org-agenda-day-view, org-agenda-week-view): New commands.
2527 (org-agenda-toggle-week-view): Command removed.
2528 (org-tbl-menu): Split off from org-org-menu.
2529 (org-mode): Move removal of outline-mode menus to here.
2530 (org-table-formula-debug): New option.
2531 (org-table-insert-row): Keep first field if just "#" or "*".
2532 (org-mode): Paragraph regexps fixed.
2533 (org-table-recalculate-regexp): New constant.
2534 (org-table-justify-field-maybe): Avoid replace if not necessary.
2535 (org-copy-special, org-cut-special): Use `call-interactively'.
2536 (org-table-copy-region): Take region from `interactive' call.
2537 (org-trim): Return string even if no match.
2538 (org-formula): New face.
2539 (org-set-font-lock-defaults): No longer highlight "FIXME".
2540 But highlight formula-related fields in table.
2541 (org-table-p): Use regexp, not fontification.
2542 (org-table-align): Handle white space at end of line.
2543 (org-table-formula-evaluate-inline): New option.
2544 (org-mode): Auto-wrapping in comment lines turned off.
2545 (org-table-copy-down): Evaluate only in copied field, not in
2546 destination.
2547 (org-table-current-formula): Variable removed.
2548 (org-table-store-formulas, org-table-get-stored-formulas)
2549 (org-table-modify-formulas, org-table-replace-in-formulas)
2550 (org-table-maybe-eval-formula): New functions.
2551 (org-table-get-formula): Modify to use stored formulas.
2552 (org-table-insert-column, org-table-delete-column)
2553 (org-table-move-column): Call `org-table-modify-formulas'.
2554 (org-complete): Add completion for keyword formulas.
2555 (orgtbl-mode): Pull orgtbl-mode-map to start of
2556 minor-mode-map-alist.
2557
2558 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * progmodes/python.el (python-check): Require `compile' before
2561 modifying its variables.
2562
2563 * newcomment.el (comment-indent-default): Don't get fooled by an early
2564 end of buffer.
2565
2566 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2567
2568 * ps-print.el (ps-print-version): Fix version number.
2569
2570 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
2571
2572 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
2573
2574 2005-06-28 Richard M. Stallman <rms@gnu.org>
2575
2576 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
2577 (flyspell-local-mouse-map): Declaration deleted.
2578 (flyspell-mouse-map): Bind only mouse-2.
2579 (flyspell-mode-map): Don't test flyspell-use-local-map.
2580 (flyspell-overlay-keymap-property-name): Var deleted.
2581 (flyspell-mode-on): Don't make local bindings for
2582 flyspell-mouse-map and flyspell-mode-map.
2583 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
2584
2585 * textmodes/ispell.el (ispell-word): Do not ignore short words.
2586
2587 * progmodes/compile.el (compilation-next-error-function):
2588 Don't switch buffers; operate on the current buffer.
2589
2590 * progmodes/compile.el (compilation-error-file-name)
2591 (compilation-warning-file-name, compilation-info-file-name)
2592 (compilation-line-number, compilation-column-number): New faces.
2593 (compilation-error-face, compilation-warning-face)
2594 (compilation-info-face, compilation-line-face)
2595 (compilation-column-face): Use them.
2596
2597 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
2598
2599 * comint.el (comint-password-prompt-regexp): Accept ", try again".
2600
2601 * bindings.el (global-map): Bind insertchar and its variants.
2602
2603 2005-06-27 Richard M. Stallman <rms@gnu.org>
2604
2605 * textmodes/artist.el (artist-text-overwrite)
2606 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
2607
2608 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2609
2610 * ps-print.el: It was not working the page selection for printing.
2611 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
2612 (ps-print-version): New version 6.6.7.
2613 (ps-end-sheet): New fun.
2614 (ps-header-sheet, ps-end-job): Call it.
2615
2616 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2617
2618 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
2619
2620 2005-06-27 Lute Kamstra <lute@gnu.org>
2621
2622 * facemenu.el (facemenu-unlisted-faces): Add foreground and
2623 background color faces.
2624 (facemenu-get-face): Delete function.
2625 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
2626 (facemenu-add-new-color): Make second argument mandatory.
2627 Create the appropriate face and return it. Simplify.
2628 (facemenu-set-foreground, facemenu-set-background): Don't check if
2629 color is defined. Use return value of facemenu-add-new-color.
2630
2631 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
2632
2633 * progmodes/gud.el (gud-filter): Add missing argument to
2634 with-selected-window.
2635
2636 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
2639 a :require to the defcustom.
2640
2641 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
2642 defcustoms corresponding to minor modes.
2643
2644 2005-06-26 David Ponce <david@dponce.com>
2645
2646 * recentf.el: Require tree-widget instead of wid-edit.
2647 (recentf-filename-handler): Fix widget :type.
2648 (recentf-cancel-dialog, recentf-open-more-files)
2649 (recentf-open-files-action): Doc fix.
2650 (recentf-dialog-goto-first): New function.
2651 (recentf-dialog-mode-map): Set parent keymap first.
2652 (recentf-dialog-mode): Define with define-derived-mode.
2653 Don't display continuation lines in dialogs.
2654 (recentf-edit-list): Rename from recentf-edit-selected-items.
2655 (recentf-edit-list-select): Rename from recentf-edit-list-action.
2656 Simplify.
2657 (recentf-edit-list-validate): New function.
2658 (recentf-edit-list): Update accordingly.
2659 (recentf-open-files-item-shift): Remove.
2660 (recentf-open-files-item): Convert menu elements into tree and
2661 link widgets. Don't create the widgets.
2662 (recentf-open-files): Update accordingly.
2663 (recentf-save-list): Untabify.
2664
2665 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2666
2667 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
2668 (keep-lines): Add INTERACTIVE arg. Never delete lines only
2669 partially contained in the active region. Do not take active
2670 region into account when called from Lisp, unless INTERACTIVE arg
2671 is non-nil. Use `forward-line' instead of `beginning-of-line' to
2672 avoid trouble with fields. Make marker point nowhere when no
2673 longer used. Always return nil. Doc fix.
2674 (flush-lines): Add INTERACTIVE arg. Do not take active region
2675 into account when called from Lisp, unless INTERACTIVE arg is
2676 non-nil. Use `forward-line' instead of `beginning-of-line' to
2677 avoid trouble with fields. Make marker point nowhere when no
2678 longer used. Always return nil. Doc fix.
2679 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
2680 interchangeable. Do not take active region into account when
2681 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
2682 message in echo area when called from Lisp, unless INTERACTIVE arg
2683 is non-nil. Avoid saying "1 occurrences". Do not use markers.
2684 Return the number of matches. Doc fix.
2685 (occur): Doc fix.
2686 (perform-replace): Make comment follow double space convention for
2687 the sake of `outline-minor-mode'.
2688
2689 * faces.el (facep): Doc fix.
2690
2691 2005-06-25 Richard M. Stallman <rms@gnu.org>
2692
2693 * facemenu.el (facemenu-enable-faces-p): New function.
2694 (facemenu-background-menu, facemenu-foreground-menu)
2695 (facemenu-face-menu): Add menu-enable property.
2696
2697 * jka-compr.el (jka-compr-insert-file-contents):
2698 Special handling if cannot find the uncompression program.
2699
2700 * cus-face.el (custom-face-attributes): Add autoload.
2701
2702 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2703 Bind comment-indent-function locally.
2704
2705 * window.el (save-selected-window): Use save-current-buffer.
2706
2707 * subr.el (with-selected-window): Use save-current-buffer.
2708
2709 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
2710 and with-current-buffer.
2711
2712 2005-06-24 Richard M. Stallman <rms@gnu.org>
2713
2714 * simple.el (line-move-1): Fix previous change.
2715
2716 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
2717
2718 * replace.el (occur-1): Set `buffer-read-only' and the
2719 buffer-modified flag before running `occur-hook' to protect
2720 against unintentional buffer switches that can lead to data loss.
2721
2722 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
2723
2724 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2725 (gud-gdb-marker-filter): Use font-lock-warning-face for any
2726 initial error.
2727
2728 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2729 after fresh input.
2730 (gdb-var-create-handler): Put name of expression in quotes.
2731
2732 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2733
2734 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2735 elements of RING in order, and without bogus nil elements.
2736
2737 2005-06-23 Richard M. Stallman <rms@gnu.org>
2738
2739 * simple.el (set-variable): Args renamed; doc fix.
2740 (line-move-1): When there are overlays around, use vertical-motion.
2741
2742 * faces.el (escape-glyph): Use brown against light background.
2743 (nobreak-space): Rename from no-break-space.
2744 Fix previous change.
2745
2746 * dired-aux.el (dired-do-copy): Fix arg prompt.
2747
2748 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2749
2750 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2751
2752 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2753 rather than "Distributor".
2754
2755 2005-06-23 Lute Kamstra <lute@gnu.org>
2756
2757 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2758 (debug-on-entry): Use it. New interactive declaration that uses
2759 function-called-at-point.
2760
2761 2005-06-23 Kim F. Storm <storm@cua.dk>
2762
2763 * subr.el (save-match-data): Add comment about using evaporate arg
2764 to set-match-data.
2765
2766 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2767
2768 * cus-edit.el (customize-face)
2769 (customize-face-other-window): Handle face aliases.
2770
2771 * faces.el (face-documentation, set-face-attribute)
2772 (face-spec-set): Handle face aliases.
2773
2774 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * help-mode.el (help-make-xrefs): If a symbol representing a face
2777 name is not followed by the word "face", it could still be a
2778 function or variable name, so don't bypass other checks.
2779
2780 2005-06-22 Juri Linkov <juri@jurta.org>
2781
2782 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2783 Replace aliased functions with calls where second arg `inherit' is t.
2784
2785 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
2786
2787 * progmodes/gdb-ui.el (gdb-error): New variable.
2788 (gdb-error): New function.
2789 (gdb-annotation-rules): Act on error-begin and error annotations.
2790 (gdb-concat-output): Use font-lock-warning-face for errors.
2791
2792 2005-06-22 Miles Bader <miles@gnu.org>
2793
2794 * bindings.el (propertized-buffer-identification): Use renamed
2795 `Buffer-menu-buffer' face.
2796
2797 * faces.el (vertical-border): Rename from `vertical-divider'.
2798 (escape-glyph): Change dark-background color back to `cyan'.
2799
2800 2005-06-21 Juri Linkov <juri@jurta.org>
2801
2802 * faces.el (face-user-default-spec): Try getting `customized-face'
2803 prior to `saved-face'.
2804 (frame-background-mode): Refill docstring.
2805
2806 * emacs-lisp/lisp-mode.el (eval-defun-1):
2807 * emacs-lisp/edebug.el (edebug-eval-defun):
2808 Set `saved-face' temporarily to nil before calling form.
2809 Set `customized-face' to the new spec after that.
2810
2811 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
2812
2813 * subr.el (1value, lambda, key-substitution-in-progress):
2814 Doc fixes.
2815
2816 * autoinsert.el (auto-insert-alist):
2817 * ses.el (ses-call-printer):
2818 * subr.el (noreturn):
2819 * emacs-lisp/lisp.el (check-parens):
2820 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2821 * net/browse-url.el (browse-url-mosaic):
2822 * progmodes/cc-defs.el (c-safe-scan-lists):
2823 * progmodes/ebnf-abn.el (ebnf-abn-lex):
2824 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2825 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2826 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2827 * progmodes/ebnf-iso.el (ebnf-iso-lex):
2828 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2829
2830 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
2831
2832 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2833
2834 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
2835
2836 * calendar/appt.el (appt-make-list): Activate the package, if
2837 not already active (for backwards compatibility).
2838
2839 2005-06-20 Kim F. Storm <storm@cua.dk>
2840
2841 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
2842
2843 2005-06-20 Miles Bader <miles@gnu.org>
2844
2845 * faces.el (vertical-divider): New face.
2846
2847 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
2848
2849 * simple.el (kill-whole-line): Doc fix.
2850 (next-error-buffer-p, next-error-find-buffer)
2851 (clone-indirect-buffer): Fix typos in docstrings.
2852 (comment-line-break-function): Doc fix: don't say variable
2853 is automatically buffer-local (it isn't).
2854
2855 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
2856
2857 * net/tramp-ftp.el (top):
2858 * net/tramp-smb.el (top):
2859 * net/tramp-util.el (top):
2860 * net/tramp-uu.el (top):
2861 * net/tramp-vc.el (top):
2862 * net/tramp.el (top): Revert copyright years back to original
2863 ones. Tramp has a life outside GNU Emacs.
2864
2865 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
2866
2867 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
2868
2869 2005-06-18 Juri Linkov <juri@jurta.org>
2870
2871 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2872 end of first regexp to limit the match to the position between
2873 line number and source line with same separator character as used
2874 between file name and line number. In the second regexp limit
2875 mouse-face area to file name and line number by adding new group
2876 for them and referring it in HYPERLINK arg.
2877 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2878 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2879 previous line where grep markers may be already removed.
2880
2881 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2882
2883 * progmodes/ps-mode.el: Update version and maintainer's email address.
2884
2885 2005-06-18 Steve Youngs <steve@xemacs.org>
2886
2887 * net/browse-url.el (browse-url-browser-function)
2888 (browse-url-default-browser): Add firefox.
2889 (browse-url-firefox-program, browse-url-firefox-arguments)
2890 (browse-url-firefox-startup-arguments)
2891 (browse-url-firefox-new-window-is-tab): New defcustoms.
2892 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2893
2894 2005-06-17 Richard M. Stallman <rms@gnu.org>
2895
2896 * startup.el (command-line): Warn if specified user name has
2897 no home directory.
2898
2899 * term.el (term-get-old-input, term-input-filter, term-input-sender)
2900 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2901
2902 * longlines.el (longlines-mode, longlines-show-hard-newlines):
2903 Doc fixes.
2904
2905 * faces.el (underline): Try bold if terminal doesn't support underline.
2906
2907 * mail/sendmail.el (mail-setup-with-from): New variable.
2908 (mail-insert-from-field): New function.
2909 (sendmail-send-it): Call it.
2910 (mail-setup): Optionally call it here.
2911
2912 * term/linux.el: Call tty-no-underline.
2913
2914 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2915
2916 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2917
2918 2005-06-17 Miles Bader <miles@gnu.org>
2919
2920 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2921 (ediff-current-diff-C, ediff-current-diff-Ancestor)
2922 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2923 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2924 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2925 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2926 Remove "-face" suffix from face names.
2927 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2928 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2929 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2930 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2931 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2932 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2933 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2934 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2935 New backward-compatibility aliases for renamed faces.
2936 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2937 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2938 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2939 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2940 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2941 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2942 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2943 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2944 Use renamed ediff faces.
2945
2946 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2947 Remove "-face" suffix from face names.
2948 (eshell-test-ok-face, eshell-test-failed-face):
2949 New backward-compatibility aliases for renamed faces.
2950 (eshell-run-test): Use renamed eshell-test faces.
2951
2952 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
2953 face name.
2954 (eshell-prompt-face): New backward-compatibility alias for renamed
2955 face.
2956 (eshell-emit-prompt): Use renamed eshell-prompt face.
2957
2958 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2959 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2960 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2961 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2962 Remove "-face" suffix from face names.
2963 (eshell-ls-directory-face, eshell-ls-symlink-face)
2964 (eshell-ls-executable-face, eshell-ls-readonly-face)
2965 (eshell-ls-unreadable-face, eshell-ls-special-face)
2966 (eshell-ls-missing-face, eshell-ls-archive-face)
2967 (eshell-ls-backup-face, eshell-ls-product-face)
2968 (eshell-ls-clutter-face):
2969 New backward-compatibility aliases for renamed faces.
2970 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2971
2972 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2973 Remove "-face" suffix from face name.
2974 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2975 instead of literal face.
2976
2977 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * emacs-lisp/warnings.el (display-warning, lwarn)
2980 (warning-minimum-log-level): Doc fixes.
2981 (warning-minimum-level, warning-minimum-log-level):
2982 Add :debug to :type choices.
2983
2984 * progmodes/ada-mode.el (ada-format-paramlist)
2985 (ada-get-indent-case, ada-check-matching-start)
2986 (ada-check-defun-name, ada-goto-matching-decl-start)
2987 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2988 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2989 (ada-make-subprogram-body): Follow error conventions.
2990 (ada-case-exception-file, ada-indent-comment-as-code)
2991 (ada-indent-handle-comment-special, ada-indent-renames)
2992 (ada-indent-return, ada-search-directories-internal)
2993 (ada-tab-policy, ada-case-exception-substring)
2994 (ada-other-file-alist, ada-matching-start-re)
2995 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2996 (ada-imenu-generic-expression, ada-compile-goto-error)
2997 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2998 (ada-popup-menu, ada-add-extensions, ada-mode)
2999 (ada-region-selected, ada-create-case-exception)
3000 (ada-create-case-exception-substring, ada-after-keyword-p)
3001 (ada-activate-keys-for-case, ada-adjust-case-region)
3002 (ada-adjust-case-buffer, ada-format-paramlist)
3003 (ada-scan-paramlist, ada-insert-paramlist)
3004 (ada-indent-newline-indent)
3005 (ada-indent-newline-indent-conditional)
3006 (ada-justified-indent-current, ada-goto-previous-word)
3007 (ada-indent-current, ada-get-indent-open-paren)
3008 (ada-get-indent-paramlist, ada-get-indent-end)
3009 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
3010 (ada-get-indent-block-start, ada-get-indent-subprog)
3011 (ada-get-indent-noindent, ada-get-indent-label)
3012 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
3013 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
3014 (ada-goto-stmt-end, ada-goto-next-word)
3015 (ada-check-matching-start, ada-check-defun-name)
3016 (ada-goto-matching-decl-start, ada-goto-matching-start)
3017 (ada-goto-matching-end, ada-search-ignore-string-comment)
3018 (ada-in-decl-p, ada-looking-at-semi-or)
3019 (ada-looking-at-semi-private, ada-in-paramlist-p)
3020 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
3021 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
3022 (ada-next-procedure, ada-previous-procedure, ada-next-package)
3023 (ada-previous-package, ada-create-menu)
3024 (ada-fill-comment-paragraph-justify)
3025 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
3026 (ada-other-file-name, ada-last-which-function-line)
3027 (ada-last-which-function-subprog, ada-which-function)
3028 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
3029 (ada-gen-treat-proc, ada-check-emacs-version)
3030 (ada-continuation-indent, ada-align-region-separate):
3031 Fix typos in docstrings.
3032 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
3033
3034 2005-06-16 Lute Kamstra <lute@gnu.org>
3035
3036 * simple.el (fundamental-mode): Run after-change-major-mode-hook
3037 conditionally.
3038
3039 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
3040
3041 * comint.el (comint-replace-by-expanded-filename)
3042 (comint-prompt-regexp, comint-delimiter-argument-list)
3043 (comint-preinput-scroll-to-bottom):
3044 * info.el (Info-hide-cookies-node):
3045 * ls-lisp.el (ls-lisp-classify):
3046 * find-file.el (ff-search-directories, ff-special-constructs)
3047 (ff-find-other-file):
3048 * font-lock.el (font-lock-keywords):
3049 * shell.el (shell-prompt-pattern)
3050 (shell-dynamic-complete-functions, shell-mode)
3051 (shell-delimiter-argument-list):
3052 * term.el (term-replace-by-expanded-filename)
3053 (term-prompt-regexp, term-delimiter-argument-list):
3054 * woman.el (woman-ignore, woman0-if):
3055 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
3056 * emacs-lisp/elint.el (elint-init-env):
3057 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
3058 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
3059 * language/ethio-util.el (ethio-tilde-escape)
3060 (ethio-use-three-dot-question):
3061 * net/zone-mode.el (zone-mode-load-time-setup):
3062 * progmodes/cc-align.el (c-lineup-argcont):
3063 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
3064 * progmodes/cperl-mode.el (cperl-set-style-back):
3065 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3066 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
3067 Fix spellings in docstrings.
3068
3069 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
3070 * progmodes/modula2.el (m2-for): Fix spellings.
3071
3072 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
3073
3074 * simple.el (undo-more): Don't use `format' on `error' arguments.
3075 Improve argument/docstring consistency.
3076 (pending-undo-list): Doc fix.
3077
3078 * smerge-mode.el (smerge-ensure-match):
3079 * emulation/vip.el (vip-ex):
3080 * net/zone-mode.el (zone-mode-update-serial):
3081 * progmodes/idlwave.el (idlwave-complete):
3082 * progmodes/vhdl-mode.el (vhdl-visit-file)
3083 (vhdl-compose-wire-components):
3084 Don't use `format' on `error' arguments.
3085
3086 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
3087 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
3088 (tooltip-help-tips): Fix typos in docstrings.
3089
3090 2005-06-16 David Ponce <david@dponce.com>
3091
3092 * tree-widget.el (tree-widget-value-create): Simplify last change.
3093
3094 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
3095
3096 * ido.el (ido-incomplete-regexp): New variable.
3097 (ido-set-matches-1): Handle invalid-regexp error and set
3098 ido-incomplete-regexp.
3099 (ido-incomplete-regexp): New face.
3100 (ido-completions): Use it.
3101 (ido-complete, ido-exit-minibuffer, ido-completions):
3102 Handle incomplete regexps.
3103 (ido-completions): Add check for complete match when entering a regexp.
3104
3105 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
3108
3109 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3110
3111 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
3112 by field delimiters.
3113
3114 2005-06-15 David Ponce <david@dponce.com>
3115
3116 * tree-widget.el: eval-and-compile inlined functions so they will
3117 be available at run-time too.
3118 (tree-widget-super-format-handler)
3119 (tree-widget-format-handler): Remove.
3120 (tree-widget-value-create): Handle the :indent property.
3121
3122 2005-06-15 Miles Bader <miles@gnu.org>
3123
3124 * progmodes/which-func.el (which-func): Only inherit
3125 `font-lock-function-name-face' when that makes sense against the
3126 default mode-line face, otherwise set the face color explicitly.
3127
3128 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
3129 faces instead of (non-existent) variables.
3130
3131 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
3134 (iswitchb-get-matched-buffers): Likewise. Simplify.
3135
3136 2005-06-14 Miles Bader <miles@gnu.org>
3137
3138 * progmodes/ld-script.el (ld-script-location-counter):
3139 Remove "-face" suffix from face name.
3140 (ld-script-location-counter-face):
3141 New backward-compatibility alias for renamed face.
3142 (ld-script-location-counter-face): Use renamed face.
3143
3144 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
3145 (cperl-hash): Remove "-face" suffix from face names.
3146 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
3147 New backward-compatibility aliases for renamed faces.
3148 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
3149 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
3150
3151 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
3152 name.
3153 (which-func-face): New backward-compatibility alias for renamed face.
3154 (which-func-format): Use renamed which-func face.
3155
3156 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
3157 (vhdl-function, vhdl-directive, vhdl-reserved-word)
3158 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
3159 names.
3160 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
3161 (vhdl-speedbar-configuration, vhdl-speedbar-package)
3162 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
3163 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
3164 (vhdl-speedbar-architecture-selected)
3165 (vhdl-speedbar-configuration-selected)
3166 (vhdl-speedbar-package-selected)
3167 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
3168 names.
3169 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
3170 Use renamed faces.
3171 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
3172 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
3173 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
3174 Use renamed faces.
3175 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
3176 names.
3177 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
3178 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
3179 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
3180 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
3181 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
3182 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
3183
3184 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
3185 face name.
3186 (sh-heredoc-face): New backward-compatibility alias for renamed face.
3187 (sh-heredoc-face): Use renamed sh-heredoc face.
3188
3189 * progmodes/idlw-help.el (idlwave-help-link):
3190 Remove "-face" suffix from face name.
3191 (idlwave-help-link-face):
3192 New backward-compatibility alias for renamed face.
3193 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
3194
3195 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
3196 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
3197 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
3198 New backward-compatibility aliases for renamed faces.
3199 (idlwave-shell-disabled-breakpoint-face)
3200 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
3201
3202 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3203 Remove "-face" suffix from face names.
3204 (flymake-errline-face, flymake-warnline-face):
3205 New backward-compatibility aliases for renamed faces.
3206 (flymake-highlight-line): Use renamed flymake faces.
3207
3208 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
3209 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
3210 (ebrowse-member-class, ebrowse-progress):
3211 Remove "-face" suffix from face names.
3212 (ebrowse-tree-mark-face, ebrowse-root-class-face)
3213 (ebrowse-file-name-face, ebrowse-default-face)
3214 (ebrowse-member-attribute-face, ebrowse-member-class-face)
3215 (ebrowse-progress-face):
3216 New backward-compatibility aliases for renamed faces.
3217 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
3218 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
3219 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3220 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3221
3222 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3223 antlr-syntax)
3224 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3225 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3226 names.
3227 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3228 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3229 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3230 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3231 backward-compatibility aliases for renamed faces.
3232 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3233 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3234 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3235 remove "font-lock-". Use renamed antlr-mode faces.
3236 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
3237 literal face-names with face variable references.
3238
3239 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3240 face name.
3241 (Buffer-menu-buffer-face): New backward-compatibility alias for
3242 renamed face.
3243 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
3244
3245 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
3246
3247 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
3248 Eliminate "-face" suffix.
3249 (makefile-targets): Inherit from font-lock-function-name-face and
3250 eliminate "-face" suffix.
3251 (makefile-shell): Remove attributes and eliminate "-face" suffix.
3252 (makefile-*-font-lock-keywords): Append makefile-targets in rule
3253 actions, instead of prepending, to make it less visible.
3254 (makefile-previous-dependency, makefile-match-dependency):
3255 Don't match a target on a continuation line.
3256
3257 * files.el (auto-mode-alist): Put Makefile in gmake mode.
3258
3259 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
3260
3261 * progmodes/gdb-ui.el (menu): Re-order menu items.
3262 (gdb-tooltip-print): Respect tooltip-use-echo-area.
3263
3264 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
3265 Define in tooltip.el.
3266 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
3267 (gud-tooltip-tips): Respect tooltip-use-echo-area and
3268 gud-tooltip-echo-area.
3269
3270 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
3271 backward compatibility and make obsolete.
3272 (tooltip-help-tips): Use tooltip-use-echo-area.
3273 (tooltip-show-help-function): Rename to...
3274 (tooltip-show-help): ...this, because it is a function.
3275 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
3276
3277 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3278
3279 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
3280 (edebug-print-length, edebug-print-level, edebug-print-circle)
3281 (edebug-modify-breakpoint, edebug-eval-last-sexp)
3282 (edebug-eval-print-last-sexp): Doc fixes.
3283
3284 2005-06-14 Kim F. Storm <storm@cua.dk>
3285
3286 * ido.el (ido-mode): Make a new keymap every time we enable ido,
3287 as the coverage buffer/file/both may change.
3288
3289 2005-06-14 Lute Kamstra <lute@gnu.org>
3290
3291 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
3292 and run-mode-hooks. Simplify.
3293
3294 * mail/rmailedit.el (rmail-edit-mode):
3295 * progmodes/octave-inf.el (inferior-octave-mode):
3296 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
3297
3298 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
3299 and run-mode-hooks.
3300 (recentf-edit-list, recentf-open-files): Don't call
3301 kill-all-local-variables directly.
3302
3303 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
3304
3305 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
3306
3307 * emacs-lisp/byte-run.el (make-obsolete)
3308 (define-obsolete-function-alias): Rename arguments FUNCTION and
3309 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
3310 (make-obsolete-variable, define-obsolete-variable-alias):
3311 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
3312 respectively.
3313
3314 * isearchb.el (isearchb-activate):
3315 * pcvs.el (cvs-mode):
3316 * ses.el (ses-load):
3317 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
3318 * net/tramp.el (tramp-find-file-exists-command)
3319 (tramp-find-shell):
3320 * progmodes/ada-mode.el (ada-create-case-exception)
3321 (ada-create-case-exception-substring, ada-make-subprogram-body):
3322 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3323 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
3324 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
3325 * textmodes/org.el (org-promote, org-evaluate-time-range)
3326 (org-agenda-next-date-line, org-agenda-previous-date-line)
3327 (org-agenda-error, org-open-at-point, org-table-move-row)
3328 (org-format-table-table-html-using-table-generate-source)
3329 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
3330 * textmodes/reftex.el (reftex-access-scan-info):
3331 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
3332 (reftex-toc-promote-prepare): Follow error conventions.
3333
3334 * diff-mode.el (diff-mode): Fix typo in docstring.
3335
3336 * forms.el (forms--intuit-from-file): Fix reference to
3337 `forms-number-of-fields' in error message.
3338 (forms-print): Fix quoting in error message.
3339
3340 * forms.el (forms-mode):
3341 * emulation/vi.el (vi-goto-insert-state):
3342 * progmodes/flymake.el (flymake-new-err-info)
3343 (flymake-start-syntax-check-for-current-buffer)
3344 (flymake-simple-cleanup):
3345 * eshell/esh-var.el (eshell/export):
3346 * progmodes/gud.el (xdb):
3347 * textmodes/flyspell.el (flyspell-incorrect-hook)
3348 (flyspell-maybe-correct-transposition)
3349 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
3350
3351 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
3352
3353 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
3354 minibuffer prompt.
3355
3356 2005-06-13 Kim F. Storm <storm@cua.dk>
3357
3358 * subr.el (add-to-ordered-list): New defun.
3359
3360 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
3361 add cua--keymap-alist to emulation-mode-map-alists.
3362
3363 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * subr.el (complete-in-turn): New macro.
3366 (dynamic-completion-table, lazy-completion-table): Add debug info.
3367
3368 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
3369 in preference to face aliases.
3370
3371 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
3372 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
3373 Remove unused vars `start' and `firstline'.
3374 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
3375 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
3376
3377 2005-06-13 Eli Zaretskii <eliz@gnu.org>
3378
3379 * cus-start.el (all): Don't complain about missing GTK-related
3380 variables, unless either `gtk' is boundp or this isn't a
3381 `windows-nt' build.
3382
3383 2005-06-13 Lute Kamstra <lute@gnu.org>
3384
3385 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
3386 run-mode-hooks.
3387
3388 * ediff-mult.el (ediff-meta-mode):
3389 * ediff-util.el (ediff-mode): Use run-mode-hooks.
3390
3391 * ledit.el (ledit-mode): Use delay-mode-hooks.
3392
3393 * woman.el (woman-mode-line-format): Delete constant.
3394 (woman-mode-map): Initialize it properly.
3395 (woman-mode): Set mode-class property to special.
3396 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
3397 Set major-mode and mode-name. Don't set mode-line-format directly.
3398 (Man-getpage-in-background): Don't reference woman-mode-line-format.
3399
3400 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
3401 string argument obsolete.
3402
3403 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
3404
3405 * textmodes/org.el (org-CUA-compatible): New option.
3406 (org-disputed-keys): New variable.
3407 (org-key): New function.
3408 (orgtbl-make-binding): Add docstring to the created function.
3409 (org-mode): Set paragraph start/separate regexps.
3410 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
3411 (org-archive-location, org-archive-mark-done)
3412 (org-archive-stamp-time): New options.
3413 (org-archive-subtree): New command.
3414 (org-fill-paragraph): New function.
3415 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
3416 (org-fake-empty-table-line): Function removed.
3417 (org-format-org-table-html): Do not create empty table lines at
3418 separator lines. Improved table header treatment.
3419 (org-link-format): New option.
3420 (org-make-link): New function.
3421 (org-insert-link, org-store-link): Use org-make-link.
3422 (org-open-file): Quote file name for shell command, to allow
3423 spaces in file names.
3424 (org-link-regexp): Fix bug with mailto link.
3425 (org-link-maybe-angles-regexp, org-protected-link-regexp):
3426 New constants.
3427 (org-export-as-html): Deal with the optional angles around a link.
3428 Better treatment of file: links.
3429 (org-open-at-point): Replace @{ and @} with < and >.
3430 (org-run-mode-hooks): Function removed.
3431 (org-agenda-mode): No longer use `org-run-mode-hooks'.
3432
3433 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
3434
3435 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
3436 MI command -data-list-register-values.
3437 (gdb-post-prompt): Indent properly.
3438
3439 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
3440
3441 * hilit-chg.el (highlight-changes-colors): Rename from
3442 `highlight-changes-colours'.
3443 (highlight-changes-colours): Keep as obsolete alias.
3444 (highlight-changes-face-list): Doc fix.
3445 (hilit-chg-make-list): Use `highlight-changes-colors'.
3446
3447 2005-06-12 Mark A. Hershberger <mah@everybody.org>
3448
3449 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
3450 defun-prompt-regexp.
3451
3452 2005-06-12 Eli Zaretskii <eliz@gnu.org>
3453
3454 * loadup.el: Don't say we are dumping under 2 names on windows-nt
3455 and cygwin.
3456
3457 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3458 Don't use an old loaddefs.el, as in Makefile.in.
3459
3460 2005-06-12 Lute Kamstra <lute@gnu.org>
3461
3462 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
3463
3464 * man.el (Man-mode-map): Initialize it properly.
3465 (Man-mode): Set mode-class property to special.
3466
3467 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
3468
3469 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3470
3471 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
3472 A newline is needed in the docstring there.
3473
3474 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
3475 Doc fixes.
3476
3477 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3478
3479 * printing.el: Doc fix. The menubar is no more changed when printing
3480 is loaded, it only changes when pr-menu-bind or pr-update-menus is
3481 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
3482 (pr-version): New version number (6.8.4).
3483 (pr-menu-bind): New command.
3484 (pr-update-menus): Docstring and code fix.
3485 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
3486 Docstring fix.
3487 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
3488 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
3489
3490 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
3491
3492 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
3493 "Returns" to "return", document useful return values, etc.
3494
3495 2005-06-11 Alan Mackenzie <acm@muc.de>
3496
3497 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
3498 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
3499 (adaptive-file-function): Minor amendment to doc-string.
3500
3501 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3502
3503 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
3504 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
3505 Fix :type--it is `integer', not `string'.
3506
3507 * faces.el (modeline-highlight): Rename from (the erroneous)
3508 `modeline-higilight'.
3509
3510 2005-06-11 Lute Kamstra <lute@gnu.org>
3511
3512 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
3513 lisp-interaction-mode-map but make it the parent.
3514 (edebug-eval-mode): Use define-derived-mode.
3515
3516 2005-06-11 Andreas Schwab <schwab@suse.de>
3517
3518 * bindings.el: Add binding of `ESC functionkey' for every
3519 `M-functionkey'.
3520 * hexl.el (hexl-mode-map): Likewise.
3521
3522 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
3523
3524 * progmodes/compile.el (compilation-error-regexp-alist-alist)
3525 [msft]: update regexp for newer msft compilers.
3526
3527 2005-06-10 Mark A. Hershberger <mah@everybody.org>
3528
3529 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
3530 ATTLIST portions of included DTDs.
3531 (xml-parse-dtd): Eliminate use of inefficient match-data.
3532
3533 2005-06-10 Miles Bader <miles@gnu.org>
3534
3535 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
3536 (mpuz-text): Remove "-face" suffix from face names.
3537 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
3538 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
3539 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
3540
3541 * play/gomoku.el (gomoku-O, gomoku-X):
3542 Remove "-face" suffix from face names.
3543 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
3544 New backward-compatibility aliases for renamed faces.
3545 (gomoku-font-lock-keywords): Use renamed gomoku faces.
3546
3547 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3548
3549 * thumbs.el: Fixes for changes of 2005-06-09.
3550 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
3551 as a directory.
3552 (thumbs-thumbname): Remove directory separator from format string;
3553 `thumbs-thumbsdir' now returns a valid directory name.
3554 (thumbs-temp-dir): New defsubst.
3555 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
3556 Use it.
3557
3558 * cus-edit.el (minibuffer):
3559 * files.el (make-backup-file-name-function):
3560 * filesets.el (filesets-external-viewers):
3561 * hilit-chg.el (highlight-changes-colours)
3562 (highlight-changes-face-list, highlight-changes-rotate-faces):
3563 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
3564 * kmacro.el (kmacro-call-macro):
3565 * log-edit.el (log-edit-changelog-full-paragraphs):
3566 * mouse.el (mouse-1-click-follows-link):
3567 * skeleton.el (skeleton-autowrap):
3568 * subr.el (insert-for-yank-1):
3569 * tempo.el (tempo-insert-region):
3570 * terminal.el (terminal-emulator):
3571 * time.el (display-time-mail-face):
3572 * vc.el (vc-annotate):
3573 * vcursor.el (vcursor-copy-line):
3574 * woman.el (woman-bold-headings, woman-ignore)
3575 (woman-default-faces, woman-monochrome-faces):
3576 * calendar/todo-mode.el (todo-insert-threshold):
3577 * emulation/pc-select.el (pc-select-selection-keys-only)
3578 (pc-selection-mode):
3579 * emulation/vip.el (vip-find-char-forward):
3580 * emulation/viper-cmd.el (viper-find-char-forward):
3581 * international/mule-cmds.el
3582 (select-safe-coding-system-accept-default-p)
3583 (input-method-exit-on-invalid-key):
3584 * international/mule-diag.el (describe-coding-system):
3585 * international/ucs-tables.el (unify-8859-on-encoding-mode):
3586 * net/browse-url.el (browse-url-xterm-program):
3587 * obsolete/lazy-lock.el (lazy-lock-mode):
3588 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
3589 (cperl-mode):
3590 * progmodes/cpp.el (cpp-face-light-name-list)
3591 (cpp-face-dark-name-list):
3592 * progmodes/delphi.el (delphi-newline-always-indents):
3593 Fix spellings in docstrings.
3594
3595 * ido.el (ido-mode, ido-file-extensions-order)
3596 (ido-default-file-method, ido-default-buffer-method)
3597 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
3598 (ido-decorations, ido-read-file-name-as-directory-commands)
3599 (ido-read-file-name-non-ido, ido-work-directory-list)
3600 (ido-ignore-item-temp-list, ido-current-directory)
3601 (ido-magic-forward-char, ido-enter-find-file)
3602 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
3603 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
3604
3605 2005-06-10 Lute Kamstra <lute@gnu.org>
3606
3607 * play/dunnet.el (dun-mode): Use define-derived-mode.
3608 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
3609 obsolete alias.
3610
3611 * play/doctor.el (doctor-mode-map): Remove defvar.
3612 (doctor-mode): Use define-derived-mode.
3613
3614 * mail/mspools.el (mspools-mode):
3615 * net/eudc-hotlist.el (eudc-hotlist-mode):
3616 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
3617
3618 2005-06-10 Miles Bader <miles@gnu.org>
3619
3620 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3621 Remove "-face" suffix from face names.
3622 (flyspell-incorrect-face, flyspell-duplicate-face):
3623 New backward-compatibility aliases for renamed faces.
3624 (flyspell-mode-on, make-flyspell-overlay)
3625 (flyspell-highlight-incorrect-region)
3626 (flyspell-highlight-duplicate-region)
3627 (flyspell-display-next-corrections)
3628 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
3629
3630 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
3631 from face name.
3632 (texinfo-heading-face): New backward-compatibility alias for
3633 renamed face.
3634 (texinfo-heading-face): Use renamed texinfo-heading face.
3635
3636 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
3637 suffix from face names.
3638 (tex-math-face, tex-verbatim-face):
3639 New backward-compatibility aliases for renamed faces.
3640 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
3641 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
3642 literal face name.
3643
3644 * textmodes/table.el (table-cell): Remove "-face" suffix from face
3645 name.
3646 (table-cell-face): New backward-compatibility alias for renamed face.
3647 (table--put-cell-face-property, table--update-cell-face):
3648 Use renamed table-cell face.
3649
3650 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
3651 from face name.
3652 (sgml-namespace-face): New backward-compatibility alias for
3653 renamed face.
3654 (sgml-namespace-face): Use renamed sgml-namespace face.
3655
3656 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
3657 (org-level-4, org-level-5, org-level-6, org-level-7)
3658 (org-level-8, org-warning, org-headline-done)
3659 (org-deadline-announce, org-scheduled-today)
3660 (org-scheduled-previously, org-link, org-done, org-table)
3661 (org-time-grid): Remove "-face" suffix from face names.
3662 (org-level-1-face, org-level-2-face, org-level-3-face)
3663 (org-level-4-face, org-level-5-face, org-level-6-face)
3664 (org-level-7-face, org-level-8-face, org-warning-face)
3665 (org-headline-done-face, org-deadline-announce-face)
3666 (org-scheduled-today-face, org-scheduled-previously-face)
3667 (org-link-face, org-done-face, org-table-face)
3668 (org-time-grid-face):
3669 New backward-compatibility aliases for renamed faces.
3670 (org-level-faces, org-set-font-lock-defaults, org-timeline)
3671 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
3672 (org-agenda-get-timestamps, org-agenda-get-scheduled)
3673 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
3674
3675 * emulation/viper-init.el (viper-search, viper-replace-overlay)
3676 (viper-minibuffer-emacs, viper-minibuffer-insert)
3677 (viper-minibuffer-vi): Remove "-face" suffix from face names.
3678 (viper-search-face, viper-replace-overlay-face)
3679 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3680 (viper-minibuffer-vi-face):
3681 New backward-compatibility aliases for renamed faces.
3682 (viper-search-face, viper-replace-overlay-face)
3683 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
3684 (viper-minibuffer-vi-face): Use renamed viper faces.
3685
3686 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
3687 Remove "-face" suffix from face names.
3688 (testcover-nohits-face, testcover-1value-face):
3689 New backward-compatibility aliases for renamed faces.
3690 (testcover-mark): Use renamed testcover faces.
3691
3692 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
3693 face name.
3694 (diary-button-face): New backward-compatibility alias for renamed face.
3695 (diary-entry): Use renamed diary-button face.
3696
3697 * calendar/calendar.el (diary, calendar-today, holiday)
3698 (mark-visible-calendar-date): Remove "-face" suffix from face names.
3699 (diary-face, calendar-today-face, holiday-face):
3700 New backward-compatibility aliases for renamed faces.
3701 (eval-after-load "facemenu", diary-entry-marker)
3702 (calendar-today-marker, calendar-holiday-marker, diary-face):
3703 Use renamed calendar faces.
3704
3705 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3706 (compare-windows-face): New backward-compatibility alias for
3707 renamed face.
3708 (compare-windows-highlight): Use renamed compare-windows face.
3709
3710 * strokes.el (strokes-char): Remove "-face" suffix from face name.
3711 (strokes-char-face): New backward-compatibility alias for renamed face.
3712 (strokes-encode-buffer): Use renamed strokes-char face.
3713
3714 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
3715 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
3716 Remove "-face" suffix from face names.
3717 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3718 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3719 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
3720 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
3721 Use renamed pcvs faces.
3722 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3723 * pcvs-defs.el (cvs-mode-map): Likewise.
3724 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
3725
3726 * info.el (info-title-1, info-title-2, info-title-3)
3727 (info-title-4): Remove "-face" suffix from and downcase face names.
3728 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3729 (Info-title-4-face):
3730 New backward-compatibility aliases for renamed faces.
3731 (Info-fontify-node): Use renamed info faces.
3732
3733 * hilit-chg.el (highlight-changes, highlight-changes-delete):
3734 Remove "-face" suffix from face names.
3735 (highlight-changes-face, highlight-changes-delete-face):
3736 New backward-compatibility aliases for renamed faces.
3737 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3738 (hilit-chg-make-list): Use renamed highlight-changes faces.
3739
3740 * generic-x.el (show-tabs-tab, show-tabs-space):
3741 Remove "-face" suffix from face names.
3742 (show-tabs-tab-face, show-tabs-space-face):
3743 New backward-compatibility aliases for renamed faces.
3744 (show-tabs-generic-mode-font-lock-defaults-1)
3745 (show-tabs-generic-mode-font-lock-defaults-2):
3746 Use renamed show-tabs faces.
3747
3748 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3749 (smerge-markers): Remove "-face" suffix from face names.
3750 (smerge-mine-face, smerge-other-face, smerge-base-face)
3751 (smerge-markers-face):
3752 New backward-compatibility aliases for renamed faces.
3753 (smerge-mine-face, smerge-other-face, smerge-base-face)
3754 (smerge-markers-face): Use renamed smerge faces.
3755
3756 * log-view.el (log-view-file, log-view-message): Remove "-face"
3757 suffix from face names.
3758 (log-view-file-face, log-view-message-face): New
3759 backward-compatibility aliases for renamed faces.
3760 (log-view-file-face, log-view-message-face): Use renamed log-view
3761 faces.
3762
3763 * paren.el (show-paren-match, show-paren-mismatch):
3764 Remove "-face" suffix from face names.
3765 (show-paren-match-face, show-paren-mismatch-face):
3766 New backward-compatibility aliases for renamed faces.
3767 (show-paren-function): Use renamed show-paren faces.
3768
3769 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3770 (ruler-mode-margins, ruler-mode-fringes)
3771 (ruler-mode-column-number, ruler-mode-fill-column)
3772 (ruler-mode-comment-column, ruler-mode-goal-column)
3773 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
3774 suffix from face names.
3775 (ruler-mode-default-face, ruler-mode-pad-face)
3776 (ruler-mode-margins-face, ruler-mode-fringes-face)
3777 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3778 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3779 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
3780 backward-compatibility aliases for renamed faces.
3781 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3782 (ruler-mode-column-number, ruler-mode-fill-column)
3783 (ruler-mode-comment-column, ruler-mode-goal-column)
3784 (ruler-mode-tab-stop, ruler-mode-current-column)
3785 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
3786 faces.
3787
3788 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3789 face name.
3790 (whitespace-highlight-the-space): Use renamed face.
3791 (whitespace-highlight-face): New backward-compatibility alias for
3792 renamed face.
3793
3794 * woman.el (woman-italic, woman-bold, woman-unknown)
3795 (woman-addition, woman-symbol-face):
3796 Remove "-face" suffix from face names.
3797 (woman-italic-face, woman-bold-face, woman-unknown-face)
3798 (woman-addition-face):
3799 New backward-compatibility aliases for renamed faces.
3800 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3801 (woman-decode-region, woman-replace-match)
3802 (woman-display-extended-fonts, woman-special-characters)
3803 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3804 Use renamed woman faces.
3805
3806 * longlines.el (longlines-visible-face): Face removed.
3807
3808 * diff-mode.el (diff-header, diff-file-header, diff-index)
3809 (diff-hunk-header, diff-removed, diff-added, diff-changed)
3810 (diff-function, diff-context, diff-nonexistent): Remove "-face"
3811 suffix from face names.
3812 (diff-header-face, diff-file-header-face, diff-index-face)
3813 (diff-hunk-header-face, diff-removed-face, diff-added-face)
3814 (diff-changed-face, diff-function-face, diff-context-face)
3815 (diff-nonexistent-face): New backward-compatibility aliases for
3816 renamed faces.
3817 (diff-header-face, diff-file-header-face)
3818 (diff-index, diff-index-face, diff-hunk-header)
3819 (diff-hunk-header-face, diff-removed, diff-removed-face)
3820 (diff-added, diff-added-face, diff-changed-face, diff-function)
3821 (diff-function-face, diff-context-face, diff-nonexistent)
3822 (diff-nonexistent-face): Use renamed diff-mode faces.
3823
3824 * progmodes/compile.el (compilation-warning-face)
3825 (compilation-info-face): Remove "-face" suffix from face names.
3826 (compilation-warning-face, compilation-info-face):
3827 New backward-compatibility aliases for renamed faces.
3828 (compilation-warning-face, compilation-info-face):
3829 Use renamed compilation faces.
3830
3831 * add-log.el (change-log-date, change-log-name)
3832 (change-log-email, change-log-file, change-log-list)
3833 (change-log-conditionals, change-log-function)
3834 (change-log-acknowledgement): Remove "-face" suffix from face names.
3835 (change-log-date-face, change-log-name-face)
3836 (change-log-email-face, change-log-file-face)
3837 (change-log-list-face, change-log-conditionals-face)
3838 (change-log-function-face, change-log-acknowledgement-face):
3839 New backward-compatibility aliases for renamed faces.
3840 (change-log-font-lock-keywords): Use renamed change-log faces.
3841
3842 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3843 (custom-set, custom-changed, custom-saved, custom-button)
3844 (custom-button-pressed, custom-documentation, custom-state)
3845 (custom-comment, custom-comment-tag, custom-variable-tag)
3846 (custom-variable-button, custom-face-tag, custom-group-tag-1)
3847 (custom-group-tag): Remove "-face" suffix from face names.
3848 (custom-magic-alist, custom-magic-value-create)
3849 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3850 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3851 (custom-set-face, custom-changed-face, custom-saved-face)
3852 (custom-button-face, custom-button-pressed-face)
3853 (custom-documentation-face, custom-state-face)
3854 (custom-comment-face, custom-comment-tag-face)
3855 (custom-variable-tag-face, custom-variable-button-face)
3856 (custom-face-tag-face, custom-group-tag-face-1)
3857 (custom-group-tag-face):
3858 New backward-compatibility aliases for renamed faces.
3859
3860 * wid-edit.el (widget-documentation, widget-button)
3861 (widget-field, widget-single-line-field, widget-inactive)
3862 (widget-button-pressed): "-face" suffix removed from face names.
3863 (widget-documentation-face, widget-button-face)
3864 (widget-field-face, widget-single-line-field-face)
3865 (widget-inactive-face, widget-button-pressed-face):
3866 New backward-compatibility aliases for renamed faces.
3867 (widget-documentation-face, widget-button-face)
3868 (widget-button-pressed-face, widget-specify-field)
3869 (widget-specify-inactive): Use renamed widget faces.
3870
3871 2005-06-10 Kenichi Handa <handa@m17n.org>
3872
3873 * term/x-win.el (x-clipboard-yank): Remove condition-case
3874 wrapping.
3875
3876 2005-06-11 Kenichi Handa <handa@m17n.org>
3877
3878 * add-log.el (change-log-font-lock-keywords): Make the regexp for
3879 date lines stricter.
3880
3881 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
3882
3883 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3884 of x-get-selection.
3885
3886 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3887
3888 * comint.el (comint-mode, comint-snapshot-last-prompt):
3889 * frame.el (frame-current-scroll-bars):
3890 * term.el (term-mode, term-check-proc, term-input-sender)
3891 (term-simple-send, term-extract-string, term-word)
3892 (term-match-partial-filename):
3893 * window.el (window-current-scroll-bars):
3894 * emulation/cua-base.el (cua-normal-cursor-color)
3895 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3896 (cua-global-mark-cursor-color):
3897 * mail/undigest.el (rmail-forward-separator-regex):
3898 Fix typos in docstrings.
3899
3900 * comint.el (comint-check-proc, make-comint-in-buffer)
3901 (comint-source-default): Doc fixes.
3902
3903 * term.el (term-send-string): Improve argument/docstring
3904 consistency.
3905
3906 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
3907
3908 * comint.el (comint-send-input): Bind `inhibit-read-only' around
3909 call to `delete-region'.
3910 (comint-mode-hook): Do not enable Font Lock by default.
3911
3912 2005-06-09 Lute Kamstra <lute@gnu.org>
3913
3914 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3915 could be void.
3916
3917 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * emacs-lisp/debug.el (debugger-will-be-back): New var.
3920 (debug): Use it.
3921 (debugger-step-through, debugger-continue, debugger-jump)
3922 (debugger-return-value): Set it when needed.
3923 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3924 Use inhibit-read-only.
3925
3926 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
3927
3928 * window.el (shrink-window-if-larger-than-buffer)
3929 (window-size-fixed): Fix typo in docstring.
3930
3931 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
3932 thumbnails directory on loading.
3933 (thumbs-conversion-program): Use `eq' to check the system type,
3934 not `equal'.
3935 (thumbs-temp-dir): Initialize to `temporary-file-directory',
3936 not "/tmp". Fix docstring.
3937 (thumbs-thumbsdir): New function to return the thumbnails
3938 directory, creating it if needed.
3939 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3940 (thumbs-temp-file): Delete variable and make it into a function.
3941 (thumbs-resize-image, thumbs-modify-image): Use it.
3942 (thumbs-kill-buffer): Simplify.
3943 (thumbs-gensym): Defalias or duplicate CL `gensym'.
3944 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3945 docstrings.
3946
3947 2005-06-09 Kim F. Storm <storm@cua.dk>
3948
3949 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3950 set-match-data to free markers in match-data.
3951
3952 * replace.el (replace-match-data): Pass RESEAT arg `t' to
3953 match-data to unchain markers in match-data.
3954
3955 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3958 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
3959 unnecessary now.
3960
3961 2005-06-08 Richard M. Stallman <rms@gnu.org>
3962
3963 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3964 give the variable a doc string that doesn't say don't set it directly.
3965
3966 * textmodes/ispell.el (ispell-check-version):
3967 Use match-string-no-properties.
3968 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3969 (ispell-buffer-local-words): Likewise.
3970
3971 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3972 except on terminals with enough colors to really display it.
3973 (makefile-dependency-regex): Delete spurious `bb'.
3974
3975 * faces.el (escape-glyph): Use blue once again in last case.
3976 (no-break-space): Redefine so that it isn't invisible on a tty.
3977
3978 2005-06-08 Kim F. Storm <storm@cua.dk>
3979
3980 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3981 also when reading directory name.
3982
3983 2005-06-08 Lute Kamstra <lute@gnu.org>
3984
3985 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3986 (flyspell-mode-line-string): Remove autoload cookie.
3987 (flyspell-mode): Remove defvar.
3988
3989 2005-06-07 Lute Kamstra <lute@gnu.org>
3990
3991 * textmodes/org.el (org-run-mode-hooks): New function.
3992 (org-agenda-mode): Use it.
3993
3994 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3995
3996 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3997
3998 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
4001
4002 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
4003
4004 * font-lock.el (font-lock-add-keywords): Doc fix.
4005
4006 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4009 (tex-compile-default): In the absence of any history, use the order in
4010 tex-compile-alist to choose the preferred command.
4011 (tex-compile-commands): Reorder a bit.
4012
4013 * textmodes/flyspell.el (flyspell-auto-correct-binding)
4014 (flyspell-incorrect-face, flyspell-duplicate-face):
4015 Use (X)Emacs-agnostic code.
4016 (flyspell-mode-map): Don't overwrite at each load. Remove code
4017 redundant with the subsequent add-minor-mode. Merge Emacs and
4018 XEmacs code.
4019 (flyspell-word): Minor simplification.
4020 (flyspell-math-tex-command-p): Quieten the byte-compiler.
4021 (flyspell-external-point-words): Remove unused vars `size' and
4022 `start'.
4023 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
4024 the corresponding Emacs code.
4025 (flyspell-correct-word, flyspell-xemacs-popup): Use
4026 flyspell-do-correct.
4027
4028 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4029 a dedicated window.
4030
4031 * international/latexenc.el (latexenc-find-file-coding-system):
4032 Undo part of last patch, to turn off a compiler warning.
4033
4034 2005-06-06 Juri Linkov <juri@jurta.org>
4035
4036 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4037 Rename `tmm-inactive-face' to `tmm-inactive'.
4038
4039 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
4040
4041 * iswitchb.el: Rename faces.
4042
4043 2005-06-06 Kim F. Storm <storm@cua.dk>
4044
4045 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4046 (cua-global-mark): Remove -face suffix from face names.
4047
4048 * emulation/cua-gmrk.el (cua--init-global-mark):
4049 Remove cua-global-mark face setup.
4050
4051 2005-06-06 Richard M. Stallman <rms@gnu.org>
4052
4053 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4054 just like other allowed characters.
4055 (makefile-match-dependency): Exclude leading and training whitespace
4056 from the range of regexp subexp 1.
4057 (makefile-macroassign-regex): Don't try to match the body,
4058 just the name of the macro being defined.
4059
4060 * info.el (Info-read-node-name-2): New function.
4061 (Info-read-node-name-1): Use that.
4062 Add a completion-base-size-function property.
4063
4064 * simple.el (completion-setup-function): Look for
4065 completion-base-size-function property of
4066 minibuffer-completion-table.
4067
4068 * files.el (locate-file-completion): Doc fix.
4069
4070 * printing.el: Don't call pr-update-menus; user must do that.
4071
4072 * emacs-lisp/debug.el (debugger-window): New variable.
4073 (debug): Use debugger-window if it is set and still alive.
4074 Record debugger-window for next entry.
4075
4076 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
4077
4078 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
4079
4080 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
4081 (hack-one-local-variable, hack-local-variables)
4082 (hack-local-variables-prop-line): Pass that arg.
4083
4084 2005-06-06 Kim F. Storm <storm@cua.dk>
4085
4086 * ido.el (ido-first-match, ido-only-match, ido-subdir)
4087 (ido-indicator): Remove -face suffix from face names.
4088
4089 2005-06-06 Juri Linkov <juri@jurta.org>
4090
4091 * font-lock.el (font-lock-regexp-backslash)
4092 (font-lock-regexp-backslash-construct): New faces.
4093 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
4094 after `('. Add `while-no-input' to control structures.
4095
4096 * faces.el (no-break-space, shadow): New faces.
4097 (escape-glyph): Use less loud colors pink2 and red4.
4098
4099 * diff-mode.el (diff-context-face)
4100 * dired.el (dired-ignored)
4101 * rfn-eshadow.el (file-name-shadow)
4102 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
4103
4104 * info.el (Info-title-1-face): Use green instead of yellow because
4105 bold yellow is not readable on light backgrounds.
4106
4107 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
4108 before selecting the desired mode to not spend time fontifying
4109 old contents.
4110
4111 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
4112
4113 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
4114 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
4115
4116 * ps-print.el (ps-default-fg, ps-default-bg):
4117 Fix typos in docstrings.
4118
4119 * isearchb.el (isearchb): Don't pass a spurious second argument to
4120 `iswitchb-completions'.
4121
4122 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
4123
4124 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
4125 to preserve point.
4126 (gdb-find-file-hook): Add doc string.
4127
4128 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
4129 C dereferenced pointer expression.
4130 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
4131
4132 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
4133
4134 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
4135 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
4136 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
4137 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
4138 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
4139 Make background transparent.
4140
4141 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
4142
4143 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
4144 (font-lock-remove-keywords): Doc fix.
4145 (font-lock-mode-major-mode): Compiler defvar.
4146 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
4147
4148 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
4149 (font-lock-mode): Update `font-lock-mode-major-mode'.
4150 (font-lock-set-defaults): Compiler defvar.
4151 (font-lock-default-function): Take `font-lock-mode-major-mode'
4152 into account.
4153
4154 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
4155 keep track of which major mode it enabled the minor mode for.
4156 Use find-file-hook again. Update docstring.
4157
4158 * simple.el (eval-expression-print-level)
4159 (eval-expression-print-length, eval-expression-debug-on-error):
4160 Doc fixes.
4161
4162 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
4163
4164 * iswitchb.el (iswitchb-single-match-face)
4165 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
4166 (iswitchb-invalid-regexp-face): New faces.
4167 (iswitchb-completions): Use them.
4168 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
4169 now marked as an obsolete alias.
4170 (iswitchb-read-buffer): Remove check for bound font variables.
4171 (iswitchb-invalid-regexp): New free variable.
4172 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
4173 set iswitchb-invalid-regexp.
4174 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
4175 invalid regexps.
4176 (iswitchb-completions): Add check for complete match when entering
4177 a regexp.
4178 (iswitchb-completions): Remove require-match argument.
4179 (iswitchb-exhibit): Fix caller.
4180 (iswitchb-common-match-inserted): New variable.
4181 (iswitchb-complete, iswitchb-completion-help): Use it.
4182
4183 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
4184
4185 * url-http.el (url-http-chunked-encoding-after-change-function):
4186 Use `url-http-debug' instead of `message'.
4187
4188 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
4189
4190 * url-http.el (url-http-parse-headers): Pass redirected URL as a
4191 callback argument.
4192
4193 2005-06-04 Kim F. Storm <storm@cua.dk>
4194
4195 * simple.el (line-move): Only call sit-for when moving backwards.
4196
4197 * ido.el (ido-make-merged-file-list-1): New defun split from
4198 ido-make-merged-file-list.
4199 (ido-make-merged-file-list): Bind throw-on-input around call to
4200 ido-make-merged-file-list-1. Return input-pending-p if
4201 interrupted by more input available.
4202 (ido-read-internal): Handle input-pending-p return value from
4203 ido-make-merged-file-list.
4204
4205 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
4208 compatibility code.
4209
4210 * international/latexenc.el (latexenc-find-file-coding-system):
4211 Don't inherit the EOL part of the coding-system from the
4212 tex-main buffer. Fit within 80 columns.
4213
4214 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
4215
4216 * tmm.el (tmm-inactive-face): New face.
4217 (tmm-remove-inactive-mouse-face): New function.
4218 (tmm-prompt, tmm-add-one-shortcut)
4219 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
4220 but not selectable.
4221
4222 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * faces.el (face-equal): Improve argument/docstring consistency.
4225
4226 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
4227
4228 * progmodes/make-mode.el (makefile-targets-face)
4229 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
4230 (makefile-bsdmake-dependency-regex)
4231 (makefile-makepp-rule-action-regex)
4232 (makefile-bsdmake-rule-action-regex): New constants.
4233 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
4234
4235 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4236 Allow (...) within `...' for makepp messages.
4237
4238 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
4239
4240 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
4241
4242 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
4243 "." files are deleted from all file lists before comparison.
4244
4245 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4246 (viper-ESC-key): Made them customizable.
4247
4248 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
4249
4250 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
4251
4252 * autorevert.el (auto-revert-buffers): Use save-match-data.
4253
4254 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
4257 menu items with a nil command binding.
4258
4259 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
4260
4261 * emacs-lisp/cl-macs.el (defsetf):
4262 Improve argument/docstring consistency.
4263
4264 * faces.el (list-faces-display): Improve the formatting by
4265 computing the maximum length required for any face-name (reworked
4266 patch of 1999-01-11, accidentally deleted on 1999-07-21).
4267 (internal-find-face): Remove redundant info in docstring.
4268
4269 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
4270
4271 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
4272 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
4273 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
4274 (gdb-assembler-custom): Improve regexps.
4275 (def-gdb-auto-update-handler): Use window point to preserve point.
4276
4277 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
4280
4281 2005-05-31 Jay Belanger <belanger@truman.edu>
4282
4283 * calc/calc-embed.el (calc-embedded-word): Change argument passed
4284 to calc-embedded.
4285 (calc-embedded-make-info): Have plain prefix argument select
4286 entire line.
4287
4288 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
4289
4290 * faces.el (list-faces-display): Signal error if passed a regexp
4291 that matches no face name.
4292
4293 * simple.el (filter-buffer-substring): Fix typo in docstring.
4294
4295 2005-05-31 Richard M. Stallman <rms@gnu.org>
4296
4297 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
4298 (vhdl-emacs-21): Doc fix.
4299 (vhdl-mode): Unconditionally set comment-padding.
4300 (vhdl-fixup-whitespace-region): Insert spaces only where
4301 there are none.
4302 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
4303
4304 2005-05-30 John Wiegley <johnw@newartisans.com>
4305
4306 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
4307 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
4308 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
4309 `directory-sep-char' to ?/, and all uses of `string-to-int' to
4310 `string-to-number'.
4311
4312 2005-05-30 Jay Belanger <belanger@truman.edu>
4313
4314 * calc/calc.el (calc-bug-address): Fix docstring.
4315 (calc-window-hook, calc-trail-window-hook): New variables.
4316 (calc-trail-display): Restore use of calc-trail-window-hook.
4317 (calc): Restore use of calc-window-hook.
4318
4319 2005-05-31 Masatake YAMATO <jet@gyve.org>
4320
4321 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
4322
4323 * help-fns.el (help-C-file-name): Add autoload mark for
4324 `find-function-noselect'.
4325
4326 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
4329 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
4330
4331 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4332
4333 * calendar/diary-lib.el (mark-included-diary-files): Only kill
4334 included diary buffer if it was not already being visited.
4335 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
4336
4337 * calendar/icalendar.el (top-level): Do not require 'appt.
4338
4339 * mail/supercite.el (sc-select-attribution): Only use a list
4340 element from sc-attrib-selection-list if it returns a string.
4341 Reported by Davide G. M. Salvetti <salve@debian.org>.
4342
4343 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
4344
4345 * thumbs.el (thumbs-thumbname): The resulting thumbname now
4346 includes a hash value to improve its uniqueness, and has a ".jpg"
4347 extension. Also, it is now a valid filename on all systems.
4348 (thumbs-make-thumb): Use `let', not `let*'.
4349 (thumbs-show-thumbs-list): Check for JPEG availability.
4350
4351 2005-05-30 Richard M. Stallman <rms@gnu.org>
4352
4353 * filesets.el (filesets-menu-ensure-use-cached):
4354 Prevent warning when emacs-version>= is undefined.
4355
4356 * printing.el (pr-interactive-n-up): Use string-to-number.
4357
4358 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
4359
4360 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4361 Warn only when name to be defined is quoted.
4362
4363 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
4364
4365 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
4366 Make regexp more robust.
4367 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4368 Force regeneration of disassembly.
4369
4370 2005-05-29 Jay Belanger <belanger@truman.edu>
4371
4372 * calc/calc.el (calc-user-invocation): Check if
4373 calc-invocation-macro is non-nil.
4374
4375 2005-05-29 Juri Linkov <juri@jurta.org>
4376
4377 * add-log.el (change-log-font-lock-keywords):
4378 Add `+' to e-mail regexp to accept mail address with keywords.
4379
4380 * man.el (Man-name-regexp): Add `:' to accept qualified names.
4381
4382 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4383
4384 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
4385
4386 * ielm.el (inferior-emacs-lisp-mode): Ditto.
4387
4388 2005-05-29 Richard M. Stallman <rms@gnu.org>
4389
4390 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4391 Undo the change that moves to end of the current word.
4392
4393 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4394
4395 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
4396 Throw error when count <= 0 to ensure input is a number.
4397 (gdb-read-memory-custom): Pick up address from buffer.
4398 (gdb-memory-mode): Allow user to increment and decrement
4399 memory address from header line.
4400
4401 2005-05-29 Richard M. Stallman <rms@gnu.org>
4402
4403 * flyspell.el (flyspell-version): Function deleted.
4404 (flyspell-auto-correct-previous-hook): Doc fix.
4405
4406 * jit-lock.el (jit-lock-function, jit-lock-after-change):
4407 Do nothing if memory is full.
4408
4409 * font-lock.el (font-lock-fontify-syntactically-region):
4410 Pass t for GREEDY to looking-back.
4411
4412 * saveplace.el (save-place-alist-to-file): Write the file
4413 using write-region.
4414
4415 * subr.el (looking-back): New argument GREEDY.
4416
4417 * progmodes/compile.el (compilation-start): Set the mode
4418 before inserting the initial text.
4419
4420 * progmodes/which-func.el (which-func-update-1): Turn the mode
4421 off in case of error by setting which-func-mode.
4422
4423 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
4424
4425 * flyspell.el (flyspell-auto-correct-previous-word):
4426 Narrow down to what's on the screen, and recenter overlays
4427 at the end of the next word.
4428
4429 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
4430
4431 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
4432 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
4433 (flyspell-abbrev-p): Default to nil.
4434 (flyspell-use-global-abbrev-table-p): Doc fix.
4435 (flyspell-large-region): Allow nil as value.
4436 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
4437
4438 (mail-mode-flyspell-verify): More robust handling
4439 of `mail-header-separator'. More efficient signature detection.
4440 Allow for regexp metacharacters in message-header-separator.
4441 Adding `To' not to be checked in mail-mode-flyspell-verify.
4442
4443 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
4444 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
4445 Bind flyspell-auto-correct-binding.
4446 Bind C-. and C-, .
4447 (flyspell-mode-map): Likewise.
4448 (flyspell-mode): Doc fix.
4449 (flyspell-accept-buffer-local-defs): Preserve current buffer.
4450 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
4451 (flyspell-word-cache-result): New var, always local.
4452 (flyspell-check-pre-word-p): Doc fix.
4453 (flyspell-check-changed-word-p): Handle spc like newline.
4454 (flyspell-post-command-hook): Set flyspell-word-cache-result.
4455 (flyspell-word-search-backward, flyspell-word-search-forward):
4456 New functions.
4457 (flyspell-word): Return t if nothing to check.
4458 When parsing TeX code, check for after } or \.
4459 Use flyspell-word-search-backward to find previous word.
4460 Return nil if duplicated word.
4461 For word already checked, return same value as last time.
4462 Set flyspell-word-cache-result after checking.
4463 Don't clobber the return value.
4464 (flyspell-get-word): Major rewrite.
4465 (flyspell-external-point-words): New locals pword, pcount.
4466 Fix size used in progress message.
4467 Find the proper corresponding word in flyspell-large-region-buffer.
4468 (flyspell-region): Check for flyspell-large-region = nil.
4469 (flyspell-highlight-incorrect-region): Clean up overlays in region.
4470 (flyspell-auto-correct-word): Check that WORD is a cons.
4471 (flyspell-correct-word): Likewise.
4472
4473 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
4474
4475 * progmodes/make-mode.el (makefile-rule-action-regex)
4476 (makefile-macroassign-regex, makefile-makepp-mode)
4477 (makefile-bsdmake-mode): Continuation lines may be empty.
4478 Reported by Joshua Varner.
4479 (makefile-makepp-font-lock-keywords): Add $(stem).
4480
4481 2005-05-28 Karl Berry <karl@gnu.org>
4482
4483 * textmodes/tex-mode.el: Now that tex-send-command calls
4484 shell-quote-argument (2005-03-31 change), remove all calls to
4485 shell-quote-argument; they all end up invoking tex-send-command.
4486 The double quoting loses on filenames with non-safe characters,
4487 such as "@". Reported by Frederik Fouvry.
4488
4489 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
4490
4491 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
4492 about preserving point.
4493
4494 2005-05-27 Jay Belanger <belanger@truman.edu>
4495
4496 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
4497 Info-goto-node.
4498
4499 * calc/calc-embed.el (calc-embed-arg): New variable.
4500 (calc-do-embedded-activate, calc-embedded-activate-formula)
4501 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
4502 variable by new variable.
4503 (calc-embedded-make-info): Replace undeclared variable by new
4504 variable. When selecting region with positive prefix
4505 argument, use end of previous line instead of beginning of line.
4506
4507 * calc/calc-aent.el (calc-arg-values): Declare it.
4508
4509 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
4510 Declare them.
4511
4512 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
4513
4514 * calc/calc.el (calc-alg-map): Declare it.
4515
4516 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
4517
4518 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
4519
4520 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
4521 (gdb-registers-buffer, toggle-gdb-all-registers):
4522 Toggle display of floating point registers.
4523 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
4524
4525 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
4526 (toggle-gud-tooltip-dereference):
4527 Rename from gud-toggle-tooltip-dereference.
4528
4529 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
4532
4533 2005-05-27 Jay Belanger <belanger@truman.edu>
4534
4535 * calc/calc-prog.el (calc-kbd-report): Remove.
4536 (calc-kbd-query): Rewrite.
4537
4538 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
4539
4540 * image.el (image-library-alist): Move to image.c.
4541 (image-type-available-p): Doc fix.
4542
4543 2005-05-27 Lute Kamstra <lute@gnu.org>
4544
4545 * calc/calc.el (calc):
4546 * outline.el (outline-1, outline-2, outline-3, outline-4)
4547 (outline-5, outline-6, outline-7, outline-8):
4548 * textmodes/dns-mode.el (dns-mode):
4549 * textmodes/sgml-mode.el (sgml-namespace-face):
4550 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
4551 (tex-verbatim-face, tex-use-reftex):
4552 * textmodes/texinfo.el (texinfo-heading-face):
4553 Specify customization group.
4554
4555 * longlines.el: Don't require easy-mmode.
4556 (longlines-visible-face): Specify customization group.
4557
4558 2005-05-27 Kenichi Handa <handa@m17n.org>
4559
4560 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
4561 encoding table of windows-1251.
4562
4563 * international/ucs-tables.el (ucs-set-table-for-input):
4564 If translation-table-for-input of a coding system is a symbol, get
4565 its translation-table property.
4566
4567 * international/code-pages.el: Don't register a coding system into
4568 non-iso-charset-alist more than once.
4569 (cp-make-coding-system): Likewise.
4570
4571 2005-05-26 John Wiegley <johnw@newartisans.com>
4572
4573 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4574 `eshell-resume-eval' is wrapped in a list, it indicates that the
4575 command was run asynchronously. In that case, unwrap the value
4576 before checking the delimiter value.
4577
4578 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4579 character before a space at the end of a line is \, assume the space
4580 is part of the last argument rather than a final argument separator.
4581
4582 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
4583 is in use, and the target is `t' or `nil' (which are the most common
4584 values), don't assume that the symbol target is a buffer.
4585
4586 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
4587
4588 * calendar/calendar.el (calendar-mode-line-format):
4589 Use mode-line-highlight as mouse-face.
4590
4591 * time.el (display-time-string-forms, display-time-update):
4592 Use mode-line-highlight as mouse-face.
4593
4594 2005-05-26 Jay Belanger <belanger@truman.edu>
4595
4596 * calc/calc.el (calc-language-alist): Remove extra defvar.
4597
4598 2005-05-26 Lute Kamstra <lute@gnu.org>
4599
4600 * arc-mode.el (archive-mode):
4601 * bookmark.el (bookmark-read-annotation-mode)
4602 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
4603 * bs.el (bs-mode):
4604 * calc/calc-yank.el (calc-edit-mode):
4605 * calc/calc.el (calc-mode, calc-trail-mode):
4606 * calculator.el (calculator-mode):
4607 * chistory.el (command-history-mode):
4608 * comint.el:
4609 * cus-edit.el (custom-mode):
4610 * descr-text.el (describe-text-mode):
4611 * ebuff-menu.el (Electric-buffer-menu-mode):
4612 * ediff-util.el (ediff-mode):
4613 * emacs-lisp/re-builder.el (reb-mode):
4614 * emulation/vi.el (vi-mode-setup):
4615 * emulation/ws-mode.el (wordstar-mode):
4616 * eshell/esh-mode.el (eshell-mode):
4617 * forms.el (forms-mode):
4618 * help-mode.el (help-mode):
4619 * hexl.el (hexl-mode):
4620 * ibuffer.el (ibuffer-mode):
4621 * ielm.el (inferior-emacs-lisp-mode):
4622 * info.el (Info-mode, Info-edit-mode):
4623 * international/swedish.el:
4624 * ledit.el (ledit-from-lisp-mode):
4625 * locate.el (locate-mode):
4626 * mail/rmail.el (rmail-mode):
4627 * mail/rmailedit.el (rmail-edit-mode):
4628 * mail/rmailsum.el (rmail-summary-mode):
4629 * mail/supercite.el (sc-electric-mode):
4630 * net/eudc.el (eudc-mode):
4631 * net/quickurl.el (quickurl-list-mode):
4632 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
4633 * obsolete/ooutline.el (outline-mode):
4634 * obsolete/options.el (Edit-options-mode):
4635 * obsolete/rnews.el (news-mode):
4636 * obsolete/rnewspost.el (news-reply-mode):
4637 * play/5x5.el (5x5-mode):
4638 * play/decipher.el (decipher-mode, decipher-stats-mode):
4639 * play/gomoku.el (gomoku-mode):
4640 * play/snake.el (snake-mode):
4641 * play/solitaire.el (solitaire-mode):
4642 * play/tetris.el (tetris-mode):
4643 * progmodes/ada-mode.el (ada-mode):
4644 * progmodes/antlr-mode.el (antlr-mode):
4645 * progmodes/autoconf.el (autoconf-mode):
4646 * progmodes/dcl-mode.el (dcl-mode):
4647 * progmodes/delphi.el (delphi-mode):
4648 * progmodes/ebrowse.el (ebrowse-tree-mode)
4649 (ebrowse-electric-list-mode, ebrowse-member-mode)
4650 (ebrowse-electric-position-mode):
4651 * progmodes/f90.el (f90-mode):
4652 * progmodes/fortran.el (fortran-mode):
4653 * progmodes/icon.el (icon-mode):
4654 * progmodes/idlw-help.el (idlwave-help-mode):
4655 * progmodes/idlw-shell.el (idlwave-shell-mode):
4656 * progmodes/idlwave.el (idlwave-mode):
4657 * progmodes/inf-lisp.el (inferior-lisp-mode):
4658 * progmodes/m4-mode.el (m4-mode):
4659 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
4660 * progmodes/modula2.el (modula-2-mode):
4661 * progmodes/octave-inf.el (inferior-octave-mode):
4662 * progmodes/octave-mod.el (octave-mode):
4663 * progmodes/pascal.el (pascal-mode):
4664 * progmodes/sh-script.el (sh-mode):
4665 * progmodes/sql.el (sql-mode, sql-interactive-mode):
4666 * progmodes/vhdl-mode.el (vhdl-mode):
4667 * progmodes/xscheme.el (scheme-interaction-mode):
4668 * replace.el (occur-mode):
4669 * ses.el (ses-mode):
4670 * simple.el (completion-list-mode):
4671 * skeleton.el:
4672 * speedbar.el (speedbar-mode):
4673 * term.el (term-mode):
4674 * terminal.el (terminal-edit-mode):
4675 * textmodes/reftex-index.el (reftex-index-mode)
4676 (reftex-index-phrases-mode):
4677 * textmodes/reftex-sel.el (reftex-select-label-mode)
4678 (reftex-select-bib-mode):
4679 * textmodes/reftex-toc.el (reftex-toc-mode):
4680 * wdired.el (wdired-change-to-wdired-mode):
4681 * wid-browse.el (widget-browse-mode):
4682 Use run-mode-hooks.
4683
4684 * array.el (array-mode):
4685 * calendar/todo-mode.el (todo-mode):
4686 * man.el (Man-mode):
4687 * play/landmark.el (lm-mode):
4688 * play/mpuz.el (mpuz-mode):
4689 Use kill-all-local-variables and run-mode-hooks.
4690
4691 * subr.el (delay-mode-hooks): Specify indentation.
4692
4693 2005-05-26 Mark A. Hershberger <mah@everybody.org>
4694
4695 * xml.el (xml-substitute-special): Don't die for undefined xml
4696 entities.
4697
4698 2005-05-26 Jay Belanger <belanger@truman.edu>
4699
4700 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
4701 of nil.
4702
4703 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
4704
4705 * progmodes/gdb-ui.el (gdb-frame-address):
4706 Rename from gdb-current-address.
4707 (gdb-previous-frame-address): Rename from gdb-previous-address.
4708 (gdb-selected-frame): Rename from gdb-current-frame.
4709 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
4710 (gdb-frame-number): Rename from gdb-current-stack-level.
4711 (gdb-ann3): Match new mode-name for disassembly buffer.
4712 Extend initialization of variables.
4713 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
4714 (gdb-memory-mode): Use mouse-face in header line.
4715 (gdb-assembler-buffer-name): Call it disassembly and give frame
4716 in mode line.
4717 (gdb-source-spec-regexp, gdb-assembler-custom)
4718 (gdb-invalidate-assembler, gdb-frame-handler):
4719 Make robust to leading zeroes in address format.
4720
4721 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
4722
4723 * textmodes/org.el (org-mode): Use `define-derived-mode' to
4724 define `org-mode'.
4725 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4726
4727 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4728
4729 * log-edit.el (log-edit-changelog-entries): Distinguish between
4730 filenames like xfns.c and fns.c.
4731
4732 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
4733
4734 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4735 point after reverting.
4736 (Buffer-menu-make-sort-button): Handle the case where
4737 `Buffer-menu-use-header-line' is nil.
4738
4739 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4740
4741 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4742 New funcs. In minibuffer-local-completion-map bind `]', `/'
4743 and `:' to them.
4744
4745 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4746
4747 * startup.el (normal-top-level): Allow modification of load-path while
4748 we're iterating over it.
4749
4750 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
4751
4752 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4753 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4754 (thumbs-resize-interactive, thumbs-insert-image)
4755 (thumbs-insert-thumb, thumbs-dired-show-marked)
4756 (thumbs-find-image-at-point, thumbs-delete-images)
4757 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4758 (thumbs-increment-image-size, thumbs-decrement-image-size):
4759 Fix typos in docstrings.
4760
4761 2005-05-24 Andre Spiegel <spiegel@gnu.org>
4762
4763 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
4764 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4765 (cperl-mode): Use them.
4766
4767 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
4768
4769 * window.el (quit-window, shrink-window-if-larger-than-buffer):
4770 Doc fixes.
4771
4772 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
4773
4774 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
4775 Bind C-d to gdb-inferior-io-eof.
4776
4777 * dired.el (dired-dnd-popup-notice): Use message-box.
4778
4779 2005-05-23 Masatake YAMATO <jet@gyve.org>
4780
4781 * bindings.el (mode-line-major-mode-keymap):
4782 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
4783
4784 * faces.el (mode-line-highlight): New face.
4785
4786 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4787 as mouse-face.
4788
4789 * bindings.el (top-level, help-echo, mode-line-modified)
4790 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4791 as mouse-face.
4792
4793 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
4794
4795 * progmodes/cc-engine.el (c-guess-basic-syntax):
4796 Remove spurious call to `zerop'.
4797
4798 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4799
4800 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
4801
4802 CC Mode update to 5.30.10:
4803
4804 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4805 could go past the limit in decoration level 2, thereby causing
4806 errors during interactive fontification.
4807
4808 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
4809 the file is evaluated interactively.
4810
4811 * cc-engine.el (c-guess-basic-syntax): Handle operator
4812 declarations somewhat better in C++.
4813
4814 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4815 make use of `run-mode-hooks' which has been added in Emacs 21.1.
4816 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4817 (awk-mode): Use it.
4818 (make-local-hook): Suppress warning about obsoleteness.
4819
4820 * cc-engine.el, cc-align.el, cc-cmds.el
4821 (c-append-backslashes-forward, c-delete-backslashes-forward)
4822 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
4823 Compensate for return value from `forward-line' when it has moved
4824 but not to a different line due to eob.
4825
4826 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4827 `objc-method-intro' and `objc-method-args-cont'.
4828
4829 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
4830
4831 CC Mode update to 5.30.10:
4832
4833 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4834 in the copyright statement. Incidentally, change "along with GNU
4835 Emacs" to "along with this program" where it occurs.
4836
4837 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4838 so that it is interactive, hence can be found by M-x awk-mode
4839 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
4840 <gmorris+emacs@ast.cam.ac.uk>.
4841
4842 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4843 Mode's regexps.
4844
4845 2005-05-23 Kevin Ryde <user42@zip.com.au>
4846
4847 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4848 c-parse-state, to avoid a lisp error (on bad code).
4849
4850 2005-05-23 Lute Kamstra <lute@gnu.org>
4851
4852 * subr.el (font-lock-defaults): Remove defvar as it's already
4853 defined in font-core.el.
4854
4855 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4856
4857 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
4858
4859 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4860 more general and work when GDB variable "print pretty" is on,
4861 as with Emacs, for example.
4862
4863 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
4864
4865 * font-core.el: Update comment.
4866
4867 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4868 Use `after-change-major-mode-hook' instead of `find-file-hook'.
4869
4870 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4871
4872 2005-05-22 Eli Zaretskii <eliz@gnu.org>
4873
4874 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4875 and `yank-handler' in the doc strings.
4876
4877 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4878
4879 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
4880
4881 2005-05-22 Richard M. Stallman <rms@gnu.org>
4882
4883 * help.el (describe-key): Move print-help-return-message call
4884 out of conditional.
4885
4886 * progmodes/etags.el (list-tags): Use with-no-warnings.
4887
4888 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4889 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4890 (starttls-extra-args, starttls-extra-arguments): Add defvars.
4891
4892 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4893
4894 * language/viet-util.el (viet-viscii-nonascii-translation-table):
4895 Add defvar.
4896
4897 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4898 Use defvar, not defconst.
4899
4900 * hexl.el (hexl-follow-line): Use with-no-warnings.
4901
4902 * emulation/tpu-extras.el: Use write-file-functions instead of
4903 write-file-hooks.
4904
4905 * dired.el (dired-font-lock-keywords): Fontify files with junk
4906 extensions even if marked by -F.
4907
4908 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
4909
4910 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4911 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4912 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4913 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4914 (concatenate, list-length, get*, getf, cl-remprop):
4915 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4916 (etypecase, progv, lexical-let, lexical-let*)
4917 (multiple-value-bind, multiple-value-setq, shiftf):
4918 Improve argument/docstring consistency.
4919
4920 * subr.el (focus-frame, unfocus-frame):
4921 Revert deletion on 2005-05-01.
4922
4923 2005-05-22 Andre Spiegel <spiegel@gnu.org>
4924
4925 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4926 doesn't exist.
4927
4928 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
4929 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4930
4931 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
4932
4933 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4934 already deleted variables: auto-fill-hook, blink-paren-hook,
4935 lisp-indent-hook, inhibit-local-variables, unread-command-event,
4936 suspend-hooks, comment-indent-hook, meta-flag,
4937 before-change-function, after-change-function,
4938 font-lock-doc-string-face.
4939
4940 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4941
4942 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4943
4944 2005-05-21 Eli Zaretskii <eliz@gnu.org>
4945
4946 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4947 rmail-dont-reply-to.
4948
4949 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4950
4951 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4952 literal blank when splitting new-header-values.
4953
4954 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
4955
4956 * calendar/cal-menu.el (cal-menu-update): Add separator as a
4957 string so that tmm doesn't create a completion entry for it.
4958
4959 * textmodes/table.el (table-disable-menu): Ditto.
4960
4961 2005-05-21 Richard M. Stallman <rms@gnu.org>
4962
4963 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4964
4965 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4966
4967 * net/rcompile.el (remote-compile): Use compilation-start.
4968
4969 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4970
4971 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
4972
4973 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4974 Default to makefile-bsdmake-mode on BSD systems.
4975
4976 * imenu.el (imenu-generic-expression, imenu--generic-function'):
4977 REGEXP may also be a search function now. The part of doc-string
4978 for describing the structure was 95% identical to that of
4979 `imenu--generic-function'. Unify it there.
4980
4981 * progmodes/make-mode.el (makefile-imenu-generic-expression):
4982 Use function to find dependencies, because regexp alone is so complex,
4983 it easily goes into an endless loop.
4984 (makefile-makepp-mode): Also add submenu for Perl functions
4985 defined in the makefile.
4986 (makefile-bsdmake-mode): Special imenu-generic-expression no
4987 longer needed, due to function call.
4988 (makefile-match-dependency): Take BOUND into account when checking
4989 if we're through.
4990
4991 2005-05-20 Jay Belanger <belanger@truman.edu>
4992
4993 * calc/calc-units.el (calc-invalidate-units-table):
4994 Use inhibit-read-only.
4995 (math-build-units-table-buffer): Use view-mode.
4996
4997 2005-05-20 David Kastrup <dak@gnu.org>
4998
4999 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
5000 easy-menu-add is not a nop on Emacs; and clarify when to call it.
5001
5002 2005-05-20 Lute Kamstra <lute@gnu.org>
5003
5004 * diff-mode.el (diff-header-face, diff-file-header-face)
5005 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5006 (diff-added-face, diff-changed-face, diff-function-face)
5007 (diff-context-face, diff-nonexistent-face): Put them in the
5008 diff-mode customization group.
5009
5010 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5011
5012 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
5013
5014 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
5015
5016 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
5017 Minor regexp-optimization.
5018
5019 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
5020
5021 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
5022 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5023 (org-agenda-add-time-grid-maybe): New function.
5024 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
5025 (org-table-create): `dotimes' instead of `mapcar'.
5026 (org-xor): Simplify implementation.
5027 (org-agenda): `inhibit-redisplay' turned on.
5028 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
5029 a consistent line after a state change.
5030 (org-agenda-remove-times-when-in-prefix): New option.
5031 (org-prefix-has-time): New variable.
5032 (org-parse-time-string): Optional argument NODEFAULT.
5033 (org-format-agenda-item): Parse items for time-of-day
5034 specifications and move these into the prefix if possible.
5035 (org-agenda-priority): Get current heading, not previous heading
5036 during agenda remote editing.
5037
5038 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
5039
5040 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5041 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5042 (remove-duplicates, delete-duplicates, substitute)
5043 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5044 (nsubstitute-if-not, find, find-if, find-if-not, position)
5045 (position-if, position-if-not, count, count-if, count-if-not)
5046 (mismatch, search, sort*, stable-sort, merge, member*)
5047 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5048 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5049 (intersection, nintersection, set-difference, nset-difference)
5050 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5051 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5052 (nsublis, tree-equal): Improve argument/docstring consistency.
5053
5054 * subr.el (send-string, send-region):
5055 Remove obsolescence declaration.
5056 (window-dot, set-window-dot, read-input, show-buffer)
5057 (eval-current-buffer, string-to-int):
5058 Add release number to obsolescence declarations.
5059
5060 2005-05-19 Kim F. Storm <storm@cua.dk>
5061
5062 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
5063 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
5064
5065 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
5066
5067 * faces.el (list-faces-display): Make back button respect optional
5068 regexp arg.
5069
5070 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
5071
5072 * calculator.el (calculator-radix-grouping-mode)
5073 (calculator-radix-grouping-digits, calculator-displayer)
5074 (calculator-radix-grouping-separator, calculator-copy-displayer):
5075 * dabbrev.el (dabbrev-search-these-buffers-only):
5076 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
5077 (diff-advance-after-apply-hunk, diff-mode-hook)
5078 (diff-minor-mode-prefix):
5079 * imenu.el (imenu-use-popup-menu):
5080 * jit-lock.el (jit-lock-context-time):
5081 * newcomment.el (comment-fill-column, comment-column)
5082 (comment-style, comment-padding, comment-multi-line)
5083 (comment-empty-lines, comment-auto-fill-only-comments):
5084 * reveal.el (reveal-around-mark):
5085 * uniquify.el (uniquify-buffer-name-style)
5086 (uniquify-after-kill-buffer-p)
5087 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
5088 (uniquify-min-dir-content, uniquify-separator)
5089 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
5090 * w32-vars.el (w32-fixed-font-alist):
5091 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5092 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
5093 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
5094 * progmodes/perl-mode.el (perl-indent-level)
5095 (perl-continued-statement-offset, perl-continued-brace-offset)
5096 (perl-brace-offset, perl-brace-imaginary-offset)
5097 (perl-label-offset, perl-indent-continued-arguments)
5098 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
5099 * progmodes/tcl.el (tcl-indent-level)
5100 (tcl-continued-indent-level, tcl-auto-newline)
5101 (tcl-tab-always-indent, tcl-electric-hash-style)
5102 (tcl-help-directory-list, tcl-use-smart-word-finder)
5103 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
5104 (inferior-tcl-source-command):
5105 * textmodes/fill.el (enable-kinsoku):
5106 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
5107 * textmodes/table.el (table-yank-handler):
5108 Specify missing group (and type, if simple) in defcustom.
5109
5110 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5111
5112 * progmodes/compile.el (compilation-finish-function): Fix defvar.
5113
5114 2005-05-19 Richard M. Stallman <rms@gnu.org>
5115
5116 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
5117
5118 * subr.el (event-basic-type): Don't get an error.
5119 (left-fringe-p): Function deleted.
5120
5121 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
5122 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
5123
5124 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
5125 in recursive copy.
5126
5127 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
5128
5129 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5130
5131 * emacs-lisp/bytecomp.el
5132 (byte-compile-file-form-custom-declare-variable): Call
5133 byte-compile-nogroup-warn if appropriate.
5134
5135 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5136 (compilation-set-window): Don't call left-fringe-p; do it directly.
5137
5138 2005-05-19 Jay Belanger <belanger@truman.edu>
5139
5140 * calc/calc-graph.el (calc-graph-format-data): Make sure
5141 var-PlotRejects is bound before trying to check its value.
5142
5143 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
5144
5145 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
5146 definition of this variable from reftex-global.el to reftex.el,
5147 because it is needed in the menu.
5148
5149 2005-05-19 Lute Kamstra <lute@gnu.org>
5150
5151 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
5152 years are fixed. Don't insert a space after a dash.
5153
5154 2005-05-19 Kim F. Storm <storm@cua.dk>
5155
5156 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
5157
5158 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
5159
5160 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
5161 strings, because (eq ... ?\\) is fairly frequent.
5162
5163 * progmodes/make-mode.el (makefile-add-this-line-targets):
5164 Simplify and integrate into `makefile-pickup-targets'.
5165 (makefile-add-this-line-macro): Simplify and integrate into
5166 `makefile-pickup-macros.
5167 (makefile-pickup-filenames-as-targets): Simplify.
5168 (makefile-previous-dependency, makefile-match-dependency):
5169 Don't stumble over `::'.
5170
5171 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
5172
5173 * subr.el (post-command-idle-hook, post-command-idle-delay):
5174 Remove obsoletion of post-command-idle-hook and
5175 post-command-idle-delay.
5176
5177 * faces.el (list-faces-display): Provide button when describe-face
5178 is called to take user back to the list of faces.
5179
5180 * help-fns.el (describe-variable): Remove hyperlinks in a
5181 variable's value as these are quite frequently inappropriate.
5182
5183 * follow.el (follow-submit-feedback, follow-mode):
5184 Remove references to post-command-idle-hook.
5185
5186 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
5187
5188 * progmodes/make-mode.el (makefile-previous-dependency)
5189 (makefile-match-dependency): Check for := (and in bsd mode also
5190 !=) to give a better result, even when font-lock is not on.
5191
5192 2005-05-18 Jay Belanger <belanger@truman.edu>
5193
5194 * calc/calc-help.el (calc-s-prefix-help):
5195 Add `calc-copy-special-constant' to help string.
5196
5197 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5198
5199 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5200
5201 2005-05-18 Jay Belanger <belanger@truman.edu>
5202
5203 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
5204 in linear factors are in proper order.
5205
5206 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
5207
5208 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5209 Support for jurabib.
5210
5211 * textmodes/reftex.el (featurep): Define aliases for overlay
5212 commands, for XEmacs compatibility, and use these aliases in
5213 overlay initializations.
5214 (reftex-highlight): Use `reftex-move-overlay'.
5215 (reftex-unhighlight): Use `reftex-delete-overlay'.
5216 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
5217 (reftex-access-search-path): Use `reftex-uniquify' instead of
5218 `reftex-uniq'
5219
5220 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5221 `before-string' property modification enables for Emacs as well.
5222 (reftex-select-item): Use `reftex-delete-overlay'.
5223 (reftex-select-mark): Use `reftex-make-overlay' and
5224 `reftex-overlay-put'.
5225 (reftex-select-unmark): Use `reftex-delete-overlay' and
5226 `reftex-overlay-put'.
5227
5228 2005-05-18 Lute Kamstra <lute@gnu.org>
5229
5230 * emacs-lisp/lisp.el (check-parens): Fix docstring.
5231
5232 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
5233
5234 * add-log.el (add-change-log-entry):
5235 * array.el (array-make-template, array-reconfigure-rows)
5236 (array-init-max-row, array-init-max-column)
5237 (array-init-columns-per-line, array-init-field-width):
5238 * replace.el (replace-match-maybe-edit, perform-replace):
5239 * textmodes/spell.el (spell-region):
5240 Replace `read-input' by `read-string'.
5241
5242 * forms.el (forms-mode):
5243 * finder.el (finder-compile-keywords):
5244 * shadowfile.el (shadow-read-files):
5245 Replace `eval-current-buffer' by `eval-buffer'.
5246
5247 * terminal.el (te-pass-through):
5248 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
5249 (ange-ftp-raw-send-cmd):
5250 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
5251 (send-process-next-char, telnet-initial-filter, telnet):
5252 Replace `send-string' by `process-send-string'.
5253
5254 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
5255 (prolog-consult-region): Replace `send-string' by
5256 `process-send-string'; replace `send-region' by `process-send-region'.
5257
5258 * progmodes/delphi.el (delphi-log-msg):
5259 Replace `set-window-dot' by `set-window-point'.
5260
5261 * subr.el (window-dot, set-window-dot, read-input, send-string)
5262 (send-region, show-buffer, eval-current-buffer):
5263 Make really obsolete, as the comment says.
5264
5265 2005-05-17 Kim F. Storm <storm@cua.dk>
5266
5267 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
5268 (cua--init-keymaps): Bind C-return instead of S-return to set
5269 rectangle mark.
5270
5271 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
5272 instead of S-return to toggle/clear rectangle mark.
5273
5274 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
5275
5276 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
5277 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
5278 Also fontify plain strings assigned to variables, mostly so that a
5279 colon has a face and is thus not taken as a dependency separator.
5280 (makefile-previous-dependency): Inline the new matcher, because it
5281 is too complex to work in both directions.
5282 (makefile-match-dependency): Eliminate `backward' arg (see above).
5283 Completely reimplemented so as to not sometimes go into an endless
5284 loop. It should also be more efficient, because first it only
5285 searches for `:', instead of applying the very complex regexp.
5286 (makefile-mode): Cancel `font-lock-support-mode', because blocks
5287 to be fontified in one piece can be too long for JIT.
5288 Makefiles are never *that* big.
5289
5290 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
5291
5292 * dired.el (dired-mode): Simplify.
5293
5294 2005-05-17 Lute Kamstra <lute@gnu.org>
5295
5296 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
5297 defcustom for the mode hook variable.
5298
5299 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
5300 Emacs Lisp Reference Manual.
5301
5302 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
5303
5304 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
5305 (evenp, list*):
5306 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
5307 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
5308
5309 * net/tramp-smb.el (tramp-smb-open-connection):
5310 Pass `tramp-chunksize' as fifth (required) argument.
5311
5312 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
5313
5314 * font-lock.el (lisp-font-lock-keywords-1):
5315 Set `font-lock-negation-char-face' for [^...] char group.
5316 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
5317
5318 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
5319 a var, and refine it to mask one more level of nested vars.
5320 (makefile-rule-action-regex): Turn it into a var, and refine it so
5321 it recognizes backslashed continuation lines as belonging to the
5322 same command.
5323 (makefile-macroassign-regex): Refine it so it recognizes
5324 backslashed continuation lines as belonging to the same command.
5325 (makefile-var-use-regex): Don't look at the next char, because it
5326 might be the same one to be skipped by the initial [^$], leading
5327 to an overlooked variable use.
5328 (makefile-make-font-lock-keywords): Remove two parameters, which
5329 are now variables that some of the modes set locally.
5330 Handle dependency and rule action matching through functions, because
5331 regexps alone match too often. Dependency matching now comes
5332 last, so it can check, whether a colon already matched something else.
5333 (makefile-mode): Inform that font-lock improves makefile parsing
5334 capabilities.
5335 (makefile-match-dependency, makefile-match-action): New functions.
5336
5337 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
5338
5339 * emacs-lisp/cl-extra.el (equalp): Doc fix.
5340
5341 * align.el (align-regexp):
5342 * ansi-color.el (ansi-color-get-face):
5343 * array.el (array-reconfigure-rows, array-init-max-row)
5344 (array-init-max-column, array-init-columns-per-line)
5345 (array-init-field-width):
5346 * dired-aux.el (dired-trample-file-versions):
5347 * dired-x.el (dired-mark-sexp):
5348 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
5349 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
5350 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
5351 * faces.el (face-read-integer):
5352 * files.el (backup-extract-version, insert-directory):
5353 * hexl.el (hexl-insert-decimal-char):
5354 * server.el (server-process-filter):
5355 * shell.el (shell-extract-num):
5356 * startup.el (command-line-1):
5357 * term.el (term-command-hook):
5358 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
5359 (time-stamp-do-number):
5360 * time.el (display-time-update):
5361 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
5362 (timezone-fix-time):
5363 * vms-patch.el (vms-suspend-resume-hook):
5364 * calendar/appt.el (appt-convert-time):
5365 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5366 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
5367 * calendar/cal-islam.el (mark-islamic-diary-entries):
5368 * calendar/calendar.el (calendar-cursor-to-date)
5369 (calendar-star-date):
5370 * calendar/diary-lib.el (diary-attrtype-convert)
5371 (mark-diary-entries, diary-entry-time):
5372 * calendar/solar.el (solar-get-number):
5373 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
5374 * emacs-lisp/re-builder.el (reb-display-subexp):
5375 * emulation/edt.el (edt-set-scroll-margins):
5376 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5377 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
5378 (vip-get-ex-count):
5379 * emulation/viper-ex.el (viper-get-ex-token)
5380 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
5381 * international/fontset.el (fontset-plain-name):
5382 * mail/feedmail.el (feedmail-look-at-queue-directory):
5383 * mail/mailalias.el (mail-get-names):
5384 * mail/rmail.el (rmail-convert-to-babyl-format):
5385 * mail/rmailsum.el (rmail-make-basic-summary-line)
5386 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
5387 (rmail-summary-goto-msg):
5388 * mail/smtpmail.el (smtpmail-read-response):
5389 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
5390 (ange-ftp-vms-add-file-entry):
5391 * play/gametree.el (gametree-looking-at-ply)
5392 (gametree-current-branch-score):
5393 * progmodes/ada-xref.el (ada-prj-find-prj-file)
5394 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
5395 * progmodes/cperl-mode.el (condition-case):
5396 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
5397 (ebrowse-set-member-buffer-column-width)
5398 (ebrowse-select-1st-to-9nth):
5399 * progmodes/etags.el (etags-snarf-tag):
5400 * progmodes/flymake.el (flymake-parse-line):
5401 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
5402 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
5403 (idlwave-shell-menu-def):
5404 * progmodes/ps-mode.el (ps-run-goto-error):
5405 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
5406 (vhdl-speedbar-contract-level):
5407 * term/mac-win.el (x-handle-numeric-switch):
5408 * term/sun-mouse.el (sun-get-frame-data):
5409 * term/w32-win.el (x-handle-numeric-switch):
5410 * term/x-win.el (x-handle-numeric-switch):
5411 * textmodes/ispell.el (ispell-parse-output):
5412 * textmodes/nroff-mode.el (nroff-outline-level):
5413 * textmodes/reftex-cite.el (reftex-bib-sort-year)
5414 (reftex-bib-sort-year-reverse, reftex-format-citation):
5415 * textmodes/reftex-parse.el (reftex-init-section-numbers)
5416 (reftex-section-number):
5417 * textmodes/texinfmt.el (texinfo-paragraphindent):
5418 Replace `string-to-int' by `string-to-number'.
5419
5420 * international/latexenc.el: Add page marker to force the "Local
5421 Variables:" string out of the last page.
5422
5423 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5424
5425 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
5426 tooltip-change-major-mode.
5427 (gud-tooltip-print-command): Remove case where gud-minor-mode
5428 is gdb ("--fullname").
5429 (gud-tooltip-tips): Turn GUD tooltips off for this case and
5430 explain to user.
5431
5432 2005-05-16 Jay Belanger <belanger@truman.edu>
5433
5434 * calc/calc-store.el (calc-copy-special-constant): New function.
5435
5436 * calc/calc-ext.el (calc-init-extensions): Add binding for
5437 `calc-copy-special-constant'.
5438
5439 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
5440 for the `calc-copy-special-constant' command.
5441
5442 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
5443
5444 * subr.el (left-fringe-p): New function.
5445
5446 * progmodes/compile.el (compilation-setup): Set local value of
5447 overlay-arrow-string to "" always.
5448 (compilation-set-window): Left fringe then don't scroll.
5449 No left fringe then no arrow and scroll message to top.
5450 (compilation-context-lines): Adjust doc string accordingly.
5451
5452 2005-05-16 Kim F. Storm <storm@cua.dk>
5453
5454 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
5455 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
5456 (ido-wide-find-dir-or-delete-dir): New command for M-d.
5457 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
5458 (ido-read-file-name): Handle commands with ido property value
5459 equal to find-file as reading a file name, to allow C-d to enter dired.
5460 (ibuffer-find-file): Add ido property with value find-file.
5461
5462 2005-05-15 Kim F. Storm <storm@cua.dk>
5463
5464 * subr.el (open-network-stream-nowait): Remove.
5465 (open-network-stream-server): Remove.
5466
5467 2005-05-15 Richard M. Stallman <rms@gnu.org>
5468
5469 * faces.el (describe-face): Output a definition link button.
5470
5471 * help-mode.el (help-face-def): New button type.
5472
5473 * emacs-lisp/copyright.el (copyright-fix-years):
5474 Match properly if the first year is 2-digit.
5475 Don't mess up the whitespace after the years by filling.
5476
5477 * dired-aux.el (dired-mark-confirm):
5478 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
5479
5480 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
5481 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
5482 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
5483
5484 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5485 Set font-lock-comment-start-skip.
5486
5487 * font-lock.el (font-lock-comment-start-skip): New variable.
5488 (font-lock-comment-end-skip): New variable.
5489 (font-lock-fontify-syntactically-region): Use them if non-nil.
5490
5491 2005-05-15 Jay Belanger <belanger@truman.edu>
5492
5493 * calc/calc-store.el (calc-store-value): Return a string rather
5494 than display it as a message.
5495 Use calc-var-name for variable name.
5496 (calc-store-into): Add the result of calc-store-value to message.
5497 (calc-copy-variable): Add a message.
5498 (calc-store-exchange): Improve error messages.
5499 (calc-store-binary, calc-store-map): Don't reset the values of
5500 special constants.
5501
5502 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5503
5504 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
5505 manual to docstring.
5506
5507 * files.el (hack-local-variables-confirm): Add STRING argument.
5508 Make the function handle non file visiting buffers correctly.
5509 (hack-local-variables-prop-line, hack-local-variables)
5510 (hack-one-local-variable): Use STRING arg of
5511 `hack-local-variables-confirm'.
5512
5513 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
5514
5515 Sync with Tramp 2.0.49.
5516
5517 * tramp.el (tramp-handle-dired-call-process)
5518 (tramp-handle-insert-directory):`insert-buffer' cannot be used
5519 because the contents of the Tramp buffer is changed before
5520 insertion (`expand-file' and alike).
5521 (tramp-handle-insert-directory): If `localname' has an empty
5522 nondirectory name, it must not be quoted.
5523 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
5524 variable `tramp-chunksize'. Change callees.
5525 (tramp-open-connection-setup-interactive-shell): Check remote host
5526 for buggy `send-process-string' implementation.
5527 Set `tramp-chunksize' if found. Reported by Michael Kifer
5528 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
5529 (tramp-handle-shell-command): `insert-buffer' cannot be used
5530 because the contents of the Tramp buffer is changed before
5531 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
5532 <frederic.bothamy@free.fr>.
5533 (tramp-set-auto-save): Actions should be done for Tramp file name
5534 handler only. Ange-FTP has its own auto-save mechanism.
5535 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5536 (tramp-set-auto-save-file-modes): Set file modes of
5537 `buffer-auto-save-file-name' to ?\600 as fallback solution.
5538 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
5539 (tramp-bug): Remove obsolete variable.
5540 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
5541 for presence of `mml-mode'. Make it running for older Emacsen as well.
5542
5543 2005-05-14 John Paul Wallington <jpw@pobox.com>
5544
5545 * ibuf-ext.el (define-ibuffer-filter filename):
5546 If `dired-directory' is a list, use its car.
5547
5548 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
5549
5550 * ibuffer.el (define-ibuffer-column filename):
5551 If `dired-directory' is a list, use its car.
5552
5553 2005-05-14 Richard M. Stallman <rms@gnu.org>
5554
5555 * subr.el (symbol-file): Doc fix.
5556
5557 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
5558 (byte-compile-form): Call byte-compile-nogroup-warn.
5559 (byte-compile-warning-types): Doc fix.
5560
5561 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
5562
5563 * progmodes/cc-engine.el (c-literal-faces):
5564 Add font-lock-comment-delimiter-face.
5565
5566 * net/net-utils.el (dig): Use with-no-warnings.
5567
5568 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
5569 (sc-recite-frame-alist, sc-default-cite-frame)
5570 (sc-default-uncite-frame, sc-default-recite-frame)
5571 (sc-attrib-selection-list, sc-rewrite-header-list):
5572 Mark as risky-local-variable.
5573
5574 * international/ogonek.el (ogonek-jak, ogonek-how):
5575 Don't use beginning-of-buffer.
5576
5577 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
5578
5579 * calendar/solar.el (solar-data-list): Move definition up.
5580
5581 * dnd.el (dnd-protocol-alist): Add autoload.
5582
5583 * progmodes/sh-script.el: Many doc usage fixes.
5584 (sh-indent-after-do): Change default to match common styles.
5585
5586 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
5587
5588 * files.el (interpreter-mode-alist)
5589 (auto-mode-interpreter-regexp): Doc fixes.
5590
5591 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
5592
5593 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
5594
5595 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
5596
5597 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5598
5599 * dired.el (dired-mode): make-variable-buffer-local =>
5600 make-local-variable.
5601
5602 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5603
5604 * term/mac-win.el (mac-select-convert-to-string): Try coding
5605 systems in mac-script-code-coding-systems if specified one cannot
5606 encode string for `com.apple.traditional-mac-plain-text'.
5607
5608 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
5609
5610 * progmodes/make-mode.el (makefile-targets-face)
5611 (makefile-shell-face, makefile-makepp-perl-face): New faces.
5612 (makefile-dependency-regex): Fix it to not make the colon in
5613 $(var:a=b) special.
5614 (makefile-rule-action-regex): New regexp for highlighting embedded
5615 Shell strings.
5616 (makefile-macroassign-regex): Handle != for highlighting as
5617 embedded Shell strings.
5618 (makefile-var-use-regex): New const.
5619 (makefile-statements, makefile-automake-statements)
5620 (makefile-gmake-statements, makefile-makepp-statements)
5621 (makefile-bsdmake-statements): New consts.
5622 (makefile-make-font-lock-keywords): New function.
5623 (makefile-automake-font-lock-keywords)
5624 (makefile-gmake-font-lock-keywords)
5625 (makefile-makepp-font-lock-keywords)
5626 (makefile-bsdmake-font-lock-keywords): New consts.
5627 (makefile-mode-map): Add switchers between the various submodes.
5628 (makefile-mode): Document the availability of the variants.
5629 (makefile-automake-mode, makefile-gmake-mode)
5630 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
5631
5632 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
5633 new variants of makefile-mode.
5634
5635 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * font-lock.el (font-lock-comment-delimiter-face): Fix up
5638 the inheritance.
5639
5640 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
5641
5642 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
5643 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
5644
5645 * files.el (normal-mode): Extend the scope of the
5646 `enable-local-variables' binding to include the `set-auto-mode' call.
5647 (magic-mode-alist): Doc fix.
5648
5649 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
5652 font-lock-comment-face rather than copying its setting.
5653
5654 2005-05-12 Andreas Schwab <schwab@suse.de>
5655
5656 * eshell/esh-mode.el (eshell-send-input): Doc fix.
5657
5658 2005-05-12 Lute Kamstra <lute@gnu.org>
5659
5660 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
5661 defcustom for the mode hook variable. Delete the last argument.
5662 * generic-x.el: Fix callers of define-generic-mode.
5663 (generic-x-modes): Delete group.
5664 (show-tabs-tab-face, show-tabs-space-face): Put them in the
5665 generic-x customization group.
5666
5667 2005-05-12 Kim F. Storm <storm@cua.dk>
5668
5669 * font-lock.el (font-lock-negation-char-face): Default to "off".
5670
5671 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
5672 font-lock-negation-char-face to ! in !=.
5673
5674 2005-05-12 Masatake YAMATO <jet@gyve.org>
5675
5676 * add-log.el (find-change-log): Fix typos in the docstring
5677 of function.
5678
5679 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5680
5681 * international/latexenc.el (latexenc-find-file-coding-system):
5682 Avoid `re-search-forward' when looking for input encoding because
5683 of speed and safety. Better regular expressions for recognizing
5684 input encoding. Limit a search for TeX-master/tex-main-file to
5685 the local variable section.
5686
5687 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
5688
5689 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
5690 syntax of $ to "'" (quote).
5691
5692 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5693
5694 * dnd.el (dnd-protocol-alist): Improve custom type.
5695
5696 * dired.el (dired-dnd-protocol-alist): New variable.
5697 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
5698 `dired-mode-hook' to the end.
5699
5700 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
5703 comment-end if comment-start-skip is not set.
5704 Obey the font-lock-comment-delimiter-face variables.
5705
5706 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * files.el (executable-find): Move from executable.el. Use
5709 locate-file.
5710 * progmodes/executable.el (executable-find): Move to files.el.
5711
5712 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
5713 when trying to ensure forward progress.
5714
5715 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
5716
5717 * mouse-sel.el (mouse-sel-follow-link-p): New function.
5718 (mouse-select, mouse-select-internal, mouse-extend-internal):
5719 Use it to implement mouse-1-click-follows-link functionality.
5720
5721 2005-05-11 Richard M. Stallman <rms@gnu.org>
5722
5723 * font-lock.el (font-lock-fontify-syntactically-region):
5724 Use font-lock-comment-delimiter-face for comment delimiters.
5725
5726 2005-05-10 Jay Belanger <belanger@truman.edu>
5727
5728 * calc/calc-help.el (calc-m-prefix-help): Add mention of
5729 preserving embedded modes.
5730
5731 2005-05-10 Richard M. Stallman <rms@gnu.org>
5732
5733 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5734
5735 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
5736 Move from ada-stmt.el.
5737 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5738
5739 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
5740 Move to ada-mode.el.
5741 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
5742
5743 * cus-edit.el (custom-file): Call file-chase-links.
5744
5745 * files.el (read-directory-name): Fix previous change.
5746 (hack-local-variables-confirm): New function.
5747 (hack-local-variables-prop-line, hack-local-variables)
5748 (hack-one-local-variable): Use it.
5749
5750 2005-05-10 Lute Kamstra <lute@gnu.org>
5751
5752 * font-lock.el (font-lock-keywords-alist)
5753 (font-lock-removed-keywords-alist): Clarify docstrings.
5754
5755 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
5756
5757 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5758 (gdb-source-info): Check for preprocessor info.
5759 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
5760 a macro for a function.
5761 (gdb-info-breakpoints-custom): Try to find file again if not already
5762 found (user might have used GDB dir command).
5763 (gdb-get-location): Update gdb-location-alist correctly for change
5764 to gdb-info-breakpoints-custom.
5765
5766 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5767 (gud-tooltip-print-command): Add gdbmi case.
5768 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5769 preprocessor info.
5770
5771 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5772
5773 * startup.el (fancy-splash-insert): Fix typo in doc string.
5774
5775 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
5776
5777 * obsolete/float.el (string-to-float):
5778 * obsolete/hilit19.el (hilit-add-pattern):
5779 * obsolete/rnews.el (news-parse-range, news-select-message)
5780 (news-get-pruned-list-of-files): Replace `string-to-int' by
5781 `string-to-number'.
5782
5783 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5784 `find-file-not-found-hooks'; use `add-hook'.
5785 (uncompress-while-visiting): Set `write-file-functions', not
5786 `write-file-hooks'; use `add-hook'.
5787
5788 2005-05-09 Kim F. Storm <storm@cua.dk>
5789
5790 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5791 (cua-paste): Handle clipboard action.
5792 (cua--init-keymaps): Remap clipboard-kill-region and
5793 clipboard-kill-ring-save.
5794
5795 2005-05-08 Eli Zaretskii <eliz@gnu.org>
5796
5797 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5798 Improve commentary.
5799
5800 * simple.el (next-error-overlay-arrow-position): Revert the change
5801 made on 2005-04-30.
5802
5803 2005-05-07 Jay Belanger <belanger@truman.edu>
5804
5805 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5806 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5807 `calc-sel-reselect'.
5808
5809 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5810 Calc is in embedded mode.
5811
5812 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5813
5814 * progmodes/compile.el (compilation-setup):
5815 Set overlay-arrow-string to an empty string on text terminals.
5816
5817 * textmodes/ispell.el (ispell-program-name): Try looking for
5818 "aspell" along exec-path, and if found, use it as the default
5819 speller program.
5820
5821 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
5822
5823 * international/mule.el (sgml-xml-auto-coding-function):
5824 Recognize encoding='FOO' in single quotes as well as in double quotes.
5825
5826 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5827
5828 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5829 as well as `interactive', so that defmacro* would recognize
5830 `declare' forms.
5831
5832 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5833
5834 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5835 Explain more about the LIGHTER arg's usage in the doc string.
5836 Add commentary to clarify what the code does. Fix the regexp that
5837 strips whitespace from LIGHTER. Quote LIGHTER before using it,
5838 since it could have characters special to regular expressions.
5839
5840 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5841
5842 * replace.el (occur-1): Bind inhibit-read-only so that
5843 erase-buffer doesn't barf on read-only text properties (likewise
5844 for add-text-properties in occur-engine). Mark buffer as unmodified.
5845 (occur-engine): Don't set buffer-read-only here.
5846
5847 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5848
5849 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5850 list-buffers-directory. This caused the *cvs-commit* buffer to be
5851 sometimes mistakenly reused as a *cvs* buffer.
5852
5853 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
5854
5855 * tooltip.el: Move code for GUD tooltips into gud.el.
5856 (require): CL no longer needed to compile case.
5857 (tooltip-mode): Do not toggle functions for GUD tooltips.
5858 (tooltip-gud-tips-p): Remove. Replace with minor mode
5859 gud-tooltip-mode in gud.el.
5860 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5861 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5862 tooltip-gud prefix with gud-tooltip and obsolete.
5863 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5864 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5865 (tooltip-mouse-motion): Mouse movement functions/variable.
5866 Rename in gud.el by adding gud prefix.
5867 (tooltip-gud-original-filter, tooltip-gud-dereference)
5868 (tooltip-gud-event, tooltip-toggle-gud-tips)
5869 (tooltip-gud-process-output, tooltip-gud-print-command)
5870 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
5871 gud.el by replacing tooltip-gud prefix with gud-tooltip.
5872 (gdb-tooltip-print): Move to gdb-ui.el.
5873
5874 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5875 (require): CL needed to compile case.
5876 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
5877 tooltip-gud-tips-p. Make it a minor-mode.
5878 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5879 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5880 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5881 (gud-tooltip-change-major-mode)
5882 (gud-tooltip-activate-mouse-motions-if-enabled)
5883 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5884 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5885 (gud-tooltip-original-filter, gud-tooltip-dereference)
5886 (gud-tooltip-event, tooltip-toggle-gud-tips)
5887 (gud-tooltip-process-output, gud-tooltip-print-command)
5888 (gud-tooltip-tips): Move from tooltip.el.
5889
5890 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
5891 (gdb-cpp-define-alist-flags): Doc fix.
5892 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5893 gud-tooltip-mode is t.
5894
5895 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5898 evaporate if their text is deleted.
5899 (goto-address-at-point): Make it work as a mouse binding as well.
5900 (goto-address-at-mouse): Obsolete it. Update users.
5901
5902 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
5903
5904 * calendar/appt.el (top-level): No longer activate on load.
5905
5906 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5909 * net/webjump.el (webjump):
5910 * progmodes/idlw-help.el (idlwave-do-context-help1)
5911 (idlwave-highlight-linked-completions):
5912 * textmodes/po.el (po-find-file-coding-system-guts):
5913 Replace `assoc-ignore-case' by `assoc-string'.
5914
5915 2005-05-06 Eli Zaretskii <eliz@gnu.org>
5916
5917 * files.el (locate-file): Doc fix.
5918
5919 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5920 Remove the redundant test for ms-dos.
5921
5922 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5923 look for the preprocessor with exec-suffixes. If not found in
5924 standard places, look in exec-path. Remove most of the tests that
5925 used system-type.
5926
5927 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5928
5929 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5930
5931 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5932 file-name clash with jka-compr.el on 8+3 filesystems.
5933
5934 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5935
5936 * term/mac-win.el: Don't define or bind scroll bar functions if
5937 x-toolkit-scroll-bars is t.
5938 (x-select-text, x-get-selection-value): Clear
5939 x-last-selected-text-clipboard if x-select-enable-clipboard is
5940 nil.
5941 (PRIMARY): Put mac-scrap-name property.
5942 (mac-select-convert-to-file-url): New function.
5943 (public.file-url): New selection target type. Add to
5944 selection-converter-alist.
5945 (x-get-selection, x-selection-value): Handle it.
5946 (x-cut-buffer-or-selection-value): New alias.
5947
5948 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5949
5950 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5951 entry to avoid calling bibtex-find-entry with arg global
5952 being t. Remove arg key.
5953 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5954 (bibtex-copy-summary-as-kill): Change accordingly.
5955
5956 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5959 (org-agenda-date-later): Use with-current-buffer.
5960
5961 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5962
5963 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5964 (define-obsolete-variable-alias): Doc Fixes.
5965
5966 2005-05-06 Kim F. Storm <storm@cua.dk>
5967
5968 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
5969 vertical-motion when selective-display is active.
5970
5971 * ido.el (ido-setup-hook): New hook.
5972 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5973 (ido-input-stack): New var.
5974 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
5975 ido-next-work-file binding to M-O.
5976 Bind M-f to ido-wide-find-file-or-pop-dir.
5977 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5978 (ido-read-internal): Run ido-setup-hook.
5979 Catch quit in read-file-name and read-string to cancel edit.
5980 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5981 Automatically pop-all when completing a directory name (RET).
5982 (ido-file-internal): Add with-no-warnings around ffap and dired code.
5983 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5984 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5985 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5986 New functions for M-b/M-f to move among the directory components.
5987 (ido-make-merged-file-list): Catch quit to cancel merge.
5988 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5989 (ido-completion-help): No warnings for ido-completion-buffer-full.
5990
5991 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
5992
5993 * font-lock.el (font-lock-negation-char-face): New face and variable.
5994 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5995 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5996 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5997 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5998
5999 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
6000
6001 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
6002 Fix typo in docstring.
6003
6004 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
6005 (ebrowse-print-statistics-line)
6006 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
6007
6008 * term/w32-win.el (image-library-alist): Add additional name for
6009 Xpm library.
6010
6011 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
6012
6013 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
6014 use gcc instead of cpp.
6015
6016 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
6017 (gdb-create-define-alist): Use it.
6018 (gdb-cpp-define-alist-program): Update for MS-DOS.
6019
6020 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
6021
6022 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
6023
6024 2005-05-04 Richard M. Stallman <rms@gnu.org>
6025
6026 * help.el (describe-key): No error when UNTRANSLATED is nil.
6027
6028 * simple.el (line-move-1): Fix previous change to signal errors
6029 appropriately.
6030
6031 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
6032
6033 * calendar/icalendar.el (icalendar-version): Now at 0.12.
6034 (icalendar-duration-correction): Remove.
6035 (icalendar--get-event-properties): Split result at commas.
6036 (icalendar--decode-isoduration): New optional argument
6037 DURATION-CORRECTION.
6038 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6039 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6040 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6041 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
6042 (icalendar--convert-anniversary-to-ical): New functions, extracted
6043 from icalendar-export-region, with bug fixes.
6044 (icalendar-export-region): Use the above functions.
6045 (icalendar-import-buffer): Check before saving diary file.
6046 (icalendar--convert-recurring-to-diary)
6047 (icalendar--convert-non-recurring-all-day-to-diary)
6048 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6049 extracted from icalendar--convert-ical-to-diary, with bug fixes.
6050 (icalendar--convert-ical-to-diary): Use the above functions.
6051
6052 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
6053
6054 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6055 Remove these recent additions.
6056 (c-mode): Restore to before 2005-04-28.
6057
6058 * progmodes/cc-vars.el (cc-define-list-program): Remove this
6059 recent addition.
6060
6061 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
6062 (gdb-define-alist): New variables.
6063 (gdb-create-define-alist): New function.
6064 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
6065 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
6066 with string-to-number.
6067 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
6068
6069 * progmodes/gud.el: Replace string-to-int with string-to-number.
6070 (gud-find-file): Handle gdb-define-alist.
6071
6072 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
6073
6074 2005-05-02 Jay Belanger <belanger@truman.edu>
6075
6076 * calc/calc-aent.el (math-read-token):
6077 * calc/calc-bin.el (calc-word-size):
6078 * calc/calc-ext.el (calc-read-number-fancy):
6079 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
6080 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
6081 * calc/calc-frac.el (calc-over-notation):
6082 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
6083 (calc-graph-num-points, calc-graph-init):
6084 * calc/calc-prog.el (calc-read-parse-table-part)
6085 (calc-edit-macro-repeats):
6086 * calc/calc-yank.el (calc-do-grab-rectangle):
6087 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
6088 Replace `string-to-int' by `string-to-number'.
6089
6090 2005-05-02 Kim F. Storm <storm@cua.dk>
6091
6092 * kmacro.el: Use executing-kbd-macro-index variable.
6093
6094 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
6095
6096 * net/rlogin.el (rlogin-parse-words): Delete func.
6097 (rlogin): Use split-string, not rlogin-parse-words.
6098 Also, if there are option-like elements in the parsed args,
6099 take the host to be the first arg immediately following them.
6100 Suggested by Michael Mauger.
6101
6102 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6103
6104 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
6105
6106 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6107
6108 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
6109 (cc-mode-cpp-program): Rename to cc-define-list-program and
6110 move to cc-vars.el.
6111
6112 * progmodes/cc-vars.el (cc-define-list-program):
6113 Change to "gcc -E -dM -". Make customizable.
6114
6115 2005-05-02 Kim F. Storm <storm@cua.dk>
6116
6117 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
6118
6119 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
6120
6121 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
6122
6123 * international/mule-util.el (truncate-string): Remove alias and
6124 obsolete declaration.
6125
6126 * international/mule-cmds.el (update-iso-coding-systems):
6127 Remove alias and obsolete declaration.
6128
6129 * international/mule.el (coding-system-parent): Remove alias and
6130 obsolete declaration.
6131
6132 * subr.el (define-function, sref): Remove aliases and obsolete
6133 declarations.
6134 (chars-in-region): Remove obsolete declaration.
6135
6136 2005-05-01 Richard M. Stallman <rms@gnu.org>
6137
6138 * info.el (Info-mode): Set widen-automatically to nil, locally.
6139
6140 * simple.el (widen-automatically): New variable.
6141 (pop-global-mark): Obey widen-automatically.
6142
6143 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6144
6145 * term/xterm.el (function-key-map): Call substitute-key-definition
6146 before the keymap size is increased by a lot of define-key calls.
6147
6148 2005-05-01 Richard M. Stallman <rms@gnu.org>
6149
6150 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
6151 Rename ARG to ELEMENT. Doc fix.
6152
6153 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6154
6155 * allout.el (allout-exposure): Remove macro and obsolete declaration.
6156 Remove references to allout-exposure/change to allout-new-exposure.
6157
6158 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
6159 bytecode symbols.
6160
6161 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
6162 (compiled-function-p, focus-frame, unfocus-frame):
6163 Remove aliases and obsolete declarations.
6164 Back out inadvertent changes from previous commit.
6165
6166 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6167
6168 * files.el (require-final-newline): Make Custom tags consistent
6169 with mode-require-final-newline.
6170 (mode-require-final-newline): Doc fix.
6171
6172 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * international/latexenc.el (latexenc-find-file-coding-system):
6175 Fix regular expressions.
6176
6177 2005-05-01 David Kastrup <dak@gnu.org>
6178
6179 * international/latexenc.el (latexenc-find-file-coding-system):
6180 Fix regular expressions.
6181
6182 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
6183
6184 * subr.el (string-to-int): Make obsolete.
6185
6186 2005-04-30 Richard M. Stallman <rms@gnu.org>
6187
6188 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
6189
6190 * loadup.el: load jka-comp-hook.
6191
6192 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
6193 (jka-compr-handler): Add autoload. `put' calls moved
6194 to jka-comp-hook.el.
6195 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
6196 (jka-compr-inhibit): Autoload.
6197
6198 * jka-comp-hook.el: New file.
6199 Enable the mode by default.
6200
6201 * files.el (backup-buffer-copy): Use copy-file instead
6202 of write-region, and put back the 'excl.
6203
6204 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
6205
6206 * progmodes/flymake.el (flymake-split-string)
6207 (flymake-split-string, flymake-log, flymake-pid-to-names)
6208 (flymake-reg-names, flymake-get-source-buffer-name)
6209 (flymake-unreg-names, flymake-add-line-err-info)
6210 (flymake-add-err-info): Clarify docstrings.
6211 (flymake-popup-menu, flymake-make-emacs-menu)
6212 (flymake-make-xemacs-menu): Add docstrings.
6213 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
6214 Set variables directly throughout.
6215
6216 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
6217
6218 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
6219 exists. Initialize cc-define-alist.
6220 (c-mode): Add cc-create-define-alist locally to after-save-hook.
6221 If there is no file (Macroexpansion) don't create an alist.
6222
6223 2005-04-29 Sam Steingold <sds@gnu.org>
6224
6225 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
6226 (cc-create-define-alist): Use it instead of the hard-coded string.
6227
6228 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * international/mule-conf.el (file-coding-system-alist): Fix regexp
6231 for latexenc.
6232
6233 2005-04-29 Lute Kamstra <lute@gnu.org>
6234
6235 * emacs-lisp/generic.el: Improve commentary section.
6236 (define-generic-mode): Improve docstring.
6237
6238 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
6239
6240 * textmodes/org.el (many places): Change to quiet the byte compiler.
6241 (org-prefix-format-compiled): New variable.
6242 (org-compile-prefix-format): New function.
6243 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
6244 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
6245 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
6246 (org-get-entries-from-diary): Use `org-get-time-of-day' for
6247 consistency with entries from `org-mode' files.
6248 (org-get-time-of-day): Fix bug with partial matches early in a line.
6249 (org-non-link-chars): New constant.
6250 (org-link-regexp): Respect `org-non-link-chars'.
6251 (org-agenda-day-view): Remove command.
6252 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
6253 (org-follow-bbdb-link, org-store-link): Search also company field.
6254 (org-highlight-overlay): New variable.
6255 (org-highlight, org-unhighlight): New functions.
6256 (org-agenda-mode): Add pre-command-hook to remove highlight.
6257 (org-evaluate-time-range): Behavior depends upon whether time stamp
6258 contains a time or not.
6259 (org-show-subtree, org-show-entry): New functions.
6260 (org-agenda-cleanup-fancy-diary): Remove empty lines.
6261
6262 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
6263
6264 * comint.el (comint-output-filter-functions): Add autoload cookie.
6265
6266 2005-04-28 Kim F. Storm <storm@cua.dk>
6267
6268 * ido.el (ido-everywhere): Fix last change.
6269
6270 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6271
6272 * international/latexenc.el: New file.
6273 * international/mule-conf.el (file-coding-system-alist): For .tex,
6274 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
6275
6276 2005-04-28 Lute Kamstra <lute@gnu.org>
6277
6278 * font-lock.el (font-lock-add-keywords)
6279 (font-lock-remove-keywords): Clarify docstring.
6280 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
6281 Don't start docstrings with a `*'.
6282 (font-lock-update-removed-keyword-alist): Give it a docstring.
6283
6284 * generic-x.el: Update commentary section.
6285 Only require font-lock when compiling.
6286 Define all modes conditionally.
6287 Place all generic modes in the generic-x-modes customization group.
6288 (generic-x-modes): New customization group.
6289 (generic-default-modes, generic-mswindows-modes)
6290 (generic-unix-modes, generic-other-modes): New constants.
6291 (generic-define-mswindows-modes, generic-define-unix-modes):
6292 Update docstrings. Make them obsolete.
6293 (generic-extras-enable-list): New default value. Update docstring.
6294 Improve :type. Change :set function.
6295 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
6296 Fix docstring.
6297
6298 * emacs-lisp/generic.el (generic-mode-internal):
6299 Simplify font-lock-defaults.
6300 (define-generic-mode): Fix docstring.
6301
6302 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
6305 font-lock-face property to highlight matches.
6306
6307 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
6308
6309 * progmodes/cc-mode.el (cc-create-define-alist): New function.
6310 (cc-define-alist): New variable.
6311 (c-mode): Make it local and initialize it.
6312
6313 * progmodes/gdb-ui.el (gdb-active-process): New variable.
6314 (gdb-exited): New function.
6315 (gdb-annotation-rules): Use it.
6316 (gdb-starting): Set gdb-active-process to t.
6317 (gdb-stopping): Amend doc string.
6318 (gdb-reset): Set gdb-active-process to nil.
6319
6320 * tooltip.el (tooltip-gud-tips): Show the associated #define
6321 directives when a C program under GDB is not executing.
6322
6323 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
6326 font-lock-fontify-syntactic-keywords.
6327
6328 * font-lock.el (font-lock-default-fontify-region): Don't force
6329 parse-sexp-lookup-properties to nil.
6330
6331 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6332
6333 * man.el (man-mode-syntax-table): Set up `:' to have
6334 word-constituent syntax.
6335
6336 2005-04-27 Lute Kamstra <lute@gnu.org>
6337
6338 * novice.el (disable-command): Don't add spurious newlines to the
6339 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
6340
6341 2005-04-26 Jay Belanger <belanger@truman.edu>
6342
6343 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
6344 than one window before deleting window.
6345
6346 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
6347
6348 * shell.el (shell-prompt-pattern): Doc fix.
6349 (shell-mode): Set paragraph-separate buffer locally to "\\'".
6350
6351 * comint.el (comint-prompt-regexp, comint-get-old-input)
6352 (comint-use-prompt-regexp)
6353 (comint-use-prompt-regexp-instead-of-fields)
6354 (comint-replace-by-expanded-history, comint-send-input)
6355 (comint-output-filter, comint-get-old-input-default)
6356 (comint-line-beginning-position, comint-bol, comint-show-output)
6357 (comint-backward-matching-input, comint-forward-matching-input)
6358 (comint-next-prompt, comint-previous-prompt):
6359 Rename `comint-use-prompt-regexp-instead-of-fields' to
6360 `comint-use-prompt-regexp'. Keep old name as alias and declare
6361 obsolete.
6362 (comint-use-prompt-regexp): Shorten first line of doc string.
6363
6364 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
6365 Set paragraph-separate buffer locally to "\\'".
6366
6367 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
6368 Adapt to above name change.
6369
6370 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6371 (smbclient-prompt-regexp): Ditto.
6372
6373 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
6374
6375 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
6376
6377 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
6378 gdb-location-list.
6379 Break lines that are over 80 characters wide.
6380
6381 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6382
6383 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
6384 New fun and var, to preserve compatibility.
6385
6386 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
6387
6388 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
6389
6390 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
6391 name to file-newer-than-file-p.
6392
6393 2005-04-26 Richard M. Stallman <rms@gnu.org>
6394
6395 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
6396
6397 * progmodes/python.el (python-mode):
6398 Use new name eldoc-documentation-function.
6399
6400 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
6401
6402 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6403 (eldoc-documentation-function):
6404 Rename from eldoc-print-current-symbol-info-function. Calls changed.
6405
6406 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
6407
6408 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
6409
6410 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6411
6412 * term/xterm.el (function-key-map): Fix strings for
6413 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
6414 {C,S,A,C-S}-{f1-f12}.
6415
6416 2005-04-26 Kenichi Handa <handa@m17n.org>
6417
6418 * international/mule-cmds.el (select-safe-coding-system):
6419 Fix previous change.
6420
6421 2005-04-26 Lute Kamstra <lute@gnu.org>
6422
6423 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
6424
6425 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
6426 (font-lock-comment-delimiter-face): Ditto.
6427
6428 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
6429
6430 2005-04-25 Jay Belanger <belanger@truman.edu>
6431
6432 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
6433 to t while inserting information; use help-mode.
6434
6435 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
6436
6437 * term.el (ansi-term-color-vector): Use the xterm colors.
6438 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
6439
6440 2005-04-25 Lute Kamstra <lute@gnu.org>
6441
6442 * font-core.el (font-lock-defaults): Fix docstring.
6443
6444 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
6445
6446 2005-04-25 Kenichi Handa <handa@m17n.org>
6447
6448 * international/mule-cmds.el (select-safe-coding-system):
6449 Don't check consistency with coding: spec, etc if raw-text or
6450 no-conversion was found to be safe.
6451
6452 2005-04-24 Richard M. Stallman <rms@gnu.org>
6453
6454 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
6455 citation markers at start of each line.
6456
6457 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
6458 citation markers at start of each line.
6459
6460 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
6461
6462 * files.el (mode-require-final-newline): Fix previous change.
6463 (require-final-newline): Fix type label.
6464
6465 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6466
6467 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
6468 statement in buffer (broken by 2004-11-24 change).
6469
6470 2005-04-24 Kim F. Storm <storm@cua.dk>
6471
6472 * ido.el (ido-everywhere): Save and restore old read-buffer-function
6473 and read-file-name-function values. Don't overwrite existing
6474 non-nil values if ido-mode is enabled without ido-everywhere.
6475
6476 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
6477
6478 * files.el (mode-require-final-newline): Minor doc fix.
6479
6480 2005-04-24 Eli Zaretskii <eliz@gnu.org>
6481
6482 * subr.el (syntax-after): Doc fix.
6483 (syntax-class): If argument is nil, return nil. Mask off upper 16
6484 bits, not 8 bits.
6485
6486 * files.el (mode-require-final-newline): Doc fix.
6487 (backup-buffer-copy): Fix last change.
6488
6489 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6490
6491 * term/mac-win.el: Require select. Set selection-coding-system to
6492 mac-system-coding-system. Call menu-bar-enable-clipboard.
6493 (x-last-selected-text-clipboard, x-last-selected-text-primary)
6494 (x-select-enable-clipboard): New variables.
6495 (x-select-text, x-get-selection, x-selection-value)
6496 (x-get-selection-value, mac-select-convert-to-string)
6497 (mac-services-open-file, mac-services-open-selection)
6498 (mac-services-insert-text): New functions.
6499 (CLIPBOARD, FIND): Put mac-scrap-name property.
6500 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
6501 (public.tiff): Put mac-ostype property.
6502 (selection-converter-alist): Add entries for them.
6503 (mac-application-menu-map): New keymap.
6504 (interprogram-cut-function, interprogram-paste-function): Set to
6505 x-select-text and x-get-selection-value, respectively.
6506 (split-window-keep-point): Set to t.
6507
6508 2005-04-23 Richard M. Stallman <rms@gnu.org>
6509
6510 * files.el (read-directory-name): Always pass non-nil
6511 DEFAULT-FILENAME arg to read-file-name.
6512 (backup-buffer-copy, basic-save-buffer-2): Take care against
6513 writing thru an unexpected existing symlink.
6514 (revert-buffer): In indirect buffer, revert the base buffer.
6515 (magic-mode-alist): Doc fix.
6516 (buffer-stale-function): Doc fix.
6517 (minibuffer-with-setup-hook): Avoid warning.
6518 (mode-require-final-newline): Doc and custom fix.
6519
6520 * follow.el (follow-end-of-buffer): Use with-no-warnings.
6521
6522 * font-lock.el (font-lock-comment-face): On terminals with few colors,
6523 use the default appearance.
6524 (font-lock-comment-delimiter-face): New face, new variable.
6525
6526 * imenu.el (imenu--generic-function): The official position of a
6527 definition is the start of the line that BEG is in.
6528
6529 * midnight.el (midnight-timer): Move defvar up.
6530
6531 * mouse.el (mouse-drag-region-1): Delete some debugging code.
6532
6533 * saveplace.el (save-place-to-alist): Use with-no-warnings.
6534
6535 * startup.el (command-line): Use with-no-warnings.
6536
6537 * window.el (window-size-fixed): New defvar.
6538
6539 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
6540
6541 * mail/rmail.el (rmail-font-lock-keywords):
6542 Use font-lock-comment-delimiter-face.
6543
6544 * mail/sendmail.el (mail-font-lock-keywords):
6545 Use font-lock-comment-delimiter-face.
6546
6547 * progmodes/compile.el (next-error-highlight-timer): New defvar.
6548
6549 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
6550
6551 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6552 Specify t for LAXMATCH when matching directories.
6553 Save match data around compilation-compat-error-properties form.
6554
6555 2005-04-23 David Kastrup <dak@gnu.org>
6556
6557 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
6558 Mention that the autoloaded aliases should be kept for AUCTeX.
6559
6560 2005-04-23 Andreas Schwab <schwab@suse.de>
6561
6562 * isearch.el (isearch-forward): Doc fix.
6563
6564 2005-04-23 Eli Zaretskii <eliz@gnu.org>
6565
6566 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
6567 (jit-lock-stealth-nice): Change default value to 0.5.
6568
6569 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
6570
6571 * abbrev.el (write-abbrev-file): Write table entries in
6572 alphabetical order by table name.
6573
6574 2005-04-22 Kim F. Storm <storm@cua.dk>
6575
6576 * ido.el (ido-read-internal): Fix `list' completion.
6577
6578 2005-04-22 Kenichi Handa <handa@m17n.org>
6579
6580 * recentf.el (recentf-save-file-coding-system): New variable.
6581 (recentf-save-list): Encode the file by
6582 recentf-save-file-coding-system and add coding: tag.
6583
6584 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
6585
6586 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
6587
6588 2005-04-21 Lute Kamstra <lute@gnu.org>
6589
6590 * loadhist.el (unload-feature): Don't remove a function from hooks
6591 if it is about to be restored to an autoload . Remove functions
6592 that will become unbound from auto-mode-alist. Simplify the code.
6593
6594 * subr.el (assq-delete-all): New implementation that is linear,
6595 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
6596 (rassq-delete-all): New function.
6597
6598 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6599 Add size-indication-mode.
6600
6601 2005-04-21 Kenichi Handa <handa@m17n.org>
6602
6603 * international/mule-cmds.el: Add autoload for widget-value in
6604 eval-when-compile.
6605
6606 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
6607
6608 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
6609 Add tooltip-mode.
6610
6611 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
6612
6613 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
6614
6615 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
6616 (inferior-lisp-filter-regexp, inferior-lisp-program)
6617 (inferior-lisp-load-command, inferior-lisp-prompt)
6618 (inferior-lisp-mode-hook, lisp-source-modes)
6619 (inferior-lisp-load-hook): defvar->defcustom.
6620 (inferior-lisp-program, inferior-lisp-prompt)
6621 (inferior-lisp-load-hook): Doc fixes.
6622 (inferior-lisp-install-letter-bindings): Small change in
6623 introductory comment.
6624
6625 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6626
6627 * vc.el (vc-annotate-color-map): Change some colors so that text
6628 using them as foreground is readable on both white and black
6629 backgrounds.
6630
6631 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * international/mule-conf.el (translation-table-for-input):
6634 Remove redundant declaration.
6635
6636 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6637
6638 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
6639
6640 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
6641 (tooltip-toggle-gud-tips): New function.
6642
6643 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6644
6645 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
6646 right angle brackets.
6647
6648 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
6649
6650 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
6651
6652 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
6655 Remove. Update callers to use expand-file-name instead.
6656
6657 * subr.el (syntax-class): New function.
6658
6659 * simple.el (blink-matching-open): Use it.
6660
6661 * paren.el (show-paren-function): Use it to recognize parens that are
6662 also used in 2-char comment markers.
6663
6664 2005-04-19 Lute Kamstra <lute@gnu.org>
6665
6666 * loadhist.el (unload-feature): Update for new format of
6667 load-history. Simplify the code.
6668
6669 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6670
6671 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
6672 (mac-add-charset-info): New function. Initialize variable
6673 mac-charset-info-alist using it.
6674 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
6675 for translation.
6676 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
6677 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
6678 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
6679 New CCL programs.
6680
6681 2005-04-19 Kim F. Storm <storm@cua.dk>
6682
6683 * simple.el (next-buffer, prev-buffer, next-error)
6684 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6685 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
6686
6687 * bindings.el (next-buffer, prev-buffer, next-error)
6688 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
6689 (clone-indirect-buffer-other-window): Move bindings from simple.el.
6690 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
6691 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
6692
6693 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * isearch.el (isearch-edit-string): Make the search-ring available for
6696 minibuffer history commands.
6697 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
6698 the default history commands now work just as well.
6699 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
6700
6701 2005-04-18 Kim F. Storm <storm@cua.dk>
6702
6703 * emulation/cua-base.el (cua--pre-command-handler): Add more
6704 elaborate check for shift modifier on non-window systems.
6705
6706 2005-04-18 Lars Hansen <larsh@math.ku.dk>
6707
6708 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
6709
6710 2005-04-18 Kim F. Storm <storm@cua.dk>
6711
6712 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
6713 and make it optional. Don't test tooltip-gud-echo-area here.
6714 (tooltip-gud-process-output, gdb-tooltip-print):
6715 Pass tooltip-gud-echo-area to tooltip-show.
6716 (tooltip-help-tips): Remove second optional arg to tooltip-show.
6717
6718 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6719
6720 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
6721 `display-graphic-p' may not be bound yet.
6722
6723 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6724
6725 * startup.el (command-line): No longer enable Xterm Mouse mode by
6726 default in terminals compatible with xterm.
6727
6728 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
6729
6730 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
6731
6732 * tooltip.el (tooltip-gud-echo-area): Rename from
6733 tooltip-use-echo-area.
6734 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6735 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6736 area independently of where help tooltips are displayed.
6737
6738 2005-04-17 David Kastrup <dak@gnu.org>
6739
6740 * cus-theme.el (custom-theme-write-variables): Quote variables
6741 where necessary.
6742
6743 2005-04-17 Richard M. Stallman <rms@gnu.org>
6744
6745 * simple.el (yank-excluded-properties): Add follow-link to value.
6746
6747 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6748
6749 * startup.el (fancy-splash-max-time): Just 30 seconds.
6750 (fancy-splash-delay): Just 7.
6751 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6752
6753 * loadhist.el (unload-feature): Update for new format of load-history.
6754 Simplify the code.
6755
6756 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6757 (rmail-font-lock-keywords): Don't fontify the text of a citation.
6758
6759 * mail/sendmail.el (mail-font-lock-keywords):
6760 Don't fontify subject text.
6761 Don't fontify the text of a citation.
6762
6763 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
6764
6765 * comint.el (comint-output-filter): Run comint-output-filter-functions
6766 with point where the user had it.
6767
6768 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6769
6770 * international/ucs-tables.el (ucs-set-table-for-input):
6771 Disable when using unify-on-decoding.
6772
6773 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6774
6775 * emulation/cua-base.el (cua-global-mark-face): Add special case
6776 for displays supporting a high number of colors.
6777
6778 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6779
6780 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
6781
6782 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
6783
6784 * filesets.el (filesets-add-buffer): If user supplies a name of a
6785 non-existing fileset, create a new fileset.
6786
6787 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
6788
6789 * textmodes/org.el (org-up-heading-all): Fix bug with
6790 `outline-up-heading-all'.
6791
6792 2005-04-16 Andreas Schwab <schwab@suse.de>
6793
6794 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6795 /etc/permissions.d/* and /etc/aliases.d/*.
6796
6797 2005-04-16 Kenichi Handa <handa@m17n.org>
6798
6799 * international/code-pages.el (cp-make-coding-system):
6800 Set `translation-table-for-input' property value to the symbol
6801 ucs-mule-to-mule-unicode, not to that value.
6802 (pt154): Escape guillemet by `\'.
6803
6804 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
6805
6806 * loadup.el: Load tooltip if x-show-tip is fboundp.
6807
6808 * startup.el (command-line): Add comment.
6809
6810 * tooltip.el (tooltip-mode): Specify correct standard value for
6811 Custom in init-value.
6812
6813 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
6814
6815 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6816 possible.
6817
6818 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
6819
6820 * textmodes/org.el (org-agenda-date-prompt): Rename from
6821 `org-agenda-date-today'.
6822 (org-evaluate-time-range): Insert at point instead of directly
6823 after time range.
6824 (org-first-headline-recenter, org-subtree-end-visible-p)
6825 (org-optimize-window-after-visibility-change): New functions
6826 (org-agenda-post-command-hook): Don't allow point at end of line,
6827 to make sure it always hits the text properties.
6828 (org-agenda-next-date-line, org-agenda-previous-date-line):
6829 New commands.
6830 (org-set-regexps-and-options): Category may contain white space.
6831 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6832 Improve marker positions.
6833 (org-agenda-new-marker): Argument POS made optional.
6834 (org-agenda-get-timestamps): Deadlines which are done are listed
6835 in org-done-face now.
6836 (org-agenda-get-todos, org-agenda-get-timestamps)
6837 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6838 Set `undone-face' and `done-face' properties.
6839 (org-last-todo-state-is-todo): New variable.
6840 (org-todo): Set `org-last-todo-state-is-todo'.
6841 (org-agenda-todo): Change face according to
6842 `org-last-todo-state-is-todo'. And change other lines referring to
6843 the same entry.
6844 (org-calendar-goto-agenda): New command.
6845 (org-calendar-to-agenda-key): New option.
6846 (org-startup-folded): New allowed value `content'.
6847 (org-set-regexps-and-options): Accept new value `content' for
6848 `org-startup-folded'.
6849 (org-get-current-options): Handle new value `content' for
6850 `org-startup-folded'.
6851 (org-insert-todo-heading): New command.
6852 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6853 interactively in empty file and option
6854 `org-insert-mode-line-in-empty-file' has been set.
6855 (org-agenda-todo,org-agenda-priority): Modify to use
6856 `org-agenda-change-all-lines'.
6857 (org-warning-face): Change color on dark background
6858
6859 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6860
6861 * international/mule-cmds.el (set-locale-environment): On Mac OS,
6862 use preferences AppleLocale and AppleLanguages, and variable
6863 mac-system-locale for default locale. On Mac OS Classic, use
6864 mac-system-coding-system for default coding systems.
6865
6866 * term/mac-win.el: Don't set file-name-coding-system.
6867 Decode variables system-name, emacs-build-system, user-login-name, and
6868 user-full-name by mac-system-coding-system on Mac OS Classic.
6869 (mac-system-coding-system): New variable.
6870
6871 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
6872
6873 * startup.el (command-line): Handle `xterm-mouse-mode' before
6874 reading init file.
6875
6876 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
6877
6878 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6879
6880 * progmodes/sh-script.el (sh-here-document-word): Make it a
6881 defcustom. Doc fix.
6882 (sh-add): Bash uses $(( )) for arithmetic.
6883 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6884 (sh-maybe-here-document): Remove quotes and leading whitespace
6885 from heredoc word when closing. Indent heredoc with tabs if word
6886 starts with "-".
6887
6888 2005-04-13 Richard M. Stallman <rms@gnu.org>
6889
6890 * simple.el (undo): Fix previous change.
6891
6892 * custom.el (defface): Doc fix.
6893
6894 2005-04-13 Lute Kamstra <lute@gnu.org>
6895
6896 * Makefile.in (DONTCOMPILE): Remove list.
6897 (compile, compile-always): Don't use DONTCOMPILE.
6898 (update-authors): Load the library in which batch-update-authors
6899 is defined.
6900 * makefile.w32-in (DONTCOMPILE): Remove list.
6901 (compile, compile-always): Fix comments.
6902 (update-authors): Load the library in which batch-update-authors
6903 is defined.
6904
6905 * generic-x.el (generic-mode-ini-file-find-file-hook):
6906 Rename to ini-generic-mode-find-file-hook.
6907 Keep generic-mode-ini-file-find-file-hook as an alias.
6908 (ini-generic-mode-find-file-hook): Rename from
6909 generic-mode-ini-file-find-file-hook. Fix docstring.
6910 (ini-generic-mode): Docstring change.
6911 (bat-generic-mode-run-as-comint): Silence the byte compiler.
6912
6913 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6914 called from lisp.
6915
6916 * generic.el: Move to the emacs-lisp subdir.
6917
6918 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6919
6920 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6921 and C-S- function and cursor motion keys.
6922
6923 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6924
6925 * startup.el (command-line): Enable Xterm Mouse mode by default.
6926 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6927 for Custom. No longer show "Mouse" in mode line when enabled.
6928 Doc fix.
6929
6930 2005-04-12 Kim F. Storm <storm@cua.dk>
6931
6932 * emulation/cua-base.el (cua-rectangle-face)
6933 (cua-rectangle-noselect-face): Define face attributes here.
6934
6935 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6936
6937 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6938
6939 * startup.el (command-line): Turn off blinking cursor if
6940 cursorBlink in resources is off or false.
6941
6942 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6943
6944 * term/mac-win.el (dnd): Require dnd.
6945 (mac-drag-n-drop): Call dnd-handle-one-url.
6946 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6947 (kTextEncodingISOLatin2): Remove constants.
6948 (mac-script-code-coding-systems): New constant.
6949 (mac-handle-language-change): New function.
6950 (special-event-map): Bind it to `language-change' event.
6951 (mac-centraleurroman, mac-cyrillic): New coding systems.
6952 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6953 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6954 and mac-cyrillic-encoder to encode-mac-centraleurroman and
6955 encode-mac-cyrillic, respectively.
6956
6957 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6958
6959 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6960 Don't set overlay-arrow-string to "=>" as this is done
6961 globally in C now.
6962
6963 2005-04-12 Lute Kamstra <lute@gnu.org>
6964
6965 * generic-x.el (rc-generic-mode, rul-generic-mode):
6966 Fix auto-mode-alist entries.
6967 (etc-fstab-generic-mode): Tweak fontification.
6968
6969 * generic.el (generic-make-keywords-list): Fix docstring.
6970 (generic-mode-internal): Simplify generic-font-lock-keywords.
6971
6972 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6973
6974 * whitespace.el (whitespace-buffer-leading)
6975 (whitespace-buffer-trailing): Revert the incorrect test inversion.
6976 However, fix the highlight area for the leading and
6977 trailing whitespaces to show space.
6978
6979 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6980
6981 * whitespace.el (whitespace-version): Bump to 3.5
6982
6983 (whitespace-buffer-leading, whitespace-buffer-trailing):
6984 Invert sense of the test to highlight the whitespace.
6985
6986 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6987
6988 * progmodes/gud.el (gud-display-line): GUD uses its own
6989 overlay arrow now so don't set overlay-arrow-string.
6990 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6991
6992 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6993
6994 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6995 (term-ansi-current-reverse, term-ansi-current-invisible)
6996 (term-ansi-face-already-done): Change to boolean.
6997 (term-reset-terminal, term-handle-colors-array): Handle the above
6998 vars accordingly.
6999 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
7000 (term-emulate-terminal): Use the new name.
7001
7002 * faces.el (secondary-selection): Use yellow1, not yellow.
7003 (trailing-whitespace): Use red1, not red.
7004
7005 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7006
7007 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
7008 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
7009 (dired-dnd-handle-file): Call dnd-get-local-file-uri
7010
7011 * cus-edit.el (dnd): New group.
7012
7013 * term/w32-win.el (dnd): Require dnd
7014 (w32-drag-n-drop): Call dnd-handle-one-url.
7015
7016 * x-dnd.el: Require dnd.
7017 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
7018 Call dnd-handle-one-url.
7019 (x-dnd-types-alist, x-dnd-insert-utf8-text)
7020 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
7021 to dnd-insert-text.
7022 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
7023 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
7024 (x-dnd-get-local-file-name, x-dnd-open-local-file)
7025 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
7026
7027 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
7028
7029 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7030
7031 * wdired.el: Doc fixes.
7032 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
7033 (wdired-use-dired-vertical-movement): Rename from
7034 wdired-always-move-to-filename-beginning.
7035 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
7036 (wdired-change-to-wdired-mode): Change mode name.
7037 (wdired-newline): Delete.
7038
7039 2005-04-11 Richard M. Stallman <rms@gnu.org>
7040
7041 * whitespace.el (whitespace-highlight-the-space):
7042 Don't call whitespace-unhighlight-the-space here.
7043
7044 * simple.el (undo): Record t in undo-equiv-table
7045 for the redo record made by an undo-in-region.
7046
7047 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7048
7049 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7050 (gdb-frame-inferior-io-buffer): New Functions to control
7051 display of separate IO buffer.
7052 (menu): Add them to menu-bar.
7053 (gdb-display-buffer): Check for buffer another frame.
7054 Protect GUD buffer.
7055 (gdb-setup-windows): Create IO buffer if not already there.
7056 (gdb-memory-mode): Remove purecopy noops.
7057
7058 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7059
7060 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
7061 and pass to self-insert-command.
7062
7063 2005-04-11 Lute Kamstra <lute@gnu.org>
7064
7065 * generic.el: Commentary section cleanup.
7066 (generic): Delete.
7067 (generic-use-find-file-hook, generic-lines-to-scan)
7068 (generic-find-file-regexp, generic-ignore-files-regexp)
7069 (default-generic-mode, generic-mode-find-file-hook)
7070 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
7071 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
7072 (generic-use-find-file-hook, generic-lines-to-scan)
7073 (generic-find-file-regexp, generic-ignore-files-regexp)
7074 (default-generic-mode, generic-mode-find-file-hook)
7075 (generic-mode-ini-file-find-file-hook): Move from generic.el.
7076
7077 2005-04-10 Karl Fogel <kfogel@red-bean.com>
7078
7079 * bookmark.el (bookmark-write-file): Catch errors writing file.
7080 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
7081
7082 2005-04-10 Richard M. Stallman <rms@gnu.org>
7083
7084 * startup.el (fancy-splash-tail): Update copyright year.
7085 (command-line): Split part of -Q into -D.
7086 (emacs-basic-display): New defvar.
7087 (fancy-splash-text): Correct name of menu item.
7088
7089 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
7090
7091 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
7092 lines in one node.
7093
7094 * comint.el (comint-send-input): New arg ARTIFICIAL.
7095 Callers in this file changed.
7096
7097 * abbrev.el (define-abbrevs): Read system abbrevs properly.
7098
7099 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
7100
7101 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
7102
7103 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
7104 `ldap-search-internal'.
7105
7106 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * files.el (set-auto-mode-1): Use line-end-position.
7109
7110 * international/latin-1.el:
7111 * international/latin-2.el:
7112 * international/latin-3.el:
7113 * international/latin-4.el:
7114 * international/latin-5.el:
7115 * international/latin-8.el:
7116 * international/latin-9.el: Give punctuation syntax to NBSP.
7117
7118 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
7119 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
7120 Use char-classes to accept non-ascii letters, accepted in some recent
7121 bibtex implementations.
7122
7123 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
7124
7125 * custom.el (custom-set-minor-mode): Any non-nil value for the
7126 variable should enable the mode when set through Custom.
7127
7128 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
7131 TAB binding so tab-always-indent is obeyed.
7132 (vhdl-minibuffer-local-map): Move initialization into declaration.
7133 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
7134 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
7135 (vhdl-hooked-abbrev): Avoid test for XEmacs.
7136 (vhdl-current-line): Use line-beginning-position.
7137 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
7138 with-output-to-temp-buffer, so the current position can be recorded.
7139
7140 2005-04-10 Masatake YAMATO <jet@gyve.org>
7141
7142 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7143 Add regexp for gcov.
7144
7145 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7146
7147 * calendar/time-date.el (time-to-seconds, seconds-to-time)
7148 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
7149 syntax which Emacs 20 doesn't support.
7150
7151 2005-04-09 Richard M. Stallman <rms@gnu.org>
7152
7153 * help.el (describe-key-briefly, describe-key):
7154 Replace strings as event types with "(any string)".
7155
7156 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * arc-mode.el (archive-mode-map): Move initialization into
7159 the declaration. Override *all* bindings of `undo'.
7160 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
7161
7162 2005-04-09 Jay Belanger <belanger@truman.edu>
7163
7164 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
7165
7166 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7167
7168 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
7169 (xterm-register-default-colors): Update color values computation
7170 to match xterm-200.
7171
7172 2005-04-09 Kenichi Handa <handa@m17n.org>
7173
7174 * international/code-pages.el (iso-latin-7): Fix the map.
7175
7176 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
7177
7178 * emacs-lisp/lisp.el (defun-prompt-regexp)
7179 (parens-require-spaces, buffer-end, end-of-defun)
7180 (insert-parentheses): Doc fixes.
7181
7182 2005-04-08 Kim F. Storm <storm@cua.dk>
7183
7184 * comint.el (comint-highlight-prompt): Fix face spec.
7185 * hi-lock.el (hi-green): Likewise.
7186
7187 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7188
7189 * cus-edit.el (custom-modified-face):
7190 * comint.el (comint-highlight-input): Fix previous changes.
7191 * term.el (term-handle-ansi-escape): Add a comment.
7192
7193 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
7196 in the buffer and in whitespace-highlighted-space.
7197 (whitespace-unhighlight-the-space): Simplify.
7198 (whitespace-buffer): Simplify.
7199
7200 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7201
7202 * textmodes/table.el (table-cell-face): Add special case for
7203 displays supporting a high number of colors.
7204 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7205 (vhdl-font-lock-reserved-words-face)
7206 (vhdl-speedbar-architecture-face)
7207 (vhdl-speedbar-instantiation-face)
7208 (vhdl-speedbar-architecture-selected-face)
7209 (vhdl-speedbar-instantiation-selected-face): Likewise.
7210 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
7211 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
7212 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7213 (ebrowse-root-class-face, ebrowse-member-attribute-face)
7214 (ebrowse-progress-face): Likewise.
7215 * progmodes/compile.el (compilation-info-face): Likewise.
7216 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
7217 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
7218 * calendar/calendar.el (diary-face): Likewise.
7219 * woman.el (woman-italic-face, woman-bold-face)
7220 (woman-unknown-face): Likewise.
7221 * wid-edit.el (widget-button-pressed-face): Likewise.
7222 * whitespace.el (whitespace-highlight-face): Likewise.
7223 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
7224 * pcvs-info.el (cvs-marked-face): Likewise.
7225 * info.el (info-xref): Likewise.
7226 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
7227 * hilit-chg.el (highlight-changes-face)
7228 (highlight-changes-delete-face): Likewise.
7229 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
7230 (hi-red-b): Likewise.
7231 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
7232 * font-lock.el (font-lock-keyword-face)
7233 (font-lock-function-name-face, font-lock-warning-face): Likewise.
7234 * cus-edit.el (custom-invalid-face, custom-modified-face)
7235 (custom-set-face, custom-changed-face, custom-variable-tag-face)
7236 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
7237 * comint.el (comint-highlight-prompt): Likewise.
7238
7239 2005-04-08 Lute Kamstra <lute@gnu.org>
7240
7241 * font-lock.el (font-lock-keywords): Docstring fixes.
7242
7243 2005-04-08 Kenichi Handa <handa@m17n.org>
7244
7245 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
7246 chars are more than a limit, print " and more..." at the tail.
7247
7248 2005-04-08 Kim F. Storm <storm@cua.dk>
7249
7250 * emacs-lisp/authors.el (authors-aliases): Update list.
7251 (authors-ignored-files): New list.
7252 (authors-fixed-entries): Fix typo.
7253 (authors-renamed-files-alist): Update list.
7254 (authors-add): Check authors-ignored-files.
7255
7256 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
7257
7258 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
7259 optional, to ensure backward compatibility.
7260
7261 2005-04-08 Stephen Eglen <stephen@gnu.org>
7262
7263 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
7264
7265 2005-04-08 Kim F. Storm <storm@cua.dk>
7266
7267 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
7268
7269 * mouse.el (mouse-on-link-p): Doc fix.
7270
7271 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
7272
7273 * ielm.el (ielm-prompt-read-only): Doc fix.
7274
7275 * comint.el (comint-prompt-read-only): Doc fix.
7276
7277 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
7278
7279 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
7280 ensure dired always handles wildcards passed to ffap.
7281 (find-file-at-point): Use it.
7282 (ffap-dired-wildcards): Doc fix.
7283
7284 2005-04-07 Juri Linkov <juri@jurta.org>
7285
7286 * simple.el (next-error-overlay-arrow-position): New defvar.
7287 Put "=>" on its property `overlay-arrow-string'. Add it to
7288 `overlay-arrow-variable-list'.
7289
7290 * progmodes/compile.el (compilation-setup):
7291 Set `next-error-overlay-arrow-position' to nil. Also set it to
7292 nil in the local hook `kill-buffer-hook'. Make local variable
7293 `overlay-arrow-string' and set it to "=>".
7294 (compilation-goto-locus): Set BOL position to
7295 `next-error-overlay-arrow-position' instead of
7296 `overlay-arrow-position'.
7297
7298 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
7299 locally instead of adding it to the global hook.
7300 (Info-kill-buffer): Move up.
7301
7302 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7303
7304 * term/xterm.el (xterm-standard-colors): Update color values from
7305 xterm-200.
7306
7307 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
7310
7311 * fast-lock.el:
7312 * lazy-lock.el: Move them to the obsolete subdir.
7313
7314 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7315
7316 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
7317 (wdired-add-replace-advice): Remove.
7318 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
7319
7320 2005-04-06 Kim F. Storm <storm@cua.dk>
7321
7322 * startup.el (command-line): Add --bare-bones alias for -Q.
7323
7324 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7325
7326 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
7327 create the startup fontset if a font specification ends with
7328 `mac-roman'.
7329
7330 2005-04-06 Lute Kamstra <lute@gnu.org>
7331
7332 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
7333 change.
7334
7335 * emacs-lisp/copyright.el (copyright-update-year): Replace the
7336 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
7337
7338 2005-04-05 Lute Kamstra <lute@gnu.org>
7339
7340 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
7341 (define-generic-mode): Ditto. Fix debug declaration.
7342
7343 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7344 Put them in the generic-x group.
7345
7346 * calendar/timeclock.el (timeclock): Doc fix.
7347
7348 * generic.el (define-generic-mode): Don't use custom-current-group.
7349 Document default :group value.
7350 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
7351 (define-global-minor-mode): Don't use custom-current-group.
7352
7353 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
7354
7355 * startup.el (command-line-1): Display startup-echo-area-message
7356 when fancy splash screen is in use.
7357
7358 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
7359 (sh-escaped-newline): New face.
7360 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
7361 newline, and use sh-escaped-newline face.
7362
7363 * progmodes/tcl.el (tcl-escaped-newline): New face.
7364 (tcl-builtin-list): New variable.
7365 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
7366 newlines. Fix keywords subexpression number.
7367
7368 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
7369
7370 * textmodes/org.el (org-diary-default-entry): Fix call to
7371 `add-to-diary-entry'.
7372
7373 2005-04-05 Kim F. Storm <storm@cua.dk>
7374
7375 * ediff-init.el: Use (featurep 'xemacs).
7376
7377 2005-04-05 David Ponce <david@dponce.com>
7378
7379 * cus-edit.el (face): Derive from symbol widget. Display sample
7380 of the current face on the fly.
7381 (widget-face-sample-face-get, widget-face-notify): New functions.
7382 (widget-face-value-create): Remove.
7383
7384 * wid-edit.el (widget-field-end): Temporarily remove field
7385 narrowing before to call `get-char-property'.
7386
7387 2005-04-04 Jay Belanger <belanger@truman.edu>
7388
7389 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
7390 (math-read-subscripts): New variable.
7391 (math-read-preprocess-string): Process subscripts.
7392
7393 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
7394
7395 * comint.el (comint-prompt-read-only): Doc fix.
7396
7397 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
7398 `-1'. Doc fix.
7399
7400 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
7401
7402 * textmodes/org.el (org-insert-mode-line-in-empty-file):
7403 Change default value to nil.
7404
7405 2005-04-04 Lute Kamstra <lute@gnu.org>
7406
7407 * autorevert.el (auto-revert-mode): Specify :group.
7408 * battery.el (display-battery-mode): Specify :group.
7409 * diff-mode.el (diff-minor-mode): Specify :group.
7410 * font-core.el (font-lock-mode): Specify :group.
7411 * hl-line.el (hl-line-mode): Specify :group.
7412 * iimage.el (iimage): New customization group.
7413 (iimage-mode): Specify :group.
7414 * longlines.el (longlines-mode): Specify :group.
7415 * master.el: Don't require easy-mmode.
7416 (master): New customization group.
7417 (master-mode): Specify :group.
7418 * msb.el (msb-mode): Specify :group.
7419 * reveal.el (reveal-mode): Specify :group.
7420 * simple.el (next-error-follow-minor-mode): Specify :group.
7421 * smerge-mode.el (smerge-mode): Specify :group.
7422 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
7423 * emulation/cua-base.el (cua-mode): Specify :group.
7424 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
7425 * language/thai-util.el (thai-auto-composition-mode)
7426 (thai-word-mode): Specify :group.
7427 * mail/supercite.el (sc-minor-mode): Specify :group.
7428 * progmodes/cwarn.el (cwarn-mode): Specify :group.
7429 * progmodes/flymake.el (flymake-mode): Specify :group.
7430 * progmodes/glasses.el (glasses-mode): Specify :group.
7431 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
7432 * textmodes/enriched.el (enriched-mode): Specify :group.
7433 * textmodes/refill.el (refill-mode): Specify :group.
7434
7435 * add-log.el (change-log-font-lock-keywords): Names in
7436 parenthesized lists can contain spaces.
7437
7438 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
7439
7440 * startup.el (fancy-splash-text): Shorten default text of
7441 "Emacs Tutorial" line. Also, if the current language env
7442 indicates an available tutorial file other than TUTORIAL,
7443 extract its title and append it to the line in parentheses.
7444 (fancy-splash-insert): If arg is a thunk, funcall it.
7445
7446 2005-04-04 Jay Belanger <belanger@truman.edu>
7447
7448 * calc.el (calc-language-alist): Add tags to customization type.
7449
7450 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
7451
7452 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
7453 Doc fix.
7454
7455 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
7456
7457 * add-log.el (change-log-font-lock-keywords): The manual
7458 describing a Change Log entry, says: (...) "Aside from these
7459 header lines, every line in the change log starts with a space or
7460 a tab.". The font-lock was not highlighting lines started with
7461 spaces, added support for it.
7462
7463 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7464
7465 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
7466 (bibtex-generate-url-list): Update docstring accordingly. Put the
7467 complex example in the docstring.
7468 (bibtex-font-lock-url): Use pop.
7469
7470 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
7473
7474 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
7475
7476 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7477
7478 * filesets.el (filesets-set-default): Doc fix.
7479
7480 2005-04-03 Lute Kamstra <lute@gnu.org>
7481
7482 * generic.el (define-generic-mode): Add argument to specify
7483 keywords for defcustom.
7484 (default-generic-mode): Specify :group.
7485
7486 * generic-x.el: Specify :group for all generic modes.
7487
7488 * desktop.el (desktop-no-desktop-file-hook)
7489 (desktop-after-read-hook): Doc fix.
7490
7491 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
7492
7493 * simple.el (visible-mode): Use explicit :group keyword.
7494 This changes the group of `visible-mode-hook' from paren-blinking
7495 to editing-basics.
7496
7497 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7498
7499 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
7500 mailbox specifications as well as URLs.
7501 (rmail-insert-inbox-text): Remove unused conditional branches.
7502
7503 2005-04-01 Jay Belanger <belanger@truman.edu>
7504
7505 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7506 (calc-gnuplot-print-command): Move definitions to calc.el.
7507
7508 * calc/calc-embed.el (calc-embedded-announce-formula)
7509 (calc-embedded-open-formula, calc-embedded-close-formula)
7510 (calc-embedded-open-word, calc-embedded-close-word)
7511 (calc-embedded-open-plain, calc-embedded-close-plain)
7512 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
7513 (calc-embedded-open-mode, calc-embedded-close-mode):
7514 Move definitions to calc.el.
7515
7516 * calc/calc.el (calc-settings-file, calc-language-alist):
7517 Make customizable.
7518 (calc-embedded-announce-formula, calc-embedded-open-formula)
7519 (calc-embedded-close-formula, calc-embedded-open-word)
7520 (calc-embedded-close-word, calc-embedded-open-plain)
7521 (calc-embedded-close-plain, calc-embedded-open-new-formula)
7522 (calc-embedded-close-new-formula, calc-embedded-open-mode)
7523 (calc-embedded-close-mode, calc-gnuplot-name)
7524 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
7525 from other files and make customizable.
7526
7527 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
7530 Use buffer-live-p.
7531 (cvs-mode-run): Don't call cvs-update-header here.
7532 (cvs-run-process): Call cvs-update-header.
7533 Use process properties for cvs-postprocess and cvs-buffer so that
7534 the sentinel can behave better if the temp buffer is killed.
7535 Use a pipe rather than a tty, to better handle unexpected prompts.
7536 (cvs-sentinel): Rewrite. Call cvs-update-header.
7537
7538 2005-04-01 Andre Spiegel <spiegel@gnu.org>
7539
7540 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
7541 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
7542
7543 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * generic.el (define-generic-mode): Add indentation rule.
7546
7547 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
7548
7549 * files.el (mode-require-final-newline): Make Custom correctly
7550 report a nil value and allow to set it to nil via Custom.
7551 Doc fix.
7552
7553 2005-04-01 Kenichi Handa <handa@m17n.org>
7554
7555 * international/characters.el: Enable the correct case setting for
7556 dotless-i and dotted-I.
7557
7558 2005-04-01 Kim F. Storm <storm@cua.dk>
7559
7560 * ido.el (ido-file-internal): Fall back to non-ido command if
7561 initial directory is on slow ftp (or tramp) host.
7562
7563 2005-03-31 Richard M. Stallman <rms@gnu.org>
7564
7565 * emacs-lisp/autoload.el (make-autoload):
7566 Handle define-global-minor-mode.
7567
7568 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7569 Rename from easy-mmode-define-global-mode.
7570 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
7571
7572 * progmodes/scheme.el (scheme-mode-syntax-table):
7573 Update syntax of | and # for two-character comment syntax.
7574
7575 2005-03-31 Lute Kamstra <lute@gnu.org>
7576
7577 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
7578 (define-minor-mode): Call custom-current-group at load-time.
7579
7580 * generic.el (define-generic-mode): Add debug declaration.
7581 Add defcustom for the mode hook.
7582 (generic-mode-internal): Use run-mode-hooks.
7583
7584 2005-03-31 Kim F. Storm <storm@cua.dk>
7585
7586 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
7587 (mouse-fixup-help-message): New defun called by show_help_echo
7588 to fixup mouse-2 prefix in help messages when applicable.
7589
7590 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
7591
7592 2005-03-31 Kenichi Handa <handa@m17n.org>
7593
7594 * language/thai-word.el (thai-find-word-ends): Pay attention to
7595 the case that we reach the end of buffer.
7596
7597 * textmodes/fill.el (fill-text-properties-at): New function.
7598 (fill-newline): Use fill-text-properties-at instead of
7599 text-properties-at.
7600
7601 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7602
7603 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
7604 not comint-quote-filename.
7605
7606 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
7607
7608 * help-fns.el (help-with-tutorial): Revert last change.
7609
7610 2005-03-31 Kim F. Storm <storm@cua.dk>
7611
7612 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
7613
7614 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
7615
7616 * calendar/cal-china.el: Update reference to "Calendrical
7617 Calculations" book; there's a new edition.
7618 * calendar/cal-coptic.el: Likewise.
7619 * calendar/cal-french.el: Likewise.
7620 * calendar/cal-hebrew.el: Likewise.
7621 * calendar/cal-islam.el: Likewise.
7622 * calendar/cal-iso.el: Likewise.
7623 * calendar/cal-julian.el: Likewise.
7624 * calendar/cal-mayan.el: Likewise.
7625 * calendar/cal-persia.el: Likewise.
7626 * calendar/calendar.el: Likewise.
7627 * calendar/holidays.el: Likewise.
7628 * calendar/lunar.el: Likewise.
7629 * calendar/solar.el: Likewise.
7630
7631 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
7632 white space from doc string.
7633
7634 2005-03-30 Jay Belanger <belanger@truman.edu>
7635
7636 * calc/calc-help.el (calc-full-help): Remove email address.
7637
7638 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
7639
7640 * help-fns.el (help-with-tutorial): Delete title line.
7641
7642 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7643
7644 * calendar/cal-x.el (calendar-one-frame-setup)
7645 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
7646 rather than 'symbol for set-window-dedicated-p.
7647
7648 * calendar/appt.el (appt-buffer-name): Make it a constant.
7649 (appt-add): Doc fix.
7650
7651 * filesets.el (filesets-menu-path, filesets-menu-before)
7652 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
7653 (filesets-menu-cache-file): Use directory ~/.emacs.d.
7654 (filesets-add-submenu): Delete and use add-submenu instead.
7655
7656 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
7657
7658 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
7659 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
7660 (org-diary-default-entry): New function.
7661 (org-get-entries-from-diary): Better parsing of diary entries.
7662 (org-agenda-check-no-diary): New function.
7663 ("diary-lib"): Advice to function `add-to-diary-list', to allow
7664 linking to diary entries.
7665 (org-agenda-execute-calendar-command): New function.
7666 (org-agenda): Improve visible section in window.
7667 Use `org-fit-agenda-window'.
7668 (org-fit-agenda-window): New option.
7669 (org-move-subtree-down): Better handling of empty lines
7670 at end of subtree.
7671 (org-cycle): Numeric prefix is interpreted now as show-subtree N
7672 levels up.
7673 (org-fontify-done-headline): New option.
7674 (org-headline-done-face): New face.
7675 (org-set-font-lock-defaults): Use `org-headline-done-face'.
7676 (org-table-copy-down): Rename from `org-table-copy-from-above'.
7677 When current field is non-empty, it is copied to next row.
7678 (org-table-copy-from-above): Fix bug which made it
7679 impossible to copy fields containing only a single non-white character.
7680
7681 2005-03-30 Kim F. Storm <storm@cua.dk>
7682
7683 * kmacro.el (kmacro-end-macro): Isearch may store this command
7684 into the macro -- so ignore it when executing keyboard macro.
7685
7686 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7687
7688 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
7689
7690 2005-03-29 Kenichi Handa <handa@m17n.org>
7691
7692 * language/thai.el ("Thai"): Set setup-function and exit-function
7693 for Thai language environment.
7694
7695 * language/thai-util.el: Require thai-word.
7696 (thai-word-mode-map): New variable.
7697 (thai-word-mode): New minor mode.
7698 (setup-thai-language-environment-internal): New function.
7699 (exit-thai-language-environment-internal): New function.
7700
7701 * language/thai-word.el (thai-word-table): Declare it by defvar,
7702 use dolist to initialize it.
7703 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
7704 (thai-fill-find-break-point): New functions.
7705
7706 2005-03-29 Richard M. Stallman <rms@gnu.org>
7707
7708 * simple.el (idle-update-delay): Move definition up.
7709 (set-mark): Doc fix.
7710
7711 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7712
7713 * longlines.el: New file.
7714
7715 * simple.el (buffer-substring-filters): New variable.
7716 (filter-buffer-substring): New function.
7717 (kill-region, copy-region-as-kill): Use it.
7718
7719 * register.el (copy-to-register, append-to-register)
7720 (prepend-to-register): Use filter-buffer-substring.
7721
7722 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7723
7724 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
7725 (gud-filter-pending-text): Move in front of gdb.
7726 (gud-overlay-arrow-position): New variable.
7727 (gud-sentinel, gud-display-line): Use it in place of
7728 overlay-arrow-position.
7729
7730 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7731
7732 * progmodes/fortran.el (fortran-if-indent): Doc fix.
7733 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7734 (fortran-font-lock-keywords-4): New variable.
7735 (fortran-blocks-re, fortran-end-block-re)
7736 (fortran-start-block-re): New constants, for hideshow.
7737 (hs-special-modes-alist): Add a Fortran entry.
7738 (fortran-mode-map): Bind fortran-end-of-block,
7739 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
7740 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
7741 (fortran-looking-at-if-then, fortran-end-of-block)
7742 (fortran-beginning-of-block): New functions, for hideshow.
7743
7744 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7745 Doc fix. Tweak regexp.
7746 (f90-beginning-of-block): Push mark first.
7747
7748 2005-03-29 Jay Belanger <belanger@truman.edu>
7749
7750 * calc/calc.el: Update copyright date.
7751 (calc-version): Increase to 2.1.
7752 (calc-version-date): Remove.
7753
7754 * calc/calc-help.el: Update copyright date.
7755 (calc-full-help): Remove reference to calc-version-date.
7756 Update copyright date.
7757
7758 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7759
7760 * vc.el (vc-do-command): Use a pipe for async processes, so password
7761 prompts don't show up at places where the user can't reply.
7762
7763 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7764
7765 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7766 on the file name we pass to the inferior shell.
7767
7768 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7769
7770 * progmodes/which-func.el (which-function): Be robust in the face of an
7771 imenu--make-index-alist failure.
7772
7773 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7776
7777 * progmodes/python.el (python-preoutput-filter): Fix last change.
7778
7779 2005-03-29 Lute Kamstra <lute@gnu.org>
7780
7781 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7782 functions and compiled macros.
7783 (debug-convert-byte-code): Handle macros too.
7784 (debug-on-entry-1): Don't signal an error when trying to clear a
7785 function that is not set to debug on entry.
7786
7787 2005-03-29 Jay Belanger <belanger@truman.edu>
7788
7789 * calc/calc-lang.el: Add functions to math-function-table
7790 properties of tex and math.
7791
7792 2005-03-29 Kenichi Handa <handa@m17n.org>
7793
7794 * ps-mule.el (ps-mule-plot-string): Translate characters by
7795 ps-print-translation-table.
7796 (ps-mule-begin-job): Call find-charset-region/string with
7797 ps-print-translation-table.
7798 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
7799
7800 * ps-print.el (ps-print-translation-table): New variable.
7801 (ps-plot-region): Translate characters by ps-print-translation-table.
7802
7803 2005-03-29 Juri Linkov <juri@jurta.org>
7804
7805 * simple.el (next-error-highlight-timer): New variable.
7806
7807 * progmodes/compile.el (compilation-goto-locus):
7808 Use `next-error-highlight-timer' instead of `sit-for'.
7809
7810 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * mail/supercite.el (sc-mail-field): Use assoc-string.
7813 (sc-get-address): Simplify regexps.
7814
7815 * files.el (minibuffer-with-setup-hook): New macro.
7816 (find-file-read-args): Use it to avoid let-binding
7817 minibuffer-with-setup-hook (which breaks turning on/off
7818 file-name-shadow-mode while in the prompt).
7819
7820 * complete.el (PC-read-include-file-name-internal): Use
7821 test-completion.
7822
7823 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
7824
7825 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7826
7827 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * window.el (window-buffer-height): Use count-screen-lines.
7830
7831 * progmodes/python.el (python-preoutput-leftover): New var.
7832 (python-preoutput-filter): Use it.
7833 (python-send-receive): Loop until all the result has been received.
7834
7835 2005-03-28 Juri Linkov <juri@jurta.org>
7836
7837 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7838
7839 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7840 "Recover Crashed Session".
7841 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7842 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7843 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7844 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7845 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7846 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7847 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7848 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7849
7850 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7851 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7852 Ediff Sessions", "Toggle use of separate control buffer frame",
7853 "Use separate frame for Ediff control buffer".
7854
7855 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7856 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7857 "Rename Bookmark", "Delete Bookmark".
7858
7859 * info.el (Info-mode-menu): Remove ellipsis from "Index".
7860 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7861 Add `:active Info-index-alternatives' to "Next Matching Item".
7862
7863 * wdired.el (wdired-change-to-wdired-mode):
7864 Mention `wdired-abort-changes' key in the initial message.
7865
7866 * international/mule.el (auto-coding-alist): Associate non-ascii
7867 image filename extensions with `no-conversion'.
7868
7869 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * international/iso-acc.el:
7872 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7873
7874 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7875
7876 * textmodes/sgml-mode.el (html-mode): Doc update.
7877
7878 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7879
7880 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
7881
7882 * term.el (term-move-columns): Fix face after extending a line.
7883 (term-insert-spaces): Likewise.
7884 (term-reset-terminal): Fix off by one error.
7885
7886 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7887
7888 * international/mule.el (auto-coding-alist): Add .xpi files.
7889
7890 * files.el (auto-mode-alist): Add .xpi files.
7891
7892 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
7893
7894 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7895
7896 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7897
7898 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7899
7900 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7901
7902 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7903 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
7904
7905 * calendar/cal-move.el (calendar-beginning-of-year): Move the
7906 cursor to Jan 1 when needed.
7907 (calendar-end-of-year): Fix -/+ typo.
7908 Reported by Chong Yidong <cyd@stupidchicken.com>.
7909
7910 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7913
7914 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7915 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
7916
7917 2005-03-25 Richard M. Stallman <rms@gnu.org>
7918
7919 * filesets.el (filesets-init): Add autoload.
7920
7921 * mail/mailalias.el (mail-directory): Doc fix.
7922
7923 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7924
7925 * mail/mailalias.el (mail-directory-process): Do nothing if
7926 mail-directory-process is an atom.
7927 (mail-get-names): Ignore mail-directory-names if it is an atom.
7928 (mail-directory-process defvar): Doc fix.
7929 (mail-names): Doc fix.
7930
7931 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
7932
7933 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7934
7935 2005-03-26 Kenichi Handa <handa@m17n.org>
7936
7937 * international/mule-util.el (detect-coding-with-priority):
7938 Call update-coding-systems-internal before detect-coding-region.
7939
7940 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
7941
7942 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7943 (gdb-frames-mode-map): Add follow-link property.
7944
7945 2005-03-25 Jay Belanger <belanger@truman.edu>
7946
7947 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7948 for variables.
7949
7950 2005-03-25 Juri Linkov <juri@jurta.org>
7951
7952 * image-mode.el: Optimize image filename extension regexps in
7953 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
7954 in `auto-mode-alist'.
7955 (image-mode): Add `image-toggle-display-text' to local hook
7956 `change-major-mode-hook'. Display the image as an image by
7957 default. Set `cursor-type' and `truncate-lines' if the image
7958 is already displayed. Take into account the current mode (image
7959 or text) in message.
7960 (image-minor-mode): New minor mode.
7961 (image-mode-maybe, image-toggle-display-text): New functions.
7962 (image-toggle-display): Use called-interactively-p.
7963 Let-bind `inhibit-read-only' to t.
7964
7965 * image-mode.el (image-minor-mode): Set `cursor-type' and
7966 `truncate-lines' if the image is already displayed. Add turning
7967 image-minor-mode off to `change-major-mode-hook'. Add message.
7968 Call `image-toggle-display-text' after turning image-minor-mode off.
7969
7970 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7973 Terminal.app, use utf-8.
7974 (set-display-table-and-terminal-coding-system): Add coding-system arg.
7975 (set-locale-environment): Use it.
7976
7977 * term/xterm.el: Undo last change, better done in mule-cmds.el.
7978
7979 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7980
7981 * progmodes/python.el (python-close-block-statement-p)
7982 (python-outdent-p, python-current-defun): Use symbol-end.
7983
7984 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7985
7986 * files.el (save-some-buffers): Doc fix.
7987
7988 2005-03-25 Werner Lemberg <wl@gnu.org>
7989
7990 * complete.el, thumbs.el: Replace `legal' with `valid'.
7991 * calendar/calendar.el: Replace `legal' with `valid'.
7992 * emacs-lisp/advice.el: Replace `legal' with `valid'.
7993 * mail/supercite.el: Replace `legal' with `valid'.
7994 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7995 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7996 Replace `legal' with `valid'.
7997 * textmodes/reftex-vars.el, textmodes/reftex.el:
7998 Replace `legal' with `valid'.
7999
8000 2005-03-25 Werner Lemberg <wl@gnu.org>
8001
8002 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
8003 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
8004 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
8005 * emulation/vip.el: Replace `illegal' with `invalid'.
8006 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
8007 `invalid'.
8008 * mail/supercite.el: Replace `illegal' with `invalid'.
8009 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8010 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8011 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8012 * progmodes/sh-script.el, progmodes/xscheme.el:
8013 Replace `illegal' with `invalid'.
8014 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8015 * textmodes/reftex-index.el, textmodes/reftex-parse.el
8016 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
8017 * textmodes/reftex.el, textmodes/org.el:
8018 Replace `illegal' with `invalid'.
8019
8020 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
8023 (flymake-find-buildfile, flymake-find-possible-master-files)
8024 (flymake-check-include, flymake-parse-line): Replace loops over the
8025 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
8026
8027 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
8028 Substitute file-name-as-directory in the rest of the file.
8029 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
8030 (flymake-replace-region): Remove unused arg `buffer'.
8031 (flymake-check-patch-master-file-buffer): Update calls to it.
8032 (flymake-add-err-info): Remove unused var `count'.
8033 (flymake-mode): Use define-minor-mode.
8034
8035 * progmodes/flymake.el: Use with-current-buffer.
8036 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8037 flymake-replace-regexp-in-string, flymake-line-beginning-position)
8038 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8039 Avoid testing for `xemacs'.
8040 (flymake-nop): Move.
8041 (flymake-region-has-flymake-overlays): Return the computed value.
8042 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8043 Remove unused var `endline'.
8044 (flymake-get-line-count): Remove unused function.
8045 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8046
8047 * emulation/vi.el:
8048 * generic.el:
8049 * hilit-chg.el (global-highlight-changes):
8050 * hi-lock.el (hi-lock-mode):
8051 * follow.el: find-file-hooks -> find-file-hook.
8052
8053 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8054
8055 2005-03-24 Juri Linkov <juri@jurta.org>
8056
8057 * dired.el (dired-mode-map): Add menu item "Compare directories"
8058 for dired-compare-directories.
8059
8060 * dired-aux.el (dired-compare-directories): Add autoload cookie.
8061 Doc fix. Replace `read-file-name' with `read-directory-name'.
8062
8063 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
8066
8067 2005-03-24 Jay Belanger <belanger@truman.edu>
8068
8069 * calc/calc-embed.el (calc-embedded-mode-change): Save all
8070 relevant mode settings in calc-embedded-original-modes when modes
8071 are permanently changed.
8072
8073 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * autoinsert.el: find-file-hooks -> find-file-hook.
8076
8077 2005-03-24 Lute Kamstra <lute@gnu.org>
8078
8079 * generic.el (generic-font-lock-defaults): Make it obsolete.
8080 (generic-font-lock-keywords): New variable to replace
8081 generic-font-lock-defaults.
8082 (generic-mode-set-font-lock): Delete it.
8083 (generic-mode-internal): Don't call generic-mode-set-font-lock.
8084 (generic-bracket-support): Add docstring.
8085
8086 * generic-x.el: Rename generic-font-lock-defaults to
8087 generic-font-lock-keywords throughout.
8088 (mailagent-rules-setup-function): Delete it.
8089 (mailagent-rules-generic-mode): Use anonymous function instead.
8090 (show-tabs-generic-mode-font-lock-defaults-1)
8091 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
8092 Quote faces.
8093 (show-tabs-tab-face, show-tabs-space-face): Specify background,
8094 not foreground.
8095
8096 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8097 Recognize define-generic-mode.
8098
8099 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
8102 if there's no completion table.
8103
8104 2005-03-23 Miles Bader <miles@gnu.org>
8105
8106 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8107 Remove tty-specific variants, as they're no longer needed.
8108
8109 2005-03-23 Lute Kamstra <lute@gnu.org>
8110
8111 * generic-x.el: Code cleanup: make args constant whenever possible.
8112 (installshield-statement-keyword-list)
8113 (installshield-system-functions-list)
8114 (installshield-system-variables-list, installshield-types-list)
8115 (installshield-funarg-constants-list): Make them constants.
8116
8117 * generic.el (generic-make-keywords-list): Add autoload cookie.
8118
8119 * calendar/time-date.el: Add comment on time value formats.
8120 Don't require parse-time.
8121 (with-decoded-time-value): New macro.
8122 (encode-time-value): New function.
8123 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8124 (days-to-time): Return a valid time value when arg is huge.
8125 (time-since): Use time-subtract.
8126 (time-to-number-of-days): Use time-to-seconds.
8127
8128 2005-03-23 David Ponce <david@dponce.com>
8129
8130 * recentf.el: (recentf-keep): New option.
8131 (recentf-menu-action): Default to `find-file'.
8132 (recentf-keep-non-readable-files-flag)
8133 (recentf-keep-non-readable-files-p)
8134 (recentf-file-readable-p, recentf-find-file)
8135 (recentf-cleanup-remote): Remove.
8136 (recentf-include-p): More robust.
8137 (recentf-keep-p): New function.
8138 (recentf-remove-if-non-kept): Rename from
8139 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
8140 All callers updated.
8141 (recentf-menu-items-for-commands): Fix help string.
8142 (recentf-track-closed-file): Update. Doc fix.
8143 (recentf-cleanup): Update. Count removed files. Doc fix.
8144
8145 2005-03-23 Kim F. Storm <storm@cua.dk>
8146
8147 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8148 Don't inherit from fringe face (now happens automatically).
8149
8150 2005-03-22 Kim F. Storm <storm@cua.dk>
8151
8152 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
8153 position values.
8154
8155 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * menu-bar.el (showhide-date-time): Remove.
8158 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
8159 (menu-bar-make-mm-toggle): Simplify.
8160
8161 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8162
8163 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
8164 Accept qualified variable and function names.
8165
8166 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
8167
8168 * bindings.el (completion-ignored-extensions):
8169 Remove ".lis" for `vax-vms'.
8170
8171 2005-03-22 Andreas Schwab <schwab@suse.de>
8172
8173 * generic-x.el: Revert last change.
8174 * ldefs-boot.el: Update.
8175
8176 2005-03-22 Jay Belanger <belanger@truman.edu>
8177
8178 * calc/calc-embed (calc-embedded-original-modes): New variable.
8179 (calc-embedded-save-original-modes)
8180 (calc-embedded-restore-original-modes): New functions.
8181 (calc-do-embedded): Save original modes when entering embedded mode
8182 and restore when leaving embedded mode.
8183 (calc-embedded-modes-change): Change the value of
8184 calc-embedded-original-modes to reflect permanent changes.
8185
8186 2005-03-22 Lute Kamstra <lute@gnu.org>
8187
8188 * generic-x.el: Require generic again.
8189
8190 2005-03-22 Miles Bader <miles@gnu.org>
8191
8192 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
8193 Tweak details to look good on both ttys and bitmap displays, light
8194 or dark background, etc.
8195
8196 2005-03-21 Kim F. Storm <storm@cua.dk>
8197
8198 * tooltip.el (tooltip-show-help-function): Check car and cdr of
8199 mouse position.
8200
8201 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8202
8203 * icomplete.el: Don't forcibly turn on the mode upon load.
8204 (icomplete-mode): Use define-minor-mode.
8205 (icomplete-eoinput): Default to nil.
8206 (icomplete-minibuffer-setup): Remove autoload.
8207 (icomplete-tidy): Simplify.
8208 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
8209 in the initial state or if the user has modified the field.
8210 Fix handling of icomplete-max-delay-chars.
8211 Remove code that handles the oddball case where
8212 minibuffer-completion-table is an integer.
8213 Wrap icomplete-completions in while-no-input in case building
8214 completions takes more time than expected.
8215 (icomplete-completions): Simplify.
8216
8217 2005-03-21 Richard M. Stallman <rms@gnu.org>
8218
8219 * jka-compr.el (jka-compr-really-do-compress):
8220 Make variable buffer-local.
8221
8222 * image-mode.el: Handle .xpm files too.
8223 (image-toggle-display): Preserve modification flag.
8224
8225 * help.el (where-is): Don't mention aliases with no key bindings.
8226
8227 2005-03-21 Lute Kamstra <lute@gnu.org>
8228
8229 * generic.el: Fix commentary section. Don't require cl for
8230 compilation.
8231 (generic-mode-list): Add autoload cookie.
8232 (generic-use-find-file-hook, generic-lines-to-scan)
8233 (generic-find-file-regexp, generic-ignore-files-regexp)
8234 (generic-mode, generic-mode-find-file-hook)
8235 (generic-mode-ini-file-find-file-hook): Fix docstrings.
8236 (define-generic-mode): Make it a defmacro. Fix docstring.
8237 (generic-mode-internal): Code cleanup. Add autoload cookie.
8238 (generic-mode-set-comments): Code cleanup.
8239 * generic-x.el: Don't prevent compilation. Don't require generic.
8240 Follow coding conventions. Minor code cleanup.
8241 (etc-fstab-generic-mode): Add some keywords.
8242 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
8243 define-generic-mode like a function declaration.
8244
8245 2005-03-21 Jay Belanger <belanger@truman.edu>
8246
8247 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
8248 changing modes.
8249
8250 2005-03-21 Sam Steingold <sds@gnu.org>
8251
8252 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
8253
8254 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
8255
8256 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
8257 Add underscore to "f$ lexicals" regexp.
8258
8259 2005-03-20 Juri Linkov <juri@jurta.org>
8260
8261 * subr.el (progress-reporter-do-update): When `min-value' is equal
8262 to `max-value', set `percentage' to 0 and prevent division by zero.
8263
8264 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
8265
8266 Sync with Tramp 2.0.48.
8267
8268 * tramp.el (all): Change all addresses to .gnu.org.
8269 (tramp-append-tramp-buffers): New defun.
8270 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
8271 Catch `dont-send' signal.
8272 (tramp-set-auto-save-file-modes): Set always permissions, because
8273 there might be an old auto-saved file belonging to another
8274 original file. This could be a security threat. Reported by
8275 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
8276 Check for Emacs 21.3.50 removed.
8277
8278 * tramp-smb.el (all): Remove debug construct for
8279 `with-parsed-tramp-file-name'.
8280 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
8281 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
8282 No error message if DIRECTORY or FILENAME doesn't exist.
8283 (tramp-smb-open-connection): Check existence of
8284 `tramp-smb-program'.
8285
8286 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8289 Properly handle the case where the `m' or `s' command's argument is not
8290 yet terminated.
8291 (perl-indent-new-calculate): New function.
8292 (perl-indent-line): Use it.
8293
8294 2005-03-20 Miles Bader <miles@gnu.org>
8295
8296 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
8297 in text-mode too. Change to new face names.
8298 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
8299 Add `:weight bold' attribute.
8300 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
8301
8302 2005-03-19 Juri Linkov <juri@jurta.org>
8303
8304 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
8305
8306 * international/mule.el (auto-coding-alist): Sync with
8307 `auto-mode-alist' by adding upper case archive file extensions
8308 and adding ear/war to jar extension.
8309
8310 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
8311
8312 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
8313 running, restart it.
8314
8315 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
8316
8317 * finder.el (finder-current-item): Throw an error on an empty line.
8318
8319 * man.el (Man-follow-manual-reference): If current-word returns
8320 nil, use "".
8321
8322 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
8323
8324 * simple.el (goto-line): Doc fix.
8325
8326 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
8327
8328 * files.el (save-buffer): Doc fix.
8329
8330 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
8331
8332 * recentf.el (recentf-cleanup-remote): New variable.
8333 (recentf-cleanup): Use it to conditionally check availability of
8334 remote files.
8335
8336 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
8337
8338 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
8339 function names.
8340
8341 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8342
8343 * language/thai-word.el: New file.
8344
8345 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8346
8347 * files.el (backup-buffer): If the file's directory is not
8348 writable, use copy instead of move to backup the file.
8349
8350 2005-03-19 Eli Zaretskii <eliz@gnu.org>
8351
8352 * obsolete/keyswap.el: Moved to obsolete/ from term/.
8353
8354 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8355
8356 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
8357 Use functionp instead of symbolp and fboundp. Reported by Drkm
8358 <darkman_spam@yahoo.fr>.
8359 (ps-print-version): New version 6.6.6.
8360
8361 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
8362
8363 * textmodes/table.el (table--line-column-position): New idiom.
8364 (table--row-column-insertion-point-p): New function to test
8365 validity of row and column insertion operation at a location.
8366 (table-global-menu, table-cell-menu): Use above functions for
8367 deterministic test operation.
8368 (table--editable-cell-p): Behave in deterministic fashion.
8369
8370 2005-03-18 Juri Linkov <juri@jurta.org>
8371
8372 * isearch.el (isearch-lazy-highlight-new-loop):
8373 Make arguments beg and end optional.
8374 (isearch-update): Remove optional arguments nil from
8375 isearch-lazy-highlight-new-loop.
8376 (isearch-lazy-highlight-search): Let-bind case-fold-search to
8377 isearch-lazy-highlight-case-fold-search instead of
8378 isearch-case-fold-search, and let-bind isearch-regexp to
8379 isearch-lazy-highlight-regexp.
8380 Use isearch-lazy-highlight-last-string instead of isearch-string.
8381
8382 * replace.el (perform-replace): Remove bindings of global
8383 variables isearch-string, isearch-regexp, isearch-case-fold-search.
8384 Add three new arguments to `replace-highlight'.
8385 (replace-highlight): Add arguments string, regexp, case-fold.
8386 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
8387 to allow isearch-lazy-highlight-new-loop to use these values
8388 to set corresponding isearch-lazy-highlight-* internal
8389 variables whose values lazy highlighting will use regardless of
8390 changes to global variables isearch-string, isearch-regexp,
8391 isearch-case-fold-search during lazy highlighting loop.
8392 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
8393 to `lazy-highlight-cleanup'.
8394
8395 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
8396 (ispell-highlight-face): Set default face to `isearch' when
8397 lazy highlighting is enabled.
8398 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
8399 priority to 1. Add lazy highlighting.
8400 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
8401 from `isearch-dehighlight'.
8402
8403 2005-03-18 David Ponce <david@dponce.com>
8404
8405 * files.el (hack-local-variables): Do a case-insensitive search
8406 for End.
8407
8408 2005-03-18 Juri Linkov <juri@jurta.org>
8409
8410 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
8411 `isearch-lazy-highlight-cleanup', add alias to old name and
8412 declare obsolete. Add release numbers to other obsolete vars.
8413 (isearch-done, isearch-lazy-highlight-new-loop):
8414 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
8415 (lazy-highlight-cleanup) <variable>: Doc fix.
8416 (isearch-lazy-highlight-update): Rename obsolete
8417 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
8418
8419 2005-03-18 Kenichi Handa <handa@m17n.org>
8420
8421 * language/thai-util.el: Fix categorization of Thai characters in
8422 thai-category-table.
8423 (thai-composition-pattern): Adjust it for the above change.
8424 (thai-self-insert-command, thai-compose-syllable): New functions.
8425 (thai-compose-region): Use thai-compose-syllable.
8426 (thai-compose-string): Likewise.
8427 (thai-composition-function): Likewise.
8428 (thai-auto-composition): New function.
8429 (thai-auto-composition-mode): New minor mode.
8430
8431 * language/thai.el: Fix patterns to be registered in
8432 composition-function-table.
8433
8434 * international/quail.el (quail-input-method): Locally bind
8435 inhibit-modification-hooks to t.
8436
8437 2005-03-17 Richard M. Stallman <rms@gnu.org>
8438
8439 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
8440 (perl-mode): Use run-mode-hooks.
8441
8442 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
8443 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
8444 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
8445
8446 * mail/sendmail.el (sendmail-send-it): Reenable the code
8447 to compute resend-to-address and use it.
8448
8449 * tar-mode.el (tar-mode): Turn off undo unconditionally.
8450
8451 * image-mode.el: New file.
8452
8453 * image.el (insert-sliced-image): Add autoload cookie.
8454
8455 * font-lock.el (font-lock-lines-before): New user option.
8456 (font-lock-after-change-function): Obey it.
8457
8458 * bindings.el (esc-map): Make M-g a prefix.
8459 Bind M-g g and M-g M-g to goto-line.
8460
8461 * faces.el (face-id): Doc fix.
8462
8463 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8464
8465 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
8466 (rmail-show-message): Use rmail-unknown-mail-followup-to.
8467 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
8468
8469 * mail/sendmail.el (mail-yank-ignored-headers)
8470 (mail-font-lock-keywords, mail-mode-fill-paragraph):
8471 Add Mail-Followup-To and Mail-Reply-To headers.
8472 (mail-citation-hook): Add autoload cookie.
8473 (mail-mode): Doc fix.
8474 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
8475 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
8476 (mail-mode-fill-paragraph): Handle those headers.
8477 (mail-mailing-lists): New variable.
8478 (mail-mail-reply-to, mail-mail-followup-to): New functions.
8479
8480 2005-03-17 Juri Linkov <juri@jurta.org>
8481
8482 * isearch.el (isearch-fallback): Check for `(car previous)'
8483 before calling `isearch-other-end-state'.
8484
8485 2005-03-17 Kim F. Storm <storm@cua.dk>
8486
8487 * simple.el (move-beginning-of-line): Move to beginning of buffer
8488 line, as well as beginning of screen line.
8489
8490 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
8491
8492 * calendar/diary-lib.el (mark-diary-entries): Use new optional
8493 argument REDRAW rather than calendar-redrawing variable.
8494 * calendar/calendar.el (calendar-redrawing): Delete.
8495 (redraw-calendar): Do not bind calendar-redrawing.
8496
8497 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
8498
8499 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
8500 diary-file buffer.
8501
8502 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8503
8504 * help.el (describe-mode): Allow a :minor-mode-function property to
8505 specify a different minor mode toggle function than the variable.
8506 * simple.el (auto-fill-function):
8507 * subr.el (add-minor-mode): Use it.
8508
8509 2005-03-16 Kenichi Handa <handa@m17n.org>
8510
8511 * language/ethio-util.el (sera-being-called-by-w3): New variable.
8512 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
8513 (ethio-fidel-to-sera-buffer): Likewise.
8514
8515 2005-03-16 Juri Linkov <juri@jurta.org>
8516
8517 * emacs-lisp/find-func.el (find-function-regexp):
8518 Add defun-emitting macro `menu-bar-make-toggle'.
8519
8520 * isearch.el: Put `isearch-scroll' property to
8521 `split-window-horizontally'.
8522
8523 * info.el: Update error messages for `debug-ignored-errors'.
8524 (Info-isearch-search): Doc fix.
8525 (Info-find-node): Move up code to go into info buffer before
8526 recording the node to the history.
8527 (Info-fontify-node): Fontify titles only if the next line
8528 has two or more `*', `=', `-', `.'.
8529 Display "go to this node" for empty (match-string 3).
8530
8531 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8532
8533 * term/mac-win.el: Add mouse pointer shape constants.
8534
8535 2005-03-15 Kim F. Storm <storm@cua.dk>
8536
8537 * simple.el (move-beginning-of-line): Use vertical-motion.
8538
8539 2005-03-15 Juri Linkov <juri@jurta.org>
8540
8541 * isearch.el (isearch-error): New variable.
8542 (isearch-invalid-regexp, isearch-within-brackets): Remove.
8543 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
8544 (isearch-within-brackets-state): Remove.
8545 (isearch-case-fold-search-state, isearch-pop-fun-state):
8546 Decrease frame index.
8547 (isearch-mode, isearch-top-state, isearch-push-state)
8548 (isearch-edit-string, isearch-abort, isearch-search-and-update)
8549 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
8550 (isearch-search, isearch-lazy-highlight-new-loop):
8551 Replace `isearch-invalid-regexp' with `isearch-error'.
8552 Remove `isearch-within-brackets'.
8553 (isearch-search): Add `search-failed' handler to `condition-case'.
8554 (isearch-lazy-highlight-search): Add `condition-case' to catch
8555 errors and allow `isearch-lazy-highlight-update' to try
8556 highlighting from the beginning of the window.
8557 (isearch-repeat): Move up code to set isearch-wrapped to t
8558 before calling isearch-wrap-function.
8559
8560 * info.el (Info-isearch-initial-node): New internal variable.
8561 (Info-search): Signal an error in isearch mode when search leaves
8562 the initial node. Signal an error when `bound' is non-nil and
8563 nothing was found in the current subfile.
8564 (Info-isearch-search): Remove `condition-case'.
8565 (Info-isearch-wrap): Don't wrap when search failed during leaving
8566 the initial node. If `Info-isearch-search' is nil, wrap around
8567 the current node.
8568 (Info-isearch-start): New fun.
8569 (Info-mode): Add buffer-local hook `Info-isearch-start' to
8570 `isearch-mode-hook'.
8571
8572 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8573
8574 * simple.el (normal-erase-is-backspace): Set default to t if
8575 running on Mac.
8576
8577 * term/mac-win.el (function-key-map): Sync with x-win.el.
8578
8579 2005-03-15 Kenichi Handa <handa@m17n.org>
8580
8581 * international/mule-cmds.el (locale-language-names): Modify the
8582 format of elements and add more entries.
8583 (locale-preferred-coding-systems): Add more entries.
8584 (set-locale-environment): Adjust for the change of
8585 locale-language-names.
8586
8587 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * pcvs.el (smerge-ediff): Remove bogus autoload.
8590
8591 2005-03-14 Lute Kamstra <lute@gnu.org>
8592
8593 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
8594 Ignore a `*' at the beginning of a line.
8595
8596 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
8597 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
8598 subr.el.
8599 (dont-compile, eval-when-compile, eval-and-compile): Use declare
8600 to specify indentation.
8601
8602 * generic.el (define-generic-mode): Let generic-mode-list be a
8603 list of strings; test membership with equal.
8604
8605 2005-03-14 Kim F. Storm <storm@cua.dk>
8606
8607 * simple.el (next-line, previous-line): Add optional try-vscroll
8608 arg to recognize interactive use. Pass it on to line-move.
8609 (line-move): Don't perform auto-window-vscroll when defining or
8610 executing keyboard macro to ensure consistent behavior.
8611
8612 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8613
8614 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
8615
8616 2005-03-13 Lute Kamstra <lute@gnu.org>
8617
8618 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
8619 debugger-setup-buffer so that backtrace marks the frames set to
8620 debug-on-exit and we don't have to do it manually. Set an extra
8621 debug-on-exit for macro's.
8622 (debugger-setup-buffer): Don't mark the top frame manually.
8623
8624 2005-03-12 Lute Kamstra <lute@gnu.org>
8625
8626 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
8627 lisp-indent-function throughout.
8628 (with-no-warnings): Set lisp-indent-function property.
8629
8630 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
8631
8632 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
8633 Add entry for backslash.
8634
8635 2005-03-12 Juri Linkov <juri@jurta.org>
8636
8637 * info.el (Info-search): Four fixes for backward search.
8638
8639 2005-03-11 Jay Belanger <belanger@truman.edu>
8640
8641 * calc/calc.el (calc-language-alist): New variable.
8642 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
8643 (calc-embedded-find-modes): Use calc-language-alist instead of
8644 calc-embedded-language-alist.
8645
8646 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8647
8648 * calendar/calendar.el (calendar-redrawing): New internal
8649 variable.
8650 (redraw-calendar): Remove bogus save-excursion from previous
8651 change. Bind calendar-redrawing to t for mark-diary-entries.
8652 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
8653 calendar if that is why we were called.
8654
8655 2005-03-11 Kenichi Handa <handa@m17n.org>
8656
8657 * international/mule.el (make-coding-system): Set property
8658 coding-system-define-form to nil.
8659 (define-coding-system-alias): Likewise.
8660
8661 2005-03-11 Kenichi Handa <handa@m17n.org>
8662
8663 These changes are suggested by Dave Love <fx@gnu.org>.
8664
8665 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
8666 coding: tag.
8667 (adaptive-fill-regexp): Add more bullets.
8668 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
8669 regexps.
8670
8671 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 * help.el (describe-mode): Properly handle non-trivial lighters.
8674 Don't ignore minor modes that are not listed in minor-mode-list.
8675
8676 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
8677 feature ON when the user requests to turn it OFF.
8678
8679 2005-03-10 Lute Kamstra <lute@gnu.org>
8680
8681 * emacs-lisp/debug.el (debug-entry-code): Delete it.
8682 (implement-debug-on-entry): New function to replace debug-entry-code.
8683 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
8684 second argument as the 2005-03-07 change makes it obsolete.
8685 (debug-on-entry, cancel-debug-on-entry): Update call to
8686 debug-on-entry-1.
8687 (debug, debugger-setup-buffer): Comment update.
8688 (debugger-frame-number): Update to work with implement-debug-on-entry.
8689
8690 2005-03-10 Jay Belanger <belanger@truman.edu>
8691
8692 * calc/calc-embed.el (math-ms-args): Declare it.
8693 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
8694 math-ms-args.
8695 (calc-embedded-subst): Use math-multi-subst-rec to substitute
8696 variables.
8697
8698 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
8699
8700 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
8701 Use message-box.
8702
8703 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
8704 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
8705 (tooltip-gud-tips): Simplify.
8706 (tooltip-gud-tips-p): Remove superfluous :set.
8707 (tooltip-gud-modes): Add fortran-mode.
8708 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
8709
8710 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
8711
8712 2005-03-09 Kim F. Storm <storm@cua.dk>
8713
8714 * play/animate.el (animate-place-char): Use forward-line instead
8715 of next-line to improve performance.
8716
8717 2005-03-09 Simon Josefsson <jas@extundo.com>
8718
8719 * net/browse-url.el (browse-url-default-browser): Doc fix.
8720
8721 2005-03-09 Miles Bader <miles@gnu.org>
8722
8723 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
8724 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
8725
8726 2005-03-09 Kenichi Handa <handa@m17n.org>
8727
8728 * international/latin-1.el: Set case and syntax for 255 only if
8729 set-case-syntax-set-multibyte is nil.
8730
8731 * textmodes/ispell.el (ispell-insert-word): New function.
8732 (ispell-word): Use ispell-insert-word to insert a new word.
8733 (ispell-process-line): Likewise.
8734 (ispell-complete-word): Likewise.
8735
8736 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
8737
8738 * calendar/calendar.el (redraw-calendar): Preserve point.
8739 Reported by Matt Hodges <MPHodges@member.fsf.org>.
8740 (calendar-week-start-day): Move after definition of
8741 redraw-calendar. Delete buffer test, since redraw-calendar has
8742 that now.
8743
8744 * calendar/diary-lib.el (mark-diary-entries): Only call
8745 redraw-calendar in the first of any recursive calls.
8746 Reported by Alan Shutko <ats@acm.org>.
8747
8748 2005-03-08 Juri Linkov <juri@jurta.org>
8749
8750 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8751 (html-horizontal-rule, html-line, html-image, html-checkboxes)
8752 (html-radio-buttons): Add a space before the trailing `/>' where
8753 sgml-xml-mode is non-nil.
8754 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8755 the subsequent tag of the empty XML tag.
8756 (html-href-anchor): Don't set initial input to "http:".
8757 (html-image): Ask for the image URL and set point inside alt="".
8758 (html-name-anchor): Duplicate the name in the `id' attribute when
8759 sgml-xml-mode is non-nil.
8760 (html-paragraph): Remove \n before <p>.
8761 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8762 instead of `checked' when sgml-xml-mode is non-nil.
8763
8764 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8765 Remove 1 space before #RRGGBB to not truncate it on terminal
8766 windows w/o fringes. Remove 1 space between bg and fg examples
8767 to get more space.
8768 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8769 avoid byte-compile warnings.
8770
8771 * image-file.el (image-file-handler): Put `safe-magic' property to
8772 `image-file-handler'.
8773
8774 * info.el (Info-isearch-search): Emulate word search in
8775 isearching through multiple Info nodes with Info-search.
8776 (Info-isearch-wrap): Allow isearch-word.
8777
8778 2005-03-08 Lute Kamstra <lute@gnu.org>
8779
8780 * emacs-lisp/debug.el (debugger-step-through): Make sure that
8781 stepping into the debugger's code is not possible.
8782 (debugger-jumping-flag): Docstring update.
8783
8784 2005-03-08 Jay Belanger <belanger@truman.edu>
8785
8786 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8787 embedded mode begins.
8788 (calc-embedded-language-alist): New variable.
8789 (calc-embedded-find-modes): Use calc-embedded-language-alist to
8790 set default language mode.
8791
8792 2005-03-08 Kenichi Handa <handa@m17n.org>
8793
8794 * international/ccl.el (define-ccl-program): Fix docstring about
8795 extra 256 bytes assured for the output buffer.
8796
8797 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8798 Fix BUFFER_MAGNIFICATION to 2.
8799 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8800
8801 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
8802
8803 * align.el (align-rules-list): Added an alignment rule for CSS
8804 declarations (applies to css-mode and html-mode buffers).
8805
8806 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8809
8810 2005-03-07 Kim F. Storm <storm@cua.dk>
8811
8812 * simple.el (move-beginning-of-line): New command.
8813
8814 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8815
8816 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8817
8818 * emulation/cua-base.el: Put CUA move property on move-end-of-line
8819 and move-beginning-of-line.
8820
8821 * apropos.el (apropos-print): Omit command from M-x ... RET.
8822
8823 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
8824
8825 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8826 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8827
8828 2005-03-06 Richard M. Stallman <rms@gnu.org>
8829
8830 * bindings.el (esc-map): Bind M-g to goto-line.
8831
8832 * facemenu.el (global-map): Bind M-o, not M-g.
8833
8834 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8835
8836 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8837 "Open Directory" as for "Open File".
8838
8839 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
8840
8841 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8842 (push-mark-command): Run activate-mark-hook.
8843
8844 2005-03-06 Richard M. Stallman <rms@gnu.org>
8845
8846 * help-mode.el (help-mode-finish): Don't alter the element
8847 in view-return-to-alist if there already is one.
8848
8849 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8850 make sure the current buffer is the expected one.
8851
8852 * novice.el (disabled-command-function): Output in *Disabled Command*.
8853 Explicitly ignore non-keyboard events, and explicitly handle C-g.
8854
8855 * textmodes/flyspell.el (flyspell-large-region):
8856 Pass args differently for aspell.
8857
8858 * files.el (mode-require-final-newline): Doc fix.
8859
8860 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8861
8862 * progmodes/which-func.el (which-function):
8863 Specify NOERROR when calling imenu--make-index-alist.
8864
8865 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * simple.el (normal-erase-is-backspace): Define default value.
8868
8869 * custom.el (custom-theme-set-variables): Remove unused var
8870 `immediate'.
8871 (custom-reevaluate-setting): Simple function to handle variables
8872 that are defined before their default value can really be
8873 computed.
8874
8875 * startup.el (command-line): Use it for temporary-file-directory,
8876 small-emporary-file-directory, auto-save-file-name-transforms,
8877 blink-cursor-mode, and normal-erase-is-backspace.
8878
8879 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8880 progress, even with buggy anchored keywords.
8881
8882 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
8883
8884 * simple.el (goto-line): Remove unbalanced final parenthesis.
8885
8886 2005-03-05 Richard M. Stallman <rms@gnu.org>
8887
8888 * simple.el (goto-line): Use a number at point as the default.
8889 With C-u as arg, switch buffers.
8890
8891 2005-03-05 Juri Linkov <juri@jurta.org>
8892
8893 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8894 with `no-blinking-cursor'.
8895
8896 * startup.el (no-blinking-cursor): New defvar.
8897 (command-line): Add `--no-blinking-cursor' to longopts.
8898 Set `no-blinking-cursor' to t for command line arguments
8899 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
8900 with `no-blinking-cursor' in the condition for calling
8901 `blink-cursor-mode'.
8902
8903 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
8904
8905 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8906 (menu-bar-options-save): Add blink-cursor-mode.
8907 (menu-bar-options-menu): Add blink-cursor-mode.
8908
8909 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
8910
8911 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8912 (icalendar-export-file, icalendar-export-region)
8913 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8914 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8915
8916 2005-03-04 Lute Kamstra <lute@gnu.org>
8917
8918 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8919 (debug-function-list): Ditto.
8920
8921 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
8922
8923 * textmodes/texinfmt.el (texinfo-append-refill):
8924 Redefine the types of line to which @refill
8925 is not appended by replacing a search for `@refill\\|@bye' with
8926 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
8927 itemize@refill' bug and the unfilled long lines bug.
8928 (texinfmt-version): Update number and date.
8929
8930 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8931
8932 * international/code-pages.el (windows-1250, windows-125[2-8])
8933 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8934
8935 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8938 bound yet.
8939
8940 2005-03-02 Romain Francoise <romain@orebokech.com>
8941
8942 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8943 buffer after removing limits.
8944 (ibuffer-pop-filter): Ditto.
8945 Update copyright.
8946
8947 2005-03-02 Miles Bader <miles@gnu.org>
8948
8949 * button.el (make-text-button): If the user doesn't specify a
8950 type, use the default. Rewrite to use `add-text-properties' and
8951 plist functions.
8952
8953 2005-03-01 Lute Kamstra <lute@gnu.org>
8954
8955 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8956 (debugger-jumping-flag): New var.
8957 (debug-entry-code): Use it.
8958 (debugger-jump): Use debugger-jumping-flag and add
8959 debugger-reenable to post-command-hook.
8960 (debugger-reenable): Use debugger-jumping-flag and remove itself
8961 from post-command-hook.
8962 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8963 debugger-reenable.
8964
8965 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
8966
8967 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8968 inclusion of "itemize\\|", which may be unnecessary, is certainly
8969 inelegant, and stops refilling in itemize lists when formatting
8970 Japanese Texinfo files to Info.
8971 Update copyright to 2005.
8972
8973 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
8974
8975 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8976 of an error if GDB can't find the source file.
8977
8978 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8979
8980 * calendar/calendar.el (redraw-calendar): Work from any buffer,
8981 not just the calendar.
8982
8983 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8984 first.
8985 (diary-redraw-calendar): New function.
8986 (make-diary-entry): Add diary-redraw-calendar to local
8987 write-contents-functions. Turn off selective display before
8988 inserting in diary.
8989
8990 2005-03-01 Kim F. Storm <storm@cua.dk>
8991
8992 * emacs-lisp/copyright.el (copyright-fix-years): New command.
8993
8994 2005-03-01 Lute Kamstra <lute@gnu.org>
8995
8996 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8997 that debug-entry-code can be safely removed from a function while
8998 this code is being evaluated. Revert the 2005-02-27 change as the
8999 new implementation no longer requires it. Make sure that a
9000 function body containing just a string is not mistaken for a docstring.
9001 (debug): Skip one more frame in case of debug on entry.
9002 (debugger-setup-buffer): Delete one more frame line in case of
9003 debug on entry.
9004 (debugger-frame-number): Update to use the new text introduced by
9005 the 1999-11-03 change. Skip one more frame in case of debug on entry.
9006
9007 2005-02-28 Kim F. Storm <storm@cua.dk>
9008
9009 * double.el (double-translate-key): Call force-window-update after
9010 read-event to avoid crash in redisplay.
9011
9012 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
9015 (debug): Use it. Move the inhibit-trace earlier.
9016 (debug-entry-code): New const.
9017 (debug-on-entry-1): Use it.
9018
9019 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
9020
9021 * international/utf-16.el (ccl-encode-mule-utf-16le):
9022 Fix BUFFER_MAGNIFICATION to 2.
9023 (ccl-encode-mule-utf-16be): Likewise.
9024
9025 2005-02-28 Kenichi Handa <handa@m17n.org>
9026
9027 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9028 Fix BUFFER_MAGNIFICATION to 4.
9029 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9030
9031 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
9032
9033 * speedbar.el (speedbar-update-flag): Doc fix.
9034 (speedbar-show-info-under-mouse): Give set-mouse-position the right
9035 argument.
9036
9037 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * reveal.el (reveal-post-command): Don't try to reveal overlays which
9040 have a non-nil `invisible' property but are actually visible.
9041
9042 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9043 for perldoc sections.
9044 (perl-outline-regexp, perl-outline-level): New var and function.
9045 (perl-mode): Use them.
9046
9047 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
9048
9049 * calendar/diary-lib.el (diary-remind): Discard any mark portion
9050 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9051
9052 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
9053
9054 * cus-edit.el: Comment change.
9055 (custom-buffer-create-internal): Slightly reword text at top of
9056 Custom buffers. Mention there that saving an option edits the
9057 init file. Add link to Emacs manual node on `custom-file'.
9058 (custom-magic-alist): Rewrite individual State messages to use
9059 capitalized keywords. Doc fix.
9060
9061 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
9062
9063 * calendar/calendar.el (calendar-buffer): Move above
9064 calendar-week-start-day.
9065 (calendar-week-start-day): Doc fix. Add :set function.
9066 (calendar-minimum-window-height): New variable.
9067 (generate-calendar-window): Only resize window if selected-window
9068 is displaying the calendar buffer. Use new variable
9069 calendar-minimum-window-height.
9070 (generate-calendar): Reword error message.
9071 (calendar-mode-map): Bind DEL to scroll-other-window-down.
9072
9073 2005-02-27 Andreas Schwab <schwab@suse.de>
9074
9075 * vc.el (vc-do-command): Don't run command asynchronously when
9076 operating in a remote directory.
9077
9078 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
9079 change from sync with Tramp 2.0.47.
9080
9081 2005-02-27 Richard M. Stallman <rms@gnu.org>
9082
9083 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9084
9085 * textmodes/flyspell.el (flyspell-mode-on):
9086 Call ispell-change-dictionary only if necessary.
9087
9088 * emacs-lisp/re-builder.el (regexp-builder): New function.
9089
9090 * register.el (describe-register-1): Explicitly handle
9091 yank-excluded-properties = t.
9092
9093 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
9094 (custom-magic-alist): Change the status descriptions again.
9095 (face widget-type): Total rewrite based on `restricted-sexp'
9096 to eliminate the confusing double hiding levels.
9097
9098 * emacs-lisp/debug.el (debug-on-entry-1):
9099 If function body is empty, add nil as body form.
9100
9101 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * emacs-lisp/trace.el (inhibit-trace): New var.
9104 (trace-make-advice): Use it.
9105
9106 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
9107
9108 2005-02-26 Kim F. Storm <storm@cua.dk>
9109
9110 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
9111 (mouse-on-link-p, mouse-drag-region-1): Use it.
9112
9113 2005-02-25 Lute Kamstra <lute@gnu.org>
9114
9115 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
9116
9117 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
9118
9119 * frame.el (blink-cursor-mode): Add :group keyword.
9120
9121 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
9122
9123 * calendar/icalendar.el (icalendar--decode-isodatetime):
9124 New optional argument DAY-SHIFT.
9125 (icalendar-export-region): Fix coding-system-for-write.
9126 (icalendar--convert-ical-to-diary): Shift end-day of all-day
9127 events by one.
9128
9129 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
9132
9133 2005-02-24 Kim F. Storm <storm@cua.dk>
9134
9135 * international/iso-acc.el (iso-accents-compose): Fix crash
9136 during redisplay. Call force-window-update after read-event
9137 and delete-region to signal that window is not accurate.
9138
9139 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9140
9141 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
9142 Remove unused and inexistent var `inhibit-trace'.
9143 (debugger-mode): Use run-mode-hooks.
9144 (debugger-list-functions): Add buttons; setup xref stack.
9145
9146 2005-02-23 Richard M. Stallman <rms@gnu.org>
9147
9148 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
9149 appointment says it was explicitly made.
9150 (appt-add): Set the 3rd element.
9151 (appt-make-list): Preserve explicit appointments.
9152
9153 * subr.el (find-tag-default): Catch errors in forward-sexp.
9154
9155 2005-02-23 Juri Linkov <juri@jurta.org>
9156
9157 * info.el (Info-isearch-search): New defcustom.
9158 (Info-isearch-search): Call the default isearch function
9159 when Info-isearch-search is nil.
9160 (Info-isearch-wrap): Use variable Info-isearch-search.
9161
9162 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
9163
9164 * cus-edit.el: Comment change.
9165
9166 2005-02-22 Kim F. Storm <storm@cua.dk>
9167
9168 * progmodes/hideif.el (hide-ifdef-use-define-alist):
9169 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
9170
9171 2005-02-22 Simon Josefsson <jas@extundo.com>
9172
9173 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
9174 New variable.
9175 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
9176 Oskarsson" <myrkraverk@users.sourceforget.net>.
9177
9178 2005-02-22 Kim F. Storm <storm@cua.dk>
9179
9180 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
9181 check that window of that event is the selected window.
9182 (mouse-drag-region-1): Compare mouse event window to selected
9183 window before setting point.
9184
9185 * tooltip.el (tooltip-show-help-function): Pass event to
9186 mouse-on-link-p so it can check selected window.
9187
9188 2005-02-22 Kenichi Handa <handa@m17n.org>
9189
9190 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
9191 (ps-mule-show-warning): New function.
9192 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
9193 characters are found.
9194
9195 * ps-print.el (ps-header-footer-string): Return a list of header
9196 and footer strings.
9197
9198 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9199
9200 * pcvs.el (cvs-retrieve-revision): Fix thinko.
9201
9202 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * frame.el (blink-cursor-mode): Use define-minor-mode.
9205
9206 * term/mac-win.el (function-key-map): Use char-names more consistently.
9207 (file-name-coding-system): Only set it for MacOS-9. The other case is
9208 already handled in mule-cmds.el (where it also works when mac-win.el
9209 is not used).
9210
9211 2005-02-21 Kenichi Handa <handa@m17n.org>
9212
9213 * international/mule.el (ctext-pre-write-conversion): Always use
9214 " *code-converting-work*" buffer for work.
9215
9216 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
9217
9218 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
9219
9220 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
9221
9222 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
9223
9224 * ses.el (undo-more): Restore defadvice, but only the part that
9225 allows changes outside the restricted area of the buffer.
9226
9227 2005-02-20 Kim F. Storm <storm@cua.dk>
9228
9229 * simple.el (line-move): Add fourth optional arg try-vscroll which
9230 must be set to perform auto-window-vscroll.
9231 When moving backwards and doing auto-window-vscroll, automatically
9232 vscroll to the last part of lines which are taller than the window.
9233 (next-line, previous-line): Set try-vscroll arg on line-move.
9234
9235 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
9236
9237 * replace.el (query-replace, query-replace-regexp)
9238 (replace-string, replace-regexp): When operating on region, make
9239 the minibuffer prompt say so.
9240
9241 * isearch.el (isearch-forward): Document isearch-query-replace and
9242 isearch-query-replace-regexp keybindings.
9243
9244 2005-02-19 Jay Belanger <belanger@truman.edu>
9245
9246 * calc/calc-aent.el (math-read-token): Add local variable.
9247
9248 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
9249 (calc-edit-top): Move declaration to earlier in file.
9250 (calc-edit-macro-repeats): Add local variables.
9251
9252 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
9253 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
9254 calcFunc-tanh.
9255 Adjust integration rule for calcFunc-tan.
9256
9257 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9258
9259 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
9260 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
9261 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
9262 (viper-skip-separators): Bug fix.
9263 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
9264 particular major mode.
9265 (viper-del-backward-char-in-replace): Don't put deleted char on the
9266 kill ring.
9267
9268 * viper-ex.el (viper-color-display-p): New function.
9269 (viper-has-face-support-p): Use viper-color-display-p.
9270
9271 * viper-keym.el (viper-gnus-modifier-map): New keymap.
9272
9273 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
9274
9275 * viper-util.el (viper-glob-unix-files): Fix shell status check.
9276 (viper-file-remote-p): Make equivalent to file-remote-p.
9277
9278 * viper.el (viper-major-mode-modifier-list):
9279 Use viper-gnus-modifier-map.
9280
9281 2005-02-19 David Kastrup <dak@gnu.org>
9282
9283 * subr.el (subregexp-context-p): Fix garbled doc string by adding
9284 quoting.
9285
9286 2005-02-19 Jay Belanger <belanger@truman.edu>
9287
9288 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
9289 Remove extra definitions.
9290 (calc-coth): New function.
9291 (calcFunc-cot): Fix `let'.
9292
9293 2005-02-19 Eli Zaretskii <eliz@gnu.org>
9294
9295 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
9296 the reasons we use "type pc" in these faces.
9297
9298 * button.el (button): Ditto.
9299
9300 2005-02-19 Michael Mauger <mmaug@yahoo.com>
9301
9302 * replace.el (query-replace-read-from): Set the value of
9303 query-replace-from-history-variable to handle the case of an empty
9304 string entered to accept the suggested default.
9305
9306 * net/tramp.el (tramp-file-name-for-operation):
9307 Use dired-call-process instead of dired-call-process-command.
9308
9309 2005-02-19 Jay Belanger <belanger@truman.edu>
9310
9311 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
9312 (math-div-non-trig): New variables.
9313 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
9314 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
9315 (math-combine-prod, math-div-symb-fancy): Add simplifications for
9316 trig expressions.
9317
9318 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
9319
9320 * progmodes/gdb-ui.el (gdb-var-update-handler)
9321 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
9322 for watch expressions,
9323 (gdb-var-create-handler): Don't set speedbar-update-flag.
9324 (gdb-post-prompt): Simplify test for speedbar.
9325
9326 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9327
9328 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
9329 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
9330 we use the syntax table of the correct buffer.
9331 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
9332 Felix Gatzemeier.
9333
9334 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
9335 (ediff-file-remote-p): Make synonymous with file-remote-p.
9336 In all deffaces ediff-*-face-*, use min-colors.
9337
9338 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
9339 ediff-recurse-to-subdirectories.
9340 (ediff-mark-if-equal): Check that the arguments are strings, use
9341 ediff-same-contents (after to Felix Gatzemeier).
9342
9343 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
9344 nil.
9345
9346 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * log-view.el (log-view-message-re): Fix up Subversion regexp.
9349
9350 2005-02-18 David Kastrup <dak@gnu.org>
9351
9352 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
9353 use `mark-active' when defined.
9354
9355 2005-02-18 Kenichi Handa <handa@m17n.org>
9356
9357 * ps-print.el (ps-font-info-database): New entry
9358 ZapfChancery-MediumItalic with correct font name. Fix font name
9359 of the entry Zapf-Chancery-MediumItalic.
9360
9361 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
9362
9363 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
9364
9365 2005-02-16 Kim F. Storm <storm@cua.dk>
9366
9367 * ido.el (ido-fallback-command): Pass user input to fallback command.
9368
9369 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
9370
9371 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9372 (gdb-find-file-hook): Add server prefix.
9373
9374 2005-02-16 Richard M. Stallman <rms@gnu.org>
9375
9376 * replace.el (perform-replace): Pass new args to replace-highlight.
9377 (replace-highlight): Take region args,
9378 and pass them to isearch-lazy-highlight-new-loop.
9379
9380 * novice.el (disabled-command-hook): Autoload the defalias
9381 and the make-obsolete-variable call.
9382
9383 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
9384
9385 * isearch.el (isearch-lazy-highlight-start-limit)
9386 (isearch-lazy-highlight-end-limit): New variables limit
9387 the region for highlighting.
9388 (isearch-lazy-highlight-new-loop): New args BEG and END.
9389 (isearch-lazy-highlight-search): Use the new vars.
9390 (isearch-lazy-highlight-update): Likewise.
9391
9392 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
9393
9394 * cus-start.el (all): Use default-boundp.
9395
9396 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
9397
9398 * menu-bar.el (menu-bar-select-frame): Handle current frame.
9399
9400 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
9401
9402 * autorevert.el (auto-revert-stop-on-user-input)
9403 (auto-revert-verbose): Doc fixes.
9404
9405 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
9406
9407 * international/mule-cmds.el (set-locale-environment): Remove call
9408 to set-selection-coding-system on Windows.
9409
9410 2005-02-15 Jay Belanger <belanger@truman.edu>
9411
9412 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
9413 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
9414 calcFunc-coth.
9415 (math-simplify-sqrt): Add simplifications.
9416
9417 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
9418 to list.
9419
9420 * calc/calc-ext.el: Add functions to autoloads.
9421
9422 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
9423 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
9424 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
9425 (math-csc-raw, math-cot-raw): New functions.
9426
9427 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
9428
9429 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
9430 the variable name in a message.
9431
9432 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
9433 calcFunc-csc, calcFunc-cot.
9434
9435 * calc/calcalg2.el: Add derivative and integration rules for
9436 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
9437 calcFunc-csch, calcFunc-coth.
9438 (math-do-integral-methods): Add to checks for when to use
9439 substitutions.
9440
9441 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
9442
9443 2005-02-15 Lute Kamstra <lute@gnu.org>
9444
9445 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9446 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
9447 <monnier@iro.umontreal.ca>
9448 (lisp-outline-level): Improve efficiency. Suggested by David
9449 Kastrup <dak@gnu.org>.
9450
9451 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
9452
9453 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
9454 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
9455 (gdb-set-gud-minor-mode-existing-buffers): New functions.
9456 (gdb-find-file-hook): New hook. Add it to find-file-hook.
9457 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
9458
9459 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
9460
9461 * cus-start.el (all): Comment change.
9462
9463 2005-02-14 Lute Kamstra <lute@gnu.org>
9464
9465 * cus-start.el (all): Check if symbol is void.
9466
9467 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
9468
9469 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
9470 optional argument to \cite.
9471
9472 2005-02-14 Richard M. Stallman <rms@gnu.org>
9473
9474 * cus-edit.el (custom-buffer-create-internal): Update help message.
9475 (custom-magic-alist): Update help messages.
9476
9477 * cus-start.el (all): Allow a var to specify a standard value.
9478
9479 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
9480
9481 * custom.el (custom-theme-set-variables): Handle variable aliases.
9482
9483 * frame.el (blink-cursor-timer): Doc fix.
9484 (blink-cursor): Make it an alias for `blink-cursor-mode' and
9485 declare obsolete.
9486 (blink-cursor-mode): Define with defcustom and use correct
9487 standard expression in that defcustom.
9488 * startup.el (command-line): Adapt to above changes in frame.el.
9489
9490 2005-02-11 Lute Kamstra <lute@gnu.org>
9491
9492 * apropos.el (apropos-score-doc): Prevent division by zero.
9493
9494 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
9495
9496 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
9497 (icalendar--get-event-property-attributes)
9498 (icalendar--get-event-properties)
9499 (icalendar--datetime-to-diary-date): New functions.
9500 (icalendar--split-value): Doc fix.
9501 (icalendar--datetime-to-noneuropean-date)
9502 (icalendar--datetime-to-european-date): New optional argument
9503 SEPARATOR. Return result as a string instead of a list.
9504 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
9505 (icalendar--convert-string-for-export): Rename arg S to STRING.
9506 (icalendar-export-region): Doc fix. Change name of error buffer.
9507 Save output buffer.
9508 (icalendar-import-file): Add blank at end of prompt.
9509 (icalendar-import-buffer): Doc fix. Do not switch to error
9510 buffer. Indicate status in return value.
9511 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
9512 buffer. Save output buffer. Handle exception from recurrence
9513 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
9514 events. Fix problems with weekly all-day events.
9515
9516 2005-02-10 Richard M. Stallman <rms@gnu.org>
9517
9518 * simple.el (eval-expression-print-format):
9519 Avoid warning about edebug-active.
9520
9521 * help.el (help-for-help-internal): Rename from help-for-help.
9522 (help-for-help): Define with defalias.
9523
9524 * font-core.el (font-lock-default-function): Use with-no-warnings.
9525
9526 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
9527
9528 * custom.el (defface): Doc fix.
9529
9530 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
9531
9532 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
9533 width 0" to prevent word wrapping problems.
9534
9535 2005-02-09 Kim F. Storm <storm@cua.dk>
9536
9537 * ido.el (ido-file-extensions-order): New defcustom.
9538 (ido-file-extension-lessp, ido-file-extension-aux)
9539 (ido-file-extension-order): New advanced file ordering.
9540 (ido-file-lessp): New simple file ordering.
9541 (ido-sort-list): Remove.
9542 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
9543 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
9544
9545 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
9546
9547 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
9548 that some versions of grep produce.
9549 (grep-mode-font-lock-keywords): Likewise.
9550
9551 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
9552
9553 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9554 (gdb-cdir): Delete.
9555 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
9556 (gdb-source-info): Treat case when source file is in another
9557 directory properly.
9558 (gdb-get-location): New function.
9559
9560 2005-02-07 Jay Belanger <belanger@truman.edu>
9561
9562 * calc/calc-prog.el (calc-write-parse-table-part)
9563 (calc-fix-token-name): Fix a check for language type.
9564
9565 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
9566
9567 2005-02-07 Andre Spiegel <spiegel@gnu.org>
9568
9569 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
9570 as directory not writable.
9571
9572 2005-02-07 Kim F. Storm <storm@cua.dk>
9573
9574 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
9575 (cua--standard-movement-commands): Remove list.
9576 Instead, set CUA property value to move for movement commands.
9577 (cua-movement-commands): Remove. Users must set CUA prop instead.
9578 (cua--pre-command-handler): Check CUA property.
9579 (cua--init-keymaps): Don't remap undo commands.
9580 (cua-mode): Don't call cua--rectangle-on-off.
9581
9582 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
9583 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
9584 (cua--rect-undo-set-point): New var.
9585 (cua--rectangle-undo-boundary): Setup undo apply entry.
9586 (cua--rect-undo-handler): New function for rectangle undo.
9587 (cua--rect-start-position, cua--rect-end-position): Add.
9588 (cua--rectangle-post-command): Call cua--rectangle-set-corners
9589 for restored rectangle. Set point if cua--rect-undo-set-point.
9590
9591 2005-02-06 Jay Belanger <belanger@truman.edu>
9592
9593 * calc/calc-lang.el (calc-tex-language): Display more information
9594 in messages.
9595
9596 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
9597 in TeX mode.
9598
9599 2005-02-06 Richard M. Stallman <rms@gnu.org>
9600
9601 * emacs-lisp/lisp.el (buffer-end): Doc fix.
9602
9603 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9604
9605 * net/ldap.el (ldap-search-internal): Support attributes with
9606 optional descriptions separated by a semi-colon, as in
9607 "userCertificate;binary".
9608
9609 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9610
9611 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
9612 isn't a cons (i.e. the version is 0).
9613
9614 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9615
9616 * help.el (help-for-help): Doc fix.
9617
9618 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
9619
9620 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
9621 GDB-Windows on the menu-bar as this works better.
9622
9623 2005-02-04 Jay Belanger <belanger@truman.edu>
9624
9625 * calc/calc-embed.el (calc-embedded-update): Don't put in
9626 unnecessary newlines. Adjust the end of formula marker.
9627
9628 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
9629 (math-latex-parse-two-args): New function.
9630
9631 2005-02-03 Lute Kamstra <lute@gnu.org>
9632
9633 * help-fns.el (help-with-tutorial): Make sure that users cannot
9634 remove the entire text of the tutorial by means of `undo'.
9635
9636 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
9639 in recent changes, where the ispell process was repeatedly
9640 killed & restarted.
9641
9642 * international/mule-cmds.el (set-locale-environment): Set file-name
9643 coding system to utf-8 on Darwin systems.
9644 (set-default-coding-systems): Don't set default-file-name-coding-system
9645 on Darwin systems.
9646
9647 2005-02-03 Richard M. Stallman <rms@gnu.org>
9648
9649 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
9650
9651 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
9652
9653 * faces.el (list-faces-display): Add optional argument.
9654
9655 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9656
9657 * font-core.el (font-lock-default-function): Handle the rare case where
9658 only font-lock-keywords is set.
9659
9660 2005-02-02 Kenichi Handa <handa@m17n.org>
9661
9662 * international/characters.el: Cancel previous change for
9663 I-WITH-DOT-ABOVE and DOTLESS-i.
9664
9665 * international/latin-5.el: Cancel previous change.
9666
9667 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9668
9669 * progmodes/gud.el: Correction to syntax in gud-menu-map.
9670
9671 2005-02-02 Kenichi Handa <handa@m17n.org>
9672
9673 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
9674 DOTLESS-i.
9675
9676 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
9677 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
9678
9679 * case-table.el (get-upcase-table): New function.
9680 (copy-case-table): Copy upcaes table too if non-nil.
9681 (set-case-syntax-delims): Maintain upcase table too.
9682 (set-case-syntax-pair): Likewise.
9683 (set-upcase-syntax, set-downcase-syntax): New functions.
9684 (set-case-syntax): Maintain upcase table too.
9685
9686 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
9687
9688 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
9689
9690 * progmodes/gud.el (gud-goto-info): New function.
9691 (gud-tool-bar-map): Use correct icon.
9692
9693 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9694
9695 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
9696 When delegating, order args in the funcall correctly.
9697
9698 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
9699
9700 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
9701
9702 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
9703
9704 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
9705 buffer not visiting a file.
9706
9707 2005-01-31 Jay Belanger <belanger@truman.edu>
9708
9709 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
9710 bound on the line with the formula.
9711
9712 2005-01-31 Kim F. Storm <storm@cua.dk>
9713
9714 * ses.el (ses-create-cell-variable-range)
9715 (ses-destroy-cell-variable-range, ses-reset-header-string)
9716 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
9717 (ses-insert-row): Fix format of apply undo entries.
9718
9719 2005-01-31 Jay Belanger <belanger@truman.edu>
9720
9721 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
9722 parts.
9723
9724 * calc/calc-embed.el (calc-embedded-open-formula)
9725 (calc-embedded-close-formula): Ignore matrix environments.
9726
9727 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
9728 TeX mode.
9729
9730 * calc/calc-lang.el (math-function-table, math-oper-table)
9731 (math-variable-table): Adjust the LaTeX portions.
9732
9733 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
9734 (math-latex-ignore-words): New constant.
9735
9736 2005-01-31 Richard M. Stallman <rms@gnu.org>
9737
9738 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9739 (ispell-local-dictionary): Doc fix.
9740 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9741 Don't reinitialize at run time. Don't defcustom.
9742 All uses changed to append ispell-local-dictionary-alist,
9743 or check it first.
9744 (ispell-current-dictionary): New variable for dictionary in use.
9745 (ispell-dictionary): Now used only for global default.
9746 (ispell-start-process): Set ispell-current-dictionary,
9747 not ispell-dictionary.
9748 (ispell-change-dictionary): Use this only for setting
9749 user preferences.
9750 (ispell-internal-change-dictionary): New function
9751 to change the current dictionary in use.
9752 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9753 Use ispell-current-dictionary.
9754 Handle ispell-local-dictionary-overridden.
9755 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9756
9757 2005-01-31 Jay Belanger <belanger@truman.edu>
9758
9759 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9760
9761 * calc/calc-ext.el: Add calc-latex-language to autoloads.
9762 (calc-mode-map): Add calc-latex-language.
9763
9764 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9765 (math-latex-print-frac): New functions.
9766 (math-oper-table, math-function-table, math-variable-table)
9767 (math-complex-format, math-input-filter): Add latex properties.
9768 (calc-set-language): Set math-expr-special-function-mapping.
9769
9770 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
9771 (calc-write-parse-table-part): Add LaTeX support.
9772
9773 * calc/calc.el (calc-language): Adjust docstring.
9774 (calc-set-mode-line): Add LaTeX support.
9775 (math-expr-special-function-mapping): New variable.
9776 (math-tex-ignore-words): Add to list.
9777
9778 * calc/calccomp.el (math-compose-expr, math-compose-rows):
9779 Add LaTeX support.
9780 (math-compose-expr): Add support for special functions.
9781
9782 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9783
9784 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
9785
9786 * progmodes/gdb-ui.el (gdb-memory-address)
9787 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9788 (gdb-memory-mode-map, gdb-memory-format-keymap)
9789 (gdb-memory-format-menu, gdb-memory-unit-keymap)
9790 (gdb-memory-unit-menu): New variables for a buffer
9791 that lets the user examine program memory.
9792 (gdb-memory-set-address, gdb-memory-set-repeat-count)
9793 (gdb-memory-format-binary, gdb-memory-format-octal)
9794 (gdb-memory-format-unsigned, gdb-memory-format-signed)
9795 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9796 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9797 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9798 (gdb-memory-unit-byte, gdb-memory-unit-menu)
9799 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9800 (gdb-memory-mode, gdb-memory-buffer-name)
9801 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9802 New functions for above buffer.
9803
9804 2005-01-30 Richard M. Stallman <rms@gnu.org>
9805
9806 * cus-edit.el (custom-bury-buffer): Function deleted.
9807 (custom-buffer-done-function): Option deleted.
9808 (custom-buffer-done-kill): New (replacement option.
9809 (Custom-buffer-done): Call quit-window.
9810 (custom-buffer-create-internal): Update for above changes.
9811
9812 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
9813
9814 * simple.el (undo-ask-before-discard): New var.
9815 (undo-outer-limit-truncate): Implement it.
9816 (undo-extra-outer-limit): Doc update.
9817
9818 2005-01-29 Richard M. Stallman <rms@gnu.org>
9819
9820 * ses.el (undo-more): Delete defadvice.
9821 (ses-begin-change): Doc fix.
9822
9823 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9824 instead of rebinding C-x u and C-_.
9825
9826 * files.el (normal-backup-enable-predicate): Return nil for files
9827 in /tmp, regardless of temporary-file-directory.
9828
9829 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9830
9831 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9832 (open-rectangle, delete-whitespace-rectangle-line)
9833 (clear-rectangle-line): If FILL, pass t instead of FILL
9834 for move-to-column's 2nd arg.
9835
9836 * simple.el (undo): Fix the test for continuing a series of undos.
9837 (undo-more): Set pending-undo-list to t when we reach end.
9838 (pending-undo-list): Move up defvar.
9839
9840 * wid-edit.el (widget-button-click):
9841 Shorten the range of the track-mouse binding.
9842
9843 * comint.el (comint-insert-input): Undo previous changes;
9844 use last-input-event in interactive spec.
9845
9846 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9847
9848 * progmodes/compile.el (compilation-start): Bind buffer-read-only
9849 to nil before invoking call-process. Reset buffer's modified flag
9850 after fontifying it in the no-async branch.
9851
9852 * wid-edit.el (widget-specify-button): If mouse pointer shape
9853 cannot be changed, use mouse face instead.
9854
9855 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
9856
9857 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9858 (gdb-goto-breakpoint): Make breakpoint handling work on template
9859 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
9860 (gdb-assembler-custom): Update to recognize breakpoint information
9861 added on 2005-01-19.
9862
9863 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9866 (dsssl-mode): Use define-derived-mode.
9867 (scheme-mode-initialize): Remove.
9868 (scheme-mode): Use run-mode-hooks.
9869
9870 * cus-edit.el (customize-group-other-window)
9871 (custom-buffer-create-other-window): Don't override special-display-*.
9872 (custom-mode-map): Make it dense.
9873
9874 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9875 sets the default value.
9876
9877 2005-01-28 Eli Zaretskii <eliz@gnu.org>
9878
9879 * descr-text.el: Add more keywords.
9880
9881 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9882
9883 * speedbar.el: Avoid unnecessary use of locate-library.
9884
9885 * international/mule-cmds.el (standard-display-european-internal):
9886 Don't fiddle with latin-1 non-break space any more since it's now
9887 special cased in the C code.
9888 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9889
9890 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
9891
9892 * cus-start.el (all): Add `undo-outer-limit'.
9893
9894 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9895
9896 * textmodes/bibtex.el (bibtex-format-entry):
9897 Use `bibtex-empty-field-re' only on the text of fields, not on entire
9898 field lines.
9899 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9900 not on part of a buffer.
9901
9902 2005-01-25 Lute Kamstra <lute@gnu.org>
9903
9904 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9905 nonempty field text strings like "{letters\\macro{}more letters}".
9906 Clarify docstring.
9907 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9908 (bibtex-entry-offset, bibtex-parse-association)
9909 (bibtex-parse-field-name): Fix typos in docstrings.
9910 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9911
9912 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
9913
9914 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9915 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9916 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9917 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9918
9919 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9920 isearch minor mode.
9921
9922 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
9923
9924 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9925
9926 2005-01-24 Lute Kamstra <lute@gnu.org>
9927
9928 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9929 CASECHARS and NOT-CASECHARS regular expressions of the
9930 "nederlands" and "nederlands8" dictionaries to prevent a "Range
9931 striding over charsets" error.
9932
9933 2005-01-24 Jay Belanger <belanger@truman.edu>
9934
9935 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9936 display variable name.
9937
9938 2005-01-24 Kenichi Handa <handa@m17n.org>
9939
9940 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9941 Fix setting of the element of encoded-kbd-iso2022-invocations.
9942
9943 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
9944
9945 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9946 (gdb-threads-select): Change to also accept mouse events.
9947 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9948 (gdb-threads-mouse-select): Delete.
9949
9950 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
9951
9952 * files.el (insert-directory): Take care of empty directory,
9953 listed without -a switch.
9954
9955 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * textmodes/refill.el (refill-post-command-function):
9958 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9959 to the list of functions that we should be careful not to undo.
9960 (refill-late-fill-paragraph-function): Remove.
9961 (refill-saved-state): New var.
9962 (refill-mode): Use it to save fill-paragraph-function.
9963 Save also the value of auto-fill-function.
9964
9965 * term/w32-win.el: Simplify code.
9966
9967 2005-01-23 Kim F. Storm <storm@cua.dk>
9968
9969 * simple.el (line-move): Adapt to new return value from
9970 pos-visible-in-window-p.
9971
9972 * simple.el (line-move): Fix last change. Check partial
9973 visibility at point rather than at window-start.
9974
9975 2005-01-22 Jason Rumney <jasonr@gnu.org>
9976
9977 * term/w32-win.el (xw-defined-colors): Remove debug-message.
9978
9979 2005-01-22 David Kastrup <dak@gnu.org>
9980
9981 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9982
9983 2005-01-22 Eli Zaretskii <eliz@gnu.org>
9984
9985 * type-break.el (type-break-mode): Add a test for
9986 type-break-file-name being non-nil.
9987
9988 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9989
9990 * net/eudc.el (top level): Call (message "") via progn, so that
9991 eudc-options-file is loaded.
9992
9993 2005-01-22 Kim F. Storm <storm@cua.dk>
9994
9995 * simple.el (line-move-1): Rename from line-move.
9996 (line-move): New function that adjusts vscroll for partially
9997 visible rows, and calls line-move-1 otherwise.
9998
9999 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
10000
10001 * pcomplete.el: define pcomplete-read-event instead of read-event,
10002 since it's not a complete read-event implementation
10003
10004 2005-01-20 Jay Belanger <belanger@truman.edu>
10005
10006 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
10007 for called function.
10008
10009 2005-01-20 Steven Tamm <steventamm@mac.com>
10010
10011 * term/mac-win.el (process-connection-type): Remove.
10012 Controlled now by s/darwin.h:PTY_ITERATION.
10013
10014 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * window.el (handle-select-window): Don't switch window when we're
10017 in the minibuffer.
10018
10019 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
10020
10021 * subr.el (dotimes-with-progress-reporter): New macro.
10022
10023 * ses.el (ses-dotimes-msg): Remove macro.
10024 Use `dotimes-with-progress-reporter' instead.
10025
10026 2005-01-19 Steven Tamm <steventamm@mac.com>
10027
10028 * term/mac-win.el (process-connection-type): Use new
10029 operating-system-release variable to use ptys on Darwin 7 (OS X
10030 10.3) when using carbon build.
10031
10032 2005-01-19 Jay Belanger <belanger@truman.edu>
10033
10034 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
10035 flags if the last command was a tab or M-tab.
10036
10037 * calc/calc-prog.el (calc-user-define-edit): Put original formula
10038 in formula editing buffer.
10039
10040 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10041
10042 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10043 breakpoint image symbol in margin.
10044
10045 2005-01-19 Jay Belanger <belanger@truman.edu>
10046
10047 * calc/calc-prog.el (calc-execute-kbd-macro):
10048 Ignore calc-keep-arg-flag.
10049
10050 2005-01-19 Kenichi Handa <handa@m17n.org>
10051
10052 * textmodes/ispell.el (ispell-looking-at): New function.
10053 (ispell-process-line): Use ispell-looking-at to compare the ispell
10054 output and the buffer contents.
10055
10056 2005-01-18 Jay Belanger <belanger@truman.edu>
10057
10058 * calc/calc.el (calc-display-raw): Fix docstring.
10059
10060 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10061
10062 * simple.el (blink-matching-open): Strip extra info from syntax.
10063
10064 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
10065 funny chars in the end-of-here-doc marker.
10066
10067 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10068
10069 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
10070 that enable/disabled state of breakpoints is shown correctly in
10071 fringe and on ttys.
10072 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
10073 Add breakpoint information as text properties.
10074 (gdb-mouse-toggle-breakpoint):
10075 Rename to gdb-mouse-set-clear-breakpoint.
10076 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
10077 breakpoints in the margin.
10078 (gdb-remove-strings): Simplify.
10079
10080 2005-01-17 Jay Belanger <belanger@truman.edu>
10081
10082 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
10083 erasing buffer.
10084
10085 2005-01-17 Richard M. Stallman <rms@gnu.org>
10086
10087 * progmodes/grep.el (grep-find): Copy from `grep' the condition
10088 for calling grep-compute-defaults.
10089
10090 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
10091 if buffer is empty.
10092
10093 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
10094
10095 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * hilit-chg.el (highlight-changes-mode): Don't autoload.
10098
10099 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
10100 non-preloaded variables.
10101
10102 2005-01-17 Steven Tamm <steventamm@mac.com>
10103
10104 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
10105 tex-shell cause to force interactivity when using pipes.
10106
10107 2005-01-17 Kim F. Storm <storm@cua.dk>
10108
10109 * simple.el (just-one-space): Make arg optional.
10110
10111 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
10112
10113 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
10114 posn-at-x-y to t to access left-margin.
10115
10116 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
10117
10118 Sync with Tramp 2.0.47.
10119
10120 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
10121 catching keep-date problems in cp/scp operations.
10122 (tramp-handle-copy-file): Don't call `set-file-modes'
10123 unconditionally. Specialized functions should know better what is
10124 necessary. This improves performance a little bit, and the
10125 functions could catch errors with `cp -p' and `scp -p'.
10126 (tramp-do-copy-or-rename-file-via-buffer)
10127 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
10128 when appropriate.
10129 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
10130 Call `set-file-modes' when appropriate.
10131 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
10132 Johnsson <isak@hypergene.com>
10133 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
10134 of both Tramp buffer and debug buffer. Reported by Joakim Verona
10135 <joakim@verona.se>
10136 (tramp-file-name-for-operation): Mark `shell-command' as magic for
10137 Emacs only.
10138
10139 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
10140 `find-file-hooks' and `dired-mode-hook'.
10141 (tramp-minor-mode-map): Respective map. Add remapping for
10142 `compile' and `recompile'.
10143 (tramp-remap-command, tramp-recompile): New defuns.
10144 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
10145 in buffer "*Compilation*". Call the commands asynchronously.
10146
10147 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
10148 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
10149 `shell-command', because it isn't magic in XEmacs. Reported by
10150 Adrian Aichner <adrian@xemacs.org>.
10151
10152 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10153 `substitute-in-file-name.
10154 (tramp-smb-handle-substitute-in-file-name): New defun.
10155 (tramp-smb-advice-PC-do-completion): Delete advice.
10156
10157 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
10158
10159 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
10160 Fix error in deleting region.
10161
10162 2005-01-15 Richard M. Stallman <rms@gnu.org>
10163
10164 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
10165 In non-temp buffer, switch syntax table temporarily.
10166
10167 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
10168
10169 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
10170
10171 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
10172
10173 * imenu.el (imenu--split-menu): Copy menulist before sorting.
10174 (imenu--generic-function): Use START, not BEG, as pos of definition.
10175
10176 * simple.el (just-one-space): Argument specifies number of spaces.
10177
10178 * simple.el (eval-expression-print-format): Avoid warning
10179 about edebug-active.
10180
10181 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
10182
10183 * progmodes/sh-script.el: Code copied from make-mode.el
10184 with small changes,
10185 (sh-mode-map): Bind C-c C-\.
10186 (sh-backslash-column, sh-backslash-align): New variables.
10187 (sh-backslash-region, sh-append-backslash): New functions.
10188
10189 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
10190
10191 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
10192 (rmail-pop-password, rmail-pop-password-required): Move to
10193 rmail-obsolete group.
10194 (rmail-set-pop-password): Rename to rmail-set-remote-password.
10195 All callers updated.
10196 (rmail-get-pop-password): Rename to rmail-get-remote-password.
10197 Take an argument specifying whether it is POP or IMAP mailbox we
10198 are using. All callers updated.
10199 (rmail-pop-password-error): Rename to
10200 rmail-remote-password-error. Added mailutils-specific error message.
10201 (rmail-movemail-search-path)
10202 (rmail-movemail-variant-in-use): New variables.
10203 (rmail-remote-password, rmail-remote-password-required):
10204 New customization variables.
10205 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
10206 (rmail-parse-url): New function.
10207 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
10208 with GNU mailutils movemail.
10209
10210 2005-01-15 Kevin Ryde <user42@zip.com.au>
10211
10212 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
10213 suffix to space, $ or '$, to correctly position point when going
10214 to @table style constants like DBL_MAX.
10215
10216 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10217
10218 * type-break.el (type-break-mode, type-break-file-time)
10219 (type-break-file-keystroke-count, type-break-choose-file):
10220 Don't store data in or load data from the file if type-break-file-name
10221 is nil.
10222 (type-break-file-name): Doc update as per the above.
10223
10224 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
10225
10226 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
10227 lookup-key might return nil; handle that.
10228
10229 2005-01-15 Alan Mackenzie <acm@muc.de>
10230
10231 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
10232 rather than the element found, thus enabling the tree to be setcar'd.
10233
10234 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10235
10236 * textmodes/org.el (org-show-following-heading): New option.
10237 (org-show-hierarchy-above): Use `org-show-following-heading'.
10238 (org-cycle): Documentation fix.
10239
10240 * textmodes/org.el (orgtbl-optimized): New option
10241 (orgtbl-mode): New command, a minor mode.
10242 (orgtbl-mode-map): New variable.
10243 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10244 (orgtbl-error, orgtbl-self-insert-command)
10245 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10246
10247 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
10248 a local variable in each org-mode buffer.
10249
10250 * textmodes/org.el (org-set-regexps-and-options): Rename from
10251 `org-set-regexps'. Added checking for STARTUP keyword.
10252 (org-get-current-options): Add STARTUP options.
10253 (org-table-insert-row): Make mode intelligent about when
10254 realignment is needed.
10255 (org-self-insert-command, org-delete-backward-char, org-delete-char):
10256 New commands.
10257 (org-enable-table-editor): New default value `optimized'.
10258 (org-table-blank-field): Support blanking regions if active.
10259
10260 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
10261
10262 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
10263 if the year is not given.
10264
10265 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
10266 Add new escapes %m and %M, fixed bug with %F by adding
10267 save-match-data.
10268 (reftex-reference): Remove ?. from list of spaces.
10269 (reftex-label-info): Add automatic label prefix recognition.
10270
10271 * textmodes/reftex-index.el (reftex-index-next-phrase):
10272 Add slave parameter to call of `reftex-index-this-phrase'.
10273 (reftex-index-this-phrase): New optional argument.
10274 (reftex-index-region-phrases): Add slave parameter to call of
10275 `reftex-index-this-phrase'.
10276 (reftex-display-index): New argument redo.
10277 (reftex-index-rescan): Add 'redo to arguments of
10278 `reftex-display-index'.
10279 (reftex-index-Rescan, reftex-index-revert)
10280 (reftex-index-switch-index-tag): Add 'redo to arguments of
10281 `reftex-display-index'.
10282 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
10283 indexing. Fix bug with matching is there is a quote before or
10284 after the word.
10285
10286 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
10287 Fix bug when collecting citation keys in lines with comments.
10288 (reftex-citation): Prefix argument no longer rescans the document,
10289 but forces prompting for optional arguments of cite macros.
10290 (reftex-do-citation): Prompting for optional arguments implemented.
10291
10292 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10293 Add optional arguments to most cite commands.
10294 (reftex-cite-cleanup-optional-args): New option
10295 (reftex-cite-prompt-optional-args): New option.
10296 (reftex-trust-label-prefix): New option.
10297
10298 * textmodes/reftex-toc.el (reftex-toc-find-section):
10299 Add push-mark before changing the position in the buffer.
10300
10301 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
10302 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
10303
10304 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
10305
10306 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
10307 more carefully.
10308
10309 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
10312 (sgml-mode): Use it.
10313 (sgml-get-context): Better keep track of implicitly closed tags.
10314
10315 2005-01-13 Kenichi Handa <handa@m17n.org>
10316
10317 * textmodes/ispell.el: These changes are to fix misalignment error
10318 caused by equivalent characters of different Emacs charsets.
10319 (ispell-unified-chars-table): New variable.
10320 (ispell-get-decoded-string): New function.
10321 (ispell-get-casechars, ispell-get-not-casechars)
10322 (ispell-get-otherchars): Call ispell-get-decoded-string.
10323
10324 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
10325
10326 * custom.el (custom-declare-variable): Just put symbol instead
10327 of (defvar . symbol) in `current-load-list'.
10328
10329 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10330
10331 * emacs-lisp/elint.el: Fixed typo in Commentary section.
10332
10333 2005-01-12 Jay Belanger <belanger@truman.edu>
10334
10335 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
10336 to create a Calc summary.
10337
10338 2005-01-12 Kim F. Storm <storm@cua.dk>
10339
10340 * mouse.el (mouse-on-link-p): Change functionality and doc
10341 string to comply with latest description in lisp ref.
10342
10343 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
10344
10345 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
10346 Enable mouse clicks on mode-line, header-line and margin.
10347 (event-type): Give mouse event symbols an 'event-kind property
10348 with value 'mouse-click.
10349
10350 2005-01-12 Juri Linkov <juri@jurta.org>
10351
10352 * facemenu.el (list-colors-display): Add new arg buffer-name.
10353 Use it. Fix docstring. Replace code for identifying duplicate
10354 colors by the name with call to `list-colors-duplicates' which
10355 identifies duplicate colors by the value unless the color
10356 is one of special Windows colors. Set truncate-lines to t.
10357 Print sorted duplicate color names on each line. Indent to 22
10358 \(the longest color name in rgb.txt) instead of 20. Optimize.
10359 (list-colors-duplicates): New function.
10360 (facemenu-color-name-equal): Delete function.
10361
10362 * facemenu.el (list-colors-print): New function created from code
10363 in list-colors-display. Print #RRGGBB at the window right edge.
10364 (list-colors-display): When temp-buffer-show-function is not
10365 defined, call list-colors-print from temp-buffer-show-hook
10366 to get the right value of window-width in list-colors-print
10367 after the buffer is displayed.
10368
10369 * simple.el (pop-mark): Move deactivate-mark out of conditional
10370 part to deactivate the active mark regardless of the state of the
10371 mark ring.
10372
10373 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
10374 variables line in desktop files.
10375
10376 2005-01-12 Juri Linkov <juri@jurta.org>
10377
10378 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
10379 Bring together isearch highlight related options.
10380 (lazy-highlight): Replace group `replace' by `matching'.
10381 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10382 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10383 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
10384 and declare them obsolete.
10385 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
10386 (isearch-faces): Remove defgroup.
10387 (isearch-overlay, isearch-highlight, isearch-dehighlight):
10388 Move isearch highlighting code closer to lazy highlighting code.
10389
10390 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
10391 (query-replace-highlight, query-replace-lazy-highlight)
10392 (query-replace): Move definitions to the beginning of the file.
10393
10394 2005-01-11 Juri Linkov <juri@jurta.org>
10395
10396 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
10397 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
10398 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
10399
10400 * info.el (Info-history-forward): New variable.
10401 (Info-select-node): Reset Info-history-forward to nil.
10402 (Info-last): Turn into defalias.
10403 (Info-history-back): Rename from Info-last.
10404 Add current node to Info-history-forward.
10405 (Info-history-forward): New fun.
10406 (Info-mode-map): Replace Info-last by Info-history-back.
10407 Bind Info-history-forward to "r".
10408 (Info-mode-menu): Replace Info-last by Info-history-back.
10409 Fix menu item text. Add menu item for Info-history-forward.
10410 (info-tool-bar-map): Replace Info-last by Info-history-back.
10411 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
10412 for Info-history-forward.
10413 (Info-mode): Replace Info-last by Info-history-back in docstring.
10414 Add local variable Info-history-forward.
10415 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
10416
10417 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
10420 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
10421 Ignore select-window events rather than fiddle with
10422 mouse-autoselect-window.
10423
10424 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
10425
10426 * type-break.el (type-break-mode): Fix previous change.
10427
10428 2005-01-10 Jay Belanger <belanger@truman.edu>
10429
10430 * calc/calc-ext.el (calc-reset): Reset when inside embedded
10431 calculator; only reset when point is inside a calculator.
10432 Don't adjust the window height if the window takes up the whole height
10433 of the frame.
10434
10435 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10436
10437 * ebuff-menu.el (Electric-buffer-menu-mode):
10438 Preserve value of buffer-local var header-line-format.
10439
10440 2005-01-09 Jay Belanger <belanger@truman.edu>
10441
10442 * calc/calc.el (calc-mode-var-list-restore-saved-values):
10443 Make sure settings file exists before accessing it.
10444
10445 * calc/calc-embed.el (calc-embedded-subst):
10446 Replace math-multi-subst-rec, which is only supposed to be called
10447 by math-multi-subst, by math-multi-subst.
10448
10449 2005-01-09 Andre Spiegel <spiegel@gnu.org>
10450
10451 * vc.el (vc-allow-async-revert): New user option.
10452 (vc-disable-async-diff): New internal variable.
10453 (vc-revert-buffer): Use them to disable asynchronous diff.
10454
10455 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
10456 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
10457 asynchronously if vc-disable-async-diff is t.
10458
10459 2005-01-09 Jay Belanger <belanger@truman.edu>
10460
10461 * calc/calc.el (defcalcmodevar): New macro.
10462 (calc-mode-var-list-restore-default-values)
10463 (calc-mode-var-list-restore-saved-values): New functions.
10464 (calc-mode-var-list): Use defcalcmodevar to define it.
10465 (calc-always-load-extensions, calc-line-numbering)
10466 (calc-line-breaking, calc-display-just, calc-display-origin)
10467 (calc-number-radix, calc-leading-zeros, calc-group-digits)
10468 (calc-group-char, calc-point-char, calc-frac-format)
10469 (calc-prefer-frac, calc-hms-format, calc-date-format)
10470 (calc-float-format, calc-full-float-format, calc-complex-format)
10471 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10472 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10473 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10474 (calc-matrix-brackets, calc-language, calc-language-option)
10475 (calc-left-label, calc-right-label, calc-word-size)
10476 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10477 (calc-display-raw, calc-internal-prec, calc-angle-mode)
10478 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10479 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10480 (calc-window-height, calc-display-trail, calc-show-selections)
10481 (calc-use-selections, calc-assoc-selections)
10482 (calc-display-working-message, calc-auto-why, calc-timing)
10483 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
10484 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
10485 (calc-gnuplot-default-device, calc-gnuplot-default-output)
10486 (calc-gnuplot-print-device, calc-gnuplot-print-output)
10487 (calc-gnuplot-geometry, calc-graph-default-resolution)
10488 (calc-graph-default-resolution-3d, calc-invocation-macro)
10489 (calc-show-banner): Use defcalcmodevar to declare them and set
10490 their default values.
10491
10492 * calc/calc-ext.el (calc-reset): Restore saved values of variables
10493 instead of default values (but restore default values if there is
10494 an argument of 0).
10495
10496 2005-01-09 David Kastrup <dak@gnu.org>
10497
10498 * desktop.el (desktop-restore-eager): Fix typo in type.
10499
10500 2005-01-08 Richard M. Stallman <rms@gnu.org>
10501
10502 * cus-edit.el (customize): Delete :link.
10503
10504 2005-01-08 Jay Belanger <belanger@truman.edu>
10505
10506 * calc/calc.el (calc-mode): Remove the extension from the
10507 `calc-settings-file' file name when loading it.
10508
10509 2005-01-08 Kim F. Storm <storm@cua.dk>
10510
10511 * info.el (Info-mode-map, Info-next-link-keymap)
10512 (Info-prev-link-keymap, Info-up-link-keymap):
10513 Map follow-link to mouse-face.
10514 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
10515
10516 2005-01-08 Jay Belanger <belanger@truman.edu>
10517
10518 * calc/calc.el (calc-settings-file): Change default value.
10519 Suggested by cgw in a comment in calc-mode.el.
10520
10521 * calc/calc-mode.el (calc-settings-file-name):
10522 Compare calc-settings-file to user-init-file instead of ~/.emacs.
10523 Replace ~/.emacs in a prompt by calc-settings-file.
10524
10525 2005-01-07 Lars Hansen <larsh@math.ku.dk>
10526
10527 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
10528 (desktop-lazy-idle-delay): New customizable variables.
10529 (desktop-buffer-args-list): New variable.
10530 (desktop-append-buffer-args): New function.
10531 (desktop-save): Call desktop-append-buffer-args for some buffers.
10532 (desktop-lazy-create-buffer): New function.
10533 (desktop-idle-create-buffers): New function.
10534 (desktop-read): Add message about buffers to restore lazily.
10535 (desktop-lazy-abort): New command.
10536 (desktop-clear): Call desktop-lazy-abort.
10537 (desktop-lazy-complete): New command.
10538
10539 2005-01-06 Richard M. Stallman <rms@gnu.org>
10540
10541 * emacs-lisp/find-func.el (find-face-definition):
10542 Rename from find-face.
10543
10544 2005-01-06 Kim F. Storm <storm@cua.dk>
10545
10546 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
10547
10548 * man.el (Man-xref-man-page, Man-xref-header-file)
10549 (Man-xref-normal-file): Add follow-link property.
10550
10551 2005-01-06 Jay Belanger <belanger@truman.edu>
10552
10553 * calc/calc-units.el: Make sure the proper macro definitions are
10554 available when compiling.
10555
10556 2005-01-06 Juri Linkov <juri@jurta.org>
10557
10558 * isearch.el (isearch-lazy-highlight-update):
10559 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
10560
10561 2005-01-06 Miles Bader <miles@gnu.org>
10562
10563 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
10564 (isearch-lazy-highlight-face): Use new name.
10565
10566 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10567
10568 * uniquify.el (uniquify-rationalize-file-buffer-names):
10569 Re-add an interactive spec.
10570 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
10571 to the same name.
10572
10573 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
10574 (isearch-update, isearch-done): Adjust calls accordingly.
10575
10576 2005-01-05 Richard M. Stallman <rms@gnu.org>
10577
10578 * custom.el (custom-set-variables, custom-theme-set-variables):
10579 Clarify documentation.
10580
10581 * emacs-lisp/find-func.el (find-variable)
10582 (find-variable-other-window, find-variable-other-frame):
10583 Fix the TYPE args to find-function-read and find-function-do-it.
10584 (find-function): Doc fix.
10585 (find-function-at-point): Replace function-at-point alias.
10586
10587 2005-01-04 Richard M. Stallman <rms@gnu.org>
10588
10589 * cus-face.el (custom-declare-face):
10590 Record defface in current-load-list.
10591
10592 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
10593
10594 * emacs-lisp/find-func.el: Doc fixes.
10595 (find-face-regexp): New variable.
10596 (find-function-regexp-alist): New variable.
10597 (find-function-C-source): Third arg is now TYPE.
10598 (find-function-search-for-symbol): Handle general TYPE.
10599 (find-function-read, find-function-do-it): Handle general TYPE.
10600 (find-definition-noselect, find-face): New functions.
10601 (function-at-point): Alias deleted.
10602
10603 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * battery.el (display-battery-mode): Rename from display-battery.
10606 Handle the case where it gets turned off.
10607
10608 2005-01-04 Richard M. Stallman <rms@gnu.org>
10609
10610 * cus-edit.el (customize): Make :link point to user doc.
10611
10612 * man.el (Man-fontify-manpage): Turn off undo generation.
10613
10614 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
10615
10616 2005-01-04 Andreas Schwab <schwab@suse.de>
10617
10618 * files.el (insert-directory): Only look for error lines in
10619 inserted text. Don't move too far after processing --dired markers.
10620
10621 2005-01-04 Richard M. Stallman <rms@gnu.org>
10622
10623 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10624 Don't expand if the character is @, period, dash, etc.
10625 (define-mail-abbrev): Quote names that contain problem characters.
10626
10627 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
10628
10629 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
10630
10631 2005-01-03 Richard M. Stallman <rms@gnu.org>
10632
10633 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
10634 (query-replace-highlight, query-replace-lazy-highlight)
10635 (query-replace): Definitions moved up. Doc fix.
10636
10637 2005-01-03 Richard M. Stallman <rms@gnu.org>
10638
10639 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
10640 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
10641 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
10642 (lazy-highlight-face): Rename from isearch-lazy-...
10643 Change all references to them.
10644
10645 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
10646
10647 * cus-edit.el (custom-file): Doc fix for defcustom.
10648 (custom-file): The function no longer sets the variable
10649 `custom-file' to its return value.
10650
10651 * startup.el (command-line): No longer load `custom-file'.
10652
10653 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
10656
10657 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
10658 Don't confuse module-prefixed identifiers for labels.
10659 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
10660
10661 2005-01-02 Richard M. Stallman <rms@gnu.org>
10662
10663 * files.el (basic-save-buffer-1): Fix previous change.
10664
10665 * loadhist.el (file-loadhist-lookup): New function.
10666 (file-provides, file-requires): Use it.
10667
10668 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
10669 instead of calculating the right size.
10670
10671 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10672
10673 * vc-svn.el (vc-svn-diff): Stay local if possible.
10674
10675 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
10678
10679 * files.el (hack-local-variables): Fix last change.
10680
10681 2005-01-02 Jay Belanger <belanger@truman.edu>
10682
10683 * calc/calc-yank.el (calc-edit-top): New variable.
10684 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
10685 object. Change header properties.
10686 (calc-edit-finish, calc-edit-finish-stack-object)
10687 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
10688 edited object.
10689 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
10690 for the beginning of the edited object.
10691 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
10692 for the beginning of the edited object.
10693 * calc/calc-prog.el (calc-edit-macro-finish-edit)
10694 (calc-finish-formula-edit, calc-macro-repeats)
10695 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
10696 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
10697 beginning of the edited object.
10698 (calc-user-define-edit): Change the header for editing macros.
10699 Remove unnecessary variable.
10700
10701 2005-01-01 Jay Belanger <belanger@truman.edu>
10702
10703 * calc/calc-yank.el (calc-edit-mode): Change default header.
10704 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
10705 * calc/calc-store.el (calc-edit-variable): Change title to match new
10706 header.
10707 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
10708 mode to match new header.
10709 (calc-user-define-edit): Change titles to include names of commands.
10710 (calc-finish-formula-edit): Adjust to handle new header.
10711 (calc-finish-macro-edit): Remove.
10712 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
10713 (calc-edit-macro-command, calc-edit-macro-command-type)
10714 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
10715 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
10716 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
10717 (calc-edit-macro-finish-edit): New functions.
10718 (calc-user-define-edit): Use new functions to edit named calc macros.
10719
10720 2005-01-01 Stefan <monnier@iro.umontreal.ca>
10721
10722 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
10723
10724 * ses.el (copy-region-as-kill): Deactivate mark.
10725
10726 2005-01-01 Richard M. Stallman <rms@gnu.org>
10727
10728 * replace.el (occur-1): If the output buffer is also an input,
10729 don't kill it, rename it.
10730
10731 * faces.el (set-face-background, set-face-foreground): Doc fix.
10732
10733 * cus-face.el (custom-face-attributes): Fix :help-echo strings
10734 for :foreground and :background.
10735
10736 * dired.el (dired-view-command-alist): Variable deleted.
10737 (dired-view-file, dired-mouse-find-file-other-window):
10738 Delete the code to use it.
10739
10740 2005-01-01 Kim F. Storm <storm@cua.dk>
10741
10742 * image.el (insert-sliced-image): Use t for line-height property.
10743
10744 2004-12-31 Jay Belanger <belanger@truman.edu>
10745
10746 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
10747 for "var-" at the beginning of the minibuffer.
10748
10749 2004-12-31 Richard M. Stallman <rms@gnu.org>
10750
10751 * faces.el (read-face-name):
10752 Don't treat an attribute spec as a list of faces.
10753
10754 * simple.el (undo): Use undo-equiv-table to detect
10755 unexpected changes since previous undo.
10756 (undo-list-saved): Variable deleted.
10757 (buffer-disable-undo): Don't alter undo-list-saved.
10758
10759 * files.el (require-final-newline): Allow `visit' and `visit-save'.
10760 (mode-require-final-newline): New option.
10761 (after-find-file): Handle require-final-newline with new values.
10762 (basic-save-buffer): Handle new values of require-final-newline.
10763
10764 * progmodes/sh-script.el (sh-require-final-newline):
10765 Alist value now controls whether to use mode-require-final-newline.
10766 (sh-set-shell): Implement that new meaning.
10767
10768 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10769 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10770 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10771 Delete old-Emacs compatibility code.
10772 (antlr-c-common-init): Function deleted.
10773
10774 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10775 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10776 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10777 * progmodes/python.el (python-mode): Use mode-require-final-newline.
10778 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10779 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10780 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10781 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10782 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10783 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10784 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10785 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10786 * progmodes/cfengine.el (cfengine-mode): Use
10787 mode-require-final-newline.
10788 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10789 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10790 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10791
10792 2004-12-31 Jay Belanger <belanger@truman.edu>
10793
10794 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10795 way to return to Calc.
10796
10797 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10798 finish, C-xk as the way to cancel the edit. Add cancel routine to
10799 kill-buffer-hook.
10800
10801 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10802 MacEdit code.
10803
10804 * calc/calc-prog.el: Remove obsolete MacEdit code.
10805 (calc-macro-edit-algebraic, calc-macro-edit-variable)
10806 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10807
10808 2004-12-31 Kenichi Handa <handa@m17n.org>
10809
10810 * international/mule.el (buffer-file-coding-system-explicit):
10811 Rename for explicit-buffer-file-coding-system.
10812 (after-insert-file-set-coding): Adjust for the above change.
10813
10814 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10815 to buffer-file-coding-system-explicit.
10816 (basic-save-buffer-1): Likewise.
10817
10818 2004-12-30 Richard M. Stallman <rms@gnu.org>
10819
10820 * textmodes/artist.el (artist-butlast-fn): Var deleted.
10821 (artist-butlast, artist-last): Functions deleted.
10822 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10823 (artist-compute-key-compl-table): Call remq directly.
10824 (artist-remove-nulls): Function deleted.
10825 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10826 (artist-push, artist-pop): Macro deleted.
10827
10828 2004-12-30 Andreas Leue <al@sphenon.de>
10829
10830 * textmodes/artist.el (artist-version): 1.2.6
10831 (artist-prev-next-op-alist): New variable.
10832 (artist-select-next-op-in-list): New function.
10833 (artist-select-prev-op-in-list): New function.
10834 (artist-make-prev-next-op-alist): New function.
10835 (artist-is-in-op-list-p): New function.
10836 (artist-get-first-non-nil-op): New function.
10837 (artist-get-last-non-nil-op): New function.
10838 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10839 artist-prev-next-op-alist.
10840 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10841 change drawing operation.
10842
10843 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
10844
10845 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10846
10847 2004-12-31 Masatake YAMATO <jet@gyve.org>
10848
10849 * server.el (server-process-filter): Suppress `error', too.
10850
10851 2004-12-30 Jay Belanger <belanger@truman.edu>
10852
10853 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10854 Change the way a variable is displayed in a message.
10855
10856 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10857 (calc-user-define-permanent, calc-execute-kbd-macro):
10858 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10859
10860 2004-12-30 Kenichi Handa <handa@m17n.org>
10861
10862 * files.el (basic-save-buffer-1):
10863 Set explicit-buffer-file-coding-system to last-coding-system-used.
10864 (revert-buffer): Pay attention to
10865 explicit-buffer-file-coding-system (not buffer-file-coding-system)
10866 on bind coding-system-for-read.
10867
10868 * international/mule.el (explicit-buffer-file-coding-system):
10869 New buffer local variable.
10870 (after-insert-file-set-coding): Set it to coding-system-for-read.
10871
10872 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
10873
10874 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10875
10876 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
10877
10878 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10879 that include line numbers.
10880
10881 2004-12-29 Milan Zamazal <pdm@zamazal.org>
10882
10883 * files.el (hack-local-variables): If no PREFIX, set it to "^".
10884 Redundant variable PREFIXLEN removed.
10885
10886 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
10887
10888 * eshell/em-hist.el (eshell-previous-matching-input):
10889 Start the deletion from the end of the output.
10890
10891 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10892
10893 * term/mac-win.el: Require x-dnd.
10894 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
10895
10896 2004-12-29 David Kastrup <dak@gnu.org>
10897
10898 * international/mule.el (decode-coding-inserted-region):
10899 Don't barf if `buffer-undo-list' is already set to `t'.
10900
10901 2004-12-29 Jay Belanger <belanger@truman.edu>
10902
10903 * calc/calc-prog.el (calc-user-define-formula): Put default values
10904 for function names in prompts.
10905 (calc-user-define-permanent, calc-user-define-composition)
10906 (calc-user-define-formula): Remove the need for "calcFunc-" in the
10907 default input for algebraic functions.
10908
10909 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
10910
10911 * vc-rcs.el (vc-rcs-annotate-command):
10912 Fix omission bug: Call `vc-setup-buffer'.
10913
10914 2004-12-29 Kenichi Handa <handa@m17n.org>
10915
10916 * international/mule.el (recode-region): New function.
10917
10918 2004-12-28 Richard M. Stallman <rms@gnu.org>
10919
10920 * simple.el (undo-extra-outer-limit): New variable.
10921 (undo-outer-limit-truncate): Test and set it.
10922
10923 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10924 enables the feature to extend the existing region.
10925
10926 * simple.el (mark-word): New arg ALLOW-EXTEND
10927 enables the feature to extend the existing region.
10928
10929 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10930 enables the feature to extend the existing region.
10931
10932 * startup.el (site-run-file): Don't allow setting it with Custom.
10933
10934 * simple.el (buffer-disable-undo): Fix previous change.
10935
10936 2004-12-27 Masatake YAMATO <jet@gyve.org>
10937
10938 * hexl.el (hexlify-buffer): Remove fontification here.
10939 Use font lock mechanism instead.
10940 (hexl-font-lock-keywords): New font lock kewords.
10941 (hexl-mode-old-font-lock-keywords): New variable.
10942 (hexl-mode): Store the old font lock keywords.
10943 (hexl-mode-exit): Restore the old font lock keywords.
10944
10945 2004-12-27 Richard M. Stallman <rms@gnu.org>
10946
10947 * simple.el (undo): Fix previous change.
10948
10949 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10950
10951 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
10952 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10953 Call x-open-connection on Mac OS X.
10954
10955 2004-12-27 Richard M. Stallman <rms@gnu.org>
10956
10957 * files.el (buffer-save-without-query): New var (buffer-local).
10958 (save-some-buffers): Save those buffers first, w/o asking.
10959
10960 * files.el (insert-directory-ls-version): New variable.
10961 (insert-directory): When ls returns an error, test the version
10962 number to decide what the return code means.
10963 With --dired output format, detect and distinguish lines
10964 that are really error messages.
10965 (insert-directory-adj-pos): New function.
10966
10967 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10968
10969 * battery.el (battery-mode-line-format): Remove initial spaces.
10970
10971 * uniquify.el (uniquify-rationalize-file-buffer-names):
10972 Delete interactive spec.
10973
10974 * type-break.el (type-break-mode): Set buffer-save-without-query.
10975 Remove code that tried to set save-some-buffers-always.
10976 (type-break-file-keystroke-count): Bind deactivate-mark.
10977
10978 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10979
10980 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10981 Test that the buffer is live, and maybe reject current buffer too.
10982 Clarify.
10983 (next-error-find-buffer): Rewrite for clarity.
10984
10985 * loadup.el: Don't use buffer-disable-undo; do it directly.
10986
10987 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10988 (describe-variable): Call symbol-file with `defvar'.
10989
10990 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10991 (symbol-file): Rewritten to handle new load-history format.
10992 Now takes an arg TYPE to specify looking for a particular
10993 type of definition only.
10994
10995 * emacs-lisp/debug.el (debugger-make-xrefs):
10996 Call symbol-file with `defun'.
10997
10998 * emacs-lisp/find-func.el (find-function-noselect):
10999 Call symbol-file with `defun'.
11000 (find-variable-noselect): Call symbol-file with `defvar'.
11001
11002 * eshell/esh-cmd.el (eshell-find-alias-function):
11003 Call symbol-file with `defun'.
11004
11005 * eshell/esh-test.el (eshell-test-goto-func):
11006 Call symbol-file with `defun'.
11007
11008 * mail/rmail.el (rmail-resend):
11009 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
11010
11011 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
11012
11013 * progmodes/compile.el (compilation-find-buffer): Rename arg.
11014
11015 * textmodes/texinfmt.el (texinfo-format-buffer-1):
11016 Call buffer-disable-undo.
11017
11018 * simple.el (undo-list-saved): New variable (buffer-local).
11019 (undo): Set and test it.
11020 (buffer-disable-undo): Move here from buffer.c.
11021 Clear out undo-list-saved.
11022
11023 * international/mule.el (decode-coding-inserted-region):
11024 Set buffer-undo-list in a correct and optimal way.
11025
11026 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
11027 (cperl-font-lock-unfontify-region-function): No need to save and
11028 restore info, since font-lock.el does it for us.
11029
11030 * ansi-color.el (save-buffer-state): Definition deleted.
11031 (ansi-color-unfontify-region): Don't use save-buffer-state.
11032
11033 2004-12-27 Dave Love <fx@gnu.org>
11034
11035 * wid-edit.el (function): Use restricted-sexp as parent.
11036
11037 2004-12-27 Kevin Ryde <user42@zip.com.au>
11038
11039 * simple.el (next-matching-history-element): Use same
11040 `interactive' form as previous-matching-history-element.
11041
11042 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
11043 it can appear unencoded and has been seen from yahoo.
11044
11045 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
11046
11047 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
11048 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
11049
11050 2004-12-27 Kenichi Handa <handa@m17n.org>
11051
11052 * international/utf-8.el (utf-translate-cjk-load-tables):
11053 Bind coding-system-for-read to nil while loading subst-*.
11054
11055 2004-12-26 Jay Belanger <belanger@truman.edu>
11056
11057 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
11058 default input.
11059
11060 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
11061
11062 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
11063 before reverting and disable undo recording while reverting.
11064
11065 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
11066
11067 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
11068 (hs-make-overlay): New function.
11069 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
11070 (hs-flag-region): Delete function.
11071 (hs-hide-comment-region): No longer use `hs-flag-region'.
11072 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
11073 (hs-hide-block-at-point): Likewise.
11074 (hs-hide-level-recursive): Use `hs-discard-overlays'.
11075 (hs-hide-all, hs-show-all): Likewise.
11076 (hs-show-block): Likewise.
11077 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
11078
11079 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
11080
11081 * progmodes/hideshow.el: Require `cl' when compiling.
11082 Remove XEmacs and Emacs 19 compatibility.
11083 Use `dolist' and `add-to-list' for load-time actions.
11084 (hs-discard-overlays): Use `dolist'.
11085 (hs-show-block): Likewise.
11086
11087 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
11088
11089 * faces.el (mode-line, mode-line-inactive): Use min-colors.
11090
11091 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
11092
11093 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
11094 When extending backwards, move outside the current comment first.
11095
11096 2004-12-22 Kenichi Handa <handa@m17n.org>
11097
11098 * international/quail.el (quail-start-translation): Fix prompt
11099 string for the case if input-method-use-echo-area being non-nil.
11100 (quail-start-conversion): Likewise.
11101 (quail-show-guidance): Don't show guidance if
11102 input-method-use-echo-area is non-nil.
11103
11104 2004-12-21 Richard M. Stallman <rms@gnu.org>
11105
11106 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
11107
11108 2004-12-21 Markus Rost <rost@ias.edu>
11109
11110 * calendar/diary-lib.el (mark-diary-entries):
11111 Set mark-diary-entries-in-calendar only after checking for diary-file.
11112
11113 2004-12-21 Richard M. Stallman <rms@gnu.org>
11114
11115 * faces.el (escape-glyph): Use blue against light foreground.
11116
11117 * simple.el (undo-outer-limit-truncate): New function.
11118 (undo-outer-limit-function): Use undo-outer-limit-truncate.
11119
11120 2004-12-21 Eli Barzilay <eli@barzilay.org>
11121
11122 * calculator.el (calculator-radix-grouping-mode)
11123 (calculator-radix-grouping-digits)
11124 (calculator-radix-grouping-separator):
11125 New defcustoms for the new radix grouping mode functionality.
11126 (calculator-mode-hook): Now used in electric mode too,
11127 (calculator): Call it.
11128 (calculator-mode-map): Some new keys.
11129 (calculator-message): New function. Some new calls.
11130 (calculator-op, calculator-set-register): Use it.
11131 (calculator-string-to-number): New function, mostly moved and
11132 updated code from calculator-curnum-value.
11133 (calculator-curnum-value): Use it.
11134 (calculator-paste): Use it, and update grabbing the current-kill.
11135 (calculator-rotate-displayer)
11136 (calculator-rotate-displayer-back): Toggle digit grouping when
11137 in radix mode, use calculator-message.
11138 (calculator-displayer-prev, calculator-displayer-next):
11139 Change digit group size when in radix mode.
11140 (calculator-number-to-string): Rename from
11141 calculator-num-to-string. Now deals with digit grouping in
11142 radix mode.
11143 (calculator-update-display, calculator-put-value): Use the new name.
11144 (calculator-fact): Return a floating point number.
11145 (calculator-mode): Doc fix.
11146
11147 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11148
11149 * calendar/calendar.el (view-other-diary-entries): Add autoload.
11150 * calendar/diary-lib.el (view-other-diary-entries):
11151 Use current-prefix-arg in interactive spec.
11152
11153 2004-12-19 Jay Belanger <belanger@truman.edu>
11154
11155 * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11156 adjust the syntax of both delimiters of half-open intervals.
11157
11158 2004-12-19 Kim F. Storm <storm@cua.dk>
11159
11160 * mouse.el (mouse-1-click-follows-link): Doc fix.
11161
11162 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11163
11164 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
11165 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
11166 instead of centraleuropean as the name
11167
11168 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
11169
11170 Sync with Tramp 2.0.46.
11171
11172 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
11173 parameters wrt Tramp convention.
11174 (tramp-handle-file-attributes-with-perl)
11175 (tramp-handle-directory-files-and-attributes): Apply it.
11176 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
11177 `copy-program'. Reported by Zack Weinberg
11178 <zack@codesourcery.com>.
11179 (top): Set `edebug-form-spec' property directly rather than
11180 calling `def-edebug-spec'.
11181
11182 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
11183 advice less fragile. Surround temporary redefinition of
11184 `substitute-in-file-name' with `unwind-protect'. Suggested by
11185 Matt Hodges <MPHodges@member.fsf.org>.
11186
11187 2004-12-17 Juri Linkov <juri@jurta.org>
11188
11189 * replace.el (occur-accumulate-lines, occur-engine):
11190 Make forcing deferred font-lock fontification jit-specific.
11191
11192 2004-12-17 Kim F. Storm <storm@cua.dk>
11193
11194 * mouse.el (mouse-1-click-follows-link): New defcustom.
11195 (mouse-on-link-p): New function.
11196 (mouse-drag-region-1): Implement mouse-1-click-follows-link
11197 functionality. Map a mouse-1 click event into a mouse-2 (or
11198 other) event when position is inside a link.
11199
11200 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
11201 prefix in tooltip text with "mouse-1" when this is a link
11202 recognized by mouse-1-click-follows-link functionality.
11203
11204 * help.el (describe-key): Report effective and original binding
11205 for mouse-1 when clicked on a link.
11206 (describe-mode): Add follow-link property to "minor-mode" button.
11207
11208 * help-fns.el (describe-variable): Add follow-link property to
11209 "below" button.
11210
11211 * help-mode.el (help-xref): Add follow-link property.
11212
11213 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
11214 (apropos-command, apropos-variable, apropos-face, apropos-group)
11215 (apropos-widget, apropos-plist): Add follow-link property.
11216
11217 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
11218 checks if position is in a filename, rather than some other
11219 clickable item. Function looks for cvs-filename-face at position.
11220
11221 * wid-edit.el (widget-specify-field, widget-specify-button):
11222 Map a :follow-link keyword into a follow-link property.
11223 (link): Add :follow-link keyword, map to RET binding.
11224
11225 * dired.el (dired-mode-map): Map follow-link to mouse-face.
11226
11227 * progmodes/compile.el (compilation-minor-mode-map)
11228 (compilation-button-map, compilation-mode-map): Likewise.
11229
11230 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
11231
11232 * play/zone.el (zone): Init `line-spacing' from orig buffer.
11233 (zone-replace-char): Take `count' and `del-count'
11234 instead of `direction'. Update callers. When `del-count' is
11235 non-nil, delete that many characters, otherwise `count' characters
11236 backwards. Insert the newly-replaced string `count' times.
11237 (zone-fret): Handle chars w/ width greater than one.
11238 (zone-fall-through-ws): No longer take window width `ww'.
11239 Update callers. Add handling for `char-width' greater than one.
11240 (zone-pgm-drip): Update var holding window-end position every cycle.
11241
11242 2004-12-17 Andre Spiegel <spiegel@gnu.org>
11243
11244 * vc.el (vc-default-update-changelog): Use insert-file-contents,
11245 rather than insert-file.
11246
11247 2004-12-16 Jay Belanger <belanger@truman.edu>
11248
11249 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
11250 (math-init-random-base, math-random-digit): Check to see if
11251 var-RandSeed is bound.
11252 (math-random-last): Declare it.
11253 (math-random-digit): Don't make math-random-last local.
11254
11255 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
11256
11257 * play/zone.el (zone): Fix omission bug: Use a self-disabling
11258 one-shot thunk for uniform (error, quit, normal) recovery.
11259 Reported by John Paul Wallington.
11260 (zone-pgm-random-life): Fix bug:
11261 Recognize empty initial field by lack of "@" chars.
11262
11263 2004-12-16 Juri Linkov <juri@jurta.org>
11264
11265 * help.el (function-called-at-point):
11266 * help-fns.el (variable-at-point): As a last resort try stripping
11267 non-word prefixes and suffixes.
11268
11269 * descr-text.el (describe-property-list): Don't treat syntax-table
11270 specially. Use describe-text-sexp which inserts [show] button
11271 for large objects and handles printing errors. Sort properties
11272 by names in alphabetical order instead of by value sizes.
11273 Add `mouse-face' to list of properties for `describe-face' widget.
11274 (describe-char): Mask out face-id from 19 bits of character.
11275 Print face-id separately.
11276
11277 * replace.el (occur-accumulate-lines, occur-engine):
11278 Fontify unfontified matching lines in the source buffer
11279 before copying them.
11280 (occur-engine): Don't put mouse-face on context lines.
11281 (occur-next-error): Set point to line beginning/end
11282 before searching for prev/next property to skip multiple
11283 matches on a line (not supported by occur engine).
11284 Remove redundant prefix-numeric-value.
11285
11286 2004-12-15 Juri Linkov <juri@jurta.org>
11287
11288 * replace.el (match): New face.
11289 (list-matching-lines-face): Change default from `bold' to `match'.
11290
11291 * progmodes/grep.el (grep-match-face): New defvar.
11292 (grep-mode-font-lock-keywords): Use grep-match-face instead of
11293 compilation-column-face to highlight grep matches.
11294
11295 * apropos.el (apropos-match-face): Change default from
11296 `secondary-selection' to `match'.
11297
11298 * info-look.el (info-lookup-highlight-face): Change default from
11299 `highlight' to `match'.
11300
11301 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
11302
11303 * progmodes/executable.el (executable-interpret): Eliminate
11304 obsolete compile-internal, and switch to comint for interaction.
11305
11306 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
11307
11308 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
11309 `&&' when skipping multiple statements on a line.
11310
11311 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
11312
11313 * play/zone.el (zone): Set `truncate-lines'.
11314 Also, init `tab-width' with value from original buffer.
11315 (zone-shift-up): Rewrite for speed.
11316 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
11317 (zone-pgm-jitter): Remove redundant entries from ops vector.
11318 (zone-exploding-remove): Reduce iteration count.
11319 (zone-cpos): Convert to defsubst.
11320 (zone-replace-char): New defsubst.
11321 (zone-park/sit-for): Likewise.
11322 (zone-fret): Take window-start arg.
11323 Update callers. Use `zone-park/sit-for'.
11324 (zone-fill-out-screen): Rewrite.
11325 (zone-fall-through-ws): Likewise. Update callers.
11326 (zone-pgm-drip): Use `zone-replace-char'.
11327 Move var inits before while-loop. Use `zone-park/sit-for'.
11328 (zone-pgm-random-life): Handle empty initial field.
11329 Use `zone-replace-char' and `zone-park/sit-for'.
11330
11331 2004-12-15 Juri Linkov <juri@jurta.org>
11332
11333 * isearch.el (isearch-update): Test isearch-lazy-highlight
11334 before calling isearch-lazy-highlight-new-loop.
11335 (isearch-lazy-highlight-new-loop):
11336 Don't test isearch-lazy-highlight.
11337
11338 * replace.el (perform-replace): Add isearch-case-fold-search.
11339 Use delimited-flag for isearch-regexp.
11340 Reset isearch-lazy-highlight-last-string to force lazy
11341 highlighting when called from isearch mode.
11342 (query-replace-highlight): Revert defcustom type to boolean.
11343 (query-replace-lazy-highlight): New defcustom.
11344 (query-replace): New face.
11345 (perform-replace, replace-highlight, replace-dehighlight):
11346 Test query-replace-lazy-highlight instead of special value
11347 `isearch' of query-replace-highlight.
11348 (replace-dehighlight): Don't call isearch-dehighlight.
11349 (replace-highlight): Don't call isearch-highlight.
11350 Use face `query-replace' unconditionally.
11351
11352 2004-12-14 Kim F. Storm <storm@cua.dk>
11353
11354 * simple.el (inhibit-mark-movement): Remove defvar.
11355 (beginning-of-buffer, end-of-buffer): Don't use it.
11356
11357 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11358 Don't use inhibit-mark-movement.
11359
11360 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
11361 (cua--undo-push-mark): Remove.
11362 (cua--pre-command-handler, cua--post-command-handler):
11363 Don't fiddle with inhibit-mark-movement.
11364
11365 2004-12-14 Juri Linkov <juri@jurta.org>
11366
11367 * buff-menu.el (list-buffers-noselect): Collect internal info
11368 for every buffer in BUFFER-LIST arg too.
11369 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
11370 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
11371 Bind same-window-buffer-names and same-window-regexps to nil.
11372
11373 2004-12-13 Juri Linkov <juri@jurta.org>
11374
11375 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
11376
11377 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
11378 (sc-cite-region, sc-uncite-region, sc-recite-region):
11379 Fix previous change to handle not alist as a symbol, but
11380 a citation frame as a symbol that represents a variable name.
11381
11382 2004-12-13 Richard M. Stallman <rms@gnu.org>
11383
11384 * filecache.el (file-cache-add-directory-using-find):
11385 Only set up file-cache-find-command-posix-flag if we will use it.
11386
11387 * bindings.el (mode-line-buffer-identification-keymap):
11388 Don't cancel the mode-line's usual down-mouse-1 binding.
11389
11390 * cus-edit.el (custom-face-selected): Handle `default' specs.
11391 (custom-face-edit): Increase extra-offset.
11392 (custom-display): Handle `default' specs.
11393
11394 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
11395
11396 * emacs-lisp/elint.el (elint-standard-variables)
11397 (elint-unknown-builtin-args): Move definitions up.
11398
11399 * net/browse-url.el (browse-url-url-at-point): Add autoload.
11400
11401 * info.el (info-xref-visited): Use `default' instead of t.
11402 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
11403
11404 * faces.el (header-line, mode-line-inactive, tool-bar):
11405 Use `default' instead of t for setting the defaults.
11406 (face-spec-choose): Separate `t' from `default'.
11407
11408 * subr.el (while-no-input): New macro.
11409
11410 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
11411
11412 * filecache.el (file-cache-add-directory-using-find):
11413 Only test file-cache-find-command-posix-flag on some systems.
11414
11415 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
11418 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
11419 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11420 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11421 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
11422 annotate.
11423
11424 2004-12-12 Juri Linkov <juri@jurta.org>
11425
11426 * files.el (find-file-other-window, find-file-other-frame):
11427 Add the first buffer to the returned value to return the complete
11428 list of all visited buffers.
11429 (find-file-read-only, find-file-read-only-other-window)
11430 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
11431 `find-file-read-args'. Signal an error about non-existent file
11432 only if file name doesn't contain wildcards. Toggle read-only in
11433 all visited buffers.
11434 (find-alternate-file, find-alternate-file-other-window):
11435 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
11436 called interactively. Pass arg `wildcards' to other functions.
11437 (find-file-noselect): Doc fix.
11438
11439 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
11440 Doc fix.
11441 (ffap-directory-finder): New variable.
11442 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
11443 (ffap-file-at-point): Add /* to immediately rejected names.
11444 Return absolute file names matching ffap-dired-wildcards.
11445 (ffap-read-file-or-url): Set default value for `completing-read'
11446 to `buffer-file-name'.
11447 (find-file-at-point): When filename matches ffap-dired-wildcards,
11448 call ffap-file-finder with t arg `wildcards', instead of dired.
11449 (ffap-other-window, ffap-other-frame): Return visited buffers.
11450 (ffap-read-only, ffap-read-only-other-window)
11451 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
11452 (dired-at-point): Call ffap-directory-finder instead of dired.
11453 (ffap-dired-other-window, ffap-dired-other-frame)
11454 (ffap-list-directory): New commands.
11455 (ffap-bindings): New keybindings for new commands.
11456
11457 2004-12-12 Juri Linkov <juri@jurta.org>
11458
11459 * simple.el (beginning-of-buffer, end-of-buffer):
11460 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11461 Do not push mark when mark is active in transient-mark-mode.
11462
11463 * simple.el (mark-word):
11464 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
11465 * textmodes/paragraphs.el (mark-paragraph):
11466 Extend the region when mark is active in transient-mark-mode,
11467 regardless of the last command. Doc fix.
11468
11469 * simple.el (mark-word): Preserve direction when repeating.
11470 Make arg optional. Interactive "p" -> "P".
11471 (transient-mark-mode, inhibit-mark-movement): Doc fix.
11472
11473 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
11474 preserving direction, to mark forward instead of backward when mark
11475 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
11476
11477 2004-12-12 Juri Linkov <juri@jurta.org>
11478
11479 * isearch.el (isearch-edit-string): Set 7th arg of
11480 `read-from-minibuffer' to `t' to inherit the current input
11481 method (whose name is indicated by [IM] in the minibuffer prompt)
11482 from the current buffer to the minibuffer.
11483 (isearch-lazy-highlight-update): Put body to `with-local-quit'
11484 to allow C-g quitting for lazy highlighting looping inside the
11485 search with nested repetition operators. Add overlay to the list
11486 before setting its face and other properties to avoid the case of
11487 code quitting after placing the new overlay but before it's
11488 recorded on the list. Select the window where isearch was
11489 activated, to highlight matches in the right window when isearch
11490 switches the current window to the minibuffer.
11491
11492 * international/isearch-x.el
11493 (isearch-process-search-multibyte-characters):
11494 Use `isearch-message' as initial input for `read-string' instead
11495 of adding it to the minibuffer prompt. After reading a string
11496 remove the initial value of `isearch-message' from the string.
11497
11498 * replace.el (replace-match-maybe-edit): Doc fix.
11499 (perform-replace): Don't call `replace-highlight' when automatic
11500 replacement is requested in literal mode, since it is intended
11501 only to highlight words during entering a new replacement string
11502 for \? in non-literal mode.
11503
11504 * replace.el (query-replace-highlight): Add new value `isearch'
11505 that allows query replacement to use isearch highlighting.
11506 Change type from `boolean' to `choice'. Doc fix.
11507 (replace-highlight, replace-dehighlight, perform-replace):
11508 Use isearch highlighting if query-replace-highlight eq `isearch'.
11509
11510 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11513 (checkdoc-message-text, checkdoc-defun): Fix format messages for
11514 `error'.
11515
11516 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11517 case of \end{verbatim}.
11518
11519 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
11520
11521 * term.el (term-termcap-format): Synchronize with terminfo.
11522 (term-emulate-terminal): Handle reset.
11523 (term-reset-terminal): New function.
11524
11525 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
11526
11527 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
11528 (zone-fill-out-screen): New func.
11529 (zone-pgm-drip): Use `zone-fill-out-screen'.
11530 Also, no longer go to point-min on every cycle.
11531 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
11532 (zone-pgm-random-life-wait): New user var.
11533 (zone-pgm-random-life): New func.
11534
11535 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
11536
11537 * files.el (auto-mode-alist): Map .com to DCL mode.
11538
11539 2004-12-09 Richard M. Stallman <rms@gnu.org>
11540
11541 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
11542
11543 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
11544
11545 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
11546 buffer with a display margin.
11547
11548 2004-12-08 Jay Belanger <belanger@truman.edu>
11549
11550 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
11551 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
11552
11553 2004-12-08 Richard M. Stallman <rms@gnu.org>
11554
11555 * faces.el: Delete code to set display table.
11556 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
11557
11558 2004-12-08 Jay Belanger <belanger@truman.edu>
11559
11560 * calc/calc.el: Add math-read-preprocess-string to autoloads.
11561
11562 * calc/calc-ext.el (math-read-replacement-list)
11563 (math-read-superscripts, math-read-preprocess-string): Move to
11564 calc-aent.el.
11565
11566 * calc/calc-aent.el (math-read-replacement-list)
11567 (math-read-superscripts, math-read-preprocess-string): Move from
11568 calc-ext.el.
11569
11570 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * isearch.el (isearch-quote-char): Fix up typo in last change.
11573
11574 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
11575
11576 * mouse.el (mouse-set-font): Handle the case where the command was
11577 not invoked using the mouse.
11578
11579 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
11580 (edmacro-finish-edit): Further update for keyboard macros that are
11581 lambda forms.
11582 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
11583
11584 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * font-lock.el (font-lock-unfontify-region): Save buffer state.
11587 (font-lock-default-unfontify-region): Don't save buffer state any more.
11588
11589 2004-12-07 Jay Belanger <belanger@truman.edu>
11590
11591 * calc/calc-help.el (calc-describe-key):
11592 Set calc-summary-indentation even when Calc Summary buffer exists.
11593
11594 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
11595
11596 * calendar/holidays.el (holiday-easter-etc): Make arguments
11597 optional for backwards compatibility. Doc fix.
11598 Remove un-necessary local vars mandatory, output-list.
11599 (holiday-advent): Make arguments optional for backwards
11600 compatibility. Doc fix.
11601
11602 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11603
11604 * paren.el (show-paren-function): Fix last change (2004-12-02).
11605
11606 * international/mule-util.el (char-displayable-p): Return nil for
11607 unibyte mode.
11608
11609 * subr.el (subregexp-context-p): New function.
11610
11611 * isearch.el (isearch-quote-char): Use it.
11612
11613 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
11614 (regexp-opt-not-groupie*-re): Remove.
11615 (regexp-opt): Properly handle inputs with duplicate entries.
11616
11617 2004-12-06 Richard M. Stallman <rms@gnu.org>
11618
11619 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
11620
11621 * cus-edit.el (custom-file): Doc fix.
11622
11623 * textmodes/org.el: New file.
11624
11625 2004-12-06 Kenichi Handa <handa@m17n.org>
11626
11627 * ldefs-boot.el: Update international/mule-util.el section.
11628
11629 2004-12-05 Sam Steingold <sds@gnu.org>
11630
11631 * net/tramp.el (tramp-handle-file-accessible-directory-p):
11632 Fix `tramp-time-diff' comparison logic.
11633
11634 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
11635
11636 * progmodes/which-func.el (which-function):
11637 Use `run-hook-with-args-until-success' instead of a custom loop.
11638 Fixes bug with local hooks.
11639
11640 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11641
11642 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
11643 Use delete-dups when calculating the initial value.
11644 (bibtex-autokey-get-title): Use <=.
11645 (bibtex-goto-line): New function.
11646 (bibtex-reposition-window): Use line numbers instead of point
11647 positions. Use window-body-height.
11648 (bibtex-find-crossref): Use bibtex-reposition-window.
11649 (bibtex-find-entry): Use bibtex-reposition-window. Always return
11650 position of entry if key is found or nil if not found.
11651
11652 2004-12-05 Richard M. Stallman <rms@gnu.org>
11653
11654 * cus-edit.el (custom-file): Doc fix.
11655
11656 * progmodes/sh-script.el (sh-indent-for-then): Change default.
11657
11658 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11659
11660 * simple.el (blink-matching-open):
11661 * textmodes/tex-mode.el (tex-validate-region):
11662 Obey syntax-table text properties.
11663
11664 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
11665
11666 * wid-edit.el (widget-specify-field): Add `real-field' property to
11667 boundary.
11668 (widget-field-at): Use it.
11669
11670 2004-12-02 Richard M. Stallman <rms@gnu.org>
11671
11672 * progmodes/cc-mode.el (awk-mode autoload):
11673 Supply t meaning interactive function.
11674
11675 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
11676 (isearch-mode-map): No special definition for space.
11677 (isearch-whitespace-chars): Command deleted.
11678 (isearch-forward-regexp): Doc fix.
11679 (isearch-quote-char): When a space is not inside brackets,
11680 use `[ ]' instead of just space.
11681 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
11682
11683 * imenu.el (imenu--generic-function): Delete code to exclude
11684 matches in comments.
11685
11686 * man.el (Man-reverse-face): Change default to `highlight'.
11687
11688 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
11689 (occur-engine): Use `face' prop rather than `font-lock-face'
11690 when specifying use of `match-face'.
11691 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
11692
11693 * emacs-lisp/elint.el (elint-standard-variables): Update list.
11694
11695 * add-log.el (add-log-current-defun): Handle the case where point
11696 is in the header part of a DEFUN construct.
11697
11698 2004-12-02 Dave Love <fx@gnu.org>
11699
11700 * progmodes/python.el (python-font-lock-syntactic-keywords):
11701 Fix previous change.
11702
11703 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
11704
11705 * paren.el (show-paren-function): Check for matching chars
11706 specified by text props.
11707
11708 2004-12-02 Jay Belanger <belanger@truman.edu>
11709
11710 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
11711 when reading a new key sequence.
11712
11713 2004-12-02 Kim F. Storm <storm@cua.dk>
11714
11715 * faces.el (escape-glyph): Rename from glyph.
11716 (standard-display-table): Set it here. Add escape-glyph face to
11717 extra slot characters.
11718
11719 * disp-table.el: Undo 2004-12-01 change. Display table is now
11720 setup in faces.el.
11721
11722 2004-12-02 Mark A. Hershberger <mah@everybody.org>
11723
11724 * xml.el (xml-parse-dtd): Don't show validity messages when
11725 xml-validating-parser is nil.
11726 (xml-substitute-special): Fix validity error messages to
11727 actually show the unexpandable entity. Added validity error if &
11728 isn't followed by an entity.
11729 (xml-parse-tag): Concatenate any string following the a
11730 <![CDATA[]]> section to the parsed CDATA.
11731 (xml-parse-dtd): Skip parameter entity declarations and use of
11732 parameter entities.
11733
11734 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
11735
11736 * kmacro.el (kmacro-default-counter-format): New var.
11737 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
11738 (kmacro-display): Remove `nil' from `and' form. Delete call to
11739 `format' inside `message'.
11740 (kmacro-start-macro): Use `kmacro-default-counter-format'.
11741
11742 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11743
11744 * pcvs.el (cvs-header-msg): New function.
11745 (cvs-update-header): Use it. Change calling convention.
11746 Correctly handle the case of having simultaneous active processes.
11747 (cvs-sentinel): Don't call cvs-update-header any more.
11748 (cvs-mode-run): Update call and add cvs-update-header to postproc.
11749
11750 2004-12-01 Jay Belanger <belanger@truman.edu>
11751
11752 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11753 Change message.
11754
11755 2004-12-01 Juri Linkov <juri@jurta.org>
11756
11757 * progmodes/prolog.el (prolog-mode-variables):
11758 Fix imenu-generic-expression.
11759
11760 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
11761
11762 * faces.el (glyph): New face.
11763
11764 * disp-table.el: Add an autoloaded table, that doesn't require
11765 this library, with glyph face.
11766
11767 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11768 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11769 (conf-quote-normal): Allow normalizing only ' or ".
11770 (conf-mode): Regexp-quote constructed comment-start and don't
11771 match section {} where "name" contains braces.
11772
11773 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11774 files.
11775
11776 2004-12-01 Kenichi Handa <handa@m17n.org>
11777
11778 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11779 (x-select-text): Don't treat eight-bit-control/graphic chars
11780 specially. Store the encoded text in the X cut buffer.
11781 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11782 with x-last-selected-text-cut-encoded.
11783
11784 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11785
11786 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11787
11788 2004-11-30 Markus Rost <rost@ias.edu>
11789
11790 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11791 AUCTeX.
11792
11793 2004-11-30 Jay Belanger <belanger@truman.edu>
11794
11795 * calc/calc-arith.el (math-possible-signs): Made stronger checks
11796 on signs of intervals.
11797 (math-pow-of-zero): Strengthen checks for positive and negative
11798 exponents.
11799
11800 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11801 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11802 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11803 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11804 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11805 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
11806 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
11807 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11808 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11809 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11810 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11811 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11812 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
11813 functions with provide statements.
11814
11815 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11816
11817 * calc/calc-embed.el (calc-do-embedded-activate): Remove from
11818 autoloads.
11819
11820 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11821 (calc-load-everything, math-defsimplify): Replace dummy autoloading
11822 functions by require statements.
11823 (math-defsimplify): Move to calc-alg.el, add to autoloads.
11824
11825 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11826 (calc-gnuplot-print): Give them values.
11827
11828 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11829 autoloads.
11830 Add calc-do-embedded-activate to autoloads.
11831 (calc-gnuplot-name, calc-gnuplot-plot-command)
11832 (calc-gnuplot-print-command): Move them to calc-graph.el.
11833
11834 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11835
11836 * term/mac-win.el (ccl-encode-mac-roman-font)
11837 (ccl-encode-mac-cyrillic-font)
11838 (ccl-encode-mac-centraleuropean-font, encoder-list)
11839 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11840 Support Cyrillic, CentralEuropean, and Dingbat font display
11841
11842 2004-11-30 Andre Spiegel <spiegel@gnu.org>
11843
11844 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11845
11846 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11847 still nil.
11848
11849 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
11850
11851 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11852 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11853
11854 2004-11-29 Jay Belanger <belanger@truman.edu>
11855
11856 * calc/calc-arith.el (math-pow-of-zero): Take into account different
11857 cases of the base and exponent.
11858
11859 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
11860
11861 * simple.el (next-error-buffer-p): Allow for inclusive and
11862 exclusive tests for finding a buffer.
11863 (next-error-find-buffer): Pass the exclusive and inclusive tests
11864 to next-error-buffer-p.
11865
11866 * replace.el (occur-next-error): Switch to the Occur buffer when
11867 appropriate, use the exclusive filter to next-error-find-buffer to
11868 do it. Use the absolute value of the motion amount.
11869
11870 2004-11-29 Kenichi Handa <handa@m17n.org>
11871
11872 * startup.el (command-line): Decode all default-directory by
11873 locale-coding-system.
11874
11875 2004-11-29 Jay Belanger <belanger@truman.edu>
11876
11877 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11878 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11879 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11880 Replace calls to calc-extensions by appropriate require, replace
11881 calc-extensions-loaded by appropriate featurep.
11882
11883 * calc/calc-ext.el: Move require to end of file. Remove redundant
11884 loading of calc.el.
11885 (calc-extensions-loaded): Remove unnecessary variable.
11886 (calc-extensions): Remove unnecessary function.
11887 (calc-load-everything): Replace calc-need-macros by appropriate
11888 require.
11889
11890 * calc/calc-macs.el: Move provide to end of file.
11891 (calc-need-macros): Remove unnecessary function.
11892
11893 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11894 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11895 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11896 Replace calc-extensions by appropriate require.
11897 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11898
11899 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
11900 Replace calc-need-macros by appropriate require.
11901
11902 * calc/calc.el: Move require to end of file.
11903 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
11904 Remove unnecessary variable.
11905 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11906 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11907 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11908 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11909 (math-stack-value-offset, math-format-value, math-format-flat-expr)
11910 (math-format-number, math-format-bignum, math-read-number)
11911 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11912 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11913 by appropriate require.
11914 (calc-check-defines): Replace calc-need-macros by appropriate require.
11915
11916 2004-11-29 Kim F. Storm <storm@cua.dk>
11917
11918 * macros.el (insert-kbd-macro): Handle kmacro functions.
11919
11920 2004-11-28 Juri Linkov <juri@jurta.org>
11921
11922 * compare-w.el (compare-windows-highlight): Attach each overlay
11923 to its window to properly highlight differences while comparing
11924 two windows of the same buffer. Fix arguments.
11925 (compare-windows-sync-default-function): Fix arguments of
11926 `compare-windows-highlight'.
11927
11928 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11929 Use `read-expression-history'. Set initial contents only if
11930 `edebug-global-break-condition' is non-nil. Set histpos to 1
11931 if initial contents is equal to the last history element.
11932 (edebug-set-conditional-breakpoint): Instead of temporarily
11933 prepending the current condition to the history, set initial
11934 contents to the current condition. Set histpos to 1 if initial
11935 contents is equal to the last history element.
11936
11937 * info.el (Info-search-whitespace-regexp): Remove shy group.
11938 (Info-search): Forward line if search is on the header line.
11939 Use search-whitespace-regexp in two other places.
11940
11941 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
11942
11943 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11944 warning. Delay real definition, which uses
11945 `set-fringe-indicators-1' till after the definition of that function.
11946
11947 2004-11-28 Kim F. Storm <storm@cua.dk>
11948
11949 * fringe.el (fringe): New defgroup.
11950 (fringe-mode): Move to fringe group.
11951 (fringe-indicators): New defcustom.
11952 (set-fringe-indicators-1): New defun.
11953
11954 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11955 (menu-bar-showhide-fringe-ind-menu): New keymap.
11956 (menu-bar-showhide-fringe-ind-empty)
11957 (menu-bar-showhide-fringe-ind-mixed)
11958 (menu-bar-showhide-fringe-ind-box)
11959 (menu-bar-showhide-fringe-ind-right)
11960 (menu-bar-showhide-fringe-ind-left)
11961 (menu-bar-showhide-fringe-ind-none): New defuns.
11962 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11963
11964 2004-11-27 Richard M. Stallman <rms@gnu.org>
11965
11966 * comint.el (comint-read-noecho): Add trivial compatibility definition.
11967
11968 * generic.el (define-generic-mode): Doc fix.
11969
11970 * menu-bar.el (menu-bar-options-save): For the options
11971 that are toggled with menu-bar-make-mm-toggle, don't check
11972 for customized-value prop.
11973
11974 2004-11-27 Eli Zaretskii <eliz@gnu.org>
11975
11976 * mail/supercite.el (sc-cite-region): Handle the case where
11977 sc-cite-frame-alist is a symbol.
11978 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11979 a symbol.
11980 (sc-recite-region): Handle the case where sc-recite-frame-alist is
11981 a symbol.
11982
11983 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11984
11985 * wid-edit.el (widget-narrow-to-field): New function.
11986 (widget-complete): Use it.
11987
11988 2004-11-27 Jay Belanger <belanger@truman.edu>
11989
11990 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11991 variable.
11992 (calc-eval-error): Don't check if the variable calc-eval-error is
11993 bound.
11994 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11995 (math-alg-inequalities): Move declaration to earlier in the file.
11996
11997 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11998 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11999 Declare them.
12000
12001 * calc/calc-lang.el (math-expr-data, math-expr-token)
12002 (math-exp-old-pos): Declare them.
12003
12004 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
12005 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
12006
12007 2004-11-27 Kim F. Storm <storm@cua.dk>
12008
12009 * progmodes/flymake.el: Use (featurep 'xemacs).
12010 (flymake-makehash): Change to defsubst. Use fboundp.
12011 (flymake-time-to-float): Remove.
12012 (flymake-float-time): Merge code from flymake-time-to-float here.
12013 (flymake-replace-regexp-in-string): Change to defsubst.
12014 (flymake-split-string-remove-empty-edges):
12015 Rename to flymake-split-string.
12016 (flymake-split-string): Remove previous defalias.
12017 (flymake-get-temp-dir): Change to defsubst.
12018 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
12019 Define for xemacs only.
12020 (flymake-master-file-count-limit): Change into compiler defvar only.
12021 (flymake-find-possible-master-files): Let-bind it dynamically while
12022 sorting files using flymake-master-file-compare.
12023
12024 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12025
12026 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
12027 of defun-prompt-regexp matches inside a comment/string but the
12028 beginning is correctly outside everything.
12029
12030 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
12031 appears within a string or a comment.
12032
12033 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
12034 rather than make-symbol for symbols which are used in
12035 a symbol-macrolet or equivalent.
12036
12037 2004-11-26 Jay Belanger <belanger@truman.edu>
12038
12039 * calc-misc.el (calc-last-why-command): Declare it.
12040
12041 * calc-vec.el (math-grade-vec): New variable.
12042 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12043 Replace variable grade-vec by declared variable.
12044 (math-rb-close): New variable.
12045 (math-read-brackets, math-read-vector): Replace variable close by
12046 declared variable.
12047
12048 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12049 (calc-one-window, calc-edit-handler, calc-restore-trail)
12050 (calc-allow-ret): Declare them.
12051
12052 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
12053 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12054 (math-radix-float-cache-tag, math-random-cache)
12055 (math-max-digits-cache, math-integral-cache, math-units-table)
12056 (math-format-date-cache, math-holidays-cache-tag): Declare them.
12057 (math-moc-func): New variable.
12058 (math-map-over-constants, math-map-over-constants-rec):
12059 Replace variable func by declared variable.
12060
12061 * calc/calc-store.el (calc-given-value, calc-store-opers):
12062 Declare them.
12063 (calc-var-name-map): Move declaration to earlier in the file.
12064 (calc-pv-pos): New variable.
12065 (calc-permanent-variable, calc-insert-permanent-variable):
12066 Replace variable pos by declared variable.
12067
12068 * calc/calc-mtx.el (calc-det-lu): New variable.
12069 (math-det-raw, math-det-step): Replace variable lu by declared
12070 variable.
12071
12072 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
12073 (math-multi-subst, math-multi-subst-rec): Replace variables temp
12074 and arg by declared variables.
12075 (calcFunc-reducer): Fix incorrect variable.
12076 (math-inner-mul-func, math-inner-add-func): New variables.
12077 (calcFunc-inner, math-inner-mats): Replace variables mul-func
12078 and add-func by declared variables.
12079
12080 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
12081 (calc-digit-value): Declare them.
12082
12083 * calc/calc-help.el (Info-history): Declare it.
12084 (calc-describe-key): Make calc-summary-indentation a local variable.
12085 (calc-help-long-names): Move declaration to earlier in file.
12086
12087 * calc/calc-embed.el (calc-original-buffer): Declare it.
12088 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
12089 (calc-embed-bot): New variables.
12090 (calc-do-embedded, calc-embedded-mark-formula)
12091 (calc-embedded-find-bounds, calc-embedded-duplicate)
12092 (calc-embedded-new-formula, calc-embedded-make-info):
12093 Replace vars outer-top, outer-bot, bot and top by declared variables.
12094 (calc-embed-prev-modes): New variable.
12095 (calc-embedded-set-modes, calc-embedded-update): Replace variable
12096 prev-modes with declared variable.
12097 (calc-embed-vars-used): New variable.
12098 (calc-embedded-make-info, calc-embedded-evaluate-expr)
12099 (calc-embedded-update, calc-embedded-find-vars): Replace variable
12100 vars-used by declared variable.
12101
12102 * calc/calc-bin.el (math-format-radix-float): Make pos a local
12103 variable.
12104 (math-format-radix-float): Remove unnecessary setq.
12105 (math-radix-float-cache): Declare it.
12106
12107 * calc/calcsel2.el (calc-keep-selection): Declare it.
12108
12109 * calc/calc-maint.el: Remove file.
12110
12111 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12112
12113 * textmodes/bibtex.el (bibtex-sort-entry-class)
12114 (bibtex-comment-start): Use defcustom.
12115 (bibtex-entry-field-alist): Use nil if initial content of the
12116 field is undefined. Fix docstring.
12117 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
12118 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
12119 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
12120 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
12121 Fix docstring.
12122 (bibtex-autokey-title-terminators): Use only one regexp.
12123 (bibtex-string-maybe-empty-head): New variable.
12124 (bibtex-remove-delimiters-string): New function.
12125 (bibtex-text-in-field-bounds, bibtex-text-in-string):
12126 Use bibtex-remove-delimiters-string.
12127 (bibtex-progress-message, bibtex-field-left-delimiter)
12128 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
12129 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
12130 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
12131 Simplify.
12132 (bibtex-format-entry): Use save-excursion for inherited booktitle.
12133 Use eq and bibtex-remove-delimiters-string. For end markers use
12134 insertion type so that marker stays after inserted text.
12135 (bibtex-autokey-get-names): Return empty string if name is missing.
12136 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
12137 calling bibtex-autokey-name-case-convert.
12138 (bibtex-autokey-demangle-title):
12139 Call bibtex-autokey-titleword-case-convert. Remove call to
12140 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
12141 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
12142 (bibtex-read-key): New optional arg global.
12143 (bibtex-files-expand): New optional arg force.
12144 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
12145 (bibtex-complete-crossref-cleanup): Rename from
12146 bibtex-complete-key-cleanup. Simplify code.
12147 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
12148 Operate on current entry.
12149 (bibtex-button): Add docstring.
12150 (bibtex-entry): Simplify.
12151 (bibtex-make-field): Replace optional arg called-by-yank with more
12152 specific args move and interactive.
12153 (bibtex-end-of-entry): Use forward-sexp.
12154 (bibtex-find-entry-globally): Remove.
12155 (bibtex-find-crossref): Allow for crossref key located in other buffer.
12156 Bound to C-c C-x.
12157 (bibtex-find-entry): New optional args global and display.
12158 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
12159 (bibtex-validate): Use arg force of bibtex-files-expand.
12160 (bibtex-clean-entry): Bugfix, clean string entries properly.
12161 Always keep point at beginning of entry.
12162 (bibtex-complete): Bugfix. Handle string entries properly.
12163 Call cleanup functions only if needed.
12164 (bibtex-String): Use bibtex-read-string-key.
12165 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
12166 case of replacement text.
12167
12168 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12169
12170 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
12171 (tramp-perl-directory-files-and-attributes): New constant.
12172 (tramp-file-name-handler-alist): Delete file-directory-files, add
12173 directory-files-and-attributes.
12174 (tramp-perl-file-attributes): Surround uid and gid by double
12175 quotes. Change parameter id-format from nonnumeric.
12176 (tramp-convert-file-attributes): New function.
12177 (tramp-handle-file-attributes): Use it.
12178 (tramp-maybe-send-perl-script): New function.
12179 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
12180 file mode. Change parameter id-format from nonnumeric.
12181 (tramp-handle-file-attributes-with-ls): Change parameter id-format
12182 from nonnumeric.
12183 (tramp-post-connection): Don't send tramp-perl-file-attributes
12184 script. Reset connection property "perl-scripts".
12185 (tramp-handle-insert-directory): Run real handler when ls-lisp is
12186 in use.
12187
12188 2004-11-26 Lars Hansen <larsh@math.ku.dk>
12189
12190 * desktop.el (desktop-read): Replace mapcar with mapc.
12191 (desktop-create-buffer): Replace mapcar with mapc.
12192 Remove redundant piece of code.
12193
12194 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
12195
12196 * progmodes/gud.el (gud-display-line): Use display-buffer
12197 for GDB-UI as for GUD.
12198
12199 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
12200 Delete variables.
12201 (gdb-ann3): Don't make GUD buffer dedicated.
12202 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
12203 (gdb-display-source-buffer): Delete function.
12204 (gdb-view-source-function, gdb-view-assembler): Delete functions.
12205 (menu): Delete menu bindings for viewing source/assembler.
12206 (gdb-setup-windows, gdb-restore-windows):
12207 Don't dedicate GUD. No assembler now.
12208 (gdb-reset): No need to undedicate source buffers now.
12209 (gdb-source-info): No assembler now.
12210
12211 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
12212
12213 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
12214 width to those for special frames.
12215 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
12216 Use display-buffer.
12217 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
12218 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12219 (gdb-frame-assembler-buffer): Rework like
12220 gdb-frame-breakpoints-buffer.
12221
12222 2004-11-25 Richard M. Stallman <rms@gnu.org>
12223
12224 * progmodes/flymake.el: Reindent.
12225 (flymake-split-string): Turn into defalias.
12226 (flymake-fix-file-name): Rename from flymake-fix-path-name.
12227 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
12228 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
12229 (flymake-build-relative-filename): Rename from ...path.
12230 Fix error message.
12231
12232 2004-11-25 Cheng Gao <chenggao@gmail.com>
12233
12234 * progmodes/flymake.el: Much whitespace and capitalization change.
12235 Move `provide' to end. Require `compile' only when compiling.
12236
12237 2004-11-24 Jay Belanger <belanger@truman.edu>
12238
12239 * calc/calc-alg.el: Added comment.
12240 (math-polynomial-base): Replace variable mpb-top-expr by
12241 math-poly-base-top-expr.
12242
12243 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
12244 (math-polynomial-p1): Replace variable mpb-top-expr by declared
12245 variable.
12246 (math-poly-base-total-base): New variable.
12247 (math-total-polynomial-base, math-polynomial-p1): Replace variable
12248 mpb-total-base by declared variable.
12249 (math-factored-vars, math-to-list): Declare it.
12250 (math-fact-expr): New variable.
12251 (calcFunc-factors, calcFunc-factor, math-factor-expr)
12252 (math-factor-expr-try, math-factor-expr-part): Replace variable
12253 expr by declared variable.
12254 (math-fet-x): New variable.
12255 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
12256 by declared variable.
12257 (math-factor-poly-coefs): Make temp a local variable.
12258
12259 * calc/calc-units.el (calc-convert-units): Make units a local
12260 variable.
12261 (calc-num-units, calc-den-units): New variables.
12262 (calc-explain-units, calc-explain-units-rec): Replace variables
12263 num-units and den-units by declared variables.
12264 (math-cu-unit-list): New variable.
12265 (math-build-units-table, math-compare-unit-names)
12266 (math-convert-units, math-convert-units-rec): Replace variable
12267 unit-list by declared variable.
12268 (math-fbu-base, math-fbu-entry): New variables.
12269 (math-find-base-units, math-find-base-units-rec): Replace variables
12270 base and entry by declared variables.
12271 (math-which-standard): New variable.
12272 (math-to-standard-units, math-to-standard-rec): Replace variable
12273 which-standard by declared variable.
12274 (math-fcu-u): New variable.
12275 (math-find-compatible-unit, math-find-compatible-unit-rec):
12276 Replace variable u by declared variable.
12277 (math-cu-new-units, math-cu-pure): New variables.
12278 (math-convert-units, math-convert-units-rec): Replace variables
12279 new-units and pure by declared variables.
12280 (math-try-cancel-units): New variable.
12281 (math-simplify-units-quotient): Replace variable try-cancel-units by
12282 declared variable.
12283
12284 2004-11-24 Richard M. Stallman <rms@gnu.org>
12285
12286 * textmodes/ispell.el (ispell-check-version):
12287 If default-directory is nonexistent, use home dir.
12288
12289 * progmodes/grep.el (grep-regexp-alist):
12290 Don't match parens around line numbers.
12291
12292 * progmodes/cperl-mode.el (cperl-indent-region)
12293 (cperl-imenu--create-perl-index, cperl-xsub-scan):
12294 Don't print progress messages.
12295
12296 * progmodes/compile.el (compilation-mode-map):
12297 Don't inherit from compilation-minor-mode-map;
12298 copy its bindings instead. But the menu bar Compile
12299 entry now does inherit from compilation-menu-map.
12300
12301 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12302 Use with-no-warnings around compiler-macroexpand.
12303
12304 * imenu.el: Don't always require newcomment.
12305 (imenu--generic-function): Call comment-normalize-vars
12306 if we have a comment syntax.
12307 Exit the loop if REGEXP matches the null string.
12308 Test comment-start as well as comment-start-skip
12309 when deciding whether to check for comments.
12310
12311 * tooltip.el (tooltip-mode): Doc fix.
12312
12313 * term.el (term-escape-char, term-mode): Doc fixes.
12314
12315 2004-11-24 Dave Love <fx@gnu.org>
12316
12317 * progmodes/python.el (python-font-lock-syntactic-keywords):
12318 Check for escapes in the regexp.
12319 (python-quote-syntax): Don't do it here.
12320
12321 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12322
12323 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12324 (gdb-frames-mode-map, gdb-threads-mode-map)
12325 (gdb-registers-mode-map, gdb-locals-mode-map)
12326 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
12327 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
12328
12329 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
12330 (dedicated-switch-to-buffer): Rework.
12331 (gdb-var-evaluate-expression-handler, gdb-put-string):
12332 Remove unused variable bindings.
12333 (gdb-setup-windows, gdb-display-buffer):
12334 Simplify. Use pop-to-buffer.
12335 (gdb-view-source-function): Simplify.
12336 (gdb-frame-breakpoints-buffer):
12337 Use pop-to-buffer, special-display-regexps.
12338
12339 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12340
12341 * progmodes/f90.el (f90-smart-end)
12342 (f90-previous-statement, f90-beginning-of-block): Doc fix.
12343 (f90-calculate-indent): Handle un-named PROGRAM blocks.
12344 (f90-end-of-block): Doc fix. Make check of outermost block
12345 conditional on value of `f90-smart-end'.
12346 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
12347 Handle case where END-BLOCK is nil.
12348 (f90-match-end): Handle un-named PROGRAM blocks.
12349 (f90-backslash-not-special): New function.
12350
12351 2004-11-24 Jay Belanger <belanger@truman.edu>
12352
12353 * calc/calc.el (calc-embedded-active): Removed unnecessary
12354 declaration.
12355 (calc-show-banner): Removed redundant declaration.
12356
12357 * calc/calc-graph.el (calc-gnuplot-default-device)
12358 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12359 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12360 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
12361 Remove redundant initial values.
12362
12363 * calc/calc-arith.el (math-scalar-functions)
12364 (math-nonscalar-functions, math-scalar-if-args-functions)
12365 (math-real-functions, math-positive-functions)
12366 (math-nonnegative-functions, math-real-scalar-functions)
12367 (math-real-if-arg-functions, math-integer-functions)
12368 (math-num-integer-functions, math-rounding-functions)
12369 (math-float-rounding-functions, math-integer-if-args-functions)
12370 (math-super-types): Move declarations to earlier in file.
12371 (math-unit-prefixes): Declared it.
12372 (math-floor-prec, math-trunc-prec): New variables.
12373 (math-trunc-fancy): Replace variable prec by declared variable.
12374 (math-floor-fancy): Replace variable prec by declared variable.
12375 (math-com-bterms): New variable.
12376 (math-commutative-equal, math-commutative-collect):
12377 Replace variable bterms by declared variable.
12378
12379 * calc/calc-misc.el (math-trunc): Replace variable prec by
12380 math-trunc-prec.
12381 (math-floor): Replace variable prec by math-floor-prec.
12382
12383 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
12384 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
12385 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
12386 (math-format-date, math-format-date-part): Replace variables
12387 date, dt, year, month, day, weekday, hour, minute, second and
12388 bc-flag by declared variables.
12389 (math-pd-str): New variable.
12390 (math-parse-date, math-parse-date-word, math-parse-standard-date):
12391 Replace variable str by declared variable.
12392 (math-daylight-savings-hook, math-tzone-names): Move definitions
12393 to earlier in the file.
12394 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
12395 (math-sh-year): New variable.
12396 (math-setup-add-holidays, math-setup-holidays)
12397 (math-setup-year-holidays): Replace variable `year' by declared
12398 variable.
12399
12400 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
12401 New variables.
12402 (math-nth-root-float, math-nth-root-float-iter): Replace variables
12403 n, nf and nfm1 by declared variables.
12404 (math-nri-n): New variable.
12405 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
12406 n by declared variable.
12407 (calcFunc-log): Removed misplaced condition.
12408
12409 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12410
12411 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
12412
12413 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
12414
12415 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
12416 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
12417 Dedicate gdb-related windows.
12418 (gdb-display-buffer): Dedicate gdb-related windows.
12419 Don't grab other frames.
12420 (gdb-reset): Remove dedicated property after debugging.
12421
12422 2004-11-24 Jay Belanger <belanger@truman.edu>
12423
12424 * calc/calc-sel.el: Add comment.
12425
12426 * calc/calc.el (math-stack-value-offset): Replace variables c,
12427 wid and off with math-svo-c, math-svo-wid and math-svo-off.
12428
12429 * calc/calccomp.el (math-comp-sel-tag): Declare it.
12430 (math-svo-c, math-svo-wid, math-svo-off): New variables.
12431 (math-stack-value-offset-fancy): Replace variables c, wid and off
12432 by declared variables.
12433 (math-comp-just, math-comp-comma-spc): New variables.
12434 (math-compose-expr, math-compose-matrix): Replace variables `just'
12435 and comma-spc by declared variable.
12436 (math-comp-vector-prec): New variable.
12437 (math-compose-expr, math-compose-matrix, math-compose-rows):
12438 Replace variable vector-prec by declared variable.
12439 (math-comp-left-bracket, math-comp-right-bracket)
12440 (math-comp-comma): New variables.
12441 (math-compose-expr, math-compose-rows): Replace variables
12442 left-bracket, right-bracket and comma by declared variables.
12443 (math-comp-full-width): New variable.
12444 (math-comp-to-string-flat, math-comp-to-string-flat-term):
12445 Replace variable full-width by declared variable.
12446 (math-comp-highlight, math-comp-word, math-comp-level)
12447 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
12448 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
12449 New variables.
12450 (math-comp-to-string-flat, math-comp-to-string-flat-term)
12451 (math-comp-sel-flat-term): Replace variables comp-highlight,
12452 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
12453 declared variables.
12454 (math-comp-simplify, math-comp-simplify-term)
12455 (math-comp-add-string, math-comp-add-string-sel):
12456 Replace variables comp-highlight, comp-buf, comp-base,
12457 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
12458
12459 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12460
12461 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
12462
12463 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
12464 and x-server-version may throw.
12465
12466 2004-11-23 Kim F. Storm <storm@cua.dk>
12467
12468 * subr.el (substitute-key-definition-key): Optimize.
12469 Don't call indirect-function for nil defn (always signals error).
12470
12471 * ido.el (ido-read-internal): Fix require-match check when
12472 ido-directory-too-big is set.
12473
12474 2004-11-23 Jay Belanger <belanger@truman.edu>
12475
12476 * calc/calc-ext.el (math-read-replacement-list)
12477 (math-read-superscripts): New variables.
12478 (math-read-preprocess-string): New function.
12479 (math-read-expr): Filter input through math-read-preprocess-string.
12480
12481 * calc/calc-aent.el (math-read-exprs): Filter input through
12482 math-read-preprocess-string.
12483
12484 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
12485
12486 * progmodes/compile.el (compilation-start): In cd command use
12487 substitute-env-vars -- not quite shell compatible but better than
12488 nothing.
12489 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
12490 handle the newer versions messages, which are more parseable.
12491
12492 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12493
12494 * reveal.el (reveal-mode-map): New var.
12495 (reveal-mode): Use it.
12496
12497 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
12498
12499 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
12500 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
12501
12502 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12503
12504 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
12505 header-line when needed.
12506 Use fixed-pitch only in the header-line.
12507 Build the underline automatically. Use emdash if available.
12508
12509 2004-11-22 Richard M. Stallman <rms@gnu.org>
12510
12511 * dired.el (dired-recursive-copies): Move from dired-aux.el.
12512 * dired-aux.el (dired-recursive-copies): Move to dired.el.
12513
12514 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
12515
12516 * progmodes/gdb-ui.el (gdb-resync): New function.
12517 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
12518 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
12519 Use it to fail more gracefully.
12520 (gdb-variables): Delete variable.
12521 Re-order variables to reduce byte-compiler warnings.
12522
12523 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12524
12525 * descr-text.el (describe-char):
12526 * paren.el (show-paren-function):
12527 * subr.el (syntax-after): Undo last change.
12528
12529 * progmodes/python.el (run-python): Don't hard code *Python*.
12530 Don't modify global process-environment.
12531 (python-send-region, python-load-file): Don't assume that
12532 python-buffer == (process-buffer (python-proc)).
12533 (python-switch-to-python): Simplify.
12534
12535 * dired.el (dired-align-file): Don't assume line starts with spaces.
12536
12537 2004-11-21 Jay Belanger <belanger@truman.edu>
12538
12539 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
12540 Replace variable `lines' by math-read-big-lines.
12541 (math-read-big-expr): Replace variables the-baseline, the-h2
12542 and err-msg by math-read-big-baseline, math-read-big-h2 and
12543 math-read-err-msg.
12544 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
12545
12546 * calc/calc-lang.el (math-read-big-rec): Fix typo.
12547 (math-read-big-balance): Replace unbound variable by value.
12548 (math-read-big-lines): New variable.
12549 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12550 (math-read-big-error, math-read-big-balance): Replace variable
12551 `lines' by declared variable.
12552 (math-read-big-baseline, math-read-big-h2): New variables.
12553 (math-read-big-rec): Replace variables the-baseline and the-h2
12554 by declared variables.
12555 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
12556 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
12557 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
12558 declared variables.
12559 (math-read-big-err-msg): New variable.
12560 (math-read-big-error): Replace variable err-msg by declared variable.
12561
12562 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * ses.el: Add coding cookie.
12565 Fix up docstrings, follow new commenting conventions.
12566 (ses-header-line-menu): Fix missing variable rename for header-row.
12567 (ses-cell-size): Remove.
12568 (ses-make-cell): New function.
12569 (ses-cell, ses-insert-row, ses-insert-column): Use it.
12570 (ses-calculate-cell): Remove unused var `symbol'.
12571 (ses-narrowed-p): New function.
12572 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
12573 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
12574 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
12575 (ses-setup): Use restore-buffer-modified-p.
12576 (ses-cleanup): Remove unused var `end'.
12577 (ses-header-string-left-offset): Remove.
12578 (ses-create-header-string): Adjust to new behavior of `align-to'.
12579 Truncate excessively large fields to preserve alignment.
12580 (ses-reconstruct-all): Remove unused var `refs'.
12581 (ses-read-cell-printer): Remove unused var `prompt'.
12582 (ses-delete-row): Remove unused var `pos'.
12583 (ses-delete-column): Remove unused var `new'.
12584
12585 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12586
12587 * ps-print.el: Insert :version tag into all defgroup and defcustom.
12588 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12589 Eliminate eval-and-compile usage.
12590 (ps-insert-file): Use insert-file-contents instead of insert-file.
12591 (ps-setup): Code fix.
12592
12593 * printing.el (pr-setup, lpr-setup): Code fix.
12594
12595 2004-11-21 Jay Belanger <belanger@truman.edu>
12596
12597 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
12598 (calc-original-buffer): Declare them.
12599 (calc-user-formula-alist): New variable.
12600 (calc-user-define-formula, calc-fix-user-formula)
12601 (calc-user-define-composition, calc-finish-formula-edit):
12602 Replace variable `alist' by declared variable.
12603 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
12604 (var-q7, var-q7, var-q8, var-q9): Declare them.
12605 (calc-kbd-push): Don't check to see if var-q0 through var-q9
12606 are bound.
12607 (calcFunc-typeof): Replace undeclared variable by expression.
12608 (math-exp-env): New variable.
12609 (math-define-body, math-define-exp): Replace exp-env by declared var.
12610 (math-define-exp): Replace misplaced variable by expression.
12611
12612 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
12613 (calc-curve-model, calc-curve-coefnames): New variables.
12614 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
12615 varnames, model and coefnames by declared variables.
12616 (math-root-widen): New variable.
12617 (math-search-root, math-find-root): Replace variable root-widen by
12618 declared variable.
12619 (var-DUMMY): Declare it.
12620 (math-root-vars, math-min-vars): Move the declarations to earlier in
12621 the file.
12622 (math-brent-min): Make d a local variable.
12623 (math-find-minimum): Replace non-existent variable.
12624 (math-ninteg-romberg): Remove unnecessary variable.
12625 (math-ninteg-temp): New variable.
12626 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
12627 integ-temp by declared variable.
12628 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
12629 New variables.
12630 (math-general-fit): Replace variables first-var, first-coef and
12631 new-coefs by declared variables.
12632 (calcFunc-fitvar): Replace variable first-var by declared variable.
12633 (calcFunc-fitparam): Replace variable first-coef by declared variable.
12634 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
12635 (math-all-vars-vars, math-all-vars-found): New variables.
12636 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
12637 found by declared variable math-all-vars-vars.
12638
12639 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
12640
12641 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
12642 of `defconst'.
12643
12644 2004-11-20 Richard M. Stallman <rms@gnu.org>
12645
12646 * isearch.el (isearch-mode-map): Don't bind SPC.
12647 (isearch-whitespace-chars): Function deleted.
12648 (isearch-search): Bind search-spaces-regexp.
12649 (isearch-lazy-highlight-search): Likewise.
12650 (search-whitespace-regexp): Doc fix.
12651 (isearch-forward-regexp): Doc fix.
12652
12653 * emacs-lisp/bytecomp.el (byte-compile-form):
12654 Move the calls to byte-compile-set-symbol-position,
12655 to avoid having two for the same symbol occurrence.
12656
12657 * comint.el (comint-input-ring-size): Increase to 150.
12658
12659 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
12660 New variables.
12661 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
12662 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
12663
12664 * imenu.el (imenu--generic-function):
12665 Ensure we keep moving backward even if BEG isn't further back.
12666
12667 * replace.el (query-replace-read-to, query-replace-read-from):
12668 Specify t for KEEP-ALL in read-from-minibuffer.
12669
12670 * progmodes/python.el (python-switch-to-python):
12671 If Python isn't running, start it.
12672 Don't alter debug-ignored-errors.
12673
12674 * progmodes/cperl-mode.el (cperl-indent-region):
12675 Don't mind imenu-scanning-message.
12676
12677 * bindings.el (global-map): Bind C-e to move-end-of-line.
12678
12679 * simple.el (line-move-finish): New arg FORWARD.
12680 Ignore invisible newlines, not intangible ones.
12681 Conditions for acceptable stopping positions depend on FORWARD.
12682 (line-move): Pass FORWARD arg to line-move-finish.
12683
12684 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
12685 of HEADER. Compensate for this change in the code to add display
12686 properties. Don't make the first line intangible.
12687
12688 * info.el (Info-search): Fix previous change.
12689
12690 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
12691
12692 * Makefile.in (recompile): Revert 2004-11-19 change.
12693 (compile): Likewise.
12694
12695 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
12696
12697 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
12698
12699 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12700
12701 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
12702 defgroup and defcustom. Eliminate eval-and-compile usage.
12703
12704 * progmodes/ebnf-otz.el: Fix typos.
12705
12706 2004-11-19 Jay Belanger <belanger@truman.edu>
12707
12708 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
12709 (calc-edit-finish, calc-finish-stack-edit): Replace variable
12710 disp-trail by declared variable.
12711
12712 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
12713 (calc-finish-selection-edit): Replace variable disp-trail by
12714 declared variable.
12715 (calc-selection-cache-entry): Move declaration to earlier in the file.
12716 (calc-selection-cache-num, calc-selection-cache-comp)
12717 (calc-selection-cache-offset, calc-selection-true-num)
12718 (calc-final-point-line, calc-final-point-column)
12719 (calc-original-buffer): Declare them.
12720 (calc-fnp-op, calc-fnp-num): New variables.
12721 (calc-find-nth-part, calc-find-nth-part-rec)
12722 (calc-select-previous): Replace op and num by declared variables.
12723 (calc-rsf-old, calc-rsf-new): New variables.
12724 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
12725 Replace variables old and new by declared variables.
12726 (calc-sel-reselect): New variable.
12727 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
12728 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
12729 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
12730 reselect with declared variable.
12731
12732 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
12733 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
12734 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
12735 (math-import-list, math-rewrite-phase): Declare them.
12736 (math-rewrite): Use let* to declare variables.
12737 (calc-rewrite-selection): Make rules a local variable.
12738 (calc-rewr-sel): New variable.
12739 (calc-rewrite-selection, calc-locate-selection-marker)
12740 (calc-rewrite): Use the declared variable calc-rewr-sel instead
12741 of sel.
12742 (math-rewrite-whole-expr): New variable.
12743 (math-rewrite, math-rewrite-phase): Replace variable expr by
12744 declared variable.
12745 (math-rewrite-heads-heads, math-rewrite-heads-skips)
12746 (math-rewrite-heads-blanks ): New variables.
12747 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12748 heads, skips and blanks by declared variables.
12749 (math-rwcomp-subst-old, math-rwcomp-subst-new)
12750 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12751 New variables.
12752 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12753 old, new, old-func and new-func by declared variables.
12754 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12755 Remove unnecessary variable.
12756 (math-apply-rw-regs): New variable.
12757 (math-apply-rewrites, math-rwapply-replace-regs)
12758 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
12759 (math-apply-rw-ruleset): New variable.
12760 (math-apply-rewrites, math-rwapply-remember): Replace variable
12761 ruleset by declared variable.
12762
12763 2004-11-19 Richard M. Stallman <rms@gnu.org>
12764
12765 * info.el (Info-search): Use search-whitespace-regexp.
12766
12767 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12768
12769 * vc-rcs.el (vc-rcs-parse): New function.
12770 (vc-rcs-annotate-command): Likewise.
12771 (vc-rcs-annotate-current-time): Likewise.
12772 (vc-rcs-annotate-time): Likewise.
12773 (vc-rcs-annotate-extract-revision-at-line): Likewise.
12774
12775 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12776
12777 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12778
12779 2004-11-18 Jay Belanger <belanger@truman.edu>
12780
12781 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
12782
12783 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12784
12785 * printing.el: Eliminate use of interactive-p and eval-and-compile.
12786 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12787 Use make-temp-file to generate PostScript files in any situation.
12788 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
12789 (pr-interactive-p): Eliminate var.
12790 (pr-save-interactive): Eliminate macro.
12791 (pr-interface, pr-ps-directory-preview)
12792 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12793 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12794 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12795 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12796 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12797 (pr-ps-region-ps-print, pr-ps-mode-preview)
12798 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12799 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12800 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12801 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12802 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12803 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12804 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12805 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12806 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12807 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12808 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12809 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
12810 Eliminate pr-save-interactive usage.
12811 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
12812 Eliminate pr-interactive-p usage.
12813 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12814 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12815 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12816 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12817 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12818 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
12819 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12820 New funs.
12821 (pr-ps-file): Use make-temp-file to generate a temporary file.
12822
12823 2004-11-17 Jay Belanger <belanger@truman.edu>
12824
12825 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12826 a local variable.
12827 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
12828 (math-top-only): New variable.
12829 (math-simplify, math-simplify-step): Replace variable top-only by
12830 declared variable math-top-only.
12831 (math-simplify-expr): Declare it.
12832 Replace argument expr in all calls of math-defsimplify by
12833 math-simplify-expr.
12834 (math-simplify-plus, math-simplify-times, math-simplify-divide)
12835 (math-simplify-divisor, math-simplify-one-divisor)
12836 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
12837 (math-simplify-pow): Replace variable expr by declared variable
12838 math-simplify-expr.
12839 (math-simplify-divisor): Remove local variables temp and op.
12840 (math-simplify-one-divisor): Make temp and op local variables.
12841 (math-simplify-divisor-nover, math-simplify-divisor-dover):
12842 New variables.
12843 (math-simplify-divisor, math-simplify-one-divisor):
12844 Replace variables nover and dover by declared variables.
12845 (math-expr-subst-new, math-expr-subst-old): New variables.
12846 (math-expr-subst, math-expr-subst-rec): Replace variables new
12847 and old by declared variables.
12848 (math-is-poly-degree, math-is-poly-loose): New variables.
12849 (math-is-polynomial, math-is-poly-rec): Replace variables degree
12850 and loose by declared variables.
12851 (math-poly-base-const-ok, math-poly-base-pred): New variables.
12852 (math-polynomial-base, math-polynomial-base-rec):
12853 Replace variables const-ok and mpb-pred by declared variables.
12854
12855 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12856
12857 * calc/calc-ext.el (math-defsimplify): Change the argument in
12858 the created function to math-simplify-expr.
12859
12860 * calc/calc-units.el (math-simplify-expr): Declare it.
12861 Replace argument expr in all calls of math-defsimplify by
12862 math-simplify-expr.
12863 (math-simplify-units-prod): Replace variable expr by declared
12864 variable math-simplify-expr.
12865
12866 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12869 Replace mapcar->dolist, format->string.
12870
12871 2004-11-17 Miles Bader <miles@gnu.org>
12872
12873 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12874 * progmodes/idlwave.el: Remove RCS keywords.
12875
12876 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
12877
12878 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12879 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
12880 Update to IDLWAVE version 5.5. Too many changes to list them here.
12881 * progmodes/idlw-help.el: New file.
12882
12883 2004-11-16 Richard M. Stallman <rms@gnu.org>
12884
12885 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12886 Discard spaces after \i according to TeX rules.
12887
12888 * international/mule.el (set-buffer-file-coding-system):
12889 New arg NOMODIFY.
12890 (after-insert-file-set-coding): Pass that new arg.
12891 Prevent set-buffer-multibyte from trying to lock the file.
12892
12893 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12894
12895 * saveplace.el (save-place): Doc fix.
12896
12897 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12898 temporarily widen before finding the following word to copy.
12899
12900 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
12901 (cl-map-keymap): Definition deleted.
12902
12903 * subr.el (map-keymap-internal): New function.
12904
12905 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12906
12907 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12908 when pressing rather than when releasing mouse-2. Simplify.
12909
12910 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12911
12912 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12913 (compilation-mode): Set it here instead.
12914
12915 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12916
12917 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12918 (loop, cl-parse-loop-clause, defsetf): Use backquote.
12919
12920 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * progmodes/compile.el (compilation-internal-error-properties):
12923 Fix up a transposition-typo. Check end-col before using it.
12924
12925 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
12926
12927 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12928 Discard whitespace after macro \i when converting it.
12929
12930 2004-11-16 Juri Linkov <juri@jurta.org>
12931
12932 * emacs-lisp/find-func.el (find-function-regexp):
12933 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
12934 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
12935 Remove invalid `\W' from [^cgv\W]. Doc fix.
12936 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12937
12938 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
12939
12940 * play/life.el: Maintainer is now FSF.
12941 (life-patterns, life-neighbor-deltas, life-window-start)
12942 (life-current-generation, life-generation-string): Use defvar
12943 instead of defconst.
12944
12945 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12946
12947 * progmodes/compile.el (compilation-move-to-column): New fun.
12948 (compilation-internal-error-properties)
12949 (compilation-next-error-function): Use it to make sure we don't go past
12950 the end of line.
12951
12952 2004-11-15 John Paul Wallington <jpw@gnu.org>
12953
12954 * autoinsert.el (auto-insert-alist): Insert the user's name in
12955 copyright notice, rather than Free Software Foundation, for the
12956 Emacs Lisp header case too.
12957
12958 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12959
12960 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12961 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12962 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
12963 return the list of string in a string.
12964 (pr-call-process): Message if calling process returns an error, that
12965 is, the exit status is different of zero.
12966
12967 2004-11-15 Jay Belanger <belanger@truman.edu>
12968
12969 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12970 variable var-thing.
12971 (math-integ-depth, math-integ-level, math-integral-limit)
12972 (math-enable-subst, math-any-substs, math-integ-msg)
12973 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12974 (math-int-threshold, math-int-factors, math-double-roots)
12975 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12976 (var-GenCount): Declare these variables.
12977 (calcFunc-integ): Don't check if var-IntegLimit is bound.
12978 (math-integral-cache, math-integral-cache-state):
12979 Move declarations to earlier in the file.
12980 (math-deriv-var, math-deriv-total, math-deriv-symb)
12981 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12982 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12983 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12984 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12985 (math-solve-res): New variables
12986 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12987 (math-integral, math-replace-integral-parts)
12988 (math-integrate-by-parts, calc-dump-integral-cache)
12989 (math-try-integral, math-do-integral, math-do-integral)
12990 (math-do-integral-methods, math-try-solve-for)
12991 (math-try-solve-prod, math-solve-poly-funny-powers)
12992 (math-solve-crunch-poly, math-decompose-poly)
12993 (math-solve-find-root-term, math-find-root-in-prod)
12994 (math-integ-try-linear-substitutions)
12995 (math-integ-try-substitutions, math-expr-rational-in)
12996 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12997 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12998 (math-solve-for, math-solve-system, math-solve-system-rec)
12999 (math-solve-get-sign, math-solve-get-int)
13000 (math-solve-system-subst): Replace undeclared variables with newly
13001 declared variables.
13002
13003 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13004
13005 * winner.el (winner-active-region, winner-edges, winner-window-list):
13006 Define at toplevel.
13007 (winner-mode-map): Move init inside declaration.
13008
13009 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
13010
13011 * files.el (convert-standard-filename): Doc fix.
13012
13013 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
13014
13015 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
13016 passwd, group, shadow, default/* and pam.d/*.
13017
13018 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13019
13020 * printing.el (pr-menu-spec): Adjust menu specification.
13021
13022 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13023
13024 * printing.el: Doc fix. Insert :version tag into all defcustom.
13025 Handle interactive-p as is recommended in Emacs Lisp Reference.
13026 Set the file permission bits for newly created files.
13027 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13028 The printing menu specification (in `pr-menu-spec') was merged.
13029 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13030 (pr-version): New version number (6.8.3).
13031 (pr-file-modes): New option.
13032 (pr-interactive-p): New var.
13033 (pr-save-interactive, pr-save-file-modes): New macros.
13034 (pr-setup): Code fix.
13035 (pr-menu-spec): Menu specification merged.
13036 (pr-call-process, pr-text2ps): Set file permission bits.
13037 (pr-despool-print): Set file permission bits. Handle interactive-p as
13038 is recommended.
13039 (pr-interface, pr-ps-directory-preview)
13040 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13041 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13042 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13043 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13044 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13045 (pr-ps-region-ps-print, pr-ps-mode-preview)
13046 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13047 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13048 (pr-despool-using-ghostscript, pr-despool-ps-print)
13049 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13050 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13051 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13052 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13053 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13054 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13055 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13056 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13057 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
13058 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
13059 Handle interactive-p as is recommended.
13060
13061 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
13064 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
13065
13066 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
13067 so it doesn't forget to highlight the beginning of the region either.
13068
13069 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
13070
13071 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
13072 (c-font-lock-init): Eliminate obsolete make-local-hook.
13073 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13074 (awk-mode): Use run-mode-hooks.
13075
13076 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
13077
13078 2004-11-13 Kim F. Storm <storm@cua.dk>
13079
13080 * mouse.el (mouse-drag-copy-region): Add :version.
13081 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
13082 while dragging mode line, so mode line can be dragged downwards.
13083 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
13084 while pressing mouse button so window doesn't scroll until we
13085 release the mouse if clicking on partially visible line.
13086
13087 2004-11-12 Jay Belanger <belanger@truman.edu>
13088
13089 * calc/calc-graph.el (calc-dumb-map): Declare it.
13090 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
13091 than unbound.
13092 (calc-graph-name): Made `end' a local variable.
13093 (calc-graph-lookup): Made `varname' a local variable.
13094 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
13095 Declare them.
13096 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
13097 (calc-graph-plot, calc-graph-compute-3d): Remove references to
13098 the unused variable y3vec.
13099 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
13100 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
13101 calc-graph-prev-kill-hook.
13102 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
13103 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
13104 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
13105 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
13106 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
13107 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
13108 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
13109 (calc-graph-y3value, calc-graph-y3name)
13110 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
13111 (calc-graph-stepcount, calc-graph-is-splot)
13112 (calc-graph-surprise-splot, calc-graph-blank)
13113 (calc-graph-non-blank, calc-graph-curve-num): New variables.
13114 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
13115 (calc-graph-recompute-2d, calc-graph-compute-3d)
13116 (calc-graph-format-data): Replace undeclared variables with the
13117 above newly declared variables.
13118
13119 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
13120
13121 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
13122 `rsf-beep' and `rsf-sleep-after-message'.
13123
13124 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
13125 list if `message-sender' is non-nil.
13126
13127 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13128
13129 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
13130 consing by using mapc instead of mapcar.
13131
13132 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
13133
13134 * tooltip.el (require): Explain why CL is needed.
13135
13136 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13137
13138 * printing.el: Insert :version into defgroup (printing). All reference
13139 to Files option in menubar were changed to File.
13140 (pr-version): New version number (6.8.2).
13141 (pr-get-symbol): Call easy-menu-intern.
13142 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
13143 compilation gripes.
13144
13145 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
13148 new byte-compile-function-environment binding to t.
13149
13150 * font-lock.el (font-lock-fontify-syntactically-region):
13151 Don't forget to highlight the last char when we hit `end'.
13152
13153 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
13154 (mwheel-scroll): Adjust accordingly.
13155
13156 * cvs-status.el: Reduce spurious warnings.
13157 (cvs-status-checkout): Remove.
13158 (cvs-status-mode-map): Use cvs-mode-checkout instead.
13159
13160 * pcvs.el (cvs-mode-checkout): New command.
13161
13162 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
13163
13164 * tooltip.el: Require CL.
13165
13166 * emacs-lisp/bytecomp.el: Use push.
13167 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
13168 (defalias): Remove the `byte-compile' property and add
13169 a `byte-hunk-handler'.
13170
13171 2004-11-11 Juri Linkov <juri@jurta.org>
13172
13173 * info.el (Info-search): Save match data for isearch.
13174 Skip Tag Table node.
13175
13176 * descr-text.el (describe-char): Replace syntax-after with code
13177 from its previous version.
13178
13179 * files.el (magic-mode-alist): Use optimization for SGML mode too.
13180 (set-auto-mode): Doc fix. Remove unused variable `xml'.
13181
13182 * international/mule.el (sgml-html-meta-auto-coding-function):
13183 Remove > after <html to allow HTML attributes.
13184
13185 2004-11-11 Jay Belanger <belanger@truman.edu>
13186
13187 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
13188 a variable.
13189 (calcFunc-dfac): Replace unbound max by n.
13190 (math-stirling-local-cache): New variable.
13191 (math-stirling-number, math-stirling-1, math-stirling-2):
13192 Replace the variable `cache' by the declared variable
13193 math-stirling-local-cache.
13194 (var-RandSeed): Declare it as a variable.
13195 (math-init-random-base, math-random-digit): Don't check to see if
13196 var-RandSeed is bound.
13197 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
13198 Declare them instead of just setting them.
13199 (math-init-random-base): Made i a local variable.
13200 (math-random-digit): Made math-random-last a local variable.
13201 (math-prime-test-cache): Move declaration to before it is used.
13202 (math-prime-test-cache-k, math-prime-test-cache-q)
13203 (math-prime-test-cache-nm1, math-prime-factors-finished):
13204 Declare them as variables.
13205
13206 2004-11-11 Jay Belanger <belanger@truman.edu>
13207
13208 * calc/calc-ext.el (math-defcache): Use defvar for the new
13209 variables it creates.
13210
13211 2004-11-11 Lars Hansen <larsh@math.ku.dk>
13212
13213 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
13214 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
13215 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
13216 (desktop-save): Add :version.
13217
13218 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * printing.el (pr-get-symbol): Don't downcase.
13221
13222 2004-11-10 Jay Belanger <belanger@truman.edu>
13223
13224 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
13225 string to kill-ring.
13226
13227 * calc/calc-aent.el (calc-alg-exp, math-toks)
13228 (math-exp-pos,math-exp-old-pos, math-exp-token)
13229 (math-exp-keep-spaces, math-exp-str): New variables.
13230 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
13231 (calcAlg-enter): Use declared variable calc-alg-exp.
13232 (math-build-parse-table, math-find-user-token): Use declared
13233 variable math-toks.
13234 (math-read-exprs, math-read-token, calc-check-user-syntax)
13235 (calc-match-user-syntax, match-factor-after, math-read-factor):
13236 Use declared variables math-exp-pos math-exp-old-pos.
13237 (math-read-exprs, math-read-token, math-read-expr-level)
13238 (calc-check-user-syntax, calc-match-user-syntax)
13239 (match-factor-after, math-read-factor): Use declared variable
13240 math-exp-token.
13241 (math-read-exprs, math-read-expr-list, math-read-token)
13242 (math-read-factor): Use declared variable math-exp-keep-spaces.
13243 (math-read-exprs, math-read-token): Use declared variable
13244 math-exp-str.
13245 (calc-match-user-syntax): Make m a local variable.
13246
13247 * calc/calc-ext.el (math-read-expr): Use declared variables
13248 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
13249 math-exp-keep-spaces.
13250
13251 * calc/calc-forms.el (math-read-angle-bracket): Use declared
13252 variables math-exp-pos, math-exp-str.
13253
13254 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
13255 math-exp-old-pos.
13256 (math-parse-fortran-vector, math-parse-fortran-vector-end)
13257 (math-parse-eqn-prime): Use declared variable math-exp-token.
13258
13259 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
13260 Use declared variable math-exp-pos.
13261 (math-check-for-commas): Use declared variable math-exp-str.
13262 (math-read-brackets): Use declared variables math-exp-old-pos,
13263 math-exp-keep-spaces.
13264 (math-read-brackets, math-read-vector, math-read-matrix):
13265 Use declared variable math-exp-token.
13266
13267 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
13270 where the keymap is a symbol.
13271 (easy-menu-add-item): Use keymap-prompt. Simplify.
13272
13273 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
13274
13275 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
13276 (sgml-parse-tag-backward): Use it to skip spurious < or >.
13277
13278 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
13279
13280 * ebuff-menu.el: Doc fixes throughout.
13281 (electric-buffer-menu-mode-hook): New defvar.
13282
13283 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
13284
13285 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
13286 The resulting compiler warnings appear to be harmless.
13287
13288 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
13289
13290 * textmodes/conf-mode.el: New file.
13291
13292 * files.el (auto-mode-alist, magic-mode-alist): Use it.
13293
13294 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
13297
13298 2004-11-09 Jay Belanger <belanger@truman.edu>
13299
13300 * calc/calc-ext.el (calc-init-extensions): Remove old code.
13301
13302 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
13303 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
13304 (calc-z-prefix-help, calc-user-function-list): Use declared
13305 variables calc-z-prefix-buf, calc-z-prefix-msgs.
13306 (math-map-tree, math-map-tree-rec): Use declared variables
13307 math-mt-many, math-mt-func.
13308 (math-read-expression, math-read-string): Use declared variable
13309 math-expr-data.
13310
13311 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
13312 variable math-normalize-a.
13313
13314 * calc/calc.el (math-normalize-a): New variable.
13315 (math-normalize): Use declared variable math-normalize-a.
13316
13317 * calc/calc-poly.el (math-expand-form): Use declared variable
13318 math-mt-many.
13319
13320 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13321 Use declared variable math-mt-many.
13322 (math-rewrite): Use declared variable math-mt-func.
13323
13324 * calc/calc-vec.el (math-read-brackets, math-read-vector)
13325 (math-read-matrix): Use declared variable math-expr-data.
13326
13327 * calc/calc-lang.el (math-parse-fortran-vector)
13328 (math-parse-fortran-vector-end, math-parse-tex-sum)
13329 (math-parse-eqn-matrix, math-parse-eqn-prime)
13330 (math-read-math-subscr): Use declared variable math-expr-data.
13331
13332 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
13333 (math-read-expr-level, math-read-token, calc-check-user-syntax)
13334 (calc-match-user-syntax, math-read-if, math-factor-after)
13335 (math-read-factor): Use declared variable math-expr-data.
13336
13337 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13338
13339 * calendar/diary-lib.el (diary-from-outlook)
13340 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
13341 interactive-p; but rather new optional argument NOCONFIRM.
13342
13343 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13344
13345 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
13346 (easy-menu-name-match): Revert correspondingly.
13347
13348 2004-11-09 Richard M. Stallman <rms@gnu.org>
13349
13350 * emacs-lisp/bytecomp.el (byte-compile-defalias):
13351 Turn off warnings for the new function even if definition not constant.
13352 If the definition isn't a quoted symbol, record (FUNCTION . t).
13353 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
13354 (byte-compile-callargs-warn): Handle (FUNCTION . t).
13355 (display-call-tree, byte-compile-arglist-warn):
13356 Handle t returned by byte-compile-fdefinition.
13357
13358 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13359
13360 * Makefile.in (maintainer-clean): Depend on distclean.
13361
13362 * help-fns.el (help-C-file-name): File name must be in build-files
13363 to be returned.
13364
13365 2004-11-09 Jay Belanger <belanger@truman.edu>
13366
13367 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
13368 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
13369
13370 * calc/calc.el (calc, calc-trail-display, calc-mode):
13371 Remove obsolete sections.
13372
13373 * calc/calc.el (calc-x-paste-text): Remove.
13374
13375 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
13376 mouse-2.
13377
13378 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
13379
13380 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
13381 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
13382 current frame (in case of recursive calls).
13383 (gdb-show-changed-values): Add :version keyword.
13384
13385 2004-11-09 Kenichi Handa <handa@m17n.org>
13386
13387 * international/mule-cmds.el: Change coding: tag back to
13388 iso-2022-7bit.
13389
13390 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13391
13392 * international/mule-cmds.el: Change coding-system to utf-8.
13393 (select-safe-coding-system-interactively):
13394 New function extracted from select-safe-coding-system.
13395 (select-safe-coding-system): Use it.
13396
13397 2004-11-08 Richard M. Stallman <rms@gnu.org>
13398
13399 * subr.el (syntax-after): Doc fix.
13400
13401 * paren.el (show-paren-function): Change calls to syntax-after
13402 for new way of returning the value.
13403
13404 * menu-bar.el (menu-bar-file-menu): Make this the real name
13405 and menu-bar-files-menu the alias. Use the former.
13406 (global-map): Use `file', not `files', as the symbol.
13407
13408 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
13409
13410 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
13411 Don't use beginning-of-buffer.
13412 (filesets-cmd-show-result): Use with-no-warnings.
13413
13414 2004-11-08 Juri Linkov <juri@jurta.org>
13415
13416 * progmodes/compile.el (compile): Don't overwrite last command in
13417 minibuffer history with default command if they are not equal.
13418
13419 2004-11-08 Jay Belanger <belanger@truman.edu>
13420
13421 * calc/calcalg2.el (math-do-integral-methods): Try linear then
13422 non-linear substitutions.
13423
13424 2004-11-08 Jay Belanger <belanger@truman.edu>
13425
13426 * calc/calcalg2.el (math-linear-subst-tried): New variable.
13427 (math-do-integral): Set `math-linear-subst-tried' to nil.
13428 (math-do-integral-methods): Use `math-linear-subst-tried' to
13429 determine what type of substitution to try.
13430 (math-integ-try-linear-substituion):
13431 Set `math-linear-subst-tried' to t.
13432
13433 2004-11-08 Kim F. Storm <storm@cua.dk>
13434
13435 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
13436
13437 2004-11-07 Juri Linkov <juri@jurta.org>
13438
13439 * info-look.el (info-lookup): Allow reusing in the current buffer
13440 not only *info* buffer, but all (even renamed) Info buffers
13441 by checking for major-mode instead of *info* buffer name.
13442 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
13443 (octave-mode, maxima-mode) <doc-spec>:
13444 Allow long dashes generated by Texinfo 4.7 before definitions.
13445 (texinfo-mode) <doc-spec>: Add space to suffix to find command
13446 definitions with argument separated by space.
13447
13448 2004-11-06 Richard M. Stallman <rms@gnu.org>
13449
13450 * simple.el (next-error group, face): Move before first use.
13451 (next-error-highlight, next-error-highlight-no-select): Likewise.
13452
13453 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
13454 (line-move): New args NOERROR and TO-END.
13455 Return t if succeed in moving specified number of lines.
13456 (move-end-of-line): New function.
13457
13458 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
13459 (end-of-buffer-other-window): Likewise.
13460
13461 * simple.el (line-move-ignore-invisible): Default to t.
13462
13463 * subr.el (syntax-after): Return the syntax letter, not the raw code.
13464
13465 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
13466
13467 * international/iso-cvt.el (iso-cvt-define-menu):
13468 Rename menu-bar-files-menu to menu-bar-file-menu.
13469
13470 * net/browse-url.el (browse-url-gnome-moz-program)
13471 (browse-url-gnome-moz-arguments): Move up before first use.
13472
13473 * net/tramp.el (tramp group): Add :version.
13474
13475 * progmodes/ada-xref.el (ada-gdb-application):
13476 Use goto-char instead of beginning-of-buffer.
13477
13478 * progmodes/cperl-mode.el (cperl-info-on-command):
13479 Use goto-char instead of beginning-of-buffer.
13480
13481 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
13482 Move up before first use.
13483 (idlwave-shell-temp-pro-file): Likewise.
13484 (idlwave-shell-temp-rinfo-save-file): Likewise.
13485 (idlwave-shell-temp-file): Minor doc fix.
13486
13487 * textmodes/flyspell.el (flyspell-external-point-words):
13488 Use goto-char instead of beginning-of-buffer.
13489
13490 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
13491
13492 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
13493 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
13494 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
13495
13496 2004-11-06 David Ponce <david@dponce.com>
13497
13498 * recentf.el (recentf-menu-path): Use menu item name.
13499
13500 2004-11-06 Eli Zaretskii <eliz@gnu.org>
13501
13502 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
13503 display doesn't support images.
13504
13505 2004-11-06 Andreas Schwab <schwab@suse.de>
13506
13507 * tempo.el (tempo-match-finder): Doc fix.
13508
13509 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
13510
13511 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
13512
13513 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
13514 (easy-menu-lookup-name): New fun to replace it.
13515 (easy-menu-get-map): Use it to obey menu item names (rather than just
13516 keys) when looking up `path'.
13517 (easy-menu-always-true-p): Rename from easy-menu-always-true.
13518 (easy-menu-convert-item-1): Adjust to new name.
13519
13520 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
13521
13522 * outline.el (hide-body): Don't hide lines at the top of the file
13523 that precede the first header line.
13524
13525 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
13526
13527 * align.el (align-areas): Delete whitespace before reindenting, so
13528 that tabs are never placed after spaces.
13529
13530 2004-11-06 Alan Shutko <ats@acm.org>
13531
13532 * macros.el (insert-kbd-macro): Do completions based on macros,
13533 rather than all commands.
13534
13535 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
13536
13537 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
13538 to solve a bug whereby tags with 'b' don't match.
13539
13540 2004-11-05 Juri Linkov <juri@jurta.org>
13541
13542 * info.el (Info-search): Don't search in node header lines
13543 and file headers.
13544
13545 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
13546 symbol-constituent characters after dot, not only digits.
13547
13548 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
13549
13550 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
13551
13552 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13553
13554 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13555 if a dialog will be used, read-file-name otherwise.
13556
13557 2004-11-04 Richard M. Stallman <rms@gnu.org>
13558
13559 * textmodes/table.el (table group): Add :version.
13560
13561 * textmodes/ispell.el (ispell-word):
13562 Don't alter args; set them only thru `interactive' spec.
13563
13564 * textmodes/flyspell.el (flyspell-word):
13565 Don't alter FOLLOWING; set it only thru `interactive' spec.
13566
13567 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
13568
13569 * net/browse-url.el (browse-url-maybe-new-window):
13570 Use called-interactively-p.
13571
13572 * mail/supercite.el (sc-cite-region):
13573 Don't use interactive-p. Add arg INTERACTIVE.
13574 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
13575
13576 * international/mule-cmds.el (set-input-method, toggle-input-method):
13577 Don't use interactive-p. Add arg INTERACTIVE.
13578
13579 * eshell/esh-mode.el (eshell-show-maximum-output):
13580 Don't use interactive-p.
13581 (eshell-truncate-buffer): Just message, no error, if buffer is short.
13582
13583 * mouse.el (mouse-show-mark): Get positions to delete from mark
13584 and point, not from mouse-drag-overlay.
13585
13586 * imenu.el (imenu-eager-completion-buffer): Add :version.
13587
13588 * filesets.el (filesets group): Add :version.
13589
13590 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
13591
13592 * files.el (xml-based-modes): Delete var.
13593 (magic-mode-alist): New more general var.
13594 (set-auto-mode): Use it.
13595
13596 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
13597 when clicking from another window.
13598
13599 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
13600
13601 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
13602 (vc-cvs-annotate-time): Incorporate value of deleted var.
13603 Remove special-case handling of beginning-of-buffer cruft.
13604 Cache ending position (point) and return value in text property
13605 `vc-cvs-annotate-time', and consult it on subsequent invocations.
13606
13607 * vc-cvs.el (vc-cvs-annotate-command):
13608 Delete extraneous lines from beginning of buffer.
13609 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
13610
13611 * progmodes/grep.el (grep-default-command): Take empty string
13612 for tag if all other methods yield nil. Shell-quote the tag.
13613
13614 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
13615 spec in `interactive' form, and mention it in the docstring.
13616 Also, make sure point is at bol after calling `annotate-time'.
13617
13618 2004-11-02 Richard M. Stallman <rms@gnu.org>
13619
13620 * cus-edit.el (customize-group-other-window):
13621 Select the window that displays the custom buffer.
13622 (custom-buffer-create-other-window): Likewise.
13623
13624 * comint.el (comint-insert-input): Fix previous change.
13625
13626 * emacs-lisp/elp.el (elp-instrument-function):
13627 Use called-interactively-p.
13628
13629 * emacs-lisp/easymenu.el (easy-menu-intern):
13630 Don't downcase; rather, case-flip the first letter of each word.
13631
13632 * emacs-lisp/easy-mmode.el (define-minor-mode):
13633 Use called-interactively-p.
13634
13635 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
13636 Add interactive-only.
13637 (byte-compile-warnings): Add interactive-only as option.
13638 (byte-compile-interactive-only-functions): New variable.
13639 (byte-compile-form): Warn about calls to functions
13640 in byte-compile-interactive-only-functions.
13641
13642 * emacs-lisp/autoload.el (update-file-autoloads):
13643 Don't use interactive-p; take new arg SAVE-AFTER.
13644
13645 * emacs-lisp/advice.el (ad-make-advised-definition):
13646 Use called-interactively-p.
13647
13648 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13649
13650 * files.el (find-file-existing): New function.
13651
13652 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
13653 find-file-existing. Add "New File..." that calls find-file.
13654
13655 * diropen.pbm, diropen.xpm: New files.
13656
13657 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
13658 icon diropen. New tool bar item find-file-existing uses icon open.
13659
13660 * dired.el (dired-read-dir-and-switches): Call read-directory-name
13661 instead of read-file-name.
13662
13663 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
13664
13665 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
13666 (icalendar--split-value): Change name of work buffer.
13667 (icalendar--get-weekday-abbrev): Return nil on error.
13668 (icalendar--date-to-isodate): New function.
13669 (icalendar-convert-diary-to-ical)
13670 (icalendar-extract-ical-from-buffer): Use only two args for
13671 make-obsolete (XEmacs compatibility).
13672 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
13673 (icalendar-export-region): Doc fix.
13674 If error, return non-nil and write errors to a buffer.
13675 Use correct weekday for weekly recurring events.
13676 Check whether date has been parsed for ordinary events.
13677 Make weekly events start in the year 2000.
13678 DTEND is non-inclusive, shift end date by one day if
13679 necessary (not for entries that have date and time).
13680 Rename local let variables: oops -> found-error, datestring ->
13681 startdatestring.
13682
13683 2004-11-02 Kim F. Storm <storm@cua.dk>
13684
13685 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
13686 keep-mode-if-same variable. Add it as optional arg instead.
13687 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
13688
13689 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
13690 substitute-command-keys will select lower-case bindings like those
13691 used in the static help texts.
13692
13693 * descr-text.el (describe-text-properties): Don't err if called in
13694 the *Help* buffer; output to *Help-2* buffer instead.
13695
13696 * kmacro.el (group kmacro): Add :version.
13697 (kmacro-keyboard-quit): New function to cleanup on C-g.
13698 (kmacro-start-macro): Set defining-kbd-macro to append when
13699 appending to last macro.
13700
13701 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
13702
13703 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
13704
13705 * progmodes/gdb-ui.el (gdb-enable-debug-log)
13706 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
13707 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
13708 Add :version keyword.
13709
13710 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
13711
13712 * progmodes/flymake.el (flymake-err-line-patterns):
13713 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
13714 `compilation-error-regexp-alist-alist' to internal Flymake format.
13715
13716 * progmodes/flymake.el: Eliminate byte-compiler warnings.
13717
13718 2004-11-01 Jay Belanger <belanger@truman.edu>
13719
13720 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
13721 with `interactive "s"'.
13722
13723 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13724
13725 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13726 Revert change from 2004-10-16. '*' checks the current buffer, but the
13727 mouse click may be in another buffer.
13728
13729 2004-11-01 John Paul Wallington <jpw@gnu.org>
13730
13731 * files.el (large-file-warning-threshold): Add :version keyword.
13732 (kill-some-buffers): Doc fix.
13733
13734 * thumbs.el (group thumbs): Add :version keyword.
13735
13736 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
13737
13738 2004-11-01 Richard M. Stallman <rms@gnu.org>
13739
13740 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
13741
13742 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
13743
13744 * allout.el (allout group): Add :version.
13745 (allout-init): Don't use interactive-p.
13746 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
13747 (allout-forward-current-level, allout-backward-current-level):
13748 Don't use interactive-p.
13749
13750 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13751 (bibtex-find-text): Likewise.
13752
13753 * progmodes/vhdl-mode.el (vhdl-fill-region)
13754 (vhdl-beginning-of-statement): Don't use interactive-p.
13755
13756 * progmodes/idlwave.el (idlwave-update-routine-info):
13757 Don't use interactive-p.
13758
13759 * progmodes/idlw-shell.el (idlwave-shell-send-char):
13760 Don't use interactive-p.
13761
13762 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
13763 Don't use interactive-p.
13764
13765 * progmodes/ada-xref.el (ada-make-body-gnatstub):
13766 Don't use interactive-p.
13767
13768 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13769 (fortune-in-buffer): Doc fix.
13770
13771 * play/5x5.el (5x5-new-game): Set up the buffer even if not
13772 interactive.
13773
13774 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13775 don't select the temporary buffer.
13776 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13777 (eudc-get-phone): Likewise.
13778
13779 2004-11-01 Kim F. Storm <storm@cua.dk>
13780
13781 * man.el (Man-xref-normal-file): Fix help-echo.
13782
13783 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13784
13785 * reveal.el (reveal-last-tick): New var.
13786 (reveal-post-command): Use it to avoid closing overlays when we're
13787 appending text to them.
13788
13789 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13790
13791 * textmodes/bibtex.el: Require button.
13792 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13793 (bibtex-reference-keys): Distinguish between header keys and
13794 crossref keys.
13795 (bibtex-beginning-of-field): New function.
13796 (bibtex-url-map): Remove.
13797 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13798 (bibtex-font-lock-url-regexp): Assume that field names begin at
13799 the beginning of a line.
13800 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
13801 Remove field delimiters. Use bibtex-beginning-of-field.
13802 Bugfix, point can be inside a field with a url.
13803 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13804 New functions.
13805 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
13806 (bibtex-key-in-head): Simplify.
13807 (bibtex-current-line): Use bolp.
13808 (bibtex-parse-keys): Remove unused arg `add'.
13809 Use bibtex-type-in-head and bibtex-key-in-head.
13810 (bibtex-parse-entry, bibtex-autofill-entry):
13811 Use bibtex-type-in-head and bibtex-key-in-head.
13812 (bibtex-autokey-get-field): Do not alter case of replacement text.
13813 (bibtex-autokey-get-names): Do all processing of name list.
13814 (bibtex-autokey-get-year): New function.
13815 (bibtex-autokey-get-title): Do all processing of title words.
13816 (bibtex-generate-autokey): Simplify.
13817 (bibtex-string-files-init): Use default-directory.
13818 Allow for absolute file names in bibtex-string-files.
13819 (bibtex-files, bibtex-file-path): New variables.
13820 (bibtex-files-expand): New function.
13821 (bibtex-find-entry-globally): New command.
13822 (bibtex-summary-function): New variable.
13823 (bibtex-summary): Default value of bibtex-summary-function.
13824 (bibtex-find-crossref): New optional args pnt and split.
13825 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13826 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13827 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
13828 Fix handling of required and alternative fields.
13829 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13830 Use cons and display-buffer.
13831 (bibtex-validate-globally): New command.
13832 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
13833 bibtex-parse-keys and bibtex-parse-strings for updating
13834 bibtex-reference-keys and bibtex-strings.
13835 (bibtex-realign): Remove blank lines past the last entry.
13836 (bibtex-reformat): Use bibtex-entry-format as default.
13837 (bibtex-choose-completion-string): Remove.
13838 (bibtex-complete): Do not use bibtex-choose-completion-string.
13839 (bibtex-url): Simplify.
13840
13841 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13842
13843 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13844 (x-dnd-types-alist, x-dnd-open-file-other-window)
13845 (x-dnd-known-types): Add :version.
13846
13847 2004-10-31 John Paul Wallington <jpw@gnu.org>
13848
13849 * ibuffer.el (group ibuffer): Add :version keyword.
13850
13851 2004-10-31 Kim F. Storm <storm@cua.dk>
13852
13853 * ido.el (group ido): Add :version keyword.
13854 (ido-mode): Remove :version keyword.
13855
13856 * emulation/cua-base.el (group cua): Add :version keyword.
13857 (cua-mode): Remove :version keyword.
13858
13859 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
13860
13861 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13862
13863 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13864 compiler warning.
13865 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
13866 function.
13867 (help-at-pt-display-when-idle): Remove autoload.
13868
13869 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13870
13871 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13872
13873 2004-10-30 Juri Linkov <juri@jurta.org>
13874
13875 * help.el (function-called-at-point):
13876 * help-fns.el (variable-at-point): Read -> intern.
13877
13878 2004-10-30 Simon Josefsson <jas@extundo.com>
13879
13880 * progmodes/autoconf.el (autoconf-font-lock-keywords):
13881 Recognize AS_* too.
13882
13883 2004-10-29 Simon Josefsson <jas@extundo.com>
13884
13885 * subr.el (read-passwd): Move back from password.el.
13886
13887 * password.el: Remove, not ready yet.
13888
13889 2004-10-29 Andreas Schwab <schwab@suse.de>
13890
13891 * speedbar.el (speedbar-frame-parameters): Improve customize type.
13892
13893 2004-10-29 Sam Steingold <sds@gnu.org>
13894
13895 * mouse.el (mouse-show-mark): Replace the last occurrence of
13896 x-lost-selection-hooks with x-lost-selection-functions.
13897
13898 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
13901 x-lost-selection-functions is bound.
13902
13903 * mouse-sel.el (mouse-sel-mode):
13904 * emacs-lisp/lselect.el: Adjust to new names for
13905 x-(lost|sent)-selection-functions.
13906
13907 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
13908 New obsolete aliases of x-lost-selection-functions and
13909 x-sent-selection-functions.
13910
13911 2004-10-28 Kim F. Storm <storm@cua.dk>
13912
13913 * imenu.el (imenu-scanning-message): Remove.
13914 (imenu-progress-message): Make it a no-op.
13915
13916 2004-10-28 John Paul Wallington <jpw@gnu.org>
13917
13918 * files.el (set-auto-mode): Call `throw' correctly.
13919
13920 2004-10-28 Juri Linkov <juri@jurta.org>
13921
13922 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13923 to search `Info-...' commands in `info' manual.
13924 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13925 Add 'info-file "emacs" property.
13926 (Info-find-emacs-command-nodes): Fix index line number regexp.
13927 Set real line number (instead of fake 0) in first element of the
13928 returned list.
13929 (Info-goto-emacs-command-node): Use line number of first element
13930 to set point in the first found Info node.
13931
13932 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13933 code to `grep-mode-font-lock-keywords'.
13934 (grep-mode-font-lock-keywords): Delete grep markers instead
13935 of making them invisible.
13936
13937 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13938
13939 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13940 and x-server-version in bug report.
13941
13942 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
13943
13944 * files.el (set-auto-mode-0): New function.
13945 (set-auto-mode): Use it to handle aliased modes and to
13946 be consistent between C-x C-f and C-x C-w.
13947
13948 2004-10-28 Kenichi Handa <handa@m17n.org>
13949
13950 * international/utf-8.el (utf-translate-cjk-charsets):
13951 Add katakana-jisx0201.
13952
13953 * international/subst-jis.el: Add data for JISX0201.
13954
13955 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * obsolete/hilit19.el (hilit-mode): New function.
13958 Move all the toplevel side-effecting stuff into it, so that loading
13959 hilit19 doesn't mess everything up any more.
13960
13961 2004-10-27 Richard M. Stallman <rms@gnu.org>
13962
13963 * add-log.el (add-change-log-entry): Set up mailing address
13964 and full name later, and don't alter add-log-mailing-address
13965 or add-log-full-name.
13966
13967 * elide-head.el (elide-head): Change error to message.
13968 (elide-head-show): Likewise.
13969
13970 * apropos.el (apropos-macrop): Doc fix.
13971
13972 * mouse.el (mouse-show-mark): Do most processing the same
13973 regardless of transient-mark-mode.
13974
13975 * shadowfile.el (shadow-copy-files): Use interactive-p
13976 only to control whether to print a message.
13977
13978 * tar-mode.el (tar-mode): Use write-contents-functions,
13979 not write-contents-hooks.
13980
13981 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13982 directory-sep-char.
13983
13984 2004-10-27 Richard M. Stallman <rms@gnu.org>
13985
13986 * strokes.el (strokes-unload-hook): Fix previous change.
13987
13988 * type-break.el (type-break-run-at-time): Always use run-at-time;
13989 forget the alternatives.
13990 (type-break-cancel-function-timers): Always use cancel-function-timers;
13991 forget the alternatives.
13992
13993 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13994
13995 2004-10-27 Kenichi Handa <handa@m17n.org>
13996
13997 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13998
13999 * international/subst-gb2312.el: Likewise.
14000
14001 * international/subst-big5.el: Likewise.
14002
14003 * international/subst-ksc.el: Likewise.
14004
14005 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
14006 New variable.
14007 (utf-translate-cjk-set-unicode-range): New function.
14008 (utf-translate-cjk-unicode-range): Make it customizable.
14009 (utf-8-post-read-conversion):
14010 Use utf-translate-cjk-unicode-range-string.
14011 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
14012 Unicode ranges.
14013
14014 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
14015
14016 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
14017 trivial variants to shorten the list.
14018 (xml-based-modes): New var.
14019 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
14020 declaration higher priority than auto-mode-alist.
14021
14022 * find-file.el (cc-other-file-alist): Bring it in line with
14023 cc-mode's auto-mode-alist entries and use \' instead of $.
14024
14025 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
14026 and add "Id" and "Name" submenus to it.
14027
14028 * imenu.el (imenu--generic-function): Skip matches in comments.
14029
14030 2004-10-26 Jay Belanger <belanger@truman.edu>
14031
14032 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
14033 (full-calc-keypad, calc-trail-display): Use an extra argument
14034 instead of `interactive-p'.
14035
14036 * calc/calc-misc.el (calc-other-window): Use an extra argument
14037 instead of `interactive-p'.
14038
14039 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14040 `interactive-p'.
14041
14042 2004-10-26 Kim F. Storm <storm@cua.dk>
14043
14044 * help.el (describe-key): Describe both down-event and up-event
14045 for a mouse click.
14046
14047 2004-10-26 Richard M. Stallman <rms@gnu.org>
14048
14049 * woman.el (woman): Don't call interactive-p.
14050
14051 * pcomplete.el (pcomplete): Instead of interactive-p,
14052 use an arg set non-nil by the interactive spec.
14053
14054 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14055 use an arg set non-nil by the interactive spec.
14056
14057 * man.el (Man-cleanup-manpage): Instead of interactive-p,
14058 use an arg set non-nil by the interactive spec.
14059
14060 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14061
14062 * progmodes/flymake.el (flymake-split-string):
14063 Use `flymake-split-string-remove-empty-edges' in any case.
14064
14065 2004-10-26 Masatake YAMATO <jet@gyve.org>
14066
14067 * progmodes/flymake.el (flymake-err-line-patterns):
14068 Use `compilation-error-regexp-alist-alist' instead of
14069 `compilation-error-regexp-alist'.
14070
14071 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14072
14073 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
14074 verbatim face on the \ of \end{verbatim}.
14075
14076 2004-10-25 Jay Belanger <belanger@truman.edu>
14077
14078 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
14079 erasing minibuffer.
14080
14081 2004-10-25 Simon Josefsson <jas@extundo.com>
14082
14083 * subr.el (read-passwd): Move to net/password.el.
14084
14085 * net/password.el (read-passwd): Add. Autoload it.
14086
14087 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
14088
14089 * mouse-sel.el (mouse-sel-mode): Specify custom group.
14090
14091 * simple.el (process-file): Fix logic.
14092
14093 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14094
14095 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
14096 (increase-right-margin): Remove erroneous call to `interactive-p'.
14097
14098 2004-10-24 Kim F. Storm <storm@cua.dk>
14099
14100 * help.el (describe-mode): Fix 2004-10-13 change.
14101 Copy pure "Auto Fill" string so it can be propertized later
14102 without causing a read-only error.
14103
14104 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
14105
14106 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
14107 style indexes.
14108
14109 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
14110
14111 * simple.el (process-file): Accept nil for INFILE. Reported by
14112 Luc Teirlinck.
14113
14114 2004-10-24 Masatake YAMATO <jet@gyve.org>
14115
14116 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
14117 Handle periods and underscores in a function name.
14118 Remove the address fontification.
14119
14120 2004-10-24 Masatake YAMATO <jet@gyve.org>
14121
14122 * progmodes/asm-mode.el (asm-font-lock-keywords):
14123 Use font-lock-variable-name-face for registers.
14124
14125 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
14126
14127 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
14128 kill-all-local-variables.
14129 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
14130 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
14131 Use kill-all-local-variables and provide mode-hooks.
14132 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
14133 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
14134 Suggested by Masatake YAMATO <jet@gyve.org>.
14135
14136 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
14137
14138 * simple.el (process-file): New function, similar to call-process
14139 but supports file handlers.
14140 * vc.el (vc-do-command): Use it, instead of call-process.
14141 * net/tramp-vc.el (vc-do-command): Do not advise it if
14142 process-file is fboundp.
14143 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
14144 process-file.
14145 (tramp-handle-process-file): New function.
14146 (tramp-file-name-for-operation): Support process-file.
14147
14148 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
14149
14150 * calendar/icalendar.el (icalendar--weekday-array): New constant.
14151 (icalendar-weekdayabbrev-table)
14152 (icalendar-monthnumber-table): Delete.
14153 (icalendar--get-month-number): Use calendar-month-name-array.
14154 (icalendar--get-weekday-number): New function.
14155 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
14156 (icalendar-export-region): Handle multi-line entries.
14157 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
14158
14159 2004-10-23 John Paul Wallington <jpw@gnu.org>
14160
14161 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
14162 `wildcards' set to t in interactive spec.
14163
14164 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
14165 interactive spec rather than use `interactive-p'.
14166 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
14167 rather than use function `interactive-p'.
14168
14169 2004-10-22 Kenichi Handa <handa@m17n.org>
14170
14171 * international/mule.el (translate-region): Implement it in Lisp
14172 as a front end of translate-region-internal.
14173
14174 2004-10-21 Jay Belanger <belanger@truman.edu>
14175
14176 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
14177 Declare these variables with defvar.
14178
14179 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
14180 is bound, only check to see if it is bound.
14181
14182 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14183
14184 * textmodes/tex-mode.el (tex-compilation-parse-errors):
14185 Don't output messages.
14186
14187 * calc/calc-help.el (calc-describe-bindings): Fix last change.
14188
14189 2004-10-21 John Paul Wallington <jpw@gnu.org>
14190
14191 * calc/calc-graph.el (calc-graph-init):
14192 Use `set-process-query-on-exit-flag'.
14193
14194 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
14195
14196 * progmodes/compile.el (compilation-start): Rely on `cd' to get
14197 dir right and also allow argumentless cd.
14198
14199 2004-10-19 Richard M. Stallman <rms@gnu.org>
14200
14201 * textmodes/flyspell.el (flyspell-mode): Doc fix.
14202
14203 * eshell/em-unix.el (eshell-grep):
14204 Don't bind compilation-process-setup-function.
14205
14206 * comint.el (comint-insert-input): Use @ in `interactive'.
14207 (comint-input-filter-functions): Doc fix.
14208 (comint-kill-whole-line, comint-get-source): Doc fix.
14209
14210 * progmodes/compile.el (compilation-setup):
14211 Don't set buffer-read-only if MINOR is non-nil.
14212
14213 2004-10-19 Jay Belanger <belanger@truman.edu>
14214
14215 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
14216 (calc-emacs-type-gnu19): Remove.
14217 (calc-digit-map, calc-read-key-sequence, calc-read-key):
14218 Remove check for old emacs versions.
14219
14220 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
14221 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
14222 for current Emacs.
14223
14224 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
14225 the end of the minibuffer.
14226 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
14227 copy `esc-map'.
14228
14229 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
14230
14231 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
14232 call that would be given when the current emacs was used.
14233
14234 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
14235
14236 * calendar/icalendar.el: Set coding to utf-8.
14237 (icalendar-version): Increase to 0.07.
14238 (icalendar-monthnumber-table): Change March pattern.
14239 (icalendar-get-all-event-properties)
14240 (icalendar-set-event-property): Delete.
14241 (icalendar-all-events): No longer interactive.
14242 (icalendar-convert-diary-to-ical)
14243 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
14244 their replacements.
14245 (icalendar-export-file, icalendar-export-region): New functions;
14246 essentially old `icalendar-convert-diary-to-ical' but appending to
14247 target rather than overwriting.
14248 (icalendar-import-file): Append to target file rather than
14249 overwriting. Fourth arg deleted.
14250 (icalendar-import-buffer): New name for old
14251 `icalendar-extract-ical-from-buffer'.
14252 (icalendar--convert-string-for-import): New name for
14253 old `icalendar-convert-for-import'.
14254 (include-icalendar-files): Delete.
14255 Prefix for all internal functions changed from `icalendar-'
14256 to `icalendar--'.
14257
14258 2004-10-19 Richard M. Stallman <rms@gnu.org>
14259
14260 * paths.el (news-path): Fix previous change.
14261
14262 2004-10-18 Jay Belanger <belanger@truman.edu>
14263
14264 * calc/calc-help.el (calc-describe-bindings):
14265 Set `buffer-read-only' to nil while working in the keybindings buffer;
14266 remove some extra information from the keybindings buffer.
14267
14268 2004-10-18 David Ponce <david@dponce.com>
14269
14270 * mouse.el (mouse-drag-move-window-top): New function.
14271 (mouse-drag-mode-line-1): Use it.
14272
14273 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14274
14275 * info.el (Info-fontify-node): For multiline refs,
14276 arrange to unfontify newline and surrounding whitespace.
14277
14278 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14279
14280 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14281 directory is missing.
14282
14283 2004-10-17 John Paul Wallington <jpw@gnu.org>
14284
14285 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
14286 New customizable variable; whether to display buffers that match
14287 `ibuffer-maybe-show-predicates' by default.
14288 (ibuffer-maybe-show-predicates): Mention it in docstring.
14289 (ibuffer-display-maybe-show-predicates): New variable.
14290 (ibuffer-update): Prefix arg now toggles whether buffers that
14291 match `ibuffer-maybe-show-predicates' should be displayed.
14292 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
14293 locally to heed `ibuffer-default-display-maybe-show-predicates'.
14294 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
14295
14296 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
14297
14298 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
14299 work correctly.
14300
14301 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
14302
14303 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
14304 (Buffer-menu-beginning): New helper function.
14305 (Buffer-menu-execute): Use it.
14306 (Buffer-menu-select): Use it.
14307 (Buffer-menu-sort): Use it and also keep markers.
14308
14309 2004-10-17 Richard M. Stallman <rms@gnu.org>
14310
14311 * paths.el (news-directory): Rename from news-path. Old name alias.
14312 (rmail-spool-directory): Use defvar.
14313 (sendmail-program): Use defcustom.
14314 (remote-shell-program): Use defcustom.
14315 (term-file-prefix): Use defvar.
14316 (abbrev-file-name): Use defvar.
14317
14318 * term.el: Add maintainer.
14319
14320 * subr.el (with-local-quit): Return nil if there's a quit.
14321 (read-passwd): Use with-local-quit. Doc fix.
14322
14323 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
14324 (strokes-unload-hook): Set as a variable with add-hook.
14325
14326 * startup.el (fancy-splash-tail, normal-splash-screen):
14327 Update copyright year.
14328
14329 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
14330
14331 * server.el (server-unload-hook): Set as a variable with add-hook.
14332
14333 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
14334
14335 * frame.el (special-display-popup-frame):
14336 Make the buffer current as its frame is created.
14337
14338 * delsel.el (delsel-unload-hook): Set as a variable.
14339
14340 * comint.el (comint-output-filter-functions):
14341 Add comint-watch-for-password-prompt.
14342 (comint-read-noecho): Function deleted.
14343 (send-invisible): Use read-passwd.
14344
14345 * fringe.el (fringe-mode-initialize): New function.
14346 (fringe-mode): Use fringe-mode-initialize as :initialize.
14347
14348 2004-10-17 Kim F. Storm <storm@cua.dk>
14349
14350 * language/indian.el (indian-script-language-alist): Swap value
14351 and doc.
14352 (indian-font-char-index-table): Doc fix.
14353
14354 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14355
14356 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
14357
14358 2004-10-16 Juri Linkov <juri@jurta.org>
14359
14360 * progmodes/compile.el (compilation-start): Move let-binding of
14361 `process-environment' into `with-current-buffer' body.
14362 Reported by Matt Hodges <MPHodges@member.fsf.org>.
14363
14364 2004-10-16 Richard M. Stallman <rms@gnu.org>
14365
14366 * pcvs-util.el (cvs-bury-buffer):
14367 Don't call get-buffer-window for effect.
14368
14369 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
14370
14371 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
14372
14373 * msb.el (msb-unload-hook): Set the variable.
14374
14375 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14376 Use * to err if buffer is readonly.
14377
14378 * subr.el (looking-back): Return only t or nil.
14379
14380 * whitespace.el (whitespace-unload-hook): Set the variable.
14381
14382 * view.el (view-mode-enable): Set view-page-size and
14383 view-half-page-size to nil.
14384 (view-set-half-page-size-default): view-half-page-size = nil
14385 means the default.
14386 (View-scroll-page-forward): Use view-page-size-default.
14387 (View-scroll-page-backward): Likewise.
14388 (view-page-size, view-half-page-size): Doc fixes.
14389
14390 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
14391
14392 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
14393
14394 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
14395 "cl" like other files. Instead, call byte-compile-find-cl-functions.
14396 (byte-compile-log-1): Bind inhibit-read-only.
14397 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
14398 (byte-compile-log-warning): Likewise.
14399 (byte-compile-file-form-require): Detect "cl" from the arg value.
14400
14401 * progmodes/compile.el (compilation-start): Assume compilation-mode
14402 will make the buffer read-only.
14403 (compilation-mode): Take arg name-of-mode.
14404 (compilation-setup): Make buffer read-only.
14405 (compilation-handle-exit): Bind inhibit-read-only.
14406
14407 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
14408 (ispell-message): Likewise.
14409 (ispell-show-choices): Don't call get-buffer-window uselessly.
14410 (ispell-init-process): Use set-process-query-on-exit-flag.
14411
14412 2004-10-16 Kim F. Storm <storm@cua.dk>
14413
14414 * fringe.el (fringe-bitmaps): Only initialize when defined.
14415
14416 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
14417 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
14418
14419 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
14420
14421 2004-10-15 Simon Josefsson <jas@extundo.com>
14422
14423 * net/password.el: Add.
14424
14425 2004-10-14 Masatake YAMATO <jet@gyve.org>
14426
14427 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
14428 (gdb-script-end-of-defun): New function.
14429 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
14430 `gdb-script-end-of-defun' as *-of-defun-function.
14431
14432 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
14433
14434 * button.el (button-activate): Allow a marker to display as an action.
14435
14436 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
14437
14438 * help.el (describe-mode): Use it to make minor mode list into
14439 hyperlinks.
14440
14441 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14442
14443 * vc.el (vc-annotate-display-select): Fix typo.
14444
14445 * subr.el (substitute-key-definition-key): New function.
14446 (substitute-key-definition): Use it with map-keymap.
14447 (event-modifiers): Use push.
14448 (mouse-movement-p, with-temp-buffer): Simplify.
14449
14450 2004-10-12 Jay Belanger <belanger@truman.edu>
14451
14452 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
14453 New variables.
14454 (calc-help-index-entries): New function.
14455 (calc-describe-function): Use `calc-help-function-list' instead of
14456 obarray for completion.
14457 (calc-describe-variable): Use `calc-help-variable-list' instead
14458 of obarray for completion.
14459
14460 2004-10-12 Richard M. Stallman <rms@gnu.org>
14461
14462 * info-look.el (info-lookup-file): Add info-file property.
14463 (info-lookup-symbol): Likewise.
14464
14465 * info.el (info-xref): Add underlining.
14466 (info): Add info-file property.
14467 (Info-find-emacs-command-nodes): Specify case-sensitive search.
14468
14469 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
14470
14471 Sync with Tramp 2.0.45.
14472
14473 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
14474 defined. This is not the case for XEmacs without package "edebug".
14475 (tramp-set-auto-save-file-modes): Set permissions of autosaved
14476 remote files to the permissions of the original file. This is not
14477 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
14478 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
14479 (tramp-perl-decode): Fix an error in Perl implementation.
14480 $pending must be cleared every loop. Reported by Benjamin Place
14481 <benjaminplace@sprintmail.com>
14482
14483 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
14484 Don't activate advice during definition. This is done later on,
14485 depending on test result of `substitute-in-file-name'.
14486 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14487
14488 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
14491
14492 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
14493
14494 2004-10-12 David Ponce <david@dponce.com>
14495
14496 * recentf.el (recentf-edit-list): Update the menu when the recentf
14497 list has been modified.
14498
14499 2004-10-12 Simon Josefsson <jas@extundo.com>
14500
14501 * net/tls.el (tls-certtool-program): New variable.
14502 (tls-certificate-information): New function, based on
14503 ssl-certificate-information.
14504
14505 2004-10-12 Kenichi Handa <handa@m17n.org>
14506
14507 * international/mule.el (coding-system-equal): Move from mule-util.el.
14508
14509 * international/mule-util.el (coding-system-equal): Move to mule.el.
14510
14511 2004-10-12 Kim F. Storm <storm@cua.dk>
14512
14513 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
14514 reset kmacro-initial-counter-value if set.
14515 (kmacro-set-counter): Only set kmacro-counter if defining or executing
14516 macro. Set kmacro-initial-counter-value otherwise. Never set both.
14517 (kmacro-display): Show macro counter if non-zero.
14518
14519 * subr.el (substitute-key-definition): Mention command remapping
14520 in doc string.
14521
14522 2004-10-11 Jay Belanger <belanger@truman.edu>
14523
14524 * calc/calc-misc.el (calc-info-goto-node): New function.
14525 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
14526 node in one step.
14527 (calc-describe-copying, calc-describe-distribution)
14528 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
14529 Go to appropriate info node in one step.
14530
14531 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14532
14533 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
14534
14535 * font-lock.el (font-lock-apply-highlight): Fix last change.
14536
14537 2004-10-11 Simon Josefsson <jas@extundo.com>
14538
14539 * mail/smtpmail.el (smtpmail-open-stream): Look for
14540 starttls-gnutls-program instead of starttls-program iff
14541 starttls-use-gnutls is non-nil.
14542 (smtpmail-open-stream): Don't overwrite user settings of
14543 starttls-extra-arguments and starttls-extra-args.
14544
14545 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14546
14547 * comint.el (comint-mouse-insert-input): Remove.
14548 (comint-insert-input): Make it work for mouse bindings.
14549 (comint-mode-map): Move defs into the declaration.
14550 (comint-output-filter): Typo.
14551
14552 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
14553
14554 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
14555
14556 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
14557 (ange-ftp-call-chmod): Reference remote-shell-program instead of
14558 ange-ftp-remote-shell.
14559
14560 2004-10-10 Andreas Schwab <schwab@suse.de>
14561
14562 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
14563 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
14564 Reported by <sri@asu.edu>.
14565
14566 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
14567
14568 * vc.el (vc-annotate-mode): Remove variable.
14569 (vc-annotate-display-select): Only call vc-annotate-mode
14570 if we're not in that mode already.
14571
14572 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
14573
14574 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
14575 (imenu-choose-buffer-index): Check here for rescan instead.
14576
14577 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
14578 where the face expression evals to nil.
14579
14580 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
14581 (tex-font-lock-keywords-2): Use it.
14582 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
14583
14584 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
14585
14586 2004-10-09 Kim F. Storm <storm@cua.dk>
14587
14588 * subr.el (progress-reporter-update): Define before first usage.
14589 (make-progress-reporter): Doc fix.
14590
14591 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
14592
14593 * textmodes/paragraphs.el (sentence-end-double-space)
14594 (sentence-end-without-period, sentence-end-without-space)
14595 (sentence-end): Doc fixes.
14596
14597 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
14598
14599 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
14600 Change paragraph-start regexp so we don't fill code starting with #'(.
14601
14602 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
14603
14604 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
14605 New defcustom.
14606 (extract-address-components): Use it.
14607
14608 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
14609
14610 * subr.el (make-progress-reporter, progress-reporter-update)
14611 (progress-reporter-force-update, progress-reporter-do-update)
14612 (progress-reporter-done): New functions.
14613
14614 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
14615
14616 * progmodes/etags.el (etags-tags-completion-table): Use progress
14617 reporter.
14618 (etags-tags-apropos): Likewise.
14619
14620 2004-10-08 Alan Mackenzie <acm@muc.de>
14621
14622 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
14623 of current line.
14624
14625 2004-10-08 Masatake YAMATO <jet@gyve.org>
14626
14627 * server.el (server-process-filter): Wrap `process-send-region'
14628 by `condition-case' to guard the case when the pipe to PROC is closed.
14629
14630 2004-10-07 Mark A. Hershberger <mah@everybody.org>
14631
14632 * xml.el (xml-substitute-special): Limit handling of external entities.
14633
14634 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
14635
14636 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
14637
14638 2004-10-06 John Paul Wallington <jpw@gnu.org>
14639
14640 * xml.el (xml-parse-dtd): Fix `error' call.
14641
14642 2004-10-05 Mark A. Hershberger <mah@everybody.org>
14643
14644 * xml.el (xml-substitute-special): Return a single string instead
14645 of a list of strings if an entity substitution is made.
14646
14647 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
14648
14649 * calendar/icalendar.el: New file.
14650
14651 2004-10-05 Juri Linkov <juri@jurta.org>
14652
14653 * isearch.el (isearch-done): Set mark after running hook.
14654 Reported by Drew Adams <drew.adams@oracle.com>.
14655
14656 * info.el (Info-history, Info-toc): Fix Info headers.
14657 (Info-toc): Narrow buffer before Info-fontify-node.
14658 (Info-build-toc): Don't check for special Info file names.
14659 Set main-file to nil if Info-find-file returns a symbol.
14660
14661 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
14662
14663 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
14664 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
14665 * calendar/cal-menu.el (calendar-mode-map): Ditto.
14666
14667 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14668
14669 * calendar/cal-iso.el (calendar-iso-read-args): New function,
14670 for old interactive spec from calendar-goto-iso-date.
14671 (calendar-goto-iso-date): Use it.
14672 (calendar-goto-iso-week): New function. Suggested by Emilio
14673 C. Lopes <eclig@gmx.net>.
14674
14675 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
14676
14677 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
14678 `set-right-margin' bindings that follow the minor mode conventions.
14679
14680 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14681
14682 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
14683 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
14684 (latex-block-args-alist): Add minipage and picture.
14685 (latex-block-body-alist): Use reftex-label if enabled.
14686 (latex-insert-block): Don't insert a \n if not necessary.
14687 (tex-compile-commands): Make sure dvips doesn't send to printer.
14688 (tex-compile-default): Handle the case where no executable is found.
14689 (latex-noindent-environments): New var.
14690 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
14691 If tex-indent-allhanging is non-nil, make sure we only align for macros
14692 at beginning of line.
14693
14694 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
14695
14696 * newcomment.el (comment-beginning): Doc fix and don't choke on
14697 unset `comment-end-skip' when at beginning of comment.
14698
14699 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
14700
14701 * term.el (term-adjust-current-row-cache): Don't allow the current
14702 row to become negative.
14703 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
14704 the end of the line. Fix scroll down. Add comments.
14705 (term-handle-ansi-escape): Don't exceed terminal width when moving
14706 right.
14707 (term-scroll-region): Move the cursor after setting the scroll region.
14708
14709 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
14710
14711 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
14712 to `width' for consistency with docstring. Doc fix.
14713
14714 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
14715
14716 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
14717 This is necessary for derived modes.
14718
14719 2004-09-30 Kim F. Storm <storm@cua.dk>
14720
14721 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
14722 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
14723
14724 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
14725 kmacro-extract-lambda functions.
14726 (edit-kbd-macro): Handle kmacro lambda forms.
14727 Include counter and counter format in edit buffer.
14728 (edmacro-finish-edit): Get counter and format from edit buffer and
14729 update kmacro bindings when found.
14730
14731 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
14732
14733 * textmodes/paragraphs.el (forward-paragraph):
14734 Avoid args-out-of-range error when point winds up at the beginning of
14735 the buffer and hard newlines are enabled.
14736
14737 * newcomment.el (comment-multi-line): Doc fix.
14738
14739 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
14740
14741 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
14742 (diff-fixup-modifs): Catch unified-diff file-headers.
14743
14744 2004-09-29 Kim F. Storm <storm@cua.dk>
14745
14746 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
14747 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14748 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14749
14750 * fringe.el (fringe-bitmap-p): New macro.
14751 (fringe-bitmaps): Add standard fringe bitmaps on load.
14752
14753 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14754
14755 * dired.el (dired-view-command-alist): Use more efficient regexps.
14756 Remove dubious arguments.
14757 (dired-align-file): New function.
14758 (dired-insert-directory): Use it.
14759 (dired-move-to-end-of-filename): Make the " -> " search more specific.
14760 (dired-buffers-for-dir): Remove unused var `pattern'.
14761
14762 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
14763
14764 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14765 from diary display excursion. Store diary buffer's point for
14766 `simple-diary-display'.
14767 (simple-diary-display): Set window point and start when
14768 displaying buffer, to preserve point.
14769
14770 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
14771
14772 * textmodes/enriched.el (enriched-translations): Replace defconst
14773 with defvar.
14774
14775 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14776
14777 * printing.el: Doc fix.
14778 (pr-version): New version number (6.8.1).
14779 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14780 make-temp-name.
14781 (pr-delete-file): Check if file exists before deleting it.
14782 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
14783
14784 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * term.el (term-display-table): New variable.
14787 (term-mode): Use it.
14788 (term-exec-1): Set the coding system to binary.
14789 (term-emulate-terminal): Decode the string before inserting it.
14790
14791 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
14792
14793 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
14794 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
14795 (map): Bind S-prior, S-next and S-insert.
14796 (term-mode): Set `indent-tabs-mode' to nil.
14797 (term-paste): New function to be bound to S-insert.
14798 (term-send-del, term-send-backspace): Change the strings sent.
14799 (term-termcap-format): Synchronize with etc/e/eterm.ti.
14800 (term-handle-colors-array): Fix handling of underline and reverse.
14801 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
14802 (term-erase-in-line): Fix comparison.
14803 (term-emulate-terminal): Fix line wrap handling.
14804 (term-start-output-log): Rename from `term-set-output-log'.
14805 (term-stop-output-log): Rename from `term-stop-photo'.
14806 (term-switch-to-alternate-sub-buffer): Comment out, unused.
14807
14808 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
14809
14810 * dired.el (dired-move-to-filename): Don't output a message if
14811 raise-error is non-nil. Fix return position and value.
14812
14813 * files.el (insert-directory): Obey --dired even with symlinks.
14814
14815 2004-09-25 Lars Hansen <larsh@math.ku.dk>
14816
14817 * ls-lisp.el (ls-lisp-format): Mark file names with property
14818 dired-filename.
14819
14820 2004-09-25 Kim F. Storm <storm@cua.dk>
14821
14822 * ido.el (ido-max-directory-size): New defcustom.
14823 (ido-decorations): Add "too big" element.
14824 (ido-directory-too-big): New dynamic var.
14825 (ido-may-cache-directory): Don't cache big directories.
14826 (ido-directory-too-big-p): New defun.
14827 (ido-set-current-directory): Update ido-directory-too-big.
14828 (ido-read-internal): Make empty ido-cur-item if too-big.
14829 (ido-buffer-internal): Use ido-read-internal directly instead of
14830 ido-read-buffer.
14831 (ido-file-internal): Init ido-directory-too-big.
14832 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14833 and redo completion with full list.
14834 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14835 it, and show completions.
14836 (ido-all-completions): Let bind ido-directory-too-big to nil.
14837 (ido-exhibit): Handle ido-directory-too-big.
14838 (ido-read-buffer): Handle fallback to read-buffer.
14839 Init ido-directory-too-big.
14840 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14841 Init ido-directory-too-big.
14842
14843 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
14844
14845 * subr.el (delay-mode-hooks): Doc fix.
14846
14847 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
14848
14849 * textmodes/enriched.el
14850 (enriched-default-text-properties-local-flag): New variable.
14851 (enriched-mode): Make sure that enabling and disabling the mode is
14852 a no-op. Doc fix.
14853
14854 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
14855
14856 * calendar/holidays.el (holiday-advent): Report on a specified day
14857 offset from advent, not just advent.
14858 (holiday-easter-etc): Report on one specified day offset from
14859 easter, not all easter holidays. Various Easter holidays moved to
14860 `christian-holidays' variable in calendar.el.
14861 * calendar/calendar.el (christian-holidays): Adapt for new
14862 behavior of `holiday-advent' and `holiday-easter-etc' functions.
14863
14864 2004-09-23 Kim F. Storm <storm@cua.dk>
14865
14866 * image.el (insert-sliced-image): Add doc string.
14867
14868 * ido.el (ido-choice-list): New dynamic var for `list' context.
14869 (ido-context-switch-command): New dynamic var.
14870 (ido-define-mode-map): Generalize switch between file/buffer contexts.
14871 (ido-read-internal): Handle new `list' context.
14872 Handle insert-buffer and insert-file ido-exit values.
14873 (ido-buffer-internal): New arg switch-cmd. Use it to setup
14874 ido-context-switch-command. Handle insert-file ido-exit value.
14875 (ido-read-buffer): Set ido-context-switch-command to 'ignore
14876 unless it is already bound by caller.
14877 (ido-file-internal): New arg switch-cmd. Use it to setup
14878 ido-context-switch-command. Handle insert-buffer ido-exit value.
14879 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14880 used for context switching.
14881 (ido-all-completions): Handle new `list' context.
14882 (ido-make-choice-list): Return choices for `list' context.
14883 (ido-find-file-in-dir, ido-display-file, ido-write-file)
14884 (ido-display-buffer, ido-kill-buffer): Disable context switching.
14885 (ido-insert-buffer, ido-insert-file): Setup context switching.
14886 (ido-exhibit): Handle `list' context.
14887 (ido-read-file-name): Disable context switching. Handle fallback.
14888 (ido-read-directory-name): Disable context switching.
14889 (ido-completing-read): New defun like completing-read. Setup and
14890 use new `list' context.
14891
14892 2004-09-20 Jesper Harder <harder@ifa.au.dk>
14893
14894 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14895
14896 2004-09-21 Jay Belanger <belanger@truman.edu>
14897
14898 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
14899 `calc-graph-set-styles' so the gnuplot buffer will appear in a
14900 separate window.
14901
14902 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
14903
14904 * subr.el (after-change-major-mode-hook): Doc fix.
14905
14906 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14907
14908 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
14909 of ghostscript for monochrome PostScript file in Windows.
14910
14911 2004-09-21 Kenichi Handa <handa@m17n.org>
14912
14913 * descr-text.el (describe-char): Checking of quail activation fixed.
14914
14915 2004-09-21 Jay Belanger <belanger@truman.edu>
14916
14917 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
14918
14919 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
14920
14921 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14922 after the mode hooks instead of before. Doc fix.
14923
14924 2004-09-20 Jason Rumney <jasonr@gnu.org>
14925
14926 * startup.el (command-line) [windows-nt]: Try .emacs first, then
14927 _emacs, but revert to .emacs if neither exists in home directory.
14928
14929 2004-09-20 John Paul Wallington <jpw@gnu.org>
14930
14931 * bindings.el (completion-ignored-extensions): Add .dfsl.
14932
14933 2004-09-20 Richard M. Stallman <rms@gnu.org>
14934
14935 * bindings.el (scroll-left): Make it disabled.
14936
14937 * files.el (enable-local-eval): Doc fix.
14938
14939 * indent.el (move-to-left-margin): Special case for minibuffer.
14940
14941 * term.el (term-emulate-terminal): Turn off undo for output.
14942 Use with-current-buffer and save-selected-window.
14943
14944 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14945
14946 * progmodes/make-mode.el (makefile-fill-paragraph):
14947 Don't insist on spaces when looking for comments. # is enough.
14948
14949 * files.el (hack-local-variables): Copy the variables list
14950 to another buffer, strip prefixes and suffixes there, then read.
14951 (enable-local-eval): Doc fix.
14952 (ignored-local-variables): Initialize to nil.
14953 (risky-local-variable-p): Don't check ignored-local-variables here.
14954 (hack-one-local-variable): Ignore var if in ignored-local-variables.
14955
14956 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14957
14958 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14959 of = to "." (punctuation).
14960
14961 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14962
14963 * subr.el (event-basic-type): Fix mask (extend to 22bits).
14964
14965 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
14966
14967 * textmodes/enriched.el (enriched-rerun-flag): New variable.
14968 (enriched-before-change-major-mode): New function.
14969 Add it to `change-major-mode-hook'.
14970 (enriched-after-change-major-mode): New function.
14971 Add it to `after-change-major-mode-hook'.
14972 (enriched-mode): Make it work correctly if called from
14973 `after-change-major-mode-hook'.
14974 No longer set `indent-line-function'.
14975
14976 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14977
14978 * subr.el (after-change-major-mode-hook): New variable.
14979 (run-mode-hooks): Implement it.
14980
14981 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14982
14983 * battery.el (battery-linux-proc-apm): Use string-to-number.
14984 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14985 Use dolist (and less indentation). Use erase-buffer.
14986 Pre-initialize `design-capacity', `warn', and `low'.
14987 (battery-format): Use replace-regexp-in-string.
14988
14989 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
14990
14991 * battery.el: Delete superfluous empty lines.
14992 (battery-linux-proc-acpi): Attempt to gather information from all
14993 battery subdirectories regardless of their file name.
14994 (battery-linux-proc-apm): Replace all occurrences of
14995 battery-hex-to-int-2 with string-to-int (base 16).
14996 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14997 (battery-hex-map): Delete variable.
14998
14999 2004-09-18 John Paul Wallington <jpw@gnu.org>
15000
15001 * calc/calc-units.el (calc-quick-units): Fix overzealous
15002 s/or/unless/.
15003
15004 2004-09-17 Jay Belanger <belanger@truman.edu>
15005
15006 * calc/calc.el (calc-mode-var-list): Fix the value of
15007 `calc-matrix-brackets'.
15008
15009 2004-09-17 Romain Francoise <romain@orebokech.com>
15010
15011 * ibuf-ext.el (define-ibuffer-filter filename):
15012 Expand dired-directory since buffer-file-name is absolute.
15013
15014 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15015
15016 * ediff-init.el (ediff-current-diff-face-A)
15017 (ediff-current-diff-face-B, ediff-current-diff-face-C)
15018 (ediff-current-diff-face-Ancestor)
15019 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15020 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15021 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15022 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15023 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15024 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15025 Use min-colors.
15026
15027 * term.el (term-down): Perform vertical motion if DOWN is negative.
15028 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
15029 (term-termcap-format): Synchronize with the eterm terminfo entry
15030 in etc/e/eterm.ti.
15031 (term-handle-colors-array): If the current foreground or
15032 background are zero (i.e. unspecified), use the foreground and
15033 background of the default face for reverse video.
15034 (term-ansi-at-eval-string, term-ansi-default-fg)
15035 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
15036 (term-mem): Delete unused function.
15037 (term-protocol-version): Increment.
15038 (term-current-face): Set to default.
15039
15040 2004-09-15 Jay Belanger <belanger@truman.edu>
15041
15042 * calc/calc.el (calc-mode-var-list): Define this variable.
15043 (calc-always-load-extensions, calc-line-numbering)
15044 (calc-line-breaking, calc-display-just, calc-display-origin)
15045 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15046 (calc-group-char, calc-point-char, calc-frac-format)
15047 (calc-prefer-frac, calc-hms-format, calc-date-format)
15048 (calc-float-format, calc-full-float-format, calc-complex-format)
15049 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15050 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15051 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15052 (calc-matrix-brackets, calc-language, calc-language-option)
15053 (calc-left-label, calc-right-label, calc-word-size)
15054 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15055 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15056 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15057 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15058 (calc-window-height, calc-display-trail, calc-show-selections)
15059 (calc-use-selections, calc-assoc-selections)
15060 (calc-display-working-message, calc-auto-why, calc-timing)
15061 (calc-mode-save-mode, calc-standard-date-formats)
15062 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
15063 (calc-user-parse-tables, calc-gnuplot-default-device)
15064 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15065 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15066 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15067 (calc-invocation-macro, calc-show-banner): Give these values as
15068 part of `calc-mode-var-list's initialization after the variables
15069 are declared with defvar.
15070 (calc-bug-address): Change email address to send bug reports to.
15071 Change the maintainer address at the top.
15072 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
15073 than "\\.emacs" to determine if it is the user-init-file.
15074
15075 * calc/calc-embed.el (calc-embedded-set-modes): Use
15076 `calc-mode-var-list' correctly.
15077
15078 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
15079
15080 * vc.el (annotate-time): Document point handling.
15081 (vc-annotate-display-autoscale): Doc fix.
15082
15083 2004-09-15 Miles Bader <miles@gnu.org>
15084
15085 * generic.el (generic-make-keywords-list): Use symbol rather than
15086 word anchors in regexp.
15087
15088 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
15089
15090 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
15091 no file name consider `dired-directory'.
15092
15093 2004-09-14 Kim F. Storm <storm@cua.dk>
15094
15095 * faces.el (cursor): Add face-no-inherit property. Doc fix.
15096
15097 2004-09-14 Simon Josefsson <jas@extundo.com>
15098
15099 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
15100
15101 * textmodes/dns-mode.el: Add.
15102
15103 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
15104
15105 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
15106 (disabled-command-function): Make the ?\ char more obvious.
15107
15108 * vc-arch.el (vc-arch-root, vc-arch-registered):
15109 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
15110
15111 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
15112
15113 * windmove.el (windmove-frame-edges): Report coordinates of
15114 outside edges of frame, not inside edges.
15115 (windmove-coordinates-of-position): Convert into wrapper to new
15116 function `windmove-coordinates-of-window-position';
15117 `compute-motion' always applies to selected window.
15118 (windmove-coordinates-of-position): Update documentation to refer
15119 to Emacs 21 Lisp Reference Manual.
15120 (windmove-find-other-window): Fix off-by-one errors for max x,y.
15121
15122 2004-09-13 Kim F. Storm <storm@cua.dk>
15123
15124 * isearch.el (isearch-resume-in-command-history): Rename from
15125 isearch-resume-enabled and change default to nil.
15126
15127 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15128
15129 * vc-hooks.el (vc-ignore-dir-regexp): New var.
15130 (vc-registered): Use it.
15131 (vc-find-root): New fun.
15132
15133 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15134 Don't tell to use \\{...} when it's already done.
15135
15136 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
15137 Provide a sample complex default.
15138 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
15139 (bibtex-entry): Use mapc.
15140
15141 2004-09-12 Kim F. Storm <storm@cua.dk>
15142
15143 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
15144
15145 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
15146 inhibit-field-text-motion to t so rectangles work in comint buffers.
15147
15148 * simple.el (choose-completion-string): Set buffer before running
15149 choose-completion-string-functions hook so it can be buffer-local.
15150
15151 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
15152
15153 * progmodes/compile.el (compilation-start): Parse command to see
15154 if it starts with a cd, and if so perform it for the *compilation*
15155 buffer. Change the header to reflect this.
15156
15157 2004-09-11 Kim F. Storm <storm@cua.dk>
15158
15159 * ido.el (ido-enable-dot-prefix): Doc fix.
15160 (ido-enable-dot-prefix): New defcustom.
15161 (ido-set-matches1): Use it.
15162
15163 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
15164
15165 * textmodes/bibtex.el (bibtex-mark-active)
15166 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
15167
15168 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15169
15170 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
15171 used in a case insensitive environment.
15172 (bibtex-mode-map): Rearrange order of menus.
15173 (bibtex-quoted-string-re): Obsolete.
15174 (bibtex-complete-key-cleanup): Variable replaced by new function.
15175 (bibtex-font-lock-keywords): Use backquotes.
15176 (bibtex-font-lock-url-regexp): New internal variable.
15177 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
15178 "OPT" and "ALT".
15179 (bibtex-insert-current-kill, bibtex-make-field)
15180 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
15181 (bibtex-parse-field-text): Simplify.
15182 (bibtex-string=): New helper function.
15183 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
15184 (bibtex-map-entries): Use bibtex-string=.
15185 (bibtex-search-entry): Use not.
15186 (bibtex-enclosing-field): Fix docstring.
15187 (bibtex-assoc-regexp): Obsolete.
15188 (bibtex-format-entry): Use assoc-string and bibtex-string=.
15189 (bibtex-autokey-get-names): Handle empty name field.
15190 (bibtex-parse-strings): Use assoc-string and unless.
15191 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
15192 Use assoc-string.
15193 (bibtex-pop): Simplify.
15194 (bibtex-mode): Set font-lock-extra-managed-props.
15195 (bibtex-entry-update): Use assoc-string.
15196 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
15197 (bibtex-autofill-entry): Use bibtex-string=.
15198 (bibtex-print-help-message): Simplify.
15199 (bibtex-find-entry): New optional arg START.
15200 (bibtex-validate): Use bibtex-string= and assoc-string.
15201 Do not call obsolete function compilation-parse-errors.
15202 (bibtex-remove-delimiters): Only remove delimiters if present.
15203 (bibtex-copy-entry-as-kill): Add docstring.
15204 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
15205 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
15206 (bibtex-complete): Use bibtex-predefined-month-strings,
15207 bibtex-string=, and new function bibtex-complete-key-cleanup.
15208 (bibtex-generate-url-list): New variable.
15209 (bibtex-url): New command bound to C-c C-l and mouse-2.
15210 (bibtex-url-map): New local keymap for bibtex-url-mouse.
15211 (bibtex-font-lock-url): New function.
15212
15213 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
15214
15215 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
15216
15217 2004-09-09 Kim F. Storm <storm@cua.dk>
15218
15219 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
15220 counter and format with binding.
15221 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
15222 the declared macro uses own macro counter and format. Give symbol
15223 kmacro property.
15224 (kmacro-keymap): Bind kmacro-name-last-macro to n.
15225 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
15226 (kmacro-end-and-call-macro): Doc fix.
15227
15228 2004-09-09 Lars Hansen <larsh@math.ku.dk>
15229
15230 * desktop.el (desktop-clear-preserve-buffers):
15231 Remove make-obsolete-variable.
15232
15233 2004-09-08 Richard M. Stallman <rms@gnu.org>
15234
15235 * buff-menu.el (list-buffers-noselect): Call format-mode-line
15236 with the buffer as argument.
15237
15238 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
15239
15240 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
15241
15242 2004-09-08 Juri Linkov <juri@jurta.org>
15243
15244 * replace.el (perform-replace): Use `query-replace-descr'.
15245
15246 * cus-start.el (history-delete-duplicates): Specify customization.
15247
15248 * diff-mode.el (diff-mode-map):
15249 * progmodes/compile.el (compilation-mode-map):
15250 * progmodes/grep.el (grep-mode-map):
15251 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
15252 to `next-error-follow-minor-mode'.
15253
15254 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15255
15256 * isearch.el (isearch-lazy-highlight-update): Take into account
15257 the case of zero-length match at the search bound.
15258
15259 2004-09-08 Kim F. Storm <storm@cua.dk>
15260
15261 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
15262 change. Use zero width overlays when necessary.
15263
15264 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15265
15266 * subr.el (split-string): Docfix.
15267
15268 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15269
15270 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
15271 (display-call-tree): Ensure newline after caller/calls blocks.
15272
15273 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15274
15275 * startup.el (command-line-1): Make option
15276 --directory/-L modify `load-path' straight away.
15277
15278 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15279
15280 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
15281
15282 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15283
15284 * emacs-lisp/autoload.el (make-autoload):
15285 Handle `define-compilation-mode'.
15286
15287 * emacs-lisp/lisp-mode.el (define-compilation-mode):
15288 Specify `doc-string-elt' property.
15289
15290 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15291
15292 * bs.el (bs-mode): Doc fix.
15293
15294 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15295
15296 * info.el (Info-insert-dir): Fix temp buffer leak bug.
15297
15298 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
15299
15300 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
15301
15302 2004-09-08 Kenichi Handa <handa@m17n.org>
15303
15304 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
15305 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
15306 ps-mule-next-point -> 1+).
15307
15308 * composite.el (encode-composition-rule): Add autoload cookie.
15309
15310 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
15311
15312 * format.el (buffer-auto-save-file-format): Make it permanent local.
15313
15314 2004-09-07 Kim F. Storm <storm@cua.dk>
15315
15316 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
15317 (authors-fixed-entries): Fix typo.
15318 (authors-canonical-author-name): Compact multiple spaces.
15319 Ignore trivial names (e.g. only first name).
15320
15321 * term.el (term-window-width): Only use full window width on
15322 window system if overflow-newline-into-fringe is enabled.
15323 (term-mode): Don't disable overflow-newline-into-fringe.
15324
15325 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15326
15327 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
15328 motion as seen on my Mac OS X xterms.
15329
15330 * newcomment.el (uncomment-region-default, comment-region-default):
15331 New functions extracted from uncomment-region and comment-region.
15332 (comment-region, comment-region-function, uncomment-region)
15333 (uncomment-region-function): Use them.
15334
15335 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
15336
15337 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
15338 It's not crucial but can make sense at times.
15339
15340 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
15341 the first commit.
15342
15343 * vc.el (vc-buffer-context, vc-restore-buffer-context):
15344 Disable obsolete code.
15345
15346 2004-09-07 Juri Linkov <juri@jurta.org>
15347
15348 * progmodes/grep.el (grep-highlight-matches): Change default from
15349 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
15350 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
15351 if grep option `--color' is available, or to `nil' otherwise.
15352 (grep-process-setup): Call `grep-compute-defaults' if
15353 `grep-highlight-matches' is not computed. Set env-vars only
15354 if `grep-highlight-matches' is `t'.
15355 (grep-use-null-device): Remove redundant type `boolean' (`choice'
15356 is already defined).
15357
15358 * progmodes/compile.el (compilation-start): Use copy of
15359 `process-environment' created by `copy-sequence' to not
15360 modify env-vars in the global `process-environment'.
15361
15362 2004-09-06 Eli Zaretskii <eliz@gnu.org>
15363
15364 * simple.el (next-error-follow-minor-mode): Fix last change.
15365
15366 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
15367
15368 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
15369 permanent local.
15370
15371 2004-09-04 Richard M. Stallman <rms@gnu.org>
15372
15373 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
15374 highlighting if the search string is empty.
15375
15376 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
15377
15378 * facemenu.el (facemenu-active-faces): Change condition of inner
15379 `while' loop to also check the first two elements of `face-atts'
15380 and `mask-atts'.
15381
15382 2004-09-04 John Paul Wallington <jpw@gnu.org>
15383
15384 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15385 (thumbs-view-image-mode): Make buffer read-only.
15386
15387 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
15388
15389 * textmodes/ispell.el (ispell-really-aspell): New defvar.
15390 (ispell-check-version): Set it.
15391 (ispell-send-replacement): New function.
15392 (ispell-process-line): Call ispell-send-replacement.
15393
15394 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15395
15396 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
15397 Support choosing seconds with "s".
15398
15399 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
15400
15401 * terminal.el (te-escape): Show `?' in prompt for help key.
15402
15403 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
15404
15405 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
15406
15407 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
15408
15409 * simple.el (next-error-follow-minor-mode)
15410 (next-error-follow-mode-post-command-hook): New functions.
15411 (next-error-follow-last-line): New defvar.
15412
15413 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
15414 * progmodes/compile.el (compilation-mode-map): Likewise.
15415 * progmodes/grep.el (grep-mode-map): Likewise.
15416 * replace.el (occur-mode-map): Likewise.
15417
15418 * newcomment.el (uncomment-region): Bind comment-use-global-state
15419 to nil.
15420
15421 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
15422
15423 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
15424 locally around the call to `revert-buffer'.
15425
15426 2004-09-03 Juri Linkov <juri@jurta.org>
15427
15428 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
15429 `isearch-adjusted' to `t'.
15430 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
15431 (isearch-message-prefix): Add "pending" for isearch-adjusted.
15432 (isearch-other-meta-char): Restore isearch-point unconditionally.
15433 (isearch-query-replace): Add new arg `regexp-flag' and use it.
15434 Set point to start of match if region is not active in transient
15435 mark mode (to include the current match to region boundaries).
15436 Push the search string to `query-replace-from-history-variable'.
15437 Add prompt "Query replace regexp" for isearch-regexp.
15438 Add region beginning/end as last arguments of `perform-replace.'
15439 (isearch-query-replace-regexp): Replace code by the call to
15440 `isearch-query-replace' with arg `t'.
15441
15442 2004-09-03 Richard M. Stallman <rms@gnu.org>
15443
15444 * startup.el (normal-top-level): Undo previous TERM change.
15445
15446 2004-09-03 Kim F. Storm <storm@cua.dk>
15447
15448 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
15449 highlight overlays; allow using RET when cursor is over a button.
15450 (cua--highlight-rectangle): Use it.
15451 (cua--rectangle-set-corners): Don't move backwards at eol.
15452 (cua--forward-line): Don't move into void after eob.
15453
15454 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
15455 point is set (and displayed) inside rectangle.
15456 (cua--rectangle-operation): Fix for highlight of empty lines.
15457 (cua--highlight-rectangle): Fix highlight for tabs.
15458 Position cursor at left/right edge of rectangle using new `cursor'
15459 property on overlay strings.
15460 (cua--indent-rectangle): Don't tabify.
15461 (cua-rotate-rectangle): Ignore that point has moved.
15462
15463 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15464
15465 * term/mac-win.el: Add ASCII equivalents for some function keys.
15466 (mode-line-frame-identification): Sync with x-win.el.
15467
15468 2004-09-02 Juri Linkov <juri@jurta.org>
15469
15470 * progmodes/compile.el (compilation-buffer-name): Compare major
15471 mode with second element of compilation-arguments instead of third
15472 to reflect latest changes in compilation-arguments structure.
15473 (recompile): Use global variable `compilation-directory' to get
15474 recent compilation directory only when `recompile' is invoked NOT
15475 in the compilation buffer. Otherwise, use `default-directory' of
15476 the compilation buffer.
15477 (compilation-error-properties): Allow to funcall col and end-col.
15478 (compilation-mode-font-lock-keywords): Check col and end-col by
15479 `integerp'.
15480 (compilation-goto-locus): If end-mk is non-nil in transient mark
15481 mode don't activate the mark (and don't display message in
15482 push-mark), but highlight overlay between mk and end-mk.
15483
15484 * progmodes/grep.el (grep-highlight-matches): New defcustom.
15485 (grep-regexp-alist): Add rule to highlight grep matches.
15486 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
15487
15488 * info.el (Info-fontify-node): Don't compute other-tag
15489 if Info-hide-note-references=hide.
15490
15491 * help.el (function-called-at-point):
15492 * help-fns.el (variable-at-point):
15493 Try `find-tag-default' when other methods failed.
15494
15495 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15496 Do not push mark if inhibit-mark-movement is non-nil.
15497
15498 * textmodes/ispell.el (ispell-html-skip-alists):
15499 Fix backslashes in docstring.
15500
15501 2004-09-01 Juri Linkov <juri@jurta.org>
15502
15503 * isearch.el (isearch-wrap-function)
15504 (isearch-push-state-function): New defvars.
15505 (isearch-pop-fun-state): New defsubst.
15506 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
15507 (isearch-push-state): Set the result of calling
15508 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
15509 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
15510 restore the mode-specific starting point of terminated search.
15511 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
15512 (isearch-repeat): Call `isearch-wrap-function' if defined.
15513 (isearch-message-prefix): Don't add prefix "over" to the message
15514 for wrapped search if `isearch-wrap-function' is defined.
15515 (isearch-search): Call function saved in `isearch-pop-fun-state' to
15516 restore the mode-specific starting point of failed search.
15517
15518 * info.el (Info-search-whitespace-regexp): Fix backslashes.
15519 (Info-search): Add new optional arguments for the sake of isearch.
15520 Replace whitespace in Info-search-whitespace-regexp literally.
15521 Add backward search. Don't call `Info-select-node' if regexp is
15522 found in the same Info node. Don't add node to Info-history for
15523 wrapped isearch.
15524 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
15525 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
15526 (Info-mode): Set local variables `isearch-search-fun-function',
15527 `isearch-wrap-function', `isearch-push-state-function',
15528 `search-whitespace-regexp'.
15529
15530 * isearch.el: Remove ancient Change Log section.
15531 (isearch-string, isearch-message-string, isearch-point)
15532 (isearch-success, isearch-forward-flag, isearch-other-end)
15533 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15534 (isearch-barrier, isearch-within-brackets)
15535 (isearch-case-fold-search): Add suffix `-state' to state-related
15536 defsubsts to avoid name clashes with other function names.
15537
15538 * simple.el (next-error): New defgroup and defface.
15539 (next-error-highlight, next-error-highlight-no-select):
15540 New defcustoms.
15541 (next-error-no-select): Let-bind next-error-highlight to the value
15542 of next-error-highlight-no-select before calling `next-error'.
15543
15544 * progmodes/compile.el (compilation-goto-locus):
15545 Use `next-error' face instead of `region'. Set 4-th argument of
15546 `move-overlay' to `current-buffer' to move overlay to different
15547 source buffers. Use new variable `next-error-highlight'.
15548
15549 * simple.el (next-error-find-buffer): Move the rule
15550 "if current buffer is a next-error capable buffer" after the
15551 rule "if next-error-last-buffer is set to a live buffer".
15552 Simplify to test all rules in one `or'.
15553 (next-error): Doc fix.
15554 (next-error, previous-error, first-error)
15555 (next-error-no-select, previous-error-no-select):
15556 Make arguments optional.
15557
15558 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
15559
15560 * macros.el (apply-macro-to-region-lines): Make it operate on all
15561 lines that begin in the region, rather than on all complete lines
15562 in the region.
15563
15564 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15565
15566 * x-dnd.el (x-dnd-protocol-alist): Document update.
15567 (x-dnd-known-types): Defcustom it.
15568 (x-dnd-handle-motif): Print message-atom in error message.
15569
15570 2004-08-30 John Paul Wallington <jpw@gnu.org>
15571
15572 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
15573 strings rather than programatically constructing message.
15574
15575 2004-08-30 Richard M. Stallman <rms@gnu.org>
15576
15577 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
15578 Don't return a string that would read as the wrong character code.
15579
15580 2004-08-29 Kim F. Storm <storm@cua.dk>
15581
15582 * emulation/cua-base.el (cua-auto-expand-rectangles):
15583 Remove automatic rectangle padding feature; replace by non-destructive
15584 virtual rectangle edges feature.
15585 (cua-virtual-rectangle-edges): New defcustom.
15586 (cua-auto-tabify-rectangles): New defcustom.
15587 (cua-paste): If paste into a marked rectangle, insert rectangle at
15588 current column, even if virtual; also paste exactly as many lines
15589 as has been marked (ignore additional lines or add empty lines),
15590 but paste whole source if only one line is marked.
15591 (cua--update-indications): No longer use overwrite-cursor to
15592 indicate rectangle padding
15593
15594 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
15595 (cua--rectangle-virtual-edges): New defun.
15596 (cua--rectangle-get-corners): Remove optional PAD arg.
15597 (cua--rectangle-set-corners): Never do padding.
15598 (cua--forward-line): Remove optional PAD arg. Simplify.
15599 (cua-resize-rectangle-right, cua-resize-rectangle-left)
15600 (cua-resize-rectangle-down, cua-resize-rectangle-up):
15601 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
15602 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
15603 (cua--rectangle-move): Never do padding. Simplify.
15604 (cua--tabify-start): New defun.
15605 (cua--rectangle-operation): Add tabify arg. All callers changed.
15606 (cua--pad-rectangle): Remove.
15607 (cua--delete-rectangle): Handle delete with virtual edges.
15608 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
15609 (cua--insert-rectangle): Handle insert at virtual column.
15610 Perform auto-tabify if necessary.
15611 (cua--activate-rectangle): Remove optional FORCE arg.
15612 Never do padding. Simplify.
15613 (cua--highlight-rectangle): Enhance for virtual edges.
15614 (cua-toggle-rectangle-padding): Remove command.
15615 (cua-toggle-rectangle-virtual-edges): New command.
15616 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
15617 (cua--rectangle-post-command): Don't force rectangle padding.
15618 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
15619
15620 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
15621
15622 * indent.el (edit-tab-stops-buffer): Doc fix.
15623
15624 2004-08-28 Richard M. Stallman <rms@gnu.org>
15625
15626 * progmodes/grep.el (grep-default-command): Use find-tag-default.
15627 (grep-tag-default): Function deleted.
15628
15629 * subr.el (find-tag-default): Move from etags.el.
15630
15631 * progmodes/etags.el (find-tag-default): Move to subr.el.
15632
15633 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
15634 into the basic character if it has an uppercase form.
15635
15636 2004-08-27 Kenichi Handa <handa@m17n.org>
15637
15638 * international/utf-8.el (utf-8-post-read-conversion): If the
15639 buffer is unibyte, temporarily make it multibyte.
15640
15641 2004-08-27 Masatake YAMATO <jet@gyve.org>
15642
15643 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
15644
15645 2004-08-25 John Paul Wallington <jpw@gnu.org>
15646
15647 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
15648 0, 1, and many mismatches in message.
15649 (tex-start-shell): Use `set-process-query-on-exit-flag'.
15650
15651 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
15652 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
15653
15654 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15655
15656 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
15657 vc-diff-switches differently.
15658
15659 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
15660
15661 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
15662 before and a real defvar after
15663 `speedbar-supported-extension-expressions'. This is to silence
15664 the compiler without breaking bootstrapping.
15665
15666 2004-08-22 Richard M. Stallman <rms@gnu.org>
15667
15668 * textmodes/flyspell.el (flyspell-word):
15669 Use set-process-query-on-exit-flag.
15670 (flyspell-highlight-duplicate-region): Take POSS as arg.
15671 (flyspell-word): Pass POSS as arg.
15672
15673 * progmodes/ada-xref.el: Many doc and style fixes.
15674 (ada-find-any-references): Use compilation-start.
15675 (ada-get-ali-file-name): Improve error msg.
15676 (ada-get-ada-file-name): Likewise.
15677
15678 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
15679 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15680
15681 * mail/mail-extr.el (mail-extr-all-top-level-domains):
15682 Add forward defvar.
15683
15684 * whitespace.el (global-whitespace-mode): New alias
15685 for whitespace-global-mode.
15686
15687 * speedbar.el (speedbar-file-regexp): Move definition up.
15688 (speedbar-mode, speedbar-set-mode-line-format):
15689 Use with-no-warnings.
15690 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
15691
15692 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
15693 controls whether to display the error buffer.
15694
15695 * ps-mule.el: Delete compatibility code for old Emacsen.
15696 (ps-mule-find-wrappoint): Don't use chars-in-region.
15697
15698 * frame.el (display-mouse-p, display-selections-p):
15699 Use with-no-warnings.
15700
15701 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
15702
15703 2004-08-22 David Kastrup <dak@gnu.org>
15704
15705 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
15706 information.
15707
15708 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
15709
15710 2004-08-22 Andreas Schwab <schwab@suse.de>
15711
15712 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
15713
15714 2004-08-22 Masatake YAMATO <jet@gyve.org>
15715
15716 * cvs-status.el (cvs-status-checkout): New function.
15717 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
15718
15719 2004-08-21 David Kastrup <dak@gnu.org>
15720
15721 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
15722 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
15723 has been converted to use hashtables, the relation `nil=none' is
15724 no longer valid, as `nil' is not a hashtable. This patch tries to
15725 reduce the number of resulting errors.
15726
15727 2004-08-21 John Paul Wallington <jpw@gnu.org>
15728
15729 * subr.el (process-kill-without-query): Made obsolete in
15730 version 21.4, not 21.5.
15731
15732 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
15733 (vc-previous-comment, vc-next-comment)
15734 (vc-comment-search-reverse, vc-comment-search-forward)
15735 (vc-comment-to-change-log): Likewise.
15736
15737 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
15738
15739 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
15740
15741 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15742 Correct indentation of DEFMETHODS with non-standard method
15743 combinations (e.g., PROGN, MIN, MAX).
15744
15745 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
15746
15747 * startup.el (normal-top-level-add-subdirs-to-load-path):
15748 Avoid unnecessarily checking system-type.
15749 (normal-top-level): Set TERM to "dumb". Simplify.
15750
15751 * avoid.el (mouse-avoidance-ignore-p): New fun.
15752 Also ignore switch-frame, select-window, double, and triple clicks.
15753 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15754 (mouse-avoidance-fancy-hook): Use it.
15755
15756 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
15757
15758 * avoid.el (mouse-avoidance-nudge-mouse)
15759 (mouse-avoidance-banish-destination): Stay within the current window
15760 to avoid problems with mouse-autoselect-window.
15761
15762 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15763
15764 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15765 the newer format of some messages in cvs-1.12.1.
15766
15767 2004-08-19 Masatake YAMATO <jet@gyve.org>
15768
15769 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15770 (elp-results-jump-to-definition-by-mouse)
15771 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
15772 (elp-output-result): Use elp-output-insert-symname.
15773
15774 2004-08-18 Kenichi Handa <handa@m17n.org>
15775
15776 * language/cyrillic.el: Register koi8-r in
15777 ctext-non-standard-encodings-alist.
15778 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15779
15780 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
15781
15782 * emacs-lisp/copyright.el (copyright-update-year): Delete code
15783 that replaces 20xy with xy.
15784
15785 2004-08-17 John Paul Wallington <jpw@gnu.org>
15786
15787 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15788 (reb-force-update): Doc fix.
15789
15790 2004-08-16 Richard M. Stallman <rms@gnu.org>
15791
15792 * progmodes/which-func.el (which-func-update-1): Doc fix.
15793
15794 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15795 (sh-mode-abbrev-table): New variable.
15796
15797 * progmodes/compile.el (compilation-mode): Doc fix.
15798
15799 * emacs-lisp/lisp-mode.el (eval-last-sexp):
15800 Don't cons a new symbol each time.
15801 (eval-last-sexp-fake-value): New variable.
15802
15803 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15804 (copyright-update-year): Detect continuation of list of years.
15805
15806 * term.el (term-default-fg-color, term-default-bg-color)
15807 (ansi-term-color-vector): Use `unspecified', not nil, as default.
15808
15809 * imenu.el: Several doc fixes: don't say variables are buffer-local.
15810
15811 2004-08-16 Davis Herring <herring@lanl.gov>
15812
15813 * isearch.el (isearch-string, isearch-message-string, isearch-point)
15814 (isearch-success, isearch-forward-flag, isearch-other-end)
15815 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15816 (isearch-barrier, isearch-within-brackets)
15817 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15818
15819 2004-08-16 Kenichi Handa <handa@m17n.org>
15820
15821 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15822
15823 2004-08-15 Kenichi Handa <handa@m17n.org>
15824
15825 * term/x-win.el (x-selection-value): If utf8 was successful but
15826 ctext was not, use utf8 string.
15827
15828 2004-08-14 Davis Herring <herring@lanl.gov>
15829
15830 * isearch.el: Remove accidental changes of March 4. Fix backing
15831 up when a regexp isearch is made more general. Use symbolic
15832 accessor functions for isearch stack frames to make usage clearer.
15833 (search-whitespace-regexp): Made groups in documentation shy (as
15834 is the group in the default value).
15835 (isearch-fallback): New function, addresses problems with regexps
15836 liberalized by `\|', adds support for liberalization by `\}' (the
15837 general repetition construct), and incorporates behavior for
15838 `*'/`?'.
15839 (isearch-}-char): New command, calls `isearch-fallback' with
15840 arguments appropriate to a typed `}'.
15841 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15842 appropriately.
15843 (isearch-mode-map): Bind `}' to `isearch-}-char'.
15844 (isearch-string, isearch-message,string, isearch-point)
15845 (isearch-success, isearch-forward-flag, isearch-other-end)
15846 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15847 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15848 New inline functions to read fields of a stack frame.
15849
15850 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
15851
15852 * battery.el (battery-linux-proc-acpi): Look into battery
15853 directories matching the literal string "CMB", too (required for
15854 Linux kernel version 2.6.7).
15855
15856 2004-08-14 John Paul Wallington <jpw@gnu.org>
15857
15858 * cus-start.el (read-file-name-completion-ignore-case): Add.
15859 (blink-cursor-alist): Change version to "21.4".
15860
15861 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15862
15863 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
15864
15865 * speedbar.el (speedbar-scan-subdirs): New option.
15866 (speedbar-file-lists): Don't ignore file-name case on Unix and use
15867 dolist.
15868 (speedbar-insert-files-at-point): Take an extra argument and use
15869 it to optionally find out if a subdir is empty. Also unreadable
15870 files don't get expand buttons.
15871 (speedbar-directory): New image (unused pixmap already existed).
15872 (speedbar-expand-image-button-alist): Use it.
15873
15874 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
15875
15876 CC Mode update to 5.30.9:
15877
15878 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
15879 Move from cc-vars to cc-defs for dependency reasons. Fix the
15880 POSIX char class test to check that it works in
15881 `skip-chars-(forward|backward)' too.
15882
15883 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15884 first argument starts with a special brace list.
15885
15886 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
15887 when `c-opt-type-concat-key' is used (i.e. in Pike).
15888
15889 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
15890 Fix bug when the inner char pair doesn't have paren syntax,
15891 i.e. "(<>)".
15892
15893 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15894 whitespace safe.
15895
15896 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
15897 position for `arglist-intro', `arglist-cont-nonempty' and
15898 `arglist-close' when there are two arglist open parens on the same
15899 line and there's nothing in front of the first.
15900
15901 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
15902 locking of qualified names in Java, which previously could fontify
15903 common indexing expressions in many cases. The standard Java
15904 naming conventions are used to tell them apart.
15905
15906 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
15907 Fix inconsistency wrt opening parens on the first line inside a paren
15908 block.
15909
15910 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15911 compile time for the sake of `c-major-mode-is'.
15912
15913 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15914 `c-major-mode-is' in the event that this is used inside a
15915 `c-lang-defconst'.
15916
15917 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
15918 `c-lang-defconst' so that it works better with fallback languages.
15919
15920 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15921 it to fail to record the base mode.
15922
15923 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15924 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15925 is used. Reorder the syntax checks to get more efficient
15926 skipping in some situations.
15927
15928 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15929 continuation which might precede the newly inserted '{'.
15930
15931 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15932 Fix cases where it could loop indefinitely.
15933
15934 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15935 size specs correctly. Only fontify identifiers in front of '('
15936 with as functions - don't accept any paren char. Tighten up
15937 initializer skipping to stop before function and class blocks.
15938
15939 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15940 the point could be left directly after an open paren when finding
15941 the beginning of the first decl in the block.
15942
15943 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15944 table when filtering out legitimate open parens to be recorded.
15945 This could cause cache inconsistencies when e.g.
15946 `c++-template-syntax-table' was temporarily in use.
15947
15948 * progmodes/cc-engine.el (c-on-identifier)
15949 (c-simple-skip-symbol-backward): Small fix for handling "-"
15950 correctly in `skip-chars-backward'. Affected the operator lfun
15951 syntax in Pike.
15952
15953 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15954 Fix bug that could cause an error from `after-change-functions' when
15955 the changed region is at bob.
15956
15957 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
15958
15959 CC Mode update to 5.30.9:
15960
15961 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15962 to say that <TAB> doesn't insert WS into a CPP line.
15963 (c-indent-command, c-tab-always-indent): Amend doc strings.
15964
15965 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15966 checks for user errors, thus eliminating cryptic and unhelpful
15967 Emacs error messages. (1) Check the arg to `c-set-style' is a
15968 string. (2) Check that settings to `c-offsets-alist' are not
15969 spuriously quoted.
15970
15971 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15972 which precedes the newly inserted `{'.
15973
15974 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
15975
15976 Sync with Tramp 2.0.44.
15977
15978 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15979 function "tramp_file_attributes". Otherwise, file names
15980 containing spaces are misinterpreted. Reported by Magnus Henoch
15981 <mange@freemail.hu>.
15982 (tramp-handle-file-truename): FILENAME must be expanded first.
15983 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15984 obscure results. Reported by D. Goel <deego@gnufans.org>.
15985 (tramp-handle-verify-visited-file-modtime): If file does not
15986 exist, say it is not modified if and only if that agrees with the
15987 buffer's record. Check whether a file is visiting the buffer, or
15988 the buffer has no recorded last modification time. Return t in
15989 case the visiting file doesn't exist. Suggested by Luc Teirlinck
15990 <teirllm@auburn.edu>.
15991 (tramp-handle-write-region): Pass modtime explicitly to
15992 `set-visited-file-modtime', because filename can be different
15993 from (buffer-file-name) if `file-precious-flag' is set.
15994 `set-visited-file-modtime' must be called always when `visit' is t
15995 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15996 (tramp-handle-set-visited-file-modtime): If `time-list' is not
15997 nil, don't apply the whole body. If the file doesn't exists, set
15998 modtime to '(-1 65535). Suggested by Luc Teirlinck
15999 <teirllm@auburn.edu>.
16000
16001 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
16002
16003 * help.el (describe-bindings): Doc fix.
16004
16005 * subr.el (kbd): Doc fix.
16006
16007 2004-08-08 John Paul Wallington <jpw@gnu.org>
16008
16009 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
16010 instead of `string-to-int'.
16011 (define-ibuffer-column mode): Fix indentation.
16012
16013 2004-08-08 Lars Hansen <larsh@math.ku.dk>
16014
16015 * wid-edit.el (widget-sexp-validate): Allow whitespace after
16016 expression.
16017
16018 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
16019
16020 * subr.el (global-unset-key, local-unset-key): Doc fixes.
16021
16022 * novice.el (disabled-command-function): New variable renamed from
16023 `disabled-command-hook'.
16024 (disabled-command-hook): Keep the _variable_ as alias for
16025 `disabled-command-function' and make obsolete.
16026 (disabled-command-function): Function renamed from
16027 `disabled-command-hook'. Adapt code to name change of the variable.
16028
16029 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
16030
16031 * simple.el (completion-root-regexp): New defvar.
16032 (completion-setup-function): Use it instead of a literal string.
16033
16034 2004-08-07 John Paul Wallington <jpw@gnu.org>
16035
16036 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16037 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16038 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16039 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16040
16041 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16042
16043 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16044 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16045
16046 2004-08-04 Kenichi Handa <handa@m17n.org>
16047
16048 * international/encoded-kb.el (encoded-kbd-setup-keymap):
16049 Fix previous change.
16050
16051 2004-08-03 Kenichi Handa <handa@m17n.org>
16052
16053 * international/encoded-kb.el: The following changes are to
16054 utilize key-translation-map instead of minor mode map.
16055 (encoded-kbd-iso2022-non-ascii-map): Delete it.
16056 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16057 (encoded-kbd-last-key): New function.
16058 (encoded-kbd-iso2022-single-shift): New function.
16059 (encoded-kbd-iso2022-designation)
16060 (encoded-kbd-self-insert-iso2022-7bit)
16061 (encoded-kbd-self-insert-iso2022-8bit)
16062 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
16063 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
16064 key-translation-map.
16065 (encoded-kbd-setup-keymap): Setup key-translation-map.
16066 (saved-key-translation-map): New variable.
16067 (encoded-kbd-mode): Save/restore key-translation-map.
16068 Adjust for the change of encoded-kbd-setup-keymap.
16069
16070 2004-08-02 Kim F. Storm <storm@cua.dk>
16071
16072 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
16073 and call compute-motion with nil for topos and width to get proper
16074 usable width and height for both window and non-window systems.
16075
16076 * windmove.el (windmove-coordinates-of-position): Let compute-motion
16077 calculate usable window width and height.
16078
16079 * window.el (window-buffer-height): Call compute-motion with nil width.
16080
16081 2004-08-01 David Kastrup <dak@gnu.org>
16082
16083 * replace.el (query-replace-read-from):
16084 Use `query-replace-compile-replacement'.
16085 (query-replace-compile-replacement): New function.
16086 (query-replace-read-to): Use `query-replace-compile-replacement'
16087 for repeating the last command.
16088
16089 2004-08-01 John Paul Wallington <jpw@gnu.org>
16090
16091 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
16092 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
16093 (pr-switches): Remove period from end of error messages.
16094
16095 * help-mode.el (help-go-back): Likewise.
16096
16097 * abbrev.el (only-global-abbrevs): Doc fix.
16098 (edit-abbrevs-map): Define within defvar.
16099 (quietly-read-abbrev-file): Doc fix.
16100
16101 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
16102
16103 * novice.el (enable-command, disable-command): Doc fixes.
16104
16105 * subr.el (event-modifiers, event-basic-type): Doc fixes.
16106
16107 2004-07-30 Richard M. Stallman <rms@gnu.org>
16108
16109 * subr.el (with-local-quit): Doc fix.
16110
16111 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
16112
16113 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
16114
16115 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
16116
16117 * custom.el (defcustom): Doc fix.
16118
16119 2004-07-28 Masatake YAMATO <jet@gyve.org>
16120
16121 * progmodes/etags.el (etags-tags-apropos): Show building progress.
16122
16123 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * imenu.el (imenu-prev-index-position-function)
16126 (imenu-extract-index-name-function, imenu-name-lookup-function)
16127 (imenu--index-alist): Docstring redundancy fix.
16128
16129 2004-07-25 Lars Hansen <larsh@math.ku.dk>
16130
16131 * wdired.el (wdired-finish-edit): Require dired-aux before locally
16132 binding dired-backup-overwrite.
16133
16134 2004-07-25 John Paul Wallington <jpw@gnu.org>
16135
16136 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
16137
16138 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
16139
16140 * term/tty-colors.el (tty-color-approximate): Doc fix.
16141
16142 * select.el (x-get-selection, x-set-selection): Doc fixes.
16143
16144 * frame.el (make-frame): Doc fix.
16145
16146 2004-07-24 Richard M. Stallman <rms@gnu.org>
16147
16148 * mail/rmail.el (rmail-mime-charset-pattern):
16149 Don't include semicolon in the charset value.
16150
16151 * replace.el (occur-next-error): Call set-window-point.
16152 (occur-engine): Handle negative NLINES.
16153
16154 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
16155
16156 * frame.el (modify-all-frames-parameters): Minor doc fix.
16157 (set-frame-configuration): Doc fix.
16158
16159 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16160
16161 * simple.el (completion-setup-function): Compute the common parts
16162 and the first difference place correctly when
16163 partial-completion-mode is on.
16164
16165 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16166
16167 * ps-print.el: Doc fix.
16168 (ps-print-version): New version 6.6.5.
16169 (ps-printing-region): Doc fix.
16170 (ps-generate-string-list): Comment fix.
16171 (ps-message-log-max): Code fix.
16172
16173 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16174
16175 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
16176 generated PostScript.
16177
16178 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
16179
16180 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
16181 with Gnus v5_10 branch.)
16182
16183 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16184
16185 * calendar/time-date.el (time-to-number-of-days): New function.
16186 Imported from Gnus.
16187
16188 2004-07-22 Kim F. Storm <storm@cua.dk>
16189
16190 * progmodes/make-mode.el: Fix comments.
16191
16192 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16193
16194 * printing.el: Doc fix.
16195
16196 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
16197
16198 * frame.el (modify-all-frames-parameters): Minor doc fix.
16199
16200 2004-07-20 Richard M. Stallman <rms@gnu.org>
16201
16202 * textmodes/fill.el (fill-nobreak-p): If this break point is
16203 at the end of the line, don't consider the newline which follows
16204 as a reason to return t.
16205
16206 2004-07-19 John Paul Wallington <jpw@gnu.org>
16207
16208 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
16209
16210 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
16211
16212 * dired-aux.el (dired-do-kill-lines): Expand docstring.
16213 Delete irrelevant code.
16214
16215 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16216
16217 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16218 New docstring. From Luc Teirlinck.
16219
16220 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
16221
16222 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
16223 section.
16224 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
16225 non-file buffers. We know it is nil.
16226
16227 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
16228
16229 Sync with Tramp 2.0.43.
16230
16231 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16232 Remove outdated comment.
16233 (tramp-locked, tramp-locker): New variables for implementing a
16234 global lock.
16235 (tramp-sh-file-name-handler): Use them to implement the global lock.
16236
16237 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
16238
16239 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
16240 calls to respective `xxx` calls.
16241 (tramp-process-alive-regexp): Precise doc string.
16242 (tramp-multi-action-process-alive): New defun.
16243 (tramp-multi-actions): Use it.
16244 (tramp-handle-find-backup-file-name): `copy-tree' is available
16245 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
16246 in order to avoid this function.
16247 (tramp-handle-write-region): Set current buffer. If connection
16248 wasn't open, `file-modes' has changed it accidentally. Reported by
16249 David Kastrup <dak@gnu.org>.
16250 (tramp-enter-password, tramp-read-passwd): New arguments USER and
16251 HOST.
16252 (tramp-action-password, tramp-multi-action-password): Apply it.
16253 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
16254 name must still contain the port number. Otherwise, we have two
16255 Tramp buffers, with all the confusion. Reported by Myron Selby
16256 <myron@xytech.com> and Rolf Dubitzky
16257 <Dubitzky@physi.uni-heidelberg.de>.
16258
16259 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
16260 HOST to `tramp-enter-passwd'.
16261
16262 * net/tramp-vc.el (all): Code cleanup. Change all
16263 `tramp-handle-xxx' calls to respective `xxx` calls.
16264
16265 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
16266
16267 * emacs-lisp/testcover.el: New category "potentially-1valued" for
16268 functions that are not erroneous if either 1-valued or
16269 multi-valued. Detect functions in this class.
16270 (testcover-1value-functions, testcover-compose-functions)
16271 (testcover-progn-functions) Add some additional functions to lists.
16272 (testcover-mark): Bugfix when marking up the definition for an
16273 empty function.
16274
16275 2004-07-17 Richard M. Stallman <rms@gnu.org>
16276
16277 * replace.el (occur-read-primary-args): Pass default to
16278 read-from-minibuffer.
16279
16280 * mail/footnote.el (footnote-section-tag): Use defcustom.
16281
16282 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
16283 Compile font-lock-keywords, not KEYWORDS.
16284 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
16285 Add warn, check-type. Handle cerror like error.
16286
16287 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16288
16289 * progmodes/which-func.el (which-func-keymap): New var.
16290 (which-func-face): New face.
16291 (which-func-format): Use them.
16292
16293 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16294
16295 * buff-menu.el (list-buffers-noselect): Append the buffer's
16296 process status to its mode name.
16297
16298 2004-07-16 Kim F. Storm <storm@cua.dk>
16299
16300 * simple.el (inhibit-mark-movement): New defvar.
16301 (beginning-of-buffer, end-of-buffer): Do not push mark if
16302 inhibit-mark-movement is non-nil or C-u prefix is given.
16303
16304 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
16305 Init to beginning-of-buffer and end-of-buffer.
16306 (cua--undo-push-mark): New defvar.
16307 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
16308 already active and command is in cua--preserve-mark-commands.
16309 Also fix check for shift modifier on non-window systems.
16310 (cua--post-command-handler): Clear inhibit-mark-movement if set.
16311
16312 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
16313
16314 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
16315 of two integers, instead of a cons.
16316
16317 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
16318 `visited-file-modtime' now returns a list of two integers, instead
16319 of a cons.
16320
16321 * dired.el (dired-directory-changed-p): Ditto.
16322
16323 * progmodes/grep.el (grep): Doc fix.
16324
16325 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
16326
16327 * autorevert.el (auto-revert-tail-mode)
16328 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
16329 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
16330 in both at the same time.
16331 (auto-revert-tail-mode): New command.
16332 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
16333 (auto-revert-handler): Revert only either tail or whole file.
16334
16335 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
16336 add auto-revert-tail-mode.
16337
16338 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16339
16340 * printing.el: Doc fix. Change name of some funs.
16341 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
16342 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
16343 (pr-standard-file-name): New fun. Replace pr-standard-path.
16344 (pr-call-process): Code fix.
16345
16346 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
16347
16348 * subr.el (with-selected-window): Doc fix.
16349
16350 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
16351
16352 * subr.el (get-buffer-window-list): Doc fix.
16353
16354 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
16355
16356 * files.el (switch-to-buffer-other-window): Doc fix.
16357
16358 * window.el (save-selected-window, one-window-p)
16359 (split-window-keep-point, split-window-vertically)
16360 (split-window-horizontally): Doc fixes.
16361
16362 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16363
16364 * printing.el: Doc fix. Now it uses call-process instead of
16365 shell-command for low command execution.
16366 (pr-version): New version number (6.8).
16367 (pr-shell-file-name): Option removed.
16368 (pr-shell-command): Fun removed.
16369 (pr-call-process): New fun. Replace pr-shell-command.
16370 (pr-standard-path, pr-remove-nil-from-list): New funs.
16371 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
16372 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
16373 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
16374 (pr-ps-utility-process, pr-txt-print): Code fix.
16375
16376 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
16377
16378 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
16379 boolean.
16380
16381 2004-07-09 Lars Hansen <larsh@math.ku.dk>
16382
16383 * wid-edit.el (widget-field-buffer): Doc fix.
16384
16385 2004-07-09 John Paul Wallington <jpw@gnu.org>
16386
16387 * emacs-lisp/re-builder.el (reb-update-overlays):
16388 Distinguish between one and several matches in message.
16389
16390 2004-07-09 Richard M. Stallman <rms@gnu.org>
16391
16392 * mouse.el (mouse-set-region-1): If transient-mark-mode
16393 is `identity', change it to `only'.
16394
16395 * simple.el (current-word): Doc fix.
16396
16397 2004-07-09 Mark A. Hershberger <mah@everybody.org>
16398
16399 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
16400 so that it is more understanding of whitespace.
16401
16402 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
16403 (("ns" . "element") (attr-list) children) instead of
16404 ((:ns . "element") (attr-list) children) in order to reduce the
16405 number of symbols used.
16406 (xml-skip-dtd): Change to use xml-parse-dtd but set
16407 xml-validating-parsing to nil.
16408 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
16409 (xml-substitute-entity): Remove in favor of new entity substitution.
16410 (xml-substitute-special): Rewrite in to substitute complex
16411 entities from DOCTYPE declarations.
16412 (xml-parse-fragment): Parse fragments from entity declarations.
16413 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
16414 (xml-parse-dtd, xml-substitute-special): Make validity checks
16415 conditioned on xml-validating-parser. Add "Not Well Formed" to
16416 error messages about well-formedness.
16417
16418 2004-07-08 Steven Tamm <steventamm@mac.com>
16419
16420 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
16421 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
16422 Do not treat double clicks and triple clicks specially in the
16423 scroll bar (preventing strange repositioning problems)
16424
16425 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
16426
16427 * replace.el (query-replace-regexp-eval): Fix last change.
16428
16429 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16430
16431 * replace.el (query-replace-descr): New fun.
16432 (query-replace-read-from, query-replace-read-args): Default to the
16433 previous from&to.
16434 (query-replace-read-to): Quote the `from' string when displaying it.
16435 (query-replace-regexp-eval): Immediately check read-only status.
16436 Use query-replace-read-from to get the \n checking.
16437 Quote the `from' string when displaying it.
16438 (map-query-replace-regexp, occur-read-primary-args):
16439 Quote the `from' string when displaying it.
16440
16441 * isearch.el (isearch-query-replace): Pass the regexp-ness and
16442 delimited-ness of the search to query-replace.
16443
16444 * replace.el (query-replace-read-from, query-replace-read-to):
16445 New funs extracted from query-replace-read-args.
16446 (query-replace-read-args): Use them.
16447
16448 * replace.el (query-replace-interactive, query-replace-read-args):
16449 Remove the `initial' special value.
16450 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
16451 (occur-engine): Remove unused var `matchend'.
16452
16453 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
16454 Use the search string without prompting.
16455
16456 2004-07-05 Kenichi Handa <handa@m17n.org>
16457
16458 * international/mule.el (decode-coding-inserted-region):
16459 Set last-coding-system-used only when coding is nil.
16460
16461 2004-07-03 Eli Zaretskii <eliz@gnu.org>
16462
16463 * progmodes/grep.el (grep-compute-defaults, grep-command)
16464 (grep-program, find-program, grep-find-use-xargs, grep-history)
16465 (grep-find-history, grep-tag-default, grep-find-command)
16466 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
16467 Add autoload cookies, for unbundled packages that load `compile'
16468 and expect all grep-related symbols to become defined.
16469
16470 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
16471
16472 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
16473 (iimage-mode-image-search-path): New user option to search the
16474 image file.
16475 (iimage-locate-file): New function. Emacs21.3 or earlier does not
16476 have locate-file.
16477 (iimage-mode-buffer): Use it.
16478
16479 2004-07-03 Nick Roberts <nickrob@gnu.org>
16480
16481 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
16482 carefully.
16483 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
16484
16485 2004-07-03 Juri Linkov <juri@jurta.org>
16486
16487 * replace.el (query-replace-read-args): Swallow space after 'foo,
16488 not after (quote foo). Match space only immediately after symbol,
16489 not anywhere in the whole string.
16490
16491 2004-07-02 Richard M. Stallman <rms@gnu.org>
16492
16493 * replace.el (query-replace-read-args): Swallow space after
16494 symbols, not after closeparens. But avoid error if string ends there.
16495
16496 * progmodes/python.el (python-beginning-of-statement):
16497 Exit the loop if backward-up-list gets error.
16498
16499 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
16500
16501 2004-07-02 Andre Spiegel <spiegel@gnu.org>
16502
16503 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
16504 only if vc-consult-headers is non-nil.
16505
16506 2004-07-02 Juri Linkov <juri@jurta.org>
16507
16508 * pcvs.el (cvs-mode-diff-repository): New command.
16509
16510 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
16511
16512 2004-07-01 Juri Linkov <juri@jurta.org>
16513
16514 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
16515 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
16516 C-M-% to isearch-query-replace-regexp.
16517 (minibuffer-local-isearch-map): Add arrow key bindings.
16518 Bind C-f to isearch-yank-char-in-minibuffer.
16519 (isearch-forward): Doc fix.
16520 (isearch-edit-string): Doc fix.
16521 (isearch-query-replace, isearch-query-replace-regexp): New funs.
16522 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
16523 (isearch-yank-char): Add optional arg.
16524 (isearch-yank-char-in-minibuffer): New fun.
16525
16526 * replace.el (query-replace-interactive): Change type from boolean
16527 to choice. Add value `initial'.
16528 (query-replace-read-args): Handle value `initial' of
16529 query-replace-interactive.
16530
16531 2004-06-29 Kim F. Storm <storm@cua.dk>
16532
16533 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
16534 (breakpoint-disabled-bitmap-face): Add :group 'gud.
16535
16536 * progmodes/ada-xref.el (ada-tight-gvd-integration):
16537 Add :group 'ada.
16538
16539 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
16540
16541 2004-06-29 Juri Linkov <juri@jurta.org>
16542
16543 * replace.el (query-replace-read-args): Swallow a space after
16544 everything except )]" which in most cases means after a symbol.
16545
16546 * emacs-lisp/pp.el (pp-buffer): Add autoload.
16547
16548 2004-06-28 Richard M. Stallman <rms@gnu.org>
16549
16550 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
16551 More changes to go with previous change in font-lock.el.
16552
16553 2004-06-26 David Kastrup <dak@gnu.org>
16554
16555 * replace.el (perform-replace): Highlight the match even in
16556 non-query mode if there is potential replace string editing.
16557
16558 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
16559
16560 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
16561 agree with new return value of `file-remote-p'.
16562 This syncs with Tramp 2.0.42.
16563
16564 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
16565 according to new documentation of `file-remote-p'.
16566
16567 * files.el (file-remote-p): Fix doc to say that return value is
16568 identification of remote system, if not nil.
16569 (file-relative-name): Use new return value of `file-remote-p'.
16570
16571 2004-06-26 Nick Roberts <nickrob@gnu.org>
16572
16573 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
16574 (gdb-goto-breakpoint): Fix breakage.
16575
16576 2004-06-26 Eli Zaretskii <eliz@gnu.org>
16577
16578 * man.el (Man-getpage-in-background): Add windows-nt to the list
16579 of systems where shell-file-name should be used instead of
16580 literal "sh".
16581
16582 2004-06-25 Sam Steingold <sds@gnu.org>
16583
16584 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
16585 function names `(setf symbol)'.
16586
16587 2004-06-24 Richard M. Stallman <rms@gnu.org>
16588
16589 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
16590
16591 * font-lock.el (font-lock-keywords): Change format of compiled values.
16592 Document it.
16593 (font-lock-add-keywords): If font-lock-keywords is compiled,
16594 extract the uncompiled version, modify, then recompile.
16595 (font-lock-remove-keywords): Likewise.
16596 (font-lock-fontify-keywords-region): Handle changed format.
16597 (font-lock-compile-keywords): Handle changed format.
16598 (font-lock-set-defaults): Compile the keywords explicitly here.
16599
16600 2004-06-24 David Kastrup <dak@gnu.org>
16601
16602 * replace.el (query-replace-read-args): Implement `\,' and `\#'
16603 replacements here.
16604 (query-replace-regexp): Doc string explaining this and the new
16605 `\?' replacement. Remove `\,' and `\#' implementation here, as it
16606 is better placed in `query-replace-read-args'.
16607 (replace-regexp): Explain `\,', `\#' and `\?'.
16608 (replace-match-data): New function for thorough reuse/destruction
16609 of old match-data.
16610 (replace-match-maybe-edit): Function for implementing `\?' editing.
16611 (perform-replace): Fix maintaining of the match stack including
16612 already matched regions, implement `\?', fix various problems
16613 with regions while editing and other stuff.
16614 (replace-highlight): Simplify.
16615
16616 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
16617
16618 * progmodes/grep.el (grep-error-screen-columns): New variable.
16619 (grep-regexp-alist): Give it the full functionality of gnu style
16620 compilation messages with line and column ranges. Ask me for the
16621 perl script I'm working on, that uses these.
16622
16623 2004-06-23 Nick Roberts <nickrob@gnu.org>
16624
16625 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
16626 Remove.
16627 (comint-insert-input, comint-mouse-insert-input): New functions
16628 based on comint-insert-clicked-input for two bindings but just
16629 one functionality.
16630
16631 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
16632
16633 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
16634
16635 2004-06-23 Lars Hansen <larsh@math.ku.dk>
16636
16637 * files.el (write-contents-functions): Doc fix.
16638
16639 2004-06-21 Juanma Barranquero <lektu@terra.es>
16640
16641 * image.el (image-library-alist): Rewrite docstring in active voice.
16642
16643 2004-06-20 Richard M. Stallman <rms@gnu.org>
16644
16645 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
16646
16647 * isearch.el (isearch-repeat): Avoid testing old match data.
16648 (isearch-message): Display trailing space in special font
16649 when search is failing.
16650 (isearch-search-fun-function): Doc fix.
16651
16652 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
16653
16654 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
16655
16656 * frame.el (show-trailing-whitespace): Doc fix.
16657
16658 * cus-edit.el (custom-variable-documentation): New function.
16659 (custom-variable): Use it.
16660
16661 2004-06-19 Nick Roberts <nickrob@gnu.org>
16662
16663 * man.el (Man-getpage-in-background): Revert previous change but
16664 make cygwin a special case.
16665
16666 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
16667
16668 * autorevert.el (global-auto-revert-non-file-buffers):
16669 Update docstring.
16670
16671 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
16672
16673 * progmodes/compile.el (compilation-error-properties): Store one
16674 more than end-col, if present, so that transient-mark-mode will
16675 highlight last char too.
16676 * progmodes/grep.el (grep-regexp-alist): Match columns and column
16677 ranges, if present.
16678
16679 2004-06-18 Jason Rumney <jasonr@gnu.org>
16680
16681 * makefile.w32-in: Double percent signs in for loops.
16682
16683 2004-06-17 David Kastrup <dak@gnu.org>
16684
16685 * replace.el (query-replace-read-args): Only warn about use of \n
16686 and \t when we are doing a regexp replacement and the actual
16687 escaped character is n or t.
16688 (query-replace-regexp): Add \, and \# interpretation to
16689 interactive call and document it.
16690 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
16691 as shortkey for replace-count.
16692 (replace-quote): New function for doubling backslashes.
16693
16694 2004-06-17 Juanma Barranquero <lektu@terra.es>
16695
16696 * files.el (parse-colon-path, cd): Mention in docstring that the
16697 path separator is colon in GNU-like systems.
16698
16699 * newcomment.el (comment-region-internal): Fix docstring.
16700
16701 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
16702 (ewoc-invalidate, ewoc-collect): Doc fixes.
16703 (ewoc--create-node, ewoc--delete-node-internal):
16704 Fix typos in docstring.
16705
16706 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16707
16708 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
16709 manual to docstring.
16710
16711 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16712
16713 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
16714
16715 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
16716
16717 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16718 Add hyperlink to emacs-xtra manual to docstring.
16719
16720 * autorevert.el (global-auto-revert-non-file-buffers):
16721 Add hyperlink to emacs-xtra manual to docstring, as well as an
16722 info-link.
16723
16724 2004-06-14 Juanma Barranquero <lektu@terra.es>
16725
16726 * image.el (image-library-alist): New variable to map image types
16727 to external libraries. Initialized to nil, unless system-specific
16728 configs change it.
16729 (image-type-available-p): Determine whether an image type is
16730 available by calling `init-image-library'.
16731
16732 * term/w32-win.el (image-library-alist): Initialize to a known set
16733 of probable library names.
16734
16735 2004-06-14 Kenichi Handa <handa@m17n.org>
16736
16737 * international/code-pages.el (windows-1256, cp1125): Fix tables
16738 for several characters.
16739
16740 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
16741
16742 2004-06-13 Richard M. Stallman <rms@gnu.org>
16743
16744 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
16745
16746 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
16747 not "`pc-selection-mode'".
16748
16749 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16750
16751 * simple.el (previous-matching-history-element): Specify a default.
16752
16753 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16754
16755 * cus-face.el (custom-declare-face): Simplify code.
16756
16757 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16758
16759 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
16760
16761 * files.el (before-save-hook): Add `time-stamp' to the options.
16762
16763 * time-stamp.el (time-stamp): Recommend adding it to
16764 `before-save-hook', rather than `write-file-functions'.
16765 Make a similar change in `Commentary' section.
16766
16767 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16768
16769 * diff-mode.el (diff-current-defun): If at start of hunk, use
16770 position of first change.
16771
16772 2004-06-13 Lars Hansen <larsh@math.ku.dk>
16773
16774 * dired-x.el (dired-mark-omitted): Bind to "*O".
16775
16776 2004-06-12 Karl Fogel <kfogel@red-bean.com>
16777
16778 * bookmark.el (bookmark-bmenu-relocate): New function, as
16779 suggested by David J. Biesack <David.Biesack@sas.com>.
16780 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16781 (bookmark-bmenu-mode): Describe binding in doc string.
16782 (bookmark-set-filename): Save the bookmark list if it's time.
16783
16784 2004-06-13 Kenichi Handa <handa@m17n.org>
16785
16786 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
16787 (ccl-untranslated-to-ucs): Fix typo.
16788
16789 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16790
16791 * progmodes/python.el (python-open-block-statement-p):
16792 Fix indentation after a block opening that contains a comment.
16793
16794 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
16795
16796 * bindings.el (completion-ignored-extensions): Add file extensions
16797 of Python byte-compiled files.
16798
16799 2004-06-12 Juri Linkov <juri@jurta.org>
16800
16801 * info.el (Info-goto-node): Add autoload.
16802 (Info-toc): Add substring-no-properties on Info file name.
16803 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16804 (Info-mode-map): Bind L to Info-history, T to Info-toc.
16805
16806 2004-06-12 Kenichi Handa <handa@m17n.org>
16807
16808 * international/mule-cmds.el (set-language-environment):
16809 Load subst tables if necessary.
16810
16811 * international/mule.el (decode-char): Load subst tables if necessary.
16812 (encode-char): Likewise.
16813
16814 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
16815 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
16816 (utf-16le-decode-loop): Set r5 to -1 before loop.
16817 (utf-16be-decode-loop): Likewise.
16818 (ccl-decode-mule-utf-16le): Add EOF processing block.
16819 (ccl-decode-mule-utf-16be): Likewise.
16820 (ccl-decode-mule-utf-16le-with-signature): Likewise.
16821 (ccl-decode-mule-utf-16be-with-signature): Likewise.
16822 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
16823 (ccl-mule-utf-16-encode-untrans): New CCL.
16824 (utf-16-decode-to-ucs): Handle pre-read character.
16825 (utf-16le-encode-loop): Handle surrogate pair.
16826 (utf-16be-encode-loop): Likewise.
16827 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
16828 of utf-16le-encode-loop.
16829 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
16830 of utf-16be-encode-loop.
16831 (mule-utf-16-post-read-conversion):
16832 Call utf-8-post-read-conversion at first.
16833 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16834 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
16835 Add post-read-conversion and pre-write-conversion.
16836
16837 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
16838 (utf-translate-cjk-unicode-range): New variable.
16839 (utf-translate-cjk-load-tables): New function.
16840 (utf-lookup-subst-table-for-decode): New function.
16841 (utf-lookup-subst-table-for-encode): New function.
16842 (utf-translate-cjk-mode): Init-value changed to t. Don't load
16843 tables here. Update safe-charsets of utf-* coding systems.
16844 (ccl-mule-utf-untrans): New CCL.
16845 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
16846 at end of each branch.
16847 (ccl-mule-utf-8-encode-untrans): New CCL.
16848 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16849 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
16850 length of encoding. Don't return r0.
16851 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
16852 (utf-8-post-read-conversion): Narrow to region properly.
16853 If utf-translate-cjk-mode is on, load tables if necessary.
16854 Call utf-8-compose with hash-table arg if necessary.
16855 Call XXX-compose-region instead of XXX-post-read-conversion.
16856 (utf-8-pre-write-conversion): New function.
16857 (mule-utf-8): Include CJK charsets in safe-charsets if
16858 utf-translate-cjk-mode is on. Add pre-write-conversion.
16859
16860 * international/characters.el: Temporarily set
16861 utf-translate-cjk-mode to nil.
16862
16863 * language/devan-util.el (devanagari-compose-region):
16864 Add autoload cookie.
16865
16866 * international/ccl.el (ccl-dump-call): Fix printing the
16867 subroutine name.
16868
16869 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
16870
16871 * dired.el (dired-revert): If buffer is marked unmodified before
16872 reverting, keep it marked unmodified. Adapt to new conventions
16873 for commenting out code.
16874 (dired-make-relative): Adapt to new conventions for commenting out
16875 code.
16876
16877 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
16878
16879 * eshell/esh-module.el (eshell-load-defgroups):
16880 Bind `vc-handled-backends' to nil when opening files.
16881
16882 2004-06-11 Juanma Barranquero <lektu@terra.es>
16883
16884 * files.el (parse-colon-path, cd): Doc fixes (refer to
16885 `path-separator', not colon).
16886
16887 2004-06-10 Juanma Barranquero <lektu@terra.es>
16888
16889 * newcomment.el (comment-search-forward)
16890 (comment-search-backward): Fix typos in docstring.
16891 (comment-region): Doc fix.
16892
16893 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
16894
16895 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16896 switch is no longer stored in `dired-switches-alist'.
16897
16898 * dired-aux.el (dired-insert-subdir): Do not store R switch in
16899 `dired-switches-alist'.
16900
16901 2004-06-10 Kim F. Storm <storm@cua.dk>
16902
16903 * pcvs.el (cvs-mode-diff-yesterday): New command.
16904
16905 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
16906
16907 2004-06-10 Juri Linkov <juri@jurta.org>
16908
16909 * emacs-lisp/edebug.el (edebug-eval-defun):
16910 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
16911 Fix docstring.
16912
16913 * simple.el (eval-expression-print-format): Don't print additional
16914 information on the first call to `eval-print-last-sexp'.
16915 (next-error-find-buffer): Fix punctuation.
16916 (killing) <defgroup>: Fix punctuation.
16917 (yank-excluded-properties): Change group from editing to killing.
16918
16919 * replace.el (perform-replace): Use `limit' to terminate the
16920 while-loop explicitly.
16921
16922 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16923
16924 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16925 Use lc-*.xpm as prefix instead of *-locol.xpm.
16926
16927 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16928 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16929 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16930 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16931 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16932 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16933 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16934 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16935 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16936 * toolbar/lc-up_arrow.xpm:
16937 Rename from *-locol.xpm.
16938
16939 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
16940
16941 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16942 include forms like &<str>; as valid url patterns.
16943
16944 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
16945
16946 * dired.el (dired-diff, dired-backup-diff)
16947 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16948 (dired-do-chown, dired-do-touch, dired-do-print)
16949 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16950 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16951 (dired-create-directory, dired-do-copy, dired-do-symlink)
16952 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16953 (dired-do-copy-regexp, dired-do-hardlink-regexp)
16954 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16955 (dired-maybe-insert-subdir, dired-next-subdir)
16956 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16957 (dired-kill-subdir, dired-tree-up, dired-tree-down)
16958 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16959 (dired-run-shell-command, dired-query): Remove redundant,
16960 or incorrect, autoloads.
16961
16962 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16963 does not end in a slash. Add optional argument KILL-ROOT.
16964 Update docstring.
16965 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16966 (dired-query): Add autoloads.
16967
16968 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
16969
16970 * progmodes/compile.el (compilation-set-window-height): Rearrange
16971 the save-* functions because a buffer can have several current
16972 point in different windows.
16973 (compilation-error-regexp-alist-alist): Recognize {standard input}
16974 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16975
16976 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16977
16978 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16979 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16980 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16981 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16982 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16983 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16984 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16985 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16986 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16987 * toolbar/up_arrow-locol.xpm:
16988 New versions of icons that uses fewer colors.
16989
16990 * toolbar/tool-bar.el (tool-bar-local-item)
16991 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16992 if display-color-cells is 256 or less.
16993
16994 2004-06-08 Kim F. Storm <storm@cua.dk>
16995
16996 * wid-edit.el (widget-specify-button): Use hand pointer rather
16997 than mouse-face as visible mouse-over effect.
16998
16999 2004-06-07 Karl Fogel <kfogel@red-bean.com>
17000
17001 * saveplace.el (save-place-alist-to-file): Bind `print-length'
17002 and `print-level' to nil when writing out `save-place-alist'.
17003 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
17004
17005 2004-06-07 Juanma Barranquero <lektu@terra.es>
17006
17007 * completion.el (completion-kill-region): Doc fix.
17008
17009 * format.el (format-insert-annotations)
17010 (format-annotate-location): Doc fixes.
17011 (format-subtract-regions): Make arguments match their use in docstring.
17012
17013 * simple.el (kill-region): Doc fix.
17014
17015 * subr.el (insert-buffer-substring-no-properties)
17016 (insert-buffer-substring-as-yank): Doc fixes.
17017
17018 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
17019
17020 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17021 Update docstring.
17022 (dired-reset-subdir-switches): New function.
17023
17024 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
17025 Limit scope of `buffer-read-only' binding.
17026
17027 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
17028
17029 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
17030 eshell-explicit-command-char.
17031
17032 2004-06-06 Juanma Barranquero <lektu@terra.es>
17033
17034 * help-fns.el (help-argument-name): Inherit from italic face only
17035 if the frame supports it.
17036
17037 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17038
17039 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
17040 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17041 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17042 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17043 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17044 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17045 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17046 New conversions from xpm files.
17047
17048 * toolbar/README: New file.
17049
17050 2004-06-06 Richard M. Stallman <rms@gnu.org>
17051
17052 * isearch.el (isearch-mode-map): Undo previous change.
17053
17054 2004-06-05 Juri Linkov <juri@jurta.org>
17055
17056 * bindings.el (debug-ignored-errors): Add regexps for history
17057 related messages. Remove $ from "No further undo information".
17058 Move Ediff's messages to ediff.el.
17059
17060 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
17061
17062 * cus-edit.el (custom-display): Add `min-colors'.
17063
17064 * custom.el (defface): Add `supports' to docstring.
17065
17066 * help-fns.el (help-argument-name): Add :group 'help.
17067
17068 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
17069
17070 * find-dired.el (find-ls-subdir-switches): New user option.
17071 (find-dired): No longer call `abbreviate-file-name' on DIR.
17072 Set `dired-subdir-switches' buffer-locally.
17073
17074 * locate.el: Merge the two `Commentary' sections.
17075 (locate-ls-subdir-switches): New user option.
17076 (locate): Update for other changes.
17077 (locate-mode-map): Restore Dired binding for mouse-2.
17078 Bind `locate-mouse-view-file' to M-mouse-2.
17079 Bind `l' to `locate-do-redisplay'.
17080 (locate-main-listing-line-p, locate-do-redisplay): New functions.
17081 (locate-mouse-view-file, locate-tags, locate-find-directory):
17082 Print message if used outside main listing.
17083 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
17084 Various changes to support inserted subdirectories.
17085 (locate-insert-header): Change header of *Locate* buffer.
17086
17087 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17088 Change interactive default switches.
17089 (dired-rename-subdir-2): Update `dired-switches-alist'.
17090 (dired-insert-subdir, dired-kill-subdir):
17091 Handle `dired-switches-alist'. Do not mark buffer modified.
17092 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
17093 (dired-insert-subdir-doinsert): Omit messages.
17094 Handle `dired-subdir-switches'.
17095 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
17096
17097 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
17098 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
17099 subdirs if -R switch is used for a subdir.
17100 (dired-mode): Set `dired-switches-alist'.
17101 (dired-build-subdir-alist): Only print number of directories in
17102 echo area when invoked interactively.
17103
17104 2004-06-05 Lars Hansen <larsh@math.ku.dk>
17105
17106 * dired-x.el (dired-omit-mode): Rename from
17107 dired-omit-files-p. Use define-minor-mode to define it.
17108 (dired-omit-files-p): Add as alias for dired-omit-mode.
17109 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
17110 dired-mark-omitted.
17111 (dired-mark-omitted): Add. Bind to M-O.
17112
17113 2004-06-05 Kenichi Handa <handa@m17n.org>
17114
17115 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
17116
17117 2004-06-05 Juanma Barranquero <lektu@terra.es>
17118
17119 * help-fns.el (help-argument-name): Reintroduce face.
17120 (help-default-arg-highlight): Use it, now that
17121 `face-differs-from-default-p' can be trusted.
17122
17123 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17124
17125 * textmodes/table.el: Sentence commands added to Point Motion
17126 group; kill and backward-kill commands added to Extraction group.
17127
17128 2004-06-04 Mario Lang <mlang@delysid.org>
17129
17130 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
17131 systems appear to use mW, make the code handle this. Fix a
17132 division-by-zero bug while at it, and handle kernels with
17133 a slightly different layout in /proc/acpi.
17134
17135 2004-06-04 Karl Fogel <kfogel@red-bean.com>
17136
17137 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
17138 because the latter is a CL-ism. This fixes the bug reported by
17139 Shawn Boyette <mdxi@collapsar.net> in
17140 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
17141
17142 2004-06-04 Miles Bader <miles@gnu.org>
17143
17144 * faces.el (display-supports-face-attributes-p): Function moved to
17145 C code. Previously only the tty-related portion of this function
17146 was done in C; however the previous attempt to do a halfway-proper
17147 job for non-tty displays in lisp didn't work properly because of
17148 funny conditions during Emacs startup.
17149 (face-differs-from-default-p): Simplify, now that
17150 display-supports-face-attributes-p works properly on all display
17151 types. Remove :stipple from comparison; it doesn't really work
17152 in emacs anyway.
17153
17154 2004-06-04 Miles Bader <miles@gnu.org>
17155
17156 * faces.el (face-differs-from-default-p): Use a different
17157 implementation, so we can really check whether FACE displays
17158 differently or not.
17159
17160 2004-06-04 Miles Bader <miles@gnu.org>
17161
17162 * faces.el (display-supports-face-attributes-p): Implement a
17163 `different from default' check for non-tty displays.
17164
17165 2004-06-03 David Kastrup <dak@gnu.org>
17166
17167 * woman.el (woman-mapcan): More concise code.
17168 (woman-topic-all-completions, woman-topic-all-completions-1)
17169 (woman-topic-all-completions-merge): Replace by a simpler and
17170 much faster implementation based on O(n log n) sort/merge instead
17171 of the old O(n^2) behavior.
17172
17173 2004-06-03 Miles Bader <miles@gnu.org>
17174
17175 * subr.el (read-number): Use canonical format for default in prompt.
17176
17177 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
17178 Add regexp for " [...]" style defaults.
17179
17180 2004-06-02 Romain Francoise <romain@orebokech.com>
17181
17182 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
17183 groups: if the user asks for a hidden buffer, open the
17184 corresponding filter group to expose it.
17185
17186 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
17187 `ibuffer-jump-to-buffer'.
17188 (ibuffer-jump-offer-only-visible-buffers): New user option.
17189
17190 2004-06-02 Juanma Barranquero <lektu@terra.es>
17191
17192 * faces.el (frame-update-faces): Add empty docstring so the one
17193 for `ignore' doesn't show through.
17194
17195 * subr.el (process-kill-without-query): Remove spurious "\n" on
17196 obsolescence string.
17197 (focus-frame, unfocus-frame): Add obsolescence declaration and
17198 empty docstring.
17199
17200 * international/mule.el (register-char-codings): Make alias for
17201 `ignore'. Move docstring to obsolescence info and remove redundancy.
17202
17203 2004-06-02 Kim F. Storm <storm@cua.dk>
17204
17205 * frame.el (blink-cursor-start): Turn cursor off initially so blink
17206 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
17207
17208 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17209
17210 * comint.el (comint-replace-by-expanded-history-before-point):
17211 Obey `start' as the docstring says.
17212 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
17213 (comint-update-fence): Prevent font-lock from running unnecessarily.
17214 (comint-dynamic-list-completions): Use with-current-buffer.
17215
17216 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17217
17218 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
17219 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
17220 (bibtex-entry-update): Handle alternatives and optional fields.
17221 (bibtex-parse-entry): Bugfix, handle empty key.
17222
17223 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17224
17225 * vc-arch.el (vc-arch-state): Don't assume the file exists.
17226
17227 2004-05-31 Lars Hansen <larsh@math.ku.dk>
17228
17229 * desktop.el (desktop-save): Don't save minor modes without a
17230 known mode initialization function.
17231
17232 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
17233
17234 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
17235
17236 * autorevert.el: Update `Commentary' section.
17237
17238 2004-05-30 Juanma Barranquero <lektu@terra.es>
17239
17240 * dos-fns.el (convert-standard-filename):
17241 * files.el (convert-standard-filename):
17242 * w32-fns.el (convert-standard-filename):
17243 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
17244
17245 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
17246
17247 Sync with Tramp.
17248
17249 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
17250 (tramp-let-maybe): Move to an earlier spot in the file.
17251 Patch by Andreas Schwab.
17252
17253 2004-05-30 Andreas Schwab <schwab@suse.de>
17254
17255 * dired.el (dired-get-filename): Don't use dired-re-dot.
17256
17257 2004-05-30 Richard M. Stallman <rms@gnu.org>
17258
17259 * files.el (find-file): Doc fix.
17260
17261 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
17262
17263 2004-05-30 Nick Roberts <nickrob@gnu.org>
17264
17265 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
17266 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
17267 modeline of the locals buffer.
17268 (gdb-goto-breakpoint): Handle gdbmi.
17269 (gdb-get-frame-number): Change for gdbmi.
17270
17271 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
17272
17273 * files.el (file-remote-p): Apply file name handler for operation
17274 `file-remote-p'. It isn't a property any longer.
17275 (file-relative-name): `fh' and `fd' get the required value via
17276 `find-file-name-handler' already.
17277
17278 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
17279 (top): Remove setting of `file-remote-p' property for
17280 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
17281
17282 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
17283
17284 Version 2.0.41 of Tramp released.
17285
17286 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
17287 Throw away if process has died.
17288 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
17289 (tramp-out-of-band-prompt-regexp): Rename to
17290 `tramp-process-alive-regexp', because its usage is widen.
17291 (tramp-actions-copy-out-of-band): Apply it.
17292 (tramp-actions-before-shell, tramp-multi-actions):
17293 Add `tramp-action-process-alive' action.
17294 (tramp-action-process-alive): New defun.
17295 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17296 Add entry for `file-remote-p'.
17297 (tramp-handle-file-remote-p): New defun.
17298 (top): Remove setting of `file-remote-p'. Don't set
17299 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
17300
17301 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17302 `file-remote-p'.
17303
17304 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
17305 counted for (last) line. [They should or they shouldn't? --Stef]
17306 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
17307
17308 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17309
17310 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
17311 not really necessary but seems to keep the shell history smaller
17312 in some cases. It is no substitute for setting HISTFILE and
17313 HISTSIZE from tramp-open-connection-setup-interactive-shell,
17314 though. Suggested by Luc Teirlinck.
17315 (tramp-open-connection-setup-interactive-shell): Export variables
17316 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
17317 (tramp-set-process-query-on-exit-flag): New compat function.
17318 (tramp-open-connection-multi, tramp-open-connection-su)
17319 (tramp-open-connection-rsh, tramp-open-connection-telnet)
17320 (tramp-do-copy-or-rename-file-out-of-band): Use it.
17321 (tramp-let-maybe): New macro, let-binds a variable only if it
17322 isn't obsolete.
17323 (tramp-check-ls-commands, tramp-handle-expand-file-name)
17324 (tramp-handle-file-truename): Use it.
17325 (tramp-completion-file-name-regexp-unified): Avoid matching
17326 filenames starting with "/:" -- those are reserved for
17327 file-name-non-special.
17328
17329 * tramp-smb.el (tramp-smb-open-connection):
17330 Use tramp-set-process-query-on-exit-flag compat function.
17331
17332 2004-05-29 Richard M. Stallman <rms@gnu.org>
17333
17334 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
17335
17336 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
17337 (eval-last-sexp-print-value): Print char equivalent regardless
17338 of standard-output value.
17339
17340 * thumbs.el (thumbs-subst-char-in-string): Delete.
17341 (thumbs-thumbname): Use subst-char-in-string.
17342 (thumbs-resize-image): Use condition-case, not ignore-errors.
17343 (thumbs-kill-buffer): Likewise.
17344
17345 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
17346 (thumbs-mode): Make buffer read-only.
17347 (thumbs-make-thumb): Unconditionally accept an existing file.
17348 (thumbs-insert-thumb): Add thumb-image-file property to the image.
17349 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
17350 (thumbs-show-thumbs-list): Error if images not supported.
17351 (thumbs-save-current-image): Improve prompt string.
17352 (thumbs-mode-map): Define u, R, x.
17353 (thumbs-unmark): New command.
17354 (thumbs-emboss-image): Minor cleanup.
17355 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
17356 (thumbs-rename-images): New command.
17357 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
17358
17359 * thumbs.el (thumbs-current-image): New function.
17360 (thumbs-file-list, thumbs-file-alist): New functions.
17361 (thumbs-find-image): Delete arg L.
17362 Don't set up thumbs-fileL as buffer-local global var.
17363 (thumbs-find-image-at-point): Use thumbs-current-image.
17364 (thumbs-set-image-at-point-to-root-window): Likewise.
17365 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
17366 Record and warn about errors. Update thumbs-markedL for deletions.
17367 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
17368 (thumbs-redraw-buffer): Use thumbs-file-list.
17369 (thumbs-mark): Use thumbs-current-image.
17370 (thumbs-show-name): Use thumbs-current-image.
17371
17372 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
17373 and imenu--last-menubar-index-alist.
17374
17375 * subr.el (with-selected-window): Undo previous change.
17376
17377 2004-05-29 John Paul Wallington <jpw@gnu.org>
17378
17379 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
17380 (thumbs-mouse-find-image): New command.
17381 (thumbs-mode-map): Bind it to mouse-2.
17382 (thumbs-mode): Make mode-class special.
17383 (thumbs-view-image-mode): Likewise.
17384
17385 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
17386
17387 * flymake.el: New file.
17388
17389 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
17390
17391 * files.el (find-file-noselect-1): Do not bind
17392 `inhibit-read-only' to t during execution of
17393 `find-file-not-found-functions'.
17394
17395 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17396
17397 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
17398 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
17399
17400 2004-05-28 Juri Linkov <juri@jurta.org>
17401
17402 * simple.el (eval-expression-print-format): New fun.
17403
17404 * simple.el (eval-expression):
17405 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17406 * emacs-lisp/edebug.el (edebug-compute-previous-result)
17407 (edebug-eval-expression): Print additionally the value returned by
17408 `eval-expression-print-format'.
17409
17410 * emacs-lisp/lisp.el (insert-pair-alist): New var.
17411 (insert-pair): Make arguments optional. Find character pair
17412 from `insert-pair-alist' according to the last input event.
17413 (insert-parentheses): Make arguments optional.
17414 (raise-sexp, delete-pair): New funs.
17415
17416 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
17417 (emacs-lisp-mode-map, lisp-interaction-mode-map):
17418 Bind C-M-q to `indent-pp-sexp'.
17419
17420 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
17421 `pp-to-string' modified to be able to format text with newlines.
17422 (pp-to-string): Move the buffer-formatting part of the code to
17423 `pp-buffer'. Call `pp-buffer'.
17424
17425 * info.el (Info-desktop-buffer-misc-data): Don't save information
17426 about virtual files.
17427 (Info-restore-desktop-buffer): Restore Info buffers in prepared
17428 buffers with names obtained from the desktop file instead of the
17429 default *info* buffer.
17430
17431 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17432
17433 * subr.el (with-selected-window): Only save/restore the selected
17434 window.
17435
17436 * progmodes/compile.el (compilation-error-regexp-alist):
17437 Use expand-file-name and data-directory.
17438
17439 * progmodes/grep.el (grep-tree): Rework previous fix.
17440
17441 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
17442 after the user marked text with the mouse.
17443
17444 * startup.el (command-line): Keep the first regexp of
17445 auto-save-file-name-transforms intact.
17446
17447 2004-05-28 Juanma Barranquero <lektu@terra.es>
17448
17449 * cus-edit.el (customize-face, customize-face-other-window)
17450 (custom-face-edit-delete): Make arguments match their use in
17451 docstring.
17452 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
17453 docstring.
17454
17455 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
17456 not `cvs-butlast'.
17457
17458 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
17459 `nbutlast' are in subr.el).
17460
17461 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
17462 (set-w32-system-coding-system): Doc fixes.
17463
17464 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
17465 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
17466 Make arguments match their use in docstring.
17467 (artist-draw-region-trim-line-endings)
17468 (artist-mouse-choose-operation): Fix typo in docstring.
17469 (artist-key-set-point-common): Doc fix.
17470
17471 2004-05-28 Simon Josefsson <jas@extundo.com>
17472
17473 * mail/smtpmail.el (smtpmail-open-stream):
17474 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
17475
17476 2004-05-26 Simon Josefsson <jas@extundo.com>
17477
17478 * starttls.el: Merge with my GNUTLS based starttls.el.
17479 (starttls-gnutls-program, starttls-use-gnutls)
17480 (starttls-extra-arguments, starttls-process-connection-type)
17481 (starttls-connect, starttls-failure, starttls-success): New variables.
17482 (starttls-program, starttls-extra-args): Doc fix.
17483 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
17484 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
17485 and pass on to corresponding *-gnutls function if it is set.
17486
17487 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
17488
17489 * autorevert.el (auto-revert-handler): Disable auto-reverting of
17490 remote files.
17491
17492 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
17493
17494 * files.el (file-name-non-special): There are more operations
17495 which need handling: `find-backup-file-name',
17496 `insert-file-contents', `verify-visited-file-modtime',
17497 `write-region'. Rename t value of method to `add'. Add new
17498 methods `quote' and `unquote-then-quote' to file-arg-indices.
17499
17500 2004-05-25 Juri Linkov <juri@jurta.org>
17501
17502 * info.el (Info-toc): Call Info-mode on intermediate buffer.
17503 (Info-index-nodes): Enclose code in condition-case to catch errors.
17504 (Info-index-node): Don't search all index nodes if request is only
17505 for the current node and file is not in the cache of index nodes.
17506 (Info-mode-map): Bind Info-copy-current-node-name to `w'
17507 for consistency with dired-copy-filename-as-kill.
17508 Bind `S' to Info-search-case-sensitively.
17509 (Info-copy-current-node-name): New arg. With zero prefix arg put
17510 the name inside a function call to `info'. Display copied text in
17511 the echo area.
17512
17513 2004-05-25 Sam Steingold <sds@gnu.org>
17514
17515 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
17516 strip the package prefix from the symbol name, if any.
17517 Make it the `find-tag-default-function' for `lisp-mode'.
17518
17519 2004-05-25 John Paul Wallington <jpw@gnu.org>
17520
17521 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
17522 instead of obsolete `process-kill-without-query'.
17523
17524 * textmodes/texinfmt.el (texinfo-indexvar-alist):
17525 Declare as variable, not constant.
17526
17527 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
17528
17529 * files.el (find-file-noselect-1): Fix bug introduced by
17530 Revision 1.694. As a side effect, `inhibit-read-only'
17531 is again, by default, t during execution of
17532 `find-file-not-found-functions'.
17533 (insert-directory): Check that lines were really inserted by
17534 the --dired switch, before erasing them.
17535
17536 2004-05-24 Nick Roberts <nickrob@gnu.org>
17537
17538 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
17539 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
17540 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
17541 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
17542 gud-minor-mode (gdbmi).
17543
17544 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17545
17546 * net/browse-url.el (browse-url-interactive-arg): Enable user to
17547 explicitly select the text to be taken as URL.
17548
17549 2004-05-23 Juri Linkov <juri@jurta.org>
17550
17551 * info.el (Info-index-nodes): New var and fun.
17552 (Info-goto-index, Info-index, info-apropos)
17553 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
17554 (Info-index): Fix docstring. Store and restore Info-history-list.
17555 (Info-complete-nodes): New var.
17556 (Info-complete-menu-item): Use it.
17557 (Info-index-node): New fun.
17558 (Info-final-node, Info-forward-node, Info-backward-node)
17559 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
17560 Use Info-index-node.
17561 (Info-extract-menu-item, Info-extract-menu-counting): Set second
17562 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
17563 (Info-find-node-2): If a node with period in its name not found,
17564 try to find a node without the name part after period.
17565 (Info-select-node): Call Info-fontify-node only if
17566 Info-fontify-maximum-menu-size is not nil.
17567 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
17568 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
17569 Preserve Info-history-list.
17570 (Info-toc): Set Info-current-file.
17571 (Info-build-toc): Move point to the beginning of the buffer.
17572 Add main-file variable.
17573 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
17574 Use backslashed representation of the control character ^_.
17575
17576 * textmodes/texinfmt.el (texinfo-print-index): Print index line
17577 numbers in the new Texinfo 4.7 format.
17578
17579 * add-log.el (change-log-font-lock-keywords): Remove `:' from
17580 regexps for function and variable names.
17581
17582 * descr-text.el (describe-property-list): Add [show] button for
17583 `syntax-table' property with action to pp to a separate buffer.
17584 (describe-char): Replace search-forward by re-search-forward with
17585 whitespace regexp after "character:" to not fail in too narrow windows.
17586
17587 * simple.el (next-error-find-buffer): Add a rule to return
17588 next-error capable buffer if one window on the selected frame
17589 displays such buffer.
17590
17591 2004-05-23 Nick Roberts <nickrob@gnu.org>
17592
17593 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
17594 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
17595 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
17596 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
17597 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
17598 Handle new value for gud-minor-mode (gdbmi).
17599 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
17600 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
17601 Change from local to global gdb variable set.
17602 (gdb-ann3): Initialize above gdb variable set.
17603 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
17604 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
17605 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
17606 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
17607 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
17608 (gdb-info-locals-handler, gdb-invalidate-assembler)
17609 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
17610 set as global variables.
17611 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
17612 Handle gdbmi.
17613 (gdb-info-breakpoints-custom): Fix regexp.
17614 (def-gdb-var): Delete.
17615
17616 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
17617 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
17618 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
17619 a new mode. The file (gdb-mi.el) for this mode will be included
17620 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
17621 primary interface.
17622
17623 2004-05-23 Jesper Harder <harder@ifa.au.dk>
17624
17625 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
17626 interpreted as a directory.
17627
17628 2004-05-22 Richard M. Stallman <rms@gnu.org>
17629
17630 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
17631 as a close quote.
17632
17633 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
17634
17635 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
17636 Use assoc-string, not assoc-ignore-case.
17637
17638 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
17639
17640 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
17641 If moving back then fwd gets a defun that ends before point,
17642 try again moving fwd then back.
17643
17644 * files.el (file-name-non-special): Allow t in file-arg-indices
17645 to mean requote the return value. Use `identity' as an element
17646 rather than as the whole value.
17647
17648 * gs.el (gs-options): Add -dSAFER. Mark it risky.
17649
17650 2004-05-22 Juanma Barranquero <lektu@terra.es>
17651
17652 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
17653 `help-make-usage'.
17654 (help-highlight-arguments): Skip function name before searching
17655 for arguments.
17656
17657 2004-05-21 Juanma Barranquero <lektu@terra.es>
17658
17659 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
17660 Don't mention in the docstring these arguments meant for
17661 internal (recursive) use only.
17662 (allout-char-spec): Comment out (it's not implemented).
17663 (allout-old-expose-topic, allout-exposure): Fix docstring and add
17664 obsolescence declaration.
17665 (allout-flatten-exposed-to-buffer)
17666 (allout-indented-exposed-to-buffer): Fix typos in docstring.
17667 (my-mark-marker): Doc fix.
17668 (produce-allout-mode-map, allout-sibling-index)
17669 (allout-isearch-expose, allout-distinctive-bullet)
17670 (allout-open-topic, allout-reindent-body)
17671 (allout-rebullet-heading, allout-process-exposed)
17672 (allout-insert-listified, allout-latex-verb-quote)
17673 (allout-insert-latex-header, allout-insert-latex-trailer):
17674 Make arguments match their use in docstring.
17675 (allout-primary-bullet, allout-old-style-prefixes)
17676 (allout-inhibit-protection, allout-init, allout-mode)
17677 (allout-before-change-protect, allout-flag-region):
17678 Use "Emacs" instead of "emacs" in docstrings.
17679
17680 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
17681
17682 * international/characters.el: Modify syntax of more characters.
17683
17684 2004-05-21 Masatake YAMATO <jet@gyve.org>
17685
17686 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
17687 (etags-tags-completion-table): Show parsing progress.
17688
17689 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
17690
17691 * locate.el (locate-prompt-for-command): Shorten first line of
17692 docstring.
17693 (locate-mode): Expand docstring and include keymap summary.
17694
17695 * files.el (find-file-noselect-1): Limit the scope of the
17696 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
17697 is, by default, nil during the execution of
17698 `find-file-not-found-functions' and `find-file-hook'.
17699
17700 2004-05-20 Michael Mauger <mmaug@yahoo.com>
17701
17702 * facemenu.el (facemenu-color-name-equal): New function.
17703 (list-colors-display): Use it to compare colors instead of
17704 facemenu-color-equal.
17705
17706 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
17707
17708 * compare-w.el (compare-windows-face): Use min-colors instead of
17709 checking for tty or pc types.
17710
17711 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
17712
17713 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
17714 (completion-setup-function): Use with-current-buffer.
17715 Properly save excursion. Simplify.
17716 Don't assume there is necessarily a `mouse-face' property somewhere.
17717
17718 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
17719
17720 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
17721
17722 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
17723 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
17724 Use with-current-buffer.
17725 (byte-goto-log-buffer): Delete.
17726 (byte-compile-log-file): Call compilation-forget-errors.
17727
17728 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17729
17730 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
17731 output messages into the search result.
17732
17733 2004-05-19 Masatake YAMATO <jet@gyve.org>
17734
17735 * wid-edit.el (widget-radio-button-notify): Revert my last
17736 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17737
17738 2004-05-19 Kenichi Handa <handa@m17n.org>
17739
17740 * international/characters.el: Fix syntax (open/close) of CJK chars.
17741
17742 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
17743
17744 * help-mode.el (help-go-back): Don't depend on position of back button.
17745
17746 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
17747
17748 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
17749 files don't contain an accidental additional /.
17750
17751 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17752 in source buffer.
17753
17754 2004-05-18 Masatake YAMATO <jet@gyve.org>
17755
17756 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
17757 to widget-apply. :action method assumes 2 arguments, not 3.
17758
17759 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
17760
17761 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17762 New constants.
17763 (hs-special-modes-alist): Add an f90-mode entry.
17764
17765 2004-05-17 Sam Steingold <sds@gnu.org>
17766
17767 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17768 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
17769
17770 2004-05-16 Kim F. Storm <storm@cua.dk>
17771
17772 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17773
17774 2004-05-15 John Wiegley <johnw@newartisans.com>
17775
17776 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17777 (eshell-output-object-to-target): Improve output speed 20% by not
17778 calling `eshell-stringify' if something is already known to be a
17779 string.
17780
17781 2004-05-15 Alex Ott <ott@jet.msk.su>
17782
17783 * textmodes/ispell.el (ispell-local-dictionary-alist):
17784 Add windows-1251 to the choice of coding systems.
17785 (ispell-dictionary-alist-6): Add support for "russianw.aff",
17786 encoded in cp1251.
17787
17788 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
17789
17790 * progmodes/compile.el (compilation-warning-face)
17791 (compilation-info-face): Use min-colors.
17792
17793 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17794
17795 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17796 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17797 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17798 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17799 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17800 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17801 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17802 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17803 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17804 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17805 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
17806 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
17807 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
17808 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
17809
17810 2004-05-15 Kim F. Storm <storm@cua.dk>
17811
17812 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
17813 Use it to set triggered-p element of timer.
17814 (timer-event-handler): Set triggered-p element non-nil while running
17815 the timer function.
17816
17817 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
17818
17819 * descr-text.el (describe-char-unicode-data)
17820 (describe-char-unicodedata-file): Re-enable the unicode code now that
17821 the licensing issues have been cleared in the unicode-4 license.
17822 (describe-text-properties-1): Remove unused `overlay' var.
17823 (describe-char): Remove unused var `buffer'.
17824
17825 2004-05-14 David Ponce <david@dponce.com>
17826
17827 * tree-widget.el: New file.
17828
17829 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
17830
17831 * language/european.el ("Brazilian Portuguese"): Add support for
17832 Brazilian Portuguese.
17833
17834 2004-05-13 John Wiegley <johnw@newartisans.com>
17835
17836 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17837 `recentf-mode' if this variable has been customized to t.
17838
17839 * eshell/esh-test.el (eshell-test): Call the function
17840 `emacs-version' rather than trying to build a custom version string.
17841
17842 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17843
17844 * net/telnet.el (telnet-mode): Use define-derived-mode.
17845 Don't modify the global value of comint-prompt-regexp.
17846
17847 2004-05-13 John Paul Wallington <jpw@gnu.org>
17848
17849 * version.el (emacs-version): Check for `gtk' feature before
17850 `x-toolkit' feature.
17851
17852 2004-05-13 Juanma Barranquero <lektu@terra.es>
17853
17854 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17855 arguments in the docstring, they're used only in recursive calls.
17856
17857 * help-fns.el (help-arg-highlighting-function)
17858 (help-argument-name): Delete.
17859 (help-default-arg-highlight): New function.
17860 (help-do-arg-highlighting): Use it.
17861
17862 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17863
17864 * calendar/appt.el (appt-disp-window):
17865 Use `calendar-set-mode-line' for a centered mode-line.
17866
17867 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17868
17869 * calendar/appt.el (appt-disp-window): Do not split window
17870 excessively when `split-height-threshold' is low.
17871
17872 2004-05-12 Nick Roberts <nickrob@gnu.org>
17873
17874 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17875 kill-buffer-hook here and make it local.
17876 (gud-kill-buffer-hook): Use kill-process for a sure kill.
17877
17878 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
17879
17880 * progmodes/compile.el (compilation-set-window-height):
17881 Use save-excursion to protect against misplaced marker.
17882
17883 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17884
17885 * custom.el (defface): Document that type can have value gtk.
17886
17887 * faces.el (face-spec-set-match-display): Handle type gtk in display.
17888
17889 2004-05-12 Kenichi Handa <handa@m17n.org>
17890
17891 * descr-text.el: Require quail at compile time.
17892 (describe-char): If an input method is on and it supports the
17893 character, show how to input it.
17894
17895 * international/quail.el (quail-install-decode-map): Accept a
17896 char-table whose subtype is `quail-decode-map'.
17897 (quail-store-decode-map-key, quail-gen-decode-map1)
17898 (quail-gen-decode-map, quail-find-key1, quail-find-key)
17899 (quail-show-key): New functions.
17900
17901 2004-05-12 Juanma Barranquero <lektu@terra.es>
17902
17903 * generic.el (define-generic-mode): Remove redundant arglist info.
17904
17905 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
17906 Make arguments match their use in docstring.
17907 (help-arg-highlighting-function): New variable.
17908 (help-argument-name): Mention it in the docstring.
17909 (help-do-arg-highlight): Use it. Expand regexp to accept also
17910 ARG-xxx and xxx-ARG references.
17911
17912 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17913
17914 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17915 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17916 and "mailto:addr1?to=addr2" equal.
17917
17918 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
17919
17920 * man.el (Man-getpage-in-background): Use shell-file-name
17921 and shell-command-switch variables instead of hard-coded values.
17922
17923 2004-05-11 Eli Zaretskii <eliz@gnu.org>
17924
17925 * iimage.el: New file.
17926
17927 2004-05-11 Juanma Barranquero <lektu@terra.es>
17928
17929 * custom.el (custom-initialize-default, defcustom):
17930 Fix typo in docstring.
17931
17932 * files.el (set-visited-file-name, file-expand-wildcards):
17933 Fix docstring.
17934
17935 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17936
17937 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17938
17939 * subr.el (eventp): Be more discriminating with integers.
17940
17941 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
17942
17943 * progmodes/compile.el (compile): Add universal prefix arg.
17944 (compilation-error-regexp-alist-alist): Add edg patterns.
17945
17946 2004-05-10 Sam Steingold <sds@gnu.org>
17947
17948 * textmodes/ispell.el (ispell-message):
17949 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17950
17951 2004-05-10 Dave Love <fx@gnu.org>
17952
17953 * progmodes/python.el (help-buffer): Autoload when compiling.
17954 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17955 (run-python): Prepend to any existing PYTHONPATH.
17956
17957 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
17958
17959 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17960 for pending breakpoints.
17961
17962 2004-05-10 Richard M. Stallman <rms@gnu.org>
17963
17964 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
17965 directly without calling any functions in Rmail.
17966 (unrmail-unprune): Function deleted.
17967
17968 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17969
17970 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17971 C-c C-z binding.
17972
17973 2004-05-10 Kenichi Handa <handa@m17n.org>
17974
17975 * descr-text.el (describe-char): Fix previous change. Don't make
17976 a unibyte character to multibyte in the *Help* buffer.
17977
17978 2004-05-10 Miles Bader <miles@gnu.org>
17979
17980 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17981 buffer an error if the debugger process is actually running.
17982
17983 2004-05-10 Juanma Barranquero <lektu@terra.es>
17984
17985 * help-fns.el (help-argument-name): Default to italic.
17986 (help-highlight-arguments): Return always (usage . doc), even when
17987 usage is nil.
17988
17989 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17990 (define-ibuffer-filter): Add usage info.
17991 (define-ibuffer-op): Add usage info (but CL-style defaults for
17992 keyword args are not shown).
17993
17994 * subr.el (remove-overlays, read-passwd): Fix docstring.
17995 (start-process-shell-command): Fix docstring. Put usage info in a
17996 format usable by `describe-function'.
17997 (open-network-stream, open-network-stream-nowait)
17998 (open-network-stream-server): Fix docstring.
17999
18000 2004-05-09 Jason Rumney <jasonr@gnu.org>
18001
18002 * international/code-pages (cp932, cp936, cp949, c950): Remove.
18003 Only define cp125* if windows-125* is already defined.
18004
18005 * language/korean.el (cp949): Add alias.
18006
18007 * language/chinese.el (cp936, cp950): Add aliases.
18008
18009 * language/japanese.el (cp932): Add alias.
18010
18011 * term/w32-win.el: Require code-pages.
18012
18013 * international/mule-cmds.el (set-locale-environment):
18014 On MS-Windows use ansi code-page for default coding-systems.
18015 Set up paper sizes for Windows 3 letter languages.
18016
18017 * international/code-pages.el (cp932, cp936, cp949, cp950):
18018 Add aliases. Also add cp125* if not already defined.
18019
18020 2004-05-09 Juanma Barranquero <lektu@terra.es>
18021
18022 * help-fns.el (help-highlight-arguments): Don't try to highlight
18023 missing or autoloaded arglists. Accept structured arguments, like
18024 the first ones of `do' and `flet'.
18025
18026 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
18027 (cvs-get-marked): Remove redundant arglist info.
18028
18029 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
18030 Don't use CL-style default args.
18031
18032 2004-05-08 Andreas Schwab <schwab@suse.de>
18033
18034 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
18035
18036 * international/subst-ksc.el: Fix references to utf-translate-cjk
18037 into utf-translate-cjk-mode.
18038 * international/subst-big5.el: Likewise.
18039 * international/subst-gb2312.el: Likewise.
18040 * international/subst-jis.el: Likewise.
18041 * international/utf-16.el: Likewise.
18042 * international/utf-8.el: Likewise.
18043
18044 2004-05-08 John Wiegley <johnw@newartisans.com>
18045
18046 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
18047 "virtual buffers" (off by default), which makes it possible to
18048 switch to the "virtual" buffers of recently visited files. When a
18049 buffer name search fails, and this option is on, iswitchb will
18050 look at the list of recently visited files, and permit matching
18051 against those names. When the user hits RET on a match, it will
18052 revisit that file.
18053 (iswitchb-read-buffer): Add two optional arguments, which makes
18054 isearchb.el possible.
18055 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18056 (iswitchb-next-match): Add support for virtual buffers.
18057
18058 * isearchb.el: This module extends iswitchb to provide "as you
18059 type" buffer selection.
18060
18061 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
18062 Ignore the read-only property when flyspell highlighting is on.
18063 Not ignoring it leads to a series of confusing errors.
18064 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
18065 but also make sure to call flyspell-incorrect-hook.
18066 (flyspell-maybe-correct-transposition): Perform transposition test
18067 by bit twiddling a string, rather than using a temp buffer.
18068 (flyspell-maybe-correct-doubling): Use a string rather than a temp
18069 buffer. This is also the original version of the code, which
18070 could not be checked in before due to a previous lack of
18071 assignment papers. This version has seen heavy usage on my system
18072 for several years now.
18073
18074 * calendar/cal-bahai.el: New file, which adds support for the
18075 Baha'i calendar to Emacs. This calendar is based on a solar year
18076 of 19 months of 19 days, with 4 intercalary days. Each year
18077 begins on March 21, with the calendar starting in 1844.
18078
18079 * calendar/cal-menu.el, calendar/calendar.el
18080 * calendar/diary-lib.el, calendar/holidays.el:
18081 Added support for using cal-bahai.el.
18082
18083 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
18084 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
18085 function can be used outside of eshell buffers.
18086 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
18087
18088 2004-05-08 Juanma Barranquero <lektu@terra.es>
18089
18090 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
18091 word constituent so FOO-ARG is not recognized as an arg.
18092 (help-highlight-arguments): Don't skip lists in mandatory arguments.
18093
18094 * simple.el (next-error): Fix typo in docstring.
18095 (open-line): Make argument names match their use in docstring.
18096 (split-line): Fix docstring.
18097
18098 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
18099 usable by `describe-function'.
18100 (gensym, gentemp, typep, ignore-errors): Make argument names match
18101 their use in docstring.
18102
18103 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
18104 argument to `help-setup-xref'.
18105
18106 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
18107
18108 Version 2.0.40 of Tramp released.
18109
18110 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
18111 Use symbol-function to invoke functions only known on some Emacs
18112 flavors. This avoids byte-compiler warnings. Reported by Kevin
18113 Scaldeferri <kevin@scaldeferri.com>.
18114 (tramp-do-copy-or-rename-file-via-buffer): Rename from
18115 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
18116 consistent with the other tramp-do-* functions.
18117 (tramp-do-copy-or-rename-file): Calls adjusted.
18118 (tramp-process-initial-commands): Avoid liveness check on shell --
18119 we know that it must be alive since we're opening a connection at
18120 this moment.
18121 (tramp-last-cmd): New internal variable.
18122 (tramp-process-echoes): New tunable.
18123 (tramp-send-command): Set tramp-last-cmd.
18124 (tramp-wait-for-output): Delete echo, if applicable.
18125 (tramp-read-passwd): Construct the key for the password cache in a
18126 way that works for multi methods, too.
18127 (tramp-bug): Add backup-directory-alist and
18128 bkup-backup-directory-info to bug reports, with Tramp counterparts.
18129
18130 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
18131
18132 * net/tramp*.el: Suppress byte-compiler warnings where possible.
18133
18134 * net/tramp.el (tramp-out-of-band-prompt-regexp)
18135 (tramp-actions-copy-out-of-band): New defcustoms.
18136 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
18137 used instead of a synchronous one. Allows password entering.
18138 (tramp-action-out-of-band): New defun.
18139 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
18140 Remove restriction with password from doc string.
18141 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
18142 `tramp-out-of-band-prompt-regexp',
18143 `tramp-actions-copy-out-of-band', `password-cache' and
18144 `password-cache-expiry'.
18145 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
18146 password caching.
18147 (tramp-touch): FILE can be a local file, too.
18148 (TODO): Remove items done.
18149 (tramp-handle-insert-directory): Properly quote file name also if
18150 not full-directory-p. Handle wildcard case. Reported by Andreas
18151 Schwab <schwab@suse.de>.
18152 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
18153 new file.
18154 (tramp-handle-file-local-copy, tramp-handle-write-region):
18155 The permissions of the temporary file are set if filename exists.
18156 Reported by Ted Stern <stern@cray.com>.
18157 (tramp-backup-directory-alist)
18158 (tramp-bkup-backup-directory-info): New defcustoms.
18159 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
18160 (tramp-handle-find-backup-file-name): New function.
18161 Implements Tramp's find-backup-file-name.
18162
18163 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
18164 for `find-backup-file-name'.
18165
18166 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
18167 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
18168
18169 2004-05-07 Lars Hansen <larsh@math.ku.dk>
18170
18171 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
18172
18173 2004-05-07 Juanma Barranquero <lektu@terra.es>
18174
18175 * subr.el (lambda): Add arglist description to docstring.
18176 (declare): Fix typo in docstring.
18177 (open-network-stream): Fix docstring.
18178 (process-kill-without-query): Fix docstring and add obsolescence info.
18179 (last, butlast, nbutlast): Make arguments match their use in docstring.
18180 (insert-buffer-substring-no-properties): Likewise.
18181 (insert-buffer-substring-as-yank): Likewise.
18182 (split-string): Fix docstring.
18183
18184 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18185 Make argument names match their use in docstring.
18186
18187 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
18188
18189 2004-05-06 Nick Roberts <nickrob@gnu.org>
18190
18191 * progmodes/gdb-ui.el: Improve/extend documentation strings.
18192 Fit first sentence on one line for apropos-command.
18193
18194 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18195
18196 Changes largely merged in from Dave Love's code.
18197 * progmodes/python.el: Doc fixes.
18198 (python-mode-map): Add python-complete-symbol.
18199 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
18200 (python-comment-indent, python-complete-symbol)
18201 (python-symbol-completions, python-partial-symbol)
18202 (python-try-complete): New.
18203 (python-indent-line): Remove optional arg. Use python-block-end-p.
18204 (python-check): Bind compilation-error-regexp-alist.
18205 (inferior-python-mode): Use rx. Move keybindings to top level.
18206 Set comint-input-filter.
18207 (python-preoutput-filter): Use rx.
18208 (python-input-filter): Re-introduce.
18209 (python-proc): Start new process if necessary.
18210 Check python-buffer non-nil.
18211 (view-return-to-alist): Defvar.
18212 (python-send-receive): New.
18213 (python-eldoc-function): Use it.
18214 (python-mode-running): Don't defvar.
18215 (python-mode): Set comment-indent-function.
18216 Maybe update hippie-expand-try-functions-list.
18217 (python-indentation-levels): Initialize differently.
18218 (python-block-end-p): New.
18219 (python-indent-line): Use it.
18220 (python-compilation-regexp-alist): Augment.
18221 (run-python): Import `emacs' module to Python rather than loading
18222 code directly. Set python-buffer differently.
18223 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
18224 Use python-proc.
18225 (python-send-command): Go to end of comint buffer.
18226 (python-load-file): Use python-proc, emacs.eimport.
18227 (python-describe-symbol): Simplify interactive form.
18228 Use emacs.help. Do use temp-buffer-show-hook.
18229 Call print-help-return-message.
18230 (hippie-exp): Require when compiling.
18231 (python-preoutput-continuation): Use rx.
18232
18233 * diff-mode.el (diff-make-unified): Fix regexp.
18234
18235 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
18236
18237 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
18238 filter groups from the buffer when rebuilding the Ibuffer buffer
18239 and `ibuffer-show-empty-filter-groups' is nil.
18240
18241 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18242
18243 * ps-print.el (ps-print-quote): Call ps-value-string.
18244 (ps-setup): Call ps-comment-string.
18245 (ps-value-string, ps-comment-string): New funs.
18246
18247 2004-05-06 Juanma Barranquero <lektu@terra.es>
18248
18249 * ehelp.el (electric-help-command-loop): Check whether the last
18250 character is visible, not (point-max).
18251
18252 * help-fns.el (help-argument-name): Default to bold; don't inherit
18253 from font-lock-variable-name-face.
18254 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
18255
18256 2004-05-05 Kenichi Handa <handa@m17n.org>
18257
18258 * descr-text.el (describe-char): Copy the character with text
18259 properties and overlays into the first line, and call
18260 describe-text-properties on it.
18261
18262 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
18263
18264 * iswitchb.el (iswitchb-global-map): Fix typo.
18265 Remove unwanted ###autoloads from source file.
18266
18267 2004-05-05 Lars Hansen <larsh@math.ku.dk>
18268
18269 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
18270 in run-hooks. Use substitute-command-keys in message.
18271 (wdired-abort-changes): Add message.
18272
18273 2004-05-03 Michael Mauger <mmaug@yahoo.com>
18274
18275 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
18276 (sql-emacs20-p): Remove.
18277 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
18278 (sql-builtin-face, sql-doc-face): Remove.
18279 (sql-mode-ansi-font-lock-keywords)
18280 (sql-mode-oracle-font-lock-keywords)
18281 (sql-mode-postgres-font-lock-keywords)
18282 (sql-mode-linter-font-lock-keywords)
18283 (sql-mode-ms-font-lock-keywords)
18284 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
18285 (sql-product-font-lock): Fix font-lock reset when font rules change.
18286 (sql-highlight-product): Remove incorrect font-lock reset logic.
18287
18288 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
18289
18290 * ses.el (ses-set-parameter): Fix typo.
18291
18292 2004-05-04 Kim F. Storm <storm@cua.dk>
18293
18294 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
18295 Must expand directory for completion to work; and don't mess with
18296 process-environment.
18297 (ido-read-file-name): If command has ido property, don't use ido
18298 if value is ignore, or read as directory if value is dir.
18299 Set ido ignore property for dired-do-rename command.
18300
18301 2004-05-04 Juanma Barranquero <lektu@terra.es>
18302
18303 * ehelp.el (electric-help-command-loop, electric-help-undefined)
18304 (electric-help-help): Check against unmapped commands.
18305
18306 * help-fns.el (help-argument-name): New face, inheriting from
18307 font-lock-variable-name-face, to highlight function arguments in
18308 `describe-function' and `describe-key'.
18309 (help-do-arg-highlight): Auxiliary function to highlight a given
18310 list of arguments in a string.
18311 (help-highlight-arguments): Highlight the function arguments and
18312 all uses of them in the docstring.
18313 (describe-function-1): Use it. Do docstring output via `insert',
18314 not 'princ', so text attributes are preserved.
18315
18316 * winner.el (winner-mode-map): Move `winner-undo' and
18317 `winner-redo' to C-c <left> and C-c <right>, respectively (the
18318 previous bindings conflict with `prev-buffer', `next-buffer').
18319
18320 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18321
18322 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
18323 (bibtex-entry-update): New command bound to C-c C-u.
18324 (bibtex-text-in-string): Fix regexp.
18325 (bibtex-assoc-of-regexp): Remove.
18326 (bibtex-progress-message): Fix docstring.
18327 (bibtex-inside-field): Use if.
18328 (bibtex-assoc-regexp): New function.
18329 (bibtex-format-entry): Make code more robust so that it formats
18330 also old entries.
18331 (bibtex-autokey-demangle-title): Merge with obsolete function
18332 bibtex-assoc-of-regexp.
18333 (bibtex-field-list): New function.
18334 (bibtex-entry): Use bibtex-field-list.
18335 (bibtex-parse-entry): Fix docstring.
18336 (bibtex-print-help-message): Use bibtex-field-list.
18337 (bibtex-make-field): Use bibtex-field-list.
18338 (bibtex-entry-index): Bugfix. Return crossref key if required.
18339 (bibtex-lessp): Fix docstring.
18340
18341 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
18342
18343 * select.el (xselect-convert-to-string): Move comment to intended line.
18344
18345 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18346
18347 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
18348 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
18349
18350 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18351
18352 * term/x-win.el (x-clipboard-yank): Don't exit on error from
18353 x-get-selection.
18354
18355 2004-05-03 Jason Rumney <jasonr@gnu.org>
18356
18357 * makefile.nt: Remove.
18358
18359 2004-05-03 Kim F. Storm <storm@cua.dk>
18360
18361 * emulation/cua-base.el (cua--update-indications): Fix last change.
18362 (cua-mode): Deactivate mark when cua-mode is enabled.
18363
18364 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
18365
18366 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
18367
18368 2004-05-03 Nick Roberts <nickrob@gnu.org>
18369
18370 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
18371 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
18372 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
18373 window over visible frames.
18374 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
18375
18376 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
18377
18378 * progmodes/compile.el (compilation-gcpro): New var.
18379 (compilation-fake-loc): Use it.
18380 (compilation-forget-errors): Reset it.
18381
18382 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
18383
18384 * diff-mode.el (diff-header-face, diff-file-header-face):
18385 Use min-colors.
18386
18387 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18388
18389 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
18390 (bibtex-clean-entry): Disentangle code.
18391 (bibtex-realign): New function.
18392 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
18393 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
18394 Remove undocumented optional arg called-by-convert-alien.
18395 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
18396 for sorting instead of bibtex-sort-buffer.
18397
18398 2004-05-02 Eli Zaretskii <eliz@gnu.org>
18399
18400 * progmodes/compile.el (compilation-start): In the
18401 no-async-subprocesses branch, call sit-for to give redisplay a
18402 chance to show the updated process status in the mode line, and
18403 fontify the buffer explicitly after the process exits.
18404
18405 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18406
18407 * progmodes/python.el (python-compilation-line-number): Remove.
18408 (python-compilation-regexp-alist): Don't use it any more.
18409 (python-orig-start, python-input-filter): Remove.
18410 (inferior-python-mode): Don't set up comint-input-filter-functions.
18411 (python-send-region): Use compilation-fake-loc.
18412
18413 * progmodes/compile.el (compilation-messages-start): New var.
18414 (compilation-mode): Don't setup next-error-function here.
18415 (compilation-setup): Set it up here instead (for minor modes as well).
18416 Make compilation-messages-start buffer local.
18417 (compilation-next-error-function): Use it.
18418 (compilation-forget-errors): Set compilation-messages-start.
18419
18420 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
18421
18422 * ielm.el (ielm-prompt-read-only): Update docstring.
18423
18424 * comint.el (comint-prompt-read-only): Update docstring.
18425 (comint-update-fence, comint-kill-whole-line)
18426 (comint-kill-region): New functions.
18427
18428 * simple.el (kill-whole-line): Use "p" instead of "P" in
18429 interactive form.
18430
18431 2004-05-01 Juanma Barranquero <lektu@terra.es>
18432
18433 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
18434 format arglist so default values in CL-style argument lists are
18435 correctly shown.
18436
18437 2004-05-01 Jason Rumney <jasonr@gnu.org>
18438
18439 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
18440
18441 2004-05-01 Kenichi Handa <handa@m17n.org>
18442
18443 * international/titdic-cnv.el (miscdic-convert): Don't generate a
18444 quail file if it is up to date.
18445
18446 2004-04-30 Juri Linkov <juri@jurta.org>
18447
18448 * cus-edit.el (custom-mode-map):
18449 Add key binding `C-x C-s' to `Custom-save'.
18450
18451 * outline.el (outline-blank-line): New var.
18452 (outline-next-preface, outline-show-heading)
18453 (outline-end-of-subtree): Use it.
18454
18455 * dired-aux.el (dired-touch-initial): New fun.
18456 (dired-do-chxxx): Call it for op-symbol `touch'.
18457 (dired-diff): Use `dired-dwim-target-directory'
18458 if current dired buffer has no buffer mark.
18459
18460 * bindings.el (propertized-buffer-identification):
18461 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
18462 Add C-M-arrow keys for consistency.
18463
18464 * files.el (confirm-kill-emacs):
18465 Change group from top-level `emacs' to `convenience'.
18466
18467 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
18468 Push mark on the first call of successive command calls.
18469 (insert-pair): New fun created from `insert-parentheses' with
18470 `open' and `close' arguments added. Enclose active regions
18471 in paired characters. Compare adjacent characters syntax with
18472 inserted characters syntax before inserting a space.
18473 (insert-parentheses): Call `insert-pair' with ?\( ?\).
18474
18475 * delsel.el: Don't put `delete-selection' property
18476 on `insert-parentheses' symbol to take advantage of
18477 region handling in `insert-pair' function.
18478 Suggested by Stephan Stahl <stahl@eos.franken.de>.
18479
18480 2004-04-30 Kim F. Storm <storm@cua.dk>
18481
18482 * emulation/cua-base.el: Add support for changing cursor types;
18483 based on patch from Michael Mauger.
18484 (cua-normal-cursor-color, cua-read-only-cursor-color)
18485 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
18486 Customization cursor type and/or cursor color.
18487 (cua--update-indications): Handle cursor type changes.
18488 (cua-mode): Update cursor indications if enabled.
18489
18490 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
18491
18492 * mouse.el (mouse-drag-copy-region): New defcustom.
18493 (mouse-set-region, mouse-drag-region-1): Use it.
18494
18495 * simple.el (kill-ring-save): If region face background color is
18496 unspecified (if no highlighting), show extent of fully visible
18497 region even if transient-mark-mode is enabled.
18498
18499 * emulation/cua-base.el (cua--standard-movement-commands):
18500 Add cua-scroll-up and cua-scroll-down.
18501 (cua-scroll-up, cua-scroll-down): New commands.
18502 (cua--init-keymaps): Remap scroll-up and scroll-down.
18503
18504 * emulation/cua-rect.el (cua--convert-rectangle-as):
18505 New defmacro.
18506 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18507 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
18508 New commands (suggested by Jordan Breeding).
18509
18510 2004-04-30 Juanma Barranquero <lektu@terra.es>
18511
18512 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
18513
18514 2004-04-30 Mario Lang <mlang@delysid.org>
18515
18516 * diff.el (diff-switches): Fix typo in docstring.
18517
18518 2004-04-30 Alex Schroeder <alex@gnu.org>
18519
18520 * xml.el (xml-debug-print-internal): Don't add newline and
18521 indentation to text nodes and write empty elements as empty tags
18522 instead of opening and closing tags.
18523 (xml-debug-print): Take optional indent-string argument.
18524 (xml-print): Alias for xml-debug-print.
18525
18526 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18527
18528 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
18529 than duplicate call to `line-beginning-position'.
18530
18531 * progmodes/f90.el (f90-get-present-comment-type):
18532 Return whitespace, as well as comment chars, for consistent filling
18533 of comment blocks. Use `match-string-no-properties'.
18534 (f90-break-line): Trim trailing whitespace when filling comments.
18535
18536 2004-04-30 Dave Love <fx@gnu.org>
18537
18538 * calendar/diary-lib.el (diary-outlook-formats): New variable.
18539 (diary-from-outlook-internal, diary-from-outlook)
18540 (diary-from-outlook-gnus, diary-from-outlook-rmail):
18541 New functions to import diary entries from Outlook-format
18542 appointments in mail messages.
18543
18544 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18545
18546 * progmodes/python.el (python-send-command): New fun.
18547 (python-send-region, python-load-file): Use it.
18548
18549 * progmodes/compile.el (compilation-last-buffer): Add var alias.
18550
18551 * help-fns.el (help-C-file-name): Use new subr-name.
18552 Prepend `src/' to the file name.
18553 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
18554 (describe-function-1, describe-variable): Only find a C source file
18555 name if DOC is already loaded.
18556
18557 * help-mode.el (help-function-def, help-variable-def):
18558 Use the new find-function-search-for-symbol functionality.
18559 Allow FILE to be `C-source'.
18560
18561 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
18562 (find-function-C-source): New fun.
18563 (find-function-search-for-symbol): Use it.
18564
18565 2004-03-29 Michael Mauger <mmaug@yahoo.com>
18566
18567 * progmodes/sql.el (sql-product-alist): Rename variable
18568 `sql-product-support'. Add Postgres login parameters.
18569 (sql-set-product, sql-product-feature): Update with renamed variable.
18570 (sql-connect-postgres): Add username prompt.
18571 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
18572 Make patterns less product specific.
18573 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
18574 (sql-mode-abbrev-table): Modify initialization.
18575 (sql-builtin-face): Add variable.
18576 (sql-keywords-re): Add macro.
18577 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
18578 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
18579 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
18580 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
18581 (sql-mode-linter-font-lock-keywords)
18582 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
18583 (sql-mode-sybase-font-lock-keywords)
18584 (sql-mode-informix-font-lock-keywords)
18585 (sql-mode-interbase-font-lock-keywords)
18586 (sql-mode-ingres-font-lock-keywords)
18587 (sql-mode-solid-font-lock-keywords)
18588 (sql-mode-sqlite-font-lock-keywords)
18589 (sql-mode-db2-font-lock-keywords): Default to nil.
18590 (sql-product-font-lock): Always highlight ANSI keywords.
18591 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
18592 (sql-send-string): Add function.
18593
18594 2004-04-29 Dave Love <fx@gnu.org>
18595
18596 * progmodes/cfengine.el (cfengine-beginning-of-defun)
18597 (cfengine-end-of-defun): Ensure progress through buffer.
18598
18599 * info-look.el (cfengine-mode): Accept a terminal ().
18600
18601 2004-04-29 Juri Linkov <juri@jurta.org>
18602
18603 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
18604 instead of isearch-yank-word-or-char. Add new key bindings for
18605 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
18606 (isearch-del-char): New fun.
18607 (isearch-forward, isearch-edit-string): Update docstring.
18608 (isearch-yank-char): Doc fix.
18609 (isearch-other-meta-char): Restore point after scrolling.
18610
18611 * progmodes/compile.el (compilation-context-lines): Add nil option
18612 to disable compilation output window scrolling.
18613 (compilation-set-window): Use it.
18614
18615 * outline.el (outline-next-preface, outline-show-heading):
18616 Don't leave unhidden blank line before heading.
18617 (outline-end-of-subtree): Include last newline into subtree.
18618 (hide-entry): Leave point at beginning of heading instead of end.
18619 (outline-up-heading): Push mark for the first call of successive
18620 command calls.
18621
18622 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
18623
18624 * comint.el (comint-prompt-read-only): New variable.
18625 (comint-output-filter): Implement it.
18626
18627 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
18628 (ielm-prompt-internal): New variable.
18629 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
18630 (ielm-send-input): Delete unused variable `buf'.
18631 (ielm-eval-input): Use `ielm-prompt-internal'.
18632 (inferior-emacs-lisp-mode): Use new variables
18633 `comint-prompt-read-only' and `ielm-prompt-internal'.
18634 Get rid of obsolete variable `directory-sep-char'.
18635 (ielm): Use `zerop'.
18636
18637 2004-04-29 John Paul Wallington <jpw@gnu.org>
18638
18639 * thumbs.el (toplevel): Require cl at compile time.
18640 Remove conditional definitions of `ignore-errors' and `caddar'
18641 because they occur at run time.
18642
18643 2004-04-28 Nick Roberts <nickrob@gnu.org>
18644
18645 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
18646 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
18647 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
18648 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
18649
18650 * progmodes/gud.el (gud-common-init): Throw an error if program is
18651 already running under gdb.
18652
18653 2004-04-28 John Paul Wallington <jpw@gnu.org>
18654
18655 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
18656 (thumbs-show-image-num): Move assignment of
18657 `thumbs-current-image-filename' within scope of `i'.
18658 (thumbs-emboss-image): Don't use `evenp'.
18659
18660 2004-04-28 Richard M. Stallman <rms@gnu.org>
18661
18662 * progmodes/compile.el (compilation-context-lines): Default now 0.
18663
18664 2004-04-28 Juanma Barranquero <lektu@terra.es>
18665
18666 Use `time-less-p' from calendar/time-date.el instead of defining
18667 custom versions of it.
18668
18669 * pcomplete.el (pcomplete-time-less-p): Remove.
18670
18671 * thumbs.el (time-less-p): Remove.
18672
18673 * calendar/timeclock.el (timeclock-time-less-p): Remove.
18674 (timeclock-generate-report): Use `time-less-p'.
18675
18676 * emacs-lisp/autoload.el (autoload-before-p): Remove.
18677 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
18678
18679 2004-04-28 Masatake YAMATO <jet@gyve.org>
18680
18681 * subr.el (remove-overlays): Make arguments optional.
18682
18683 * wid-edit.el (widget-specify-button): Put evaporate to the
18684 overlay for sample.
18685 (widget-specify-sample): Put evaporate to the overlay for sample.
18686 (widget-specify-doc): Put evaporate to the overlay for documentation.
18687
18688 2004-04-27 Jesper Harder <harder@ifa.au.dk>
18689
18690 * info.el (info-apropos): Make it an index node. Align node names
18691 like makeinfo.
18692
18693 2004-04-27 Eli Zaretskii <eliz@gnu.org>
18694
18695 * net/browse-url.el (browse-url-netscape-sentinel)
18696 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
18697 (browse-url-epiphany-sentinel, browse-url-mosaic):
18698 Use browse-url-*-program instead of a literal program name.
18699
18700 2004-04-27 Kevin Ryde <user42@zip.com.au>
18701
18702 * eshell/em-alias.el:
18703 * eshell/em-dirs.el:
18704 * eshell/em-hist.el:
18705 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
18706 features when M-x customize-group loads modules before the main
18707 eshell.el.
18708
18709 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
18710
18711 * subr.el (momentary-string-display): Support EXIT-CHAR that is
18712 either a character representation of an event or an event
18713 description list.
18714
18715 * type-break.el: Capitalize Emacs and Lisp.
18716 (type-break-good-break-interval, type-break-demo-boring-stats)
18717 (type-break-terse-messages, type-break-file-name): New defcustoms.
18718 (type-break-post-command-hook)
18719 (type-break-warning-countdown-string): Quote variable names in doc.
18720 (type-break-interval-start, type-break-auto-save-file-name): New vars.
18721 (type-break-mode): Document type-break-good-break-interval and the
18722 "session" file. Schedule break according to the session file.
18723 Kill session file buffer on exit. Organize for save-some-buffers
18724 to always save the session file.
18725 (type-break-mode-line-message-mode, type-break-query-mode):
18726 Uppercase arguments.
18727 (type-break-file-time, type-break-file-keystroke-count, timep)
18728 (type-break-choose-file, type-break-get-previous-time)
18729 (type-break-get-previous-count): New defuns.
18730 (type-break): Avoid break querying after a completed break in the
18731 case where the query was initiated during user invocation of the
18732 break. Optional terse messages.
18733 Use type-break-good-break-interval if type-break-good-rest-interval is
18734 nil. File the break time.
18735 (type-break-schedule): New optional args for overriding the use of
18736 the current time.
18737 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
18738 after a break.
18739 (type-break-check): File the keystroke count.
18740 (type-break-do-query): Prevent a second query when the break is
18741 interrupted. Optional terse message.
18742 (type-break-keystroke-reset): Record the start of a typing interval.
18743 (type-break-demo-boring): Optional terse messages. Display word
18744 per minute and keystroke counts according to
18745 type-break-demo-boring-stats.
18746
18747 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
18748
18749 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
18750 directories, make sure they exist under archive-tmpdir.
18751
18752 2004-04-27 Juri Linkov <juri@jurta.org>
18753
18754 * help.el (view-emacs-news): With argument, display info for the
18755 selected version by finding it among different NEWS files, and
18756 narrowing the buffer to the selected version.
18757
18758 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18759 same-window-buffer-names.
18760 (info): New arg `buffer'. Use it. Doc fix. Read file name for
18761 non-numeric prefix argument, append the number to the buffer name
18762 for numeric prefix argument.
18763 (info-other-window): Bind same-window-regexps to nil.
18764 (Info-reference-name): Rename to Info-point-loc.
18765 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18766 and Info-find-index-name for stringy Info-point-loc.
18767 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
18768 without middle `.', but with final `.' and optional line number
18769 for it. Set Info-point-loc for index nodes.
18770 (Info-index): Remove middle `.' from index entry regexp.
18771 Modify line number regexp.
18772 (Info-index-next): Decrement line number.
18773 (info-apropos): Remove middle `.' from index entry regexp.
18774 Add optional line number regexp at the end. Add matched value
18775 for line number to the result list and insert it to the buffer.
18776 Replace match-string by match-string-no-properties.
18777 Reorder result list.
18778 (Info-fontify-node): Hide index line numbers.
18779 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18780 empty matches.
18781 (Info-follow-reference): Use `str' instead of
18782 Info-following-node-name-re.
18783 (Info-toc): Use full file names. Set Info-current-node to "Top".
18784 (Info-fontify-node): Compare file names without directory name.
18785 (Info-try-follow-nearest-node): Don't set Info-reference-name.
18786 Set second arg of Info-extract-menu-node-name for index nodes.
18787 (info-xref-visited): Use magenta3 instead of magenta4.
18788 (Info-mode): Add info-apropos to docstring.
18789
18790 * log-view.el (log-view-diff): Replace interactive code "r"
18791 by a list to allow to call it even if region is not active.
18792
18793 * paren.el (show-paren-highlight-openparen): New var.
18794 (show-paren-function): Turn on openparen highlighting when
18795 matching forward if show-paren-highlight-openparen is non-nil.
18796
18797 * simple.el (kill-ring-save): Use blink-matching-delay instead of
18798 the constant value 1.
18799 (completions-common-part): Expand docstring.
18800
18801 * textmodes/picture.el (picture-mode-map): Add arrow keys.
18802
18803 2004-04-27 Kim F. Storm <storm@cua.dk>
18804
18805 * image.el (insert-sliced-image): Use line-height instead of
18806 line-spacing property on newline.
18807
18808 2004-04-26 Lars Hansen <larsh@math.ku.dk>
18809
18810 * desktop.el (desktop-buffer-misc-data-function): Rename to
18811 desktop-save-buffer and change docstring.
18812 (desktop-buffer-modes-to-save): Delete.
18813 (desktop-save-buffer-p): Use desktop-save-buffer instead of
18814 desktop-buffer-modes-to-save.
18815 (desktop-save): Rename desktop-buffer-misc-data-function to
18816 desktop-save-buffer and allow non-function value.
18817 (desktop-missing-file-warning): Correct docstring.
18818
18819 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18820 to desktop-save-buffer.
18821
18822 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18823 desktop-save-buffer.
18824
18825 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
18826
18827 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18828
18829 2004-04-26 Eli Zaretskii <eliz@gnu.org>
18830
18831 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
18832
18833 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
18834
18835 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18836 (ielm): Only go to the end of the buffer when starting a new process.
18837
18838 2004-04-25 Juanma Barranquero <lektu@terra.es>
18839
18840 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18841 mode line. Bind `inhibit-read-only' to t before modifying
18842 properties of text in the buffer.
18843 (ielm): Force point to the end of buffer, even when running ielm
18844 from inside itself.
18845
18846 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18847
18848 * info.el (info-apropos): Reset Info-complete-cache.
18849
18850 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
18851
18852 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18853 Also recognize severe Irix et al. messages.
18854 (compilation-normalize-filename, compile-abbreviate-directory):
18855 Delete functions.
18856 (compilation-get-file-structure): New function inherits
18857 functionality of the two preceding ones.
18858 (compilation-internal-error-properties, compilation-fake-loc):
18859 Use it so that different paths to the same file share the same
18860 markers. Also optimize finding adjacent marker slightly.
18861
18862 2004-04-25 Kim F. Storm <storm@cua.dk>
18863
18864 * image.el (insert-sliced-image): Add line-spacing t property
18865 to newlines separating image lines.
18866
18867 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
18868
18869 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18870
18871 * ielm.el (ielm-prompt-read-only): New user option.
18872 (ielm-prompt): Expand docstring to describe new behavior.
18873 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18874 mention it in the docstring.
18875
18876 2004-04-24 Andreas Schwab <schwab@suse.de>
18877
18878 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18879
18880 * diff.el (diff): Set default-directory in diff buffer.
18881
18882 2004-04-24 Eli Zaretskii <eliz@gnu.org>
18883
18884 * mail/sendmail.el (mail-bury): Don't delete the frame where the
18885 mail was being composed if the terminal cannot display more than
18886 one frame; instead, switch to previous frame.
18887
18888 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18889 (rmail-start-mail): Support rmail-mail-new-frame even on
18890 terminals that can display only one frame at a time.
18891
18892 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
18893
18894 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18895 (checkdoc-output-font-lock-keywords): Remove error regexp.
18896 (checkdoc-output-mode-map): Remove.
18897 (checkdoc-output-mode): Derive from compilation-mode.
18898 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
18899
18900 * dired.el (dired-mode-map): Add a menu entry for wdired.
18901
18902 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
18903 (rx-bracket, rx-check-any, rx-any): Clean up name space.
18904
18905 * wdired.el (wdired-mode-map): Move init into declaration.
18906 Fix `return' binding.
18907 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
18908 Use force-mode-line-update.
18909 (wdired-get-filename): Use `unless'.
18910 (wdired-preprocess-files): Don't assume names have no \n and use / for
18911 dir separator.
18912 (wdired-normalize-filename): Use replace-regexp-in-string.
18913 (wdired-load-hooks): Remove.
18914 (wdired-mode-hooks): Rename to wdired-mode-hook.
18915
18916 * info-look.el: Add support for cfengine-mode.
18917 (info-lookup-setup-mode): Use dolist.
18918
18919 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
18920
18921 * wdired.el: New file.
18922
18923 2004-04-23 Juanma Barranquero <lektu@terra.es>
18924
18925 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18926
18927 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18928 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18929 (pcomplete--help, pcomplete--here): Doc fixes.
18930
18931 2004-04-23 Andre Spiegel <spiegel@gnu.org>
18932
18933 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18934 handles wrong-number-of-arguments in backend call.
18935
18936 * vc.el (vc-print-log): Likewise.
18937
18938 2004-04-20 Dave Love <fx@gnu.org>
18939
18940 * emacs-lisp/rx.el: Doc fixes.
18941 (rx-constituents): Add/extend many forms.
18942 (rx-check): Check form is a list.
18943 (bracket): Defvar.
18944 (rx-check-any, rx-any, rx-check-not): Modify.
18945 (rx-not): Simplify.
18946 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18947 (rx-kleene): Use rx-trans-forms.
18948 (rx-quote-for-set): Delete.
18949 (rx): Allow multiple args.
18950
18951 2004-04-23 Kenichi Handa <handa@m17n.org>
18952
18953 * international/mule-util.el (char-displayable-p): Simplify by
18954 using internal-char-font.
18955
18956 2004-04-23 Juanma Barranquero <lektu@terra.es>
18957
18958 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18959
18960 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18961
18962 * diff-mode.el (diff-next-error): New fun.
18963 (diff-mode): Use it.
18964
18965 * simple.el (next-error): Change arg name.
18966 Add support for the documented C-u C-x ` usage.
18967
18968 * frame.el (special-display-popup-frame, next-multiframe-window)
18969 (previous-multiframe-window): Only consider frames on same display.
18970
18971 2004-04-22 Lars Hansen <larsh@math.ku.dk>
18972
18973 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18974 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18975
18976 2004-04-22 Kim F. Storm <storm@cua.dk>
18977
18978 * net/telnet.el (telnet): Add optional port arg.
18979
18980 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18983 Minor sanity check on the `hyperlink' slot.
18984
18985 * Makefile.in (recompile): Compile new files.
18986
18987 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18988 Add byte-recompile-directory's optional `arg'.
18989
18990 * cvs-status.el (cvs-tree-use-charset): New var.
18991 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18992 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18993 (cvs-status-cvstrees): Use it.
18994
18995 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18996 Make it a normal major mode.
18997 (checkdoc-buffer-label): Make sure the file name is meaningful.
18998 (checkdoc-output-to-error-buffer): Remove.
18999 (checkdoc-error, checkdoc-start-section): Rewrite.
19000
19001 * info.el (info-node, info-menu-5, info-xref, info-header-node)
19002 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19003 (Info-title-4-face): Use new syntax.
19004 (info-xref-visited): Inherit from info-xref.
19005
19006 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
19007
19008 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19009
19010 * simple.el (next-error-last-buffer, next-error-function):
19011 New variables for the next-error framework.
19012 (next-error-buffer-p): New function.
19013 (next-error-find-buffer): Generalize compilation-find-buffer.
19014 (next-error, previous-error, first-error, next-error-no-select)
19015 (previous-error-no-select): Move from compile.el.
19016
19017 * replace.el (occur-next-error, occur-1): Hook into the next-error
19018 framework.
19019
19020 * progmodes/compile.el (compilation-start):
19021 Set next-error-last-buffer so next-error knows where to jump.
19022 (compilation-setup): Set the buffer-local variable
19023 next-error-function to 'compilation-next-error-function.
19024 (compilation-buffer-p, compilation-buffer-internal-p): Use an
19025 alternate way to find if a buffer is a compilation buffer, for
19026 next-error convenience.
19027 (next-error-no-select, previous-error-no-select, next-error)
19028 (previous-error, first-error): Move to simple.el.
19029 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
19030 (compilation-last-buffer): Remove.
19031 (compilation-start, compilation-next-error, compilation-setup)
19032 (compilation-next-error-function, compilation-find-buffer):
19033 Remove compilation-last-buffer use.
19034
19035 2004-04-21 Juanma Barranquero <lektu@terra.es>
19036
19037 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19038 (font-lock-warning-face): Fix spacing.
19039
19040 * makefile.w32-in (WINS): Add url/ directory.
19041
19042 2004-04-21 Lars Hansen <larsh@math.ku.dk>
19043
19044 * desktop.el (desktop-buffer-mode-handlers): New variable.
19045 Alist of major mode specific functions to restore a desktop buffer.
19046 (desktop-buffer-handlers): Make variable obsolete.
19047 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19048 Catch errors signaled in handlers. Update buffer count.
19049 Evaluate desktop-buffer-point.
19050 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19051 move to dired.el.
19052 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19053 move to info.el.
19054 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19055 move to mail/rmail.el.
19056 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19057 to mh-e/mh-e.el.
19058 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
19059 On fail, print message (to message buffer) even if
19060 desktop-missing-file-warning is nil.
19061 (desktop-buffer-misc-data-function): New buffer local variable.
19062 Function returning major mode specific data.
19063 (desktop-buffer-misc-functions): Make variable obsolete.
19064 (desktop-save): Use desktop-buffer-misc-data-function.
19065 (desktop-buffer-dired-misc-data): Rename to
19066 dired-desktop-buffer-misc-data and move to dired.el.
19067 (desktop-buffer-info-misc-data): Rename to
19068 Info-desktop-buffer-misc-data and move to info.el.
19069 (desktop-read): Add message about number of buffers restored/failed.
19070
19071 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
19072 Add parameters. Pause to display error only when
19073 desktop-missing-file-warning is non-nil.
19074 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19075 (dired-mode): Bind desktop-buffer-misc-data-function.
19076
19077 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
19078 Add Parameters.
19079 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
19080 (Info-mode): Bind desktop-buffer-misc-data-function.
19081
19082 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
19083 Add Parameters.
19084
19085 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
19086 Add Parameters.
19087
19088 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
19089
19090 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
19091 the case of letters in case-insensitive expansions when the
19092 abbrev is preceded by characters with letter syntax.
19093
19094 2004-04-21 Richard M. Stallman <rms@gnu.org>
19095
19096 * progmodes/cperl-mode.el (cperl-putback-char):
19097 Delete Emacs 18 definition.
19098
19099 * international/mule.el (ctext-post-read-conversion):
19100 Use assoc-string, not assoc-ignore-case.
19101
19102 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
19103
19104 * emacs-lisp/easymenu.el (easy-menu-add):
19105 Do call x-popup-menu, but only if it's defined.
19106
19107 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
19108
19109 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
19110 Handle multiple args: compile like progn.
19111
19112 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
19113 take all args as &rest arg.
19114
19115 * autoinsert.el (auto-insert-alist): Insert the user's name in
19116 copyright notice, rather than Free Software Foundation.
19117
19118 2004-04-21 Kenichi Handa <handa@m17n.org>
19119
19120 * descr-text.el (describe-char): Make it work on *Help* buffer.
19121
19122 2004-04-21 Kim F. Storm <storm@cua.dk>
19123
19124 * image.el (insert-image): Add optional SLICE arg.
19125 (insert-sliced-image): New defun.
19126
19127 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
19128
19129 * subr.el (read-number): Check whether `default' is nil.
19130
19131 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19132
19133 * progmodes/compile.el (compilation-error-properties): Split into
19134 two.
19135 (compilation-internal-error-properties): New one.
19136 (compilation-compat-error-properties): Use it. Fix the non-marker
19137 case.
19138
19139 2004-04-20 Richard M. Stallman <rms@gnu.org>
19140
19141 * window.el (split-window-save-restore-data):
19142 Don't update the data if OLD-INFO is nil.
19143
19144 * view.el (view-return-to-alist): Mark it permanent local.
19145
19146 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
19147
19148 * recentf.el (recentf-save-list): Catch and warn about errors.
19149
19150 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
19151 so "Buffers" won't be pure.
19152
19153 * help-mode.el (help-mode-finish): Set help-return-alist first
19154 thing, setting only the entry for the selected window.
19155
19156 * help-fns.el (describe-function-1): If many non-control non-meta
19157 keys run the command, don't list all of them.
19158
19159 2004-04-20 Juanma Barranquero <lektu@terra.es>
19160
19161 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
19162 arg. Copied from Andre Spiegel's patch of 2004-03-21.
19163
19164 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
19165
19166 2004-04-20 Kenichi Handa <handa@m17n.org>
19167
19168 * international/quail.el (quail-lookup-key): New optional arg
19169 NOT-RESET-INDICES.
19170 (quail-get-translations): Call quail-lookup-key with
19171 NOT-RESET-INDICES t.
19172 (quail-completion): Likewise.
19173 (quail-lookup-map-and-concat): Likewise.
19174
19175 2004-04-20 Kenichi Handa <handa@m17n.org>
19176
19177 * international/quail.el (quail-update-translation): Don't insert
19178 such an unsupported multibyte char in a unibyte buffer.
19179
19180 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
19181
19182 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
19183 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
19184 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
19185 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
19186 (gdb-frame-assembler-buffer): Improve behavior with
19187 multiple frames.
19188 (gdb-display-buffer): Extend search to all visible frames.
19189
19190 2004-04-19 Eli Zaretskii <eliz@gnu.org>
19191
19192 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
19193 characters left after base64 decoding.
19194 (rmail-decode-region): Use -dos variety of `coding', to remove any
19195 ^M characters left after qp or base64 decoding.
19196
19197 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19198
19199 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
19200 messages.
19201
19202 2004-04-19 Stephen Eglen <stephen@gnu.org>
19203
19204 * add-log.el (add-change-log-entry): Update doc string to mention
19205 add-log-full-name and add-log-mailing-address.
19206
19207 2004-04-18 Juri Linkov <juri@jurta.org>
19208
19209 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
19210 (Info-find-node-2): Simplify error message.
19211 (Info-insert-dir): Use Info-following-node-name.
19212 (Info-goto-node): Remove *info-history* and *info-toc*.
19213 (Info-history): Create a node of the virtual history file.
19214 (Info-toc): Create a node of the virtual toc file.
19215 (Info-insert-toc): New arg `curr-file' for reference file names.
19216 (info-apropos): Remove redundant var binding for temp-file.
19217 (Info-index, Info-index-next, Info-mode): Doc fix.
19218 (Info-goto-emacs-command-node): Don't jump to *info* from
19219 non-*info* Info buffers.
19220 (Info-fontify-node): Don't show the file name of external
19221 references if `Info-hide-note-references' is `hide'. Don't hide
19222 newlines at the end of paragraphs.
19223
19224 * international/mule-diag.el (list-input-methods):
19225 Fix args to help-xref-button.
19226
19227 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
19228 to put into effect local variables from TUTORIAL files.
19229
19230 * textmodes/paragraphs.el (sentence-end) <function>: New fun
19231 with default value taken from the variable `sentence-end'.
19232 (sentence-end) <defcustom>: Set default to nil. Doc fix.
19233 Add nil const to :type.
19234 (sentence-end-without-period, sentence-end-double-space)
19235 (sentence-end-without-space): Doc fix.
19236
19237 * textmodes/paragraphs.el (forward-sentence):
19238 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
19239 (fill-delete-newlines):
19240 * progmodes/cc-cmds.el (c-beginning-of-statement):
19241 Use function `sentence-end' instead of variable `sentence-end'.
19242
19243 2004-04-18 Andreas Schwab <schwab@suse.de>
19244
19245 * progmodes/compile.el (compilation-start): Set window start to
19246 point-min if compilation-scroll-output is nil.
19247
19248 2004-04-18 John Wiegley <johnw@newartisans.com>
19249
19250 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
19251
19252 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
19253
19254 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
19255 (gdb-info-breakpoints-custom): Revert previous change.
19256 (gdb-view-assembler): Update assembler if necessary.
19257 (gdb-frame-handler): Parse correctly for gdb-current-frame.
19258 (gdb-display-source-buffer): Update properly when both source and
19259 assembler are visible.
19260
19261 2004-04-17 John Wiegley <johnw@newartisans.com>
19262
19263 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
19264 which limits the number of names shown in the minibuffer. Off by
19265 default.
19266 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
19267 up iswitchb for users with a multitude of open buffers by showing
19268 only the first and last N/2 buffers in the completion list (which
19269 is enough to aid C-s/C-r, and to know that more characters are
19270 needed to refine the completion list).
19271
19272 2004-04-17 Richard M. Stallman <rms@gnu.org>
19273
19274 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
19275 (file-truename): Expand all ~ constructs directly.
19276 (insert-directory): Delete any error msg output by the
19277 `insert-directory-program'.
19278
19279 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
19280 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
19281 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
19282 (allout-init): Use find-file-hook, not find-file-hooks.
19283 (allout-mode): Eliminate Emacs 18 support.
19284 Use write-contents-functions, not local-write-file-hooks.
19285
19286 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
19287
19288 * progmodes/compile.el (compilation-error-properties): Fix for
19289 adding messages when there are already markers for their file.
19290 (compilation-fake-loc): New function.
19291
19292 2004-04-16 Dave Love <fx@gnu.org>
19293
19294 * progmodes/python.el (python-compilation-line-number): Fix
19295 braindamage.
19296 (python-load-file): Fix python-orig-start setting.
19297
19298 * progmodes/compile.el: Doc fixes.
19299 (compilation-error-regexp-alist-alist)
19300 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
19301 (compilation-assq): Wrap in eval-when-compile.
19302 (compilation-mode-font-lock-keywords): Don't use list*.
19303 (compilation-start): Avoid warning.
19304 (compilation-compat-error-properties)
19305 (compilation-directory-properties): Add keymap property.
19306 (compilation-parsing-end): Make it a marker for better compatibility.
19307
19308 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
19309
19310 2004-04-16 Mark A. Hershberger <mah@everybody.org>
19311
19312 * xml.el: Doc fixes.
19313 (xml-get-children): Only looks at sub-tags and ignore strings.
19314
19315 * xml.el (xml-parse-tag): Avoid overwriting node-name.
19316
19317 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
19318
19319 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
19320
19321 2004-04-16 Andre Spiegel <spiegel@gnu.org>
19322
19323 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
19324
19325 * vc.el (vc-print-log): Likewise.
19326
19327 2004-04-16 Masatake YAMATO <jet@gyve.org>
19328
19329 * simple.el (completion-setup-function): Set an initial value to
19330 `element-common-end' before entering loop. Set a value to
19331 `element-common-end' at the end of loop. The bug is reported by
19332 Juri Linkov <juri@jurta.org> in emacs-devel list.
19333 (completions-common-part): Rename from completion-de-emphasis.
19334 (completions-first-difference): Rename from completion-emphasis.
19335 Suggested by RMS.
19336
19337 2004-04-16 Juanma Barranquero <lektu@terra.es>
19338
19339 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
19340 (bookmark-edit-annotation-mode): Add mode name.
19341
19342 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19343
19344 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
19345 for nested conflict markers.
19346 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
19347
19348 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
19349
19350 * progmodes/gdb-ui.el (gdb-goto-info): New function.
19351
19352 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
19353
19354 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19355
19356 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
19357 Give a backtrace if requested.
19358
19359 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
19360
19361 * progmodes/python.el (python-mouse-2-command, python-RET-command):
19362 Remove unused functions.
19363 (python-orig-start-line, python-orig-file): Remove.
19364 (python-orig-start): New var.
19365 (python-input-filter, python-compilation-line-number)
19366 (python-send-region, python-load-file): Use it.
19367
19368 * info.el (info): Always jump to *info*.
19369
19370 * subr.el (posn-set-point): New function.
19371
19372 * mouse.el (mouse-set-point): Use it.
19373
19374 * progmodes/compile.el (compile-goto-error): Use it.
19375 (compilation-button-map): New keymap.
19376 (compilation-error-properties): Use it.
19377 (compilation-shell-minor-mode-map): Don't bind mouse-2.
19378
19379 * smerge-mode.el (smerge-popup-context-menu): Use it.
19380
19381 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
19382 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
19383 mouse and non-mouse case.
19384
19385 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
19386 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
19387
19388 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
19389 Make it work for non-mouse events.
19390
19391 * pcvs-info.el (cvs-status-map): Update binding name.
19392
19393 2004-04-14 Mark A. Hershberger <mah@everybody.org>
19394
19395 * xml.el (xml-maybe-do-ns): New function to handle namespace
19396 parsing of both attribute and element names.
19397 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19398 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19399 (xml-parse-tag): Update assumed namespaces. Clean up namespace
19400 parsing.
19401 (xml-parse-attlist): Make it do its own namespace parsing.
19402
19403 2004-04-14 Dave Love <fx@gnu.org>
19404
19405 * progmodes/python.el (run-python): Fix use of \n.
19406 (python-load-file): Remove `try' from Python fragment.
19407 (python-describe-symbol): Fix message.
19408
19409 * comint.el: Doc fixes.
19410 (comint-last-input-start, comint-last-input-end)
19411 (comint-last-output-start): Give them values.
19412 (comint-arguments): Avoid warning.
19413 (comint-skip-prompt): Use line-end-position.
19414 (comint-backward-matching-input): Rename arg to agree with doc.
19415 (comint-extract-string): Use syntax-ppss.
19416 (comint-dynamic-simple-complete): Delete useless list construction.
19417 (comint-redirect-subvert-readonly): New.
19418 (comint-redirect-preoutput-filter): Use it.
19419
19420 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19421 Correctly handle negative arguments when calling hook functions.
19422
19423 2004-04-14 Jesper Harder <harder@ifa.au.dk>
19424
19425 * info.el (info-apropos): Don't clobber Info-history-list.
19426
19427 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
19428
19429 * progmodes/compile.el (compilation-setup):
19430 Localize overlay-arrow-position.
19431 (compilation-sentinel): Restructure code equivalently.
19432 (compilation-next-error): Find message on same line after point if
19433 not found before point.
19434 (compile-mouse-goto-error): Restore function so that compilation
19435 buffer need not be current and use compile-goto-error.
19436 (compile-goto-error): Restore function.
19437 (next-error): Set overlay-arrow-position.
19438 (compilation-forget-errors): Don't localize already local
19439 compilation-locs and remove FIXME about refontifying.
19440
19441 2004-04-14 Kim F. Storm <storm@cua.dk>
19442
19443 * startup.el (emacs-quick-startup): New defvar (set by -Q).
19444 (command-line): New option -Q. Like -q --no-site-file, but in
19445 addition it also disables menu-bar, tool-bar, scroll-bars,
19446 tool-tips, and the blinking cursor.
19447 (command-line-1): Skip startup screen if -Q.
19448 (fancy-splash-head): Use ":align-to center" prop to center splash
19449 image.
19450
19451 * emulation/cua-base.el (cua-read-only-cursor-color)
19452 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
19453
19454 2004-04-13 Dave Love <fx@gnu.org>
19455
19456 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
19457 (syntax): Don't require.
19458 (python) <defgroup>: Add :version.
19459 (python-quote-syntax): Re-written.
19460 (inferior-python-mode): Move stuff here from run-python and add
19461 some more.
19462 (python-preoutput-continuation, python-preoutput-result)
19463 (python-dotty-syntax-table): New.
19464 (python-describe-symbol): Use them.
19465 (run-python): Move stuff to inferior-python-mode. Modify code
19466 loaded into Python.
19467 (python-send-region): Use python-proc, python-send-string.
19468 (python-send-string): Send newlines too. Callers changed.
19469 (python-load-file): Re-written.
19470 (python-eldoc-function): New.
19471 (info-look): Don't require.
19472 (python-after-info-look): New. A modified version of former
19473 top-level code for use with eval-after-load.
19474 (python-maybe-jython, python-guess-indent): Use widened buffer.
19475 (python-fill-paragraph): Re-written.
19476 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
19477 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
19478
19479 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
19480
19481 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
19482 Set compilation-error-regexp-alist earlier.
19483
19484 * progmodes/compile.el (compilation-minor-mode-map)
19485 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
19486 (compile-goto-error): Re-merge the mouse and non-mouse commands.
19487
19488 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19489
19490 * progmodes/compile.el (compile-goto-error): Select the buffer/window
19491 corresponding to the event.
19492
19493 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
19494
19495 * loadup.el: Add cygwin to system-type list, for unexec() support.
19496
19497 2004-04-12 John Paul Wallington <jpw@gnu.org>
19498
19499 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
19500 (ibuffer-restore-window-config-on-quit): New variable to replace
19501 `ibuffer-delete-window-on-quit'. Update all references.
19502 (ibuffer-prev-window-config): New variable.
19503 (ibuffer-quit): Restore previous window configuration instead of
19504 deleting window.
19505 (ibuffer): Save window configuration before showing Ibuffer buffer.
19506
19507 * help.el (describe-mode): Doc fix.
19508
19509 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
19510
19511 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
19512 not to treat nil as a function.
19513
19514 * vc-arch.el (vc-arch-root): Be a bit more careful.
19515 (vc-arch-register): Save the buffer if we modified it.
19516 (vc-arch-delete-rej-if-obsolete): Save excursion.
19517 (vc-arch-find-file-hook): Use the simpler after-save-hook.
19518 (vc-arch-responsible-p, vc-arch-init-version): New functions.
19519
19520 * net/ldap.el (ldap-search): Use list*.
19521
19522 2004-04-12 Juri Linkov <juri@jurta.org>
19523
19524 * info.el (Info-follow-reference): Allow multiline reference name.
19525
19526 2004-04-11 Dave Love <fx@gnu.org>
19527
19528 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
19529
19530 * progmodes/python.el: New file.
19531
19532 2004-04-11 Andre Spiegel <spiegel@gnu.org>
19533
19534 * vc-hooks.el (vc-arg-list): Function removed.
19535 (vc-default-workfile-unchanged-p): Use condition-case to check for
19536 backward compatibility.
19537
19538 * vc.el (vc-print-log): Use condition-case to check for backward
19539 compatibility.
19540
19541 2004-04-11 Juri Linkov <juri@jurta.org>
19542
19543 * dired.el (dired-faces): New defgroup.
19544 (dired-header, dired-mark, dired-marked, dired-flagged)
19545 (dired-warning, dired-directory, dired-symlink, dired-ignored):
19546 New faces.
19547 (dired-header-face, dired-mark-face, dired-marked-face)
19548 (dired-flagged-face, dired-warning-face, dired-directory-face)
19549 (dired-symlink-face, dired-ignored-face): New face variables.
19550 (dired-font-lock-keywords): Use them instead of font-lock faces.
19551 Split the rule for dired marks into 3 separate rules: for marks,
19552 marked file names and flagged file names.
19553
19554 * help-mode.el (help-make-xrefs): Add a final newline to the
19555 *Help* buffer.
19556
19557 2004-04-11 John Paul Wallington <jpw@gnu.org>
19558
19559 * replace.el (occur-engine): Distinguish between one and several
19560 matches in the matches per buffer heading.
19561
19562 2004-04-11 Kim F. Storm <storm@cua.dk>
19563
19564 * ido.el (ido-confirm-unique-completion): New defcustom.
19565 (ido-complete): Use it.
19566 (ido-write-file): Set it to t unconditionally.
19567
19568 2004-04-10 Miles Bader <miles@gnu.org>
19569
19570 RCS keyword removal (only non-comment changes are enumerated here):
19571
19572 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
19573 (byte-compile-insert-header): Don't use `byte-compile-version'.
19574 * forms.el (forms-version): Variable removed.
19575 (forms-mode): Don't use `forms-version'.
19576 * recentf.el (recentf-version): Variable removed.
19577 * progmodes/delphi.el (delphi-version): Variable removed.
19578 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
19579
19580 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19581
19582 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
19583
19584 2004-04-09 Jesper Harder <harder@ifa.au.dk>
19585
19586 * info.el (info-apropos): Improve menu item regexp.
19587
19588 2004-04-09 Simon Josefsson <jas@extundo.com>
19589
19590 * mail/smtpmail.el: Add comment, based on report by
19591 kdc@rcn.com (Kevin D. Clark).
19592
19593 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19594
19595 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19596 Redo one more thing that I didn't notice Daniel had undone.
19597
19598 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
19599
19600 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
19601 (gdb-goto-breakpoint, gdb-display-buffer)
19602 (gdb-display-source-buffer, gdb-view-source-function)
19603 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
19604 (gdb-source-info, gdb-frame-handler): Don't specify a window
19605 for display.
19606 (gdb-info-breakpoints-custom): Remove superfluous update of
19607 assembler buffer.
19608 (gdb-many-windows): Make settable outside gdb.
19609
19610 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
19611
19612 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
19613 Derive from fundamental-mode rather than text-mode.
19614
19615 2004-04-08 Juri Linkov <juri@jurta.org>
19616
19617 * info.el (Info-history): Doc fix.
19618 (Info-history-list): New var.
19619 (info-xref): Change magenta4 to blue, remove bold for dark and
19620 light backgrounds, change bold to underline for non-color classes.
19621 (info-xref-visited): New face.
19622 (Info-fontify-visited-nodes): New custom.
19623 (Info-hide-note-references): Add new value `hide'. Doc fix.
19624 (Info-reference-name): New var.
19625 (Info-selection-hook): New custom.
19626 (Info-edit-mode-hook): New var.
19627 (Info-find-file): New fun.
19628 (Info-find-node): Move part of code to Info-find-file.
19629 (Info-find-node-2): Add anchors to Info-history-list. Move point
19630 to the place with the reference name if name is defined.
19631 (Info-select-node): Add current node to Info-history-list.
19632 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19633 (Info-search-whitespace-regexp): New custom.
19634 (Info-search-case-fold): New var.
19635 (Info-search): Add "case-sensitively" to the prompt.
19636 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
19637 (Info-search-case-sensitively, Info-search-next): New fun.
19638 (Info-up): Move point to the menu item of the current node.
19639 (Info-history): New fun. Add *info-history* to
19640 same-window-buffer-names.
19641 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
19642 (Info-insert-toc): New fun.
19643 (Info-build-toc): New fun.
19644 (Info-follow-reference): Add new arg `fork'. Doc fix.
19645 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
19646 with the same name prefer the reference closest to point.
19647 (Info-next-reference): Replace * by + in the *Note regexp.
19648 Add regexp for http:// and ftp://. Skip the *Note prefix.
19649 (Info-prev-reference): Replace * by + in the *Note regexp.
19650 Add regexp for http:// and ftp://. Skip the *Note prefix.
19651 (Info-follow-nearest-node): Add new arg `fork'.
19652 (Info-try-follow-nearest-node): Add new arg `fork'.
19653 Call browse-url for http:// and ftp:// references.
19654 Set Info-reference-name for index entries.
19655 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
19656 Info-search-next, Info-history, Info-toc, clone-buffer.
19657 (Info-menu-update): Replace * by + in the *Note regexp.
19658 (Info-mode): Add documentation for Info-history, Info-toc,
19659 Info-search-case-sensitively, Info-search-next, clone-buffer.
19660 (Info-fontify-menu-headers): Remove fun. Move code to
19661 Info-fontify-node.
19662 (Info-fontify-node): Add docstring. Add local vars
19663 fontify-visited-p and not-fontified-p. If not-fontified-p is t
19664 then fontify header line, titles, menu headers, http and ftp
19665 references, refill paragraphs. If not-fontified-p is t or
19666 fontify-visited-p is t then fontify cross references, menu items.
19667 Fontify menu headers. Fontify http and ftp references.
19668 Change regexp for cross references to require whitespace after *Note,
19669 add matching groups for file and node names. Remove hack for quote.
19670 Use display property for Info-hide-note-references=t. Use fifth
19671 or fourth match for help-echo. Display visited nodes in a
19672 different face. Unhide file names of external references.
19673 Unhide newlines. Display visited menu items in a different face.
19674
19675 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
19676
19677 * progmodes/compile.el: Require CL.
19678 (compilation-mode-font-lock-keywords): Re-install the "line as
19679 function" patch.
19680
19681 * help-fns.el (help-C-source-directory): New var.
19682 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
19683 (describe-function-1, describe-variable): Use them.
19684
19685 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
19686 to C source files specially.
19687
19688 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
19689
19690 * info.el (Info-hide-cookies-node): New function.
19691 (Info-select-node): Use it.
19692 (Info-display-images-node): Remove message with image file name.
19693
19694 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
19695
19696 * progmodes/compile.el (compilation-warning-face)
19697 (compilation-info-face, compilation-skip-threshold)
19698 (compilation-skip-visited, compilation-context-lines):
19699 Declare :version when added to Emacs.
19700 (compilation-error-regexp-alist-alist): Extend caml and irix.
19701 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
19702 (compilation-mode-font-lock-keywords): Temporarily undo line as
19703 function patch, which wasn't ready.
19704
19705 2004-04-07 Kenichi Handa <handa@m17n.org>
19706
19707 * international/latin1-disp.el (latin1-display-setup): Check each
19708 character is displayable or not instead of calling
19709 latin1-display-check-font.
19710
19711 2004-04-06 Kenichi Handa <handa@m17n.org>
19712
19713 * language/ethio-util.el (ethio-sera-being-called-by-w3):
19714 New variable.
19715 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
19716 instead of sera-being-called-by-w3.
19717 (ethio-fidel-to-sera-buffer): Likewise.
19718 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
19719 instead of sera-being-called-by-w3.
19720 (ethio-write-file): Likewise.
19721
19722 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19723
19724 * printing.el: Doc fix.
19725
19726 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
19727
19728 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
19729 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
19730 (gdb-setup-windows): Only use separate IO buffer if required.
19731
19732 2004-04-06 Kim F. Storm <storm@cua.dk>
19733
19734 * term.el (term-is-xemacs): Remove.
19735 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
19736 (term-window-width): New function.
19737 (term-mode, term-check-size): Use it.
19738 (term-mode): Disable overflow-newline-into-fringe in term buffer.
19739
19740 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
19741
19742 * cus-edit.el (custom-add-parent-links): Change unbound variable
19743 `symbol' to `name'.
19744
19745 2004-04-05 Jesper Harder <harder@ifa.au.dk>
19746 * info.el (info-apropos): New function.
19747 (Info-mode-menu): Add it.
19748 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
19749
19750 * help-mode.el (help-make-xrefs): Recognize aliased variable with
19751 inherited docstring.
19752
19753 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
19754
19755 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
19756
19757 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19758
19759 * progmodes/compile.el (font-lock): Don't require any more.
19760 (compilation-error-properties, compilation-start, compilation-sentinel)
19761 (compilation-filter, next-error): Use with-current-buffer.
19762 (compilation-skip-to-next-location, compilation-skip-threshold)
19763 (compilation-skip-visited): Move to silence the byte-compiler.
19764 (compilation-setup): Simplify.
19765 (compilation-next-error): Use line-(beginning|end)-position.
19766 Make sure `pt' is non-nil before using compilation-loop.
19767 (compile-goto-error): Add optional event arg. Use it.
19768 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19769 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19770 Update the binding for mouse-2.
19771 (first-error): Set compilation-current-error to nil rather than bob.
19772 (compilation-parsing-end, compilation-parse-errors-function)
19773 (compilation-error-list, compilation-old-error-list):
19774 "New" compatibility variables.
19775 (compile-buffer-substring, compilation-compat-error-properties)
19776 (compilation-compat-parse-errors, compilation-forget-errors):
19777 New compatibility functions.
19778 (compilation-mode-font-lock-keywords): Use them.
19779
19780 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
19781
19782 * autorevert.el (auto-revert-handler): If point (or a window
19783 point) is at the end of the buffer, keep it there after
19784 reverting. This allows to tail a file.
19785 Mention this in the `Commentary'.
19786
19787 * format.el (format-write-file): Add optional argument CONFIRM
19788 and make it behave like the analogous argument to `write-file'.
19789
19790 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19791
19792 * progmodes/ebnf2ps.el: Doc fix.
19793 (ebnf-version): New version number (4.2).
19794 (ebnf-syntax): Customization and docstring fix.
19795 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19796 Put autoloaded funs before first use.
19797 (ebnf-style-database): Add dtd entry.
19798 (ebnf-syntax-alist): Add dtd initialization.
19799 (ebnf-token-sequence): New fun.
19800 (ebnf-comment-table): Add new comment action character.
19801 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
19802
19803 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19804 Type Definition for XML).
19805
19806 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
19807 * progmodes/ebnf-bnf.el (ebnf-sequence):
19808 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
19809 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
19810 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
19811 Code simplification: call ebnf-token-sequence.
19812
19813 2004-04-04 Eli Zaretskii <eliz@gnu.org>
19814
19815 * calendar/timeclock.el (timeclock-relative)
19816 (timeclock-get-project-function, timeclock-get-workday-function)
19817 (timeclock-query-out, timeclock-when-to-leave)
19818 (timeclock-when-to-leave-string, timeclock-log-data)
19819 (timeclock-generate-report, timeclock-in): Doc fixes.
19820
19821 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19822
19823 * url/: New dir. Import the URL package from its repository.
19824
19825 2004-04-03 Andreas Schwab <schwab@suse.de>
19826
19827 * diff-mode.el (diff-mode): Fix missing quote.
19828
19829 2004-04-03 Juri Linkov <juri@jurta.org>
19830
19831 * descr-text.el (describe-property-list): Add `font-lock-face'.
19832
19833 * dired.el (dired-font-lock-keywords): Fix permission regexps.
19834
19835 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19836
19837 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19838 Use utf-16le on little endian machines and utf-16be otherwise.
19839
19840 2004-04-02 David Kastrup <dak@gnu.org>
19841
19842 * net/browse-url.el (browse-url-generic): Use call-process
19843 instead of start-process to allow browsers that fork and detach.
19844
19845 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
19846
19847 * compile.el (compilation-current-error): New var.
19848 (compilation-setup, compile-mouse-goto-error)
19849 (compile-goto-error, next-error): Use it.
19850 (compilation-skip-to-next-location): Default to t, which gives
19851 contiguous skipping like old compile (where this was redundant).
19852 (compilation-next-error): Prevent previous-* commands from moving
19853 back to message at or just before point.
19854
19855 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
19856
19857 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19858 (gdb-source-info): Don't display source at startup, if required.
19859 (gdb-show-main): New option.
19860 (gdba): Update documentation.
19861 (gdb-source): Cover case of auto-display output.
19862
19863 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
19864
19865 * autorevert.el: Delete obsolete autoloads and defvars.
19866 (auto-revert-check-vc-info): New user option.
19867 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19868 (auto-revert-handler-vc): Delete.
19869 (auto-revert-handler): Treat return value `fast' of
19870 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
19871
19872 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19873 return `fast'.
19874
19875 * files.el (buffer-stale-function): Doc change.
19876
19877 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19878
19879 * printing.el: New tip on Tips section.
19880 (pr-version): New version number (6.7.4).
19881 (pr-shell-file-name): Initialization fix.
19882
19883 2004-03-31 Juri Linkov <juri@jurta.org>
19884
19885 * dired.el: Add autoload for `dired-do-touch'.
19886 (dired-touch-program): New var.
19887 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19888 (dired-no-confirm): Add `touch' to docstring.
19889
19890 * dired-aux.el (dired-do-touch): New fun.
19891 (dired-do-chxxx): Add argument -t for touch operation.
19892
19893 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19894 `dired-move-to-filename-regexp'.
19895
19896 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
19897
19898 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
19899
19900 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19901
19902 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
19903 and only if the buffer was modified.
19904
19905 2004-03-30 Kenichi Handa <handa@m17n.org>
19906
19907 * international/characters.el: Delete pairs for U+2308..U+230B.
19908
19909 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
19910
19911 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
19912 to detect the beginning of a level 2 or 3 annotation.
19913
19914 2004-03-29 Kenichi Handa <handa@m17n.org>
19915
19916 * international/ucs-tables.el (ucs-insert): Fix the error message.
19917
19918 2004-03-29 Kenichi Handa <handa@m17n.org>
19919
19920 * international/mule-util.el (char-displayable-p): Fix generation
19921 of XLFD file name.
19922
19923 * Makefile.in (setwins, setwins_almost): Change directory to $wd
19924 before finding directories by `find'.
19925
19926 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19927
19928 * subr.el (interactive-form): Delete. Now implemented in C.
19929
19930 * pcvs.el (cvs-parse-process): Workaround for Darwin.
19931
19932 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19933 (vc-diff-label): New fun.
19934 (vc-diff-internal): Use it.
19935
19936 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19937
19938 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19939
19940 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19941
19942 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19943 specify XML (EBNFX).
19944
19945 * progmodes/ebnf2ps.el: Doc fix.
19946 (ebnf-version): New version number (4.1).
19947 (ebnf-syntax): Adjust customization.
19948 (ebnf-style-database): Add ebnfx entry.
19949 (ebnf-syntax-alist): Add ebnfx initialization.
19950 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19951
19952 * printing.el: Doc fix.
19953 (pr-version): New version number (6.7.3).
19954 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19955 returns nil for mouse position. Reported by Drew Adams
19956 <drew.adams@oracle.com>.
19957 (pr-update-menus): Modify interactive declaration. Reported by Drew
19958 Adams <drew.adams@oracle.com>.
19959
19960 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
19961
19962 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19963 (gud-gdba-marker-filter): Log the process input and output, if
19964 required. From Stefan Monnier.
19965 (gdb-debug-log, gdb-enable-debug-log): New variables.
19966 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19967
19968 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19969
19970 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19971 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19972
19973 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
19974
19975 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19976 Call vc-find-file-hook here instead of in auto-revert-buffers.
19977 (auto-revert-buffers): Delete call to vc-find-file-hook.
19978 (auto-revert-verbose, global-auto-revert-non-file-buffers)
19979 (global-auto-revert-mode, auto-revert-set-timer)
19980 (auto-revert-handler, auto-revert-buffers): Doc fixes.
19981
19982 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19983
19984 * woman.el (woman-change-fonts): Rename local variable
19985 woman-font-alist to font-alist to avoid a compiler warning.
19986
19987 2004-03-27 Dave Love <fx@gnu.org>
19988
19989 * emacs-lisp/rx.el (rx): Doc fix.
19990 Fix copyright years.
19991
19992 * strokes.el (strokes-global-set-stroke-string): New function.
19993 (strokes-list-strokes): Cope with strings, not just commands.
19994 Set foreground color of image.
19995 (strokes-global-set-stroke): Doc fix.
19996
19997 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
19998
19999 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
20000 Auto Revert mode.
20001 (Buffer-menu-files-only): New variable.
20002 (Buffer-menu-toggle-files-only): New function.
20003 (Buffer-menu-mode-map): Bind it to `T'.
20004 (Buffer-menu-mode): Mention `T' in docstring.
20005 Set buffer-stale-function.
20006 (list-buffers-noselect): Mark buffer non-modified and set
20007 Buffer-menu-files-only.
20008
20009 * dired.el (buffer-stale-function): Remove no longer needed defvar.
20010
20011 * autorevert.el (auto-revert-handler): Print revert message
20012 before, rather than after, reverting.
20013 (buffer-stale-function): Move to files.el.
20014
20015 * files.el (buffer-stale-function): Move here from autorevert.el.
20016
20017 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20018
20019 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
20020
20021 * calc/calc.el (calc-mode-map): Use mapc.
20022
20023 * apropos.el (apropos-mode): Don't autoload.
20024 (apropos-symbols-internal): New fun. Extracted from `apropos'.
20025 (apropos): Use it.
20026 (apropos-print): Add optional `text' argument.
20027 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
20028 Don't assume point-min == 1.
20029
20030 * bs.el (bs-buffer-list): Use buffer-local-value.
20031 (bs--set-toggle-to-show): Use with-current-buffer.
20032
20033 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
20034 New funs.
20035 (list-buffers-noselect): Use them. Adjust :align-to to new style.
20036
20037 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20038
20039 * dabbrev.el (dabbrev-expand): Fix regexp construction.
20040 (dabbrev--find-expansion): Use pop.
20041 (dabbrev--search): Use match-string-no-properties.
20042
20043 * dired.el (dired-mode): Use run-mode-hooks.
20044 (dired-move-to-end-of-filename): Use match-string.
20045
20046 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20047 is bound before using it.
20048 (ediff-verbose-p): Make it into a var since it's not constant.
20049
20050 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20051
20052 * faces.el (read-face-font): Don't cons up unnecessarily.
20053 (header-line, tool-bar): Share common parts.
20054
20055 * files.el (file-relative-name): Use compare-strings.
20056
20057 * finder.el (finder-mode): Follow coding convention.
20058
20059 * subr.el (read-number): New function.
20060
20061 * ses.el (ses-read-number): Move to subr.el.
20062 (ses-set-header-row): Use read-number.
20063
20064 2004-03-26 Andre Spiegel <spiegel@gnu.org>
20065
20066 * vc-hooks.el (vc-arg-list): New function, which handles both
20067 compiled and uncompiled code.
20068 (vc-default-workfile-unchanged-p): Use it.
20069
20070 * vc.el (vc-print-log): Undo prev change, use new function
20071 vc-arg-list from vc-hooks.el.
20072
20073 2004-03-26 Masatake YAMATO <jet@gyve.org>
20074
20075 * simple.el (completion-setup-function): Emphasize the
20076 first uncommon characters in the completions; and de-emphasize
20077 the common prefix substrings.
20078 (completion-emphasis): New face.
20079 (completion-de-emphasis): New face.
20080
20081 2004-03-25 Juanma Barranquero <lektu@terra.es>
20082
20083 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
20084 Comment out (it's unused and unfinished code).
20085
20086 2004-03-25 Sam Steingold <sds@gnu.org>
20087
20088 * vc.el (vc-print-log): Fix a bug in the last patch:
20089 backend-function may be a byte-compiled object, not a lambda.
20090
20091 2004-03-25 Juri Linkov <juri@jurta.org>
20092
20093 * descr-text.el (describe-property-list): Add a button
20094 for `face' property that calls `describe-face'.
20095 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
20096
20097 * international/mule.el (keyboard-coding-system):
20098 * kmacro.el (kmacro-call-macro): Fix docstring.
20099
20100 * dired.el: Fix comments.
20101
20102 * textmodes/fill.el (fill): Fix Info link.
20103
20104 * font-lock.el (fast-lock, lazy-lock):
20105 * jit-lock.el (jit-lock): Remove links to removed Support Modes
20106 Info node.
20107
20108 * eshell/eshell.el (eshell): Fix broken info-link.
20109
20110 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
20111 * eshell/em-banner.el (eshell-banner):
20112 * eshell/em-smart.el (eshell-smart):
20113 * eshell/esh-cmd.el (eshell-cmd):
20114 Comment out broken info-links to incomplete Info manual.
20115
20116 * info-xref.el: Fix commentary.
20117
20118 2004-03-25 Kevin Ryde <user42@zip.com.au>
20119
20120 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
20121 Remove spurious node duplicate suppression, doesn't work, not wanted.
20122 (info-xref-output): Take format style args, add "sit-for 0" to let
20123 user see the results as they progress.
20124 (info-xref-check-all-custom): New function.
20125
20126 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
20127
20128 * gdb-ui.el: Moved to progmodes.
20129
20130 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20131
20132 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
20133
20134 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20135
20136 * calendar/appt.el (appt-check): Remove superfluous progn.
20137 When finished with diary buffer: if it was not being displayed
20138 before, kill it; otherwise restore its original state.
20139 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
20140
20141 * calendar/calendar.el (calendar-set-mode-line): Use total
20142 available mode-line width, rather than frame-width.
20143
20144 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
20145 after mode change so effect not lost.
20146
20147 2004-03-23 Dave Love <fx@gnu.org>
20148
20149 * dired.el (dired) <defgroup>: Add link to manual.
20150 (dired-font-lock-keywords): Add highlighting on unusual permissions.
20151 (dired-revert): Use dolist.
20152 (dired-mode-map): Add U binding.
20153 (dired-mode): Add font-lock-beginning-of-syntax-function.
20154 (dired-garbage-files-regexp): Make it a defcustom.
20155
20156 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20157
20158 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
20159 is equivalent to nil.
20160 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
20161 (vc-arch-mode-line-string): Accept `added' state.
20162 (vc-arch-state): Use inode-sigs if available.
20163 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
20164 Copy&delete existing id file if any. Fallback if uuidgen is absent.
20165 (vc-arch-tagline-re): New var.
20166 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
20167 New functions.
20168 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
20169 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
20170
20171 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
20172 (vc-file-not-found-hook): Use it.
20173
20174 * diff-mode.el (diff-default-read-only): Change default.
20175 (diff-mode-hook): Make it a defcustom. Add some options.
20176 (diff-mode-map): Bind diff-refine-hook.
20177 (diff-yank-handler): New var.
20178 (diff-yank-function): New fun.
20179 (diff-font-lock-keywords): Use them.
20180 (diff-end-of-file): Handle case where file-header looks like diff text.
20181 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
20182 (diff-file-kill): Delete a subsequent empty line, if applicable.
20183 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
20184 (diff-find-file-name): Use it.
20185 (diff-tell-file-name): New command.
20186 (diff-mode): Be careful with view-mode.
20187 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
20188 New functions, for use in diff-mode-hook.
20189 (diff-find-source-location): Catch "regex too large" errors.
20190 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
20191 (diff-refine-hunk): New command.
20192
20193 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
20194 (smerge-context-menu-map): Remove unused var.
20195 (smerge-keep-all): Preserve markers.
20196 (smerge-keep-n): New fun.
20197 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20198 (smerge-keep-current, smerge-ediff): Use it.
20199 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
20200 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
20201 (smerge-resolve): Resolve trivial 3-part conflicts.
20202
20203 2004-03-23 Juri Linkov <juri@jurta.org>
20204
20205 * man.el (Man-width): New var.
20206 (Man-getpage-in-background): Use it.
20207 (Man-support-local-filenames): New var and fun.
20208 (Man-build-man-command): Don't add a second %s.
20209 (Man-fontify-manpage): Clean up message.
20210 (Man-mode): Set outline-regexp, outline-level,
20211 imenu-generic-expression.
20212
20213 * woman.el (woman-fill-frame): Doc fix.
20214 (woman-decode-region): Use window-width instead of frame-width.
20215
20216 * abbrevlist.el (list-one-abbrev-table):
20217 * descr-text.el (describe-char):
20218 * international/mule-diag.el (describe-current-coding-system):
20219 * international/quail.el (quail-insert-decode-map):
20220 Use window-width instead of frame-width.
20221
20222 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
20223 (jka-compr-mode-alist-additions): Add tbz.
20224 (jka-compr-write-region, jka-compr-insert-file-contents):
20225 Add message for undefined compress-program.
20226 (jka-compr-write-region): Remove redundant var bindings.
20227
20228 * dired-x.el (dired-guess-shell-alist-default): Add choices for
20229 extracting files into subdirectory. Add tbz and dz. Fix regexps.
20230 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
20231 (dired-man): Use dired-guess-shell-command.
20232 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
20233 Change default nil to t.
20234
20235 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
20236 (dired-compare-directories): Add default value for empty input.
20237
20238 * help-at-pt.el: Move suggestions for key bindings to Commentary.
20239
20240 * time.el (display-time-string-forms): Fix help-echo date format.
20241
20242 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
20243
20244 * autorevert.el (global-auto-revert-non-file-buffers): Expand
20245 docstring.
20246 (buffer-stale-function): New variable.
20247 (auto-revert-list-diff, auto-revert-dired-file-list)
20248 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
20249 (auto-revert-handler): Take over some functionality of deleted
20250 functions.
20251 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
20252
20253 * dired.el (dired-directory-changed-p): New fun, extracted from
20254 dired-internal-noselect.
20255 (dired-buffer-stale-p): New fun.
20256 (dired-internal-noselect): Use dired-directory-changed-p.
20257 Eliminate revert messages.
20258 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
20259
20260 2004-03-23 Kenichi Handa <handa@m17n.org>
20261
20262 * international/characters.el: Setup syntaxes for more parentheses
20263 Unicode characters.
20264
20265 * international/mule-cmds.el (select-safe-coding-system):
20266 Merge coding-system and auto-cs before comparing them.
20267
20268 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20269
20270 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
20271
20272 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20273 normal-auto-fill-function and comment-indent-function.
20274 The default values now work just as well.
20275 Don't set font-lock-beginning-of-syntax-function since we already set
20276 syntax-begin-function.
20277 (lisp-outline-level): Put ;;;###autoload at same level as (.
20278 (prin1-char): Quote special chars.
20279
20280 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
20281 than with-no-warnings.
20282
20283 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
20284 if the source location can't be found.
20285 (edebug-compute-previous-result): Use prin1-char.
20286
20287 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
20288 (debug-ignored-errors): Add an entry.
20289
20290 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
20291 (byte-compile-file): Output warning when deleting a file.
20292
20293 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
20294 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
20295
20296 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
20297 (byte-compile-inline-expand): Use backquote.
20298 (byte-optimize-pure-func): Rename from byte-optimize-concat.
20299 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
20300
20301 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
20302
20303 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
20304
20305 2004-03-22 Juri Linkov <juri@jurta.org>
20306
20307 * finder.el (finder-known-keywords): Fix data, tex, unix.
20308
20309 * play/landmark.el: Fix keywords.
20310
20311 * language/ethio-util.el (ethio-find-file): Doc fix.
20312
20313 * emacs-lisp/warnings.el: Doc fix.
20314
20315 * textmodes/ispell.el (ispell-help): Doc fix.
20316
20317 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
20318
20319 * format.el (format-insert-file): Always return a list of two
20320 elements, like insert-file-contents does.
20321
20322 2004-03-21 Andre Spiegel <spiegel@gnu.org>
20323
20324 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
20325 and vc-BACKEND-diff.
20326 (vc-print-log): If the print-log implementation supports it, use
20327 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
20328 (vc-version-diff, vc-diff-internal): Doc fixes.
20329
20330 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
20331 implementation supports it, let diff output go to *vc*,
20332 not *vc-diff*, since this is an internal call.
20333
20334 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
20335
20336 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
20337
20338 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
20339
20340 2004-03-21 Dave Love <fx@gnu.org>
20341
20342 * progmodes/cfengine.el (cfengine-mode):
20343 Set parse-sexp-ignore-comments.
20344
20345 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
20346
20347 2004-03-21 Juanma Barranquero <lektu@terra.es>
20348
20349 * allout.el (allout-mode): Fix docstring.
20350
20351 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
20352
20353 * files.el (insert-directory): Fix bug if SWITCHES is a list.
20354
20355 * autorevert.el (auto-revert-interval): Make new value take
20356 effect immediately when set through Custom.
20357 (auto-revert-set-timer): Add interactive declaration.
20358
20359 2004-03-19 David Ponce <david@dponce.com>
20360
20361 * ruler-mode.el (ruler-mode-header-line-format-old):
20362 Don't `make-variable-buffer-local'.
20363 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
20364 (ruler-mode-header-line-format): Simply funcall the above.
20365 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
20366 to save/restore a previous header line format.
20367 (ruler-mode-space): Don't depend on a numeric WIDTH value.
20368 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
20369 fringes and margins width.
20370 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
20371
20372 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20373
20374 * log-edit.el (log-edit-font-lock-keywords): Typo.
20375
20376 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
20377 (tex-send-tex-command): Rather than here.
20378 (tex-compilation-parse-errors): Simplify.
20379
20380 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
20381
20382 * time.el (display-time-string-forms): Add help-echo with date on time.
20383
20384 * composite.el (compose-region): Use restore-buffer-modified-p.
20385
20386 * disp-table.el (standard-display-8bit): Simplify.
20387
20388 * server.el (server-process-filter): Delete temp frame.
20389
20390 * add-log.el (add-change-log-entry): Simplify.
20391
20392 2004-03-19 Kim F. Storm <storm@cua.dk>
20393
20394 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
20395 (hexl-follow-line): Don't require 'fringe.
20396
20397 * progmodes/compile.el (compilation-start): Always set
20398 compilation-last-buffer and return it.
20399
20400 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
20401
20402 * simple.el (clone-buffer): Doc fix.
20403
20404 2004-03-18 Juanma Barranquero <lektu@terra.es>
20405
20406 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
20407
20408 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20409
20410 * log-edit.el (log-edit-font-lock-keywords): New var.
20411 (log-edit-mode): Use it.
20412
20413 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
20414
20415 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
20416 properly for watching in speedbar.
20417
20418 2004-03-17 Masatake YAMATO <jet@gyve.org>
20419
20420 * smerge-mode.el (smerge-popup-context-menu):
20421 Put `unwind-protect' around `overlay-put' and `popup-menu'.
20422
20423 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20424
20425 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
20426 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
20427 Take sealed revisions into account.
20428 (vc-arch-checkin): Extract a summary line from the message.
20429
20430 2004-03-16 Masatake YAMATO <jet@gyve.org>
20431
20432 * register.el (register): Provide `register' feature.
20433
20434 2004-03-15 Masatake YAMATO <jet@gyve.org>
20435
20436 Added context menu support in smerge mode.
20437 Most of the part is written by Stefan Monnier.
20438
20439 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
20440 New keymap and menu.
20441 (smerge-text-properties): New function.
20442 (smerge-remove-props): New function.
20443 (smerge-popup-context-menu): New function.
20444 (smerge-resolve): Call `smerge-remove-props'.
20445 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
20446 (smerge-keep-current): Ditto.
20447 (smerge-kill-current): New function.
20448 (smerge-match-conflict): Put text properties.
20449 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
20450
20451 2004-03-15 David Ponce <david@dponce.com>
20452
20453 * ruler-mode.el (ruler-mode-left-fringe-cols)
20454 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
20455 (ruler-mode-right-scroll-bar-cols): Remove.
20456 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
20457 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
20458 Use fringe-columns and scroll-bar-columns.
20459
20460 2004-03-15 Masatake YAMATO <jet@gyve.org>
20461
20462 * hl-line.el (hl-line-range-function): New variable.
20463 (hl-line-move): New function.
20464 (global-hl-line-highlight): Use `hl-line-move'.
20465 (hl-line-highlight): Ditto.
20466
20467 * scroll-bar.el (scroll-bar-columns):
20468 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
20469
20470 * ruler-mode.el (top-level): Require scroll-bar and fringe.
20471 (ruler-mode-left-fringe-cols)
20472 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
20473 (ruler-mode-right-scroll-bar-cols)
20474 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
20475 (ruler-mode-ruler-function): New variable.
20476 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
20477 if the value for `ruler-mode-ruler-function' is given.
20478
20479 * hexl.el (hexl-mode-hook): Make the hook customizable.
20480 (hexl-address-area, hexl-ascii-area): New customize variables.
20481 (hexlify-buffer): Put font-lock-faces on the address area and
20482 the ascii area.
20483 (hexl-activate-ruler): New function.
20484 (hexl-follow-line): New function.
20485 (hexl-highlight-line-range): New function.
20486 (hexl-mode-ruler): New function.
20487
20488 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20489
20490 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
20491 (vc-default-find-file-hook): New fun.
20492 (vc-find-file-hook): Call new find-file-hook operation.
20493
20494 * vc-arch.el: New file.
20495
20496 2004-03-12 Jesper Harder <harder@ifa.au.dk>
20497
20498 * info-look.el (info-lookup): Reuse an existing Info window.
20499
20500 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20501
20502 * woman.el (woman-preserve-ascii): Default value changed to t and
20503 doc string revised.
20504
20505 2004-03-12 Richard M. Stallman <rms@gnu.org>
20506
20507 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20508 Fix minor bug.
20509
20510 * replace.el (occur-engine): Change message for count of matches.
20511
20512 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
20513 For strings, do compare text properties.
20514
20515 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
20516
20517 * progmodes/compile.el (compile-auto-highlight)
20518 (compilation-error-list, compilation-old-error-list)
20519 (compilation-parse-errors-function, compilation-parsing-end)
20520 (compilation-error-message, compilation-directory-stack)
20521 (compilation-enter-directory-regexp-alist)
20522 (compilation-leave-directory-regexp-alist)
20523 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
20524 (compilation-current-file, compilation-regexps): Remove vars.
20525
20526 (compile-error-at-point, compilation-error-filedata)
20527 (compilation-error-filedata-file-name, compile-reinitialize-errors)
20528 (compilation-next-error-locus, compilation-forget-errors)
20529 (count-regexp-groupings, compilation-parse-errors)
20530 (compile-collect-regexps, compile-buffer-substring): Remove funs.
20531
20532 (compile-internal): Make obsolete.
20533
20534 (compilation-first-column, compilation-error)
20535 (compilation-directory-matcher, compilation-page-delimiter)
20536 (compilation-mode-font-lock-keywords, compilation-debug)
20537 (compilation-error-face, compilation-warning-face)
20538 (compilation-info-face, compilation-line-face)
20539 (compilation-column-face, compilation-enter-directory-face)
20540 (compilation-leave-directory-face, compilation-skip-threshold)
20541 (compilation-skip-visited, compilation-context-lines): New vars.
20542
20543 (compilation-warning-face, compilation-info-face)
20544 (compilation-message-face): New faces.
20545
20546 (compilation-error-regexp-alist-alist): New constant.
20547
20548 (compilation-face, compilation-directory-properties)
20549 (compilation-assq, compilation-error-properties, compilation-start)
20550 (define-compilation-mode, compilation-loop)
20551 (compilation-set-window): New functions.
20552
20553 (compile): Additional argument for interactive compiles like TeX.
20554
20555 * progmodes/grep.el (kill-grep): Move here from compile.el
20556 (grep-error, grep-hit-face, grep-error-face)
20557 (grep-mode-font-lock-keywords): New variables.
20558 (grep-regexp-alist): Simplify regexp and add `binary' case.
20559 (grep-mode): New mode.
20560 (grep-process-setup): Simplify.
20561
20562 2004-03-11 Jason Rumney <jasonr@gnu.org>
20563
20564 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
20565 letters on DOS/Windows.
20566
20567 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
20568
20569 * server.el (server-name): New var.
20570 (server-socket-dir): New var to replace server-socket-name.
20571 (server-start): Use them.
20572
20573 2004-03-11 Simon Josefsson <jas@extundo.com>
20574
20575 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
20576 died to avoid infloop. Reported by Jonathan Glauner
20577 <jglauner@sbum.org>.
20578
20579 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20580
20581 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
20582 (smerge-mode-menu): Use it to deactivate menu entries.
20583 (smerge-keep-current): New fun.
20584 (smerge-keep-current): Use it.
20585
20586 2004-03-10 John Paul Wallington <jpw@gnu.org>
20587
20588 * foldout.el (foldout-fold-list, foldout-modeline-string):
20589 Declare them as variables, not constants.
20590
20591 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20592
20593 * ps-print.el: Modification to print *Messages* buffer.
20594 (ps-print-version): New version 6.6.4.
20595 (ps-message-log-max): New fun.
20596 (ps-spool-without-faces, ps-spool-with-faces)
20597 (ps-count-lines-preprint): Code fix.
20598
20599 * printing.el: New tips in Tips section.
20600
20601 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20602
20603 * delim-col.el: Doc fix.
20604
20605 * printing.el: Doc fix. New doc section (Tips).
20606
20607 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
20608
20609 * type-break.el (type-break-emacs-variant): Remove.
20610 (type-break-run-at-time, type-break-cancel-function-timers):
20611 Use fboundp rather than version name and number.
20612
20613 2004-03-09 Masatake YAMATO <jet@gyve.org>
20614
20615 * hexl.el (hexl-mode): Use `make-local-variable' instead of
20616 `make-variable-buffer-local'.
20617
20618 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
20619
20620 * find-dired.el (find-dired): Call `shell-command' instead of
20621 `start-process-shell-command'. By this, Tramp takes over
20622 handling of remote directories.
20623
20624 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20625
20626 * newcomment.el (comment-use-global-state): New var.
20627 (comment-search-forward): Use it.
20628
20629 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
20630
20631 * cus-edit.el (fill) <defgroup>: Move to fill.el.
20632
20633 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
20634 (enable-kinsoku): Make it a defcustom.
20635 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
20636 paragraph to same-comment-start-marker.
20637
20638 2004-03-07 Dave Love <fx@gnu.org>
20639
20640 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
20641 (browse-url-mail): Use it.
20642
20643 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
20644 (rfc2368-unhexify-string): Use replace-regexp-in-string.
20645
20646 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20647
20648 * woman.el (woman-man.conf-path): Doc fix.
20649 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
20650
20651 2004-03-07 Eli Zaretskii <eliz@gnu.org>
20652
20653 * sort.el (sort-columns): Remove ms-dos from the list of systems
20654 where the external `sort' command is not used.
20655
20656 2004-03-07 Kim F. Storm <storm@cua.dk>
20657
20658 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
20659 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
20660 from overlay-arrow-variable-list.
20661 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
20662
20663 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
20664
20665 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
20666 overlay arrow string properly for the assembler buffer.
20667
20668 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20669
20670 * mail/sendmail.el (mail-mode): Fix last change.
20671
20672 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
20673
20674 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
20675 for the assembler buffer.
20676 (gdb-assembler-custom): Position the overlay arrow.
20677 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
20678
20679 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
20680
20681 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
20682
20683 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
20684 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
20685
20686 * mail/sendmail.el (mail-mode): Set comment-start-skip.
20687
20688 * newcomment.el (uncomment-region): Allow non-terminated comment.
20689 (comment-normalize-vars): Check the user-specified comstart marker.
20690
20691 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20692
20693 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
20694 Otherwise, do use it if the region only contains font-lock text
20695 properties.
20696
20697 2004-03-04 Masatake YAMATO <jet@gyve.org>
20698
20699 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
20700 as the callback function for eldoc.
20701 (hexl-print-current-point-info): New function.
20702 (hexl-current-address): Print the address in both decimal
20703 and hexadecimal format.
20704
20705 2004-03-04 Richard M. Stallman <rms@gnu.org>
20706
20707 * mail/rmail.el (rmail-convert-to-babyl-format):
20708 Specify t for UNIBYTE when calling mail-unquote-printable-region.
20709
20710 * mail/mail-utils.el (mail-unquote-printable-region):
20711 New arg UNIBYTE.
20712
20713 * startup.el (command-switch-alist): Doc fix.
20714
20715 * simple.el (undo): Temporarily set this-command to `undo-start',
20716 then set it to `undo' once undo-start returns without error.
20717
20718 * simple.el (minibuffer-history-sexp-flag): Doc fix.
20719
20720 * simple.el (kill-line): Don't disregard trailing whitespace
20721 in eol condition, if show-trailing-whitespace is set.
20722
20723 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
20724 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
20725 When disabling, restore old values only if mouse-sel-has-been-enabled.
20726
20727 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
20728 (isearch-{-char): New function.
20729 (isearch-mode-map): Bind { to isearch-{-char.
20730
20731 * font-lock.el (lisp-font-lock-keywords-2):
20732 Turn off the CL with-... and do-... general patterns.
20733 Instead, recognize several specific with... and do... constructs.
20734
20735 * files.el (switch-to-buffer-other-window):
20736 Bind same-window-buffer-names and same-window-regexps to nil.
20737 (switch-to-buffer-other-frame): Likewise.
20738
20739 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20740
20741 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
20742 recognizing leading comment on code line.
20743
20744 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20745
20746 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
20747 hidden files/directories.
20748
20749 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20750
20751 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
20752 only comment-start (in case the mode hasn't set it).
20753
20754 * Makefile.in (AUTOGENEL): New var.
20755 (bootstrap-prepare): Rename from bootstrap-clean.
20756 Don't remove elc files.
20757 (maintainer-clean): New target.
20758
20759 * xml.el (xml-get-attribute-or-nil): Simplify.
20760
20761 2004-03-02 Juri Linkov <juri@jurta.org>
20762
20763 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20764 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20765 URL to prevent their substitution with the environment variable
20766 values by browsers.
20767
20768 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20769
20770 * ps-print.el: Doc fix.
20771 (ps-print-version): New version number (6.6.3).
20772 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20773 Docstring fix.
20774 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20775 before printing.
20776 (ps-time-stamp-yyyy-mm-dd): New fun.
20777 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20778
20779 2004-03-02 Kim F. Storm <storm@cua.dk>
20780
20781 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20782
20783 2004-03-01 Juanma Barranquero <lektu@terra.es>
20784
20785 * allout.el (allout-rebullet-heading): Fix typo in docstring.
20786
20787 * desktop.el (desktop-file-version)
20788 (desktop-after-read-hook): Fix typos.
20789 (desktop-clear-preserve-buffers): Remove redundant info in
20790 docstring already shown by the obsolescence message.
20791 (desktop-truncate, desktop-internal-v2s)
20792 (desktop-value-to-string): Change argument name to match docstring.
20793
20794 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20795
20796 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20797 docstring.
20798
20799 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20800
20801 * printing.el: Replace "As Is..." in PostScript file print/preview by
20802 "No Preprocessing...". Suggested by Colin Marquardt
20803 <_marquardt_@zmd.de>.
20804 (pr-insert-section-4): Adjust buffer interface.
20805
20806 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
20807
20808 Version 2.0.39 of Tramp released.
20809
20810 * net/tramp.el (tramp-handle-file-local-copy)
20811 (tramp-handle-write-region, tramp-open-connection-rsh):
20812 Variable name typo. Small change. From Patrick Tullmann
20813 <tullmann@flux.utah.edu>.
20814 (tramp-process-connection-type): New variable.
20815 (tramp-maybe-open-connection): Use it.
20816 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
20817 (tramp-touch): Set last-modified time of a remote file.
20818 (tramp-handle-write-region): Say which function is used when encoding.
20819
20820 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
20821
20822 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20823 case of non-existing filename, too. Reported by Christoph Bauer
20824 <c_bauer@informatik.uni-kl.de>.
20825 (tramp-smb-get-file-entries): The directory in question should
20826 have permissions "drwxrwxrwx". Just virtual, because we don't
20827 know the real permissions. Don't we know?
20828 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20829 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20830 (tramp-smb-wait-for-output): Optimize algorithm getting pending
20831 output. If it was received chunkwise, there have been problems.
20832 Remove the "prompt not found" error message; it is obvious.
20833 Simplify algorithm.
20834 (tramp-smb-process-running): Remove. Since we acknowledge the
20835 virtual prompt for shares, there's no need for distinction of
20836 reading shares (process ends afterwards) and interactive mode of
20837 smblient.
20838 (tramp-smb-open-connection): Setting process sentinel removed.
20839 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20840 "NT_STATUS_NETWORK_ACCESS_DENIED".
20841 (tramp-smb-maybe-open-connection): Set `process-connection-type'
20842 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20843 (top-level): Setting default value in `tramp-default-method-alist'
20844 corrected. Order of USER and HOST have been wrong.
20845 Nobody complained for months ...
20846 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20847 (tramp-smb-open-connection): Clear password cache if login has failed.
20848
20849 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
20850 `tramp-unified-filenames'.
20851 (tramp-completion-mode): Make test for XEmacs explicitly.
20852 `event-to-character' can exists in Emacs packages too.
20853 Reported by Matt Swift <swift@alum.mit.edu>.
20854 (tramp-buffer-name): Buffer name must contain the user if exists.
20855 Reported by Adrian Phillips <a.phillips@met.no>.
20856 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20857 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20858 (tramp-do-copy-or-rename-file-out-of-band): Rename from
20859 `tramp-do-copy-or-rename-file-one-local', because it handles also
20860 the case both files use the same out-of-band method.
20861 Implementation added.
20862 (tramp-handle-file-local-copy, tramp-handle-write-region):
20863 Out-of-band handling removed. `copy-file' called instead, which
20864 calls `tramp-do-copy-or-rename-file-out-of-band'.
20865 (tramp-action-password): Check for out-of-band method removed.
20866 This function is used for 'login-program.
20867 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20868 appropriate.
20869 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20870 and `tramp-parse-sknownhosts'.
20871 (tramp-completion-function-alist): It's a defvar now, because we
20872 want to apply the optimized `tramp-set-completion-function'
20873 instead of a static list.
20874 (tramp-set-completion-function): Implementation tuned.
20875 Avoid double entries, and entries where the function or the
20876 file/directory doesn't exist.
20877 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20878 for SSH2.
20879 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20880 (tramp-handle-dired-compress-file): New function.
20881 (tramp-async-proc): New variable.
20882 (tramp-handle-shell-command): Adding asynchronous processes.
20883 They are far from being perfect, but it works at least for
20884 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
20885 (top-level): Require password.el if visible. Should be mandatory
20886 once No Gnus has found its way into (X)Emacs.
20887 (tramp-read-passwd): Invoke `password-read' if available,
20888 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
20889 fallback any longer.
20890 (tramp-clear-passwd): New function.
20891 (tramp-process-actions, tramp-process-multi-actions):
20892 Clear password cache if login has failed.
20893
20894 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
20895 its own module.
20896 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20897 `ange-ftp-ftp-name-res'. There could be incorrect values from
20898 previous calls in case the "ftp" method is used in the Tramp file
20899 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20900
20901 2004-02-28 Richard M. Stallman <rms@gnu.org>
20902
20903 * term.el (term-mouse-paste): Call mouse-set-point.
20904
20905 * thumbs.el: New file.
20906
20907 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20908
20909 * progmodes/ebnf-abn.el: Doc fix.
20910
20911 * progmodes/ebnf-bnf.el: Doc fix.
20912 (ebnf-repeat): Code fix.
20913
20914 * progmodes/ebnf2ps.el: Doc fix.
20915 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
20916
20917 2004-02-28 Juri Linkov <juri@jurta.org>
20918
20919 * ffap.el (dired-at-point): Additional writability test for
20920 relative directory names.
20921 (dired-at-point-prompter): Treat directories as a directory, get
20922 the directory component from files.
20923 (ffap-string-at-point): Return string from region if region is active.
20924 (ffap-file-at-point): Remove redundant code.
20925
20926 2004-02-28 Kim F. Storm <storm@cua.dk>
20927
20928 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20929 Initialize margin area images to nil.
20930 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20931 (breakpoint-enabled-bitmap-face)
20932 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20933 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20934 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20935 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20936 (gdb-reset): Use gdb-remove-breakpoint-icons.
20937 (gdb-put-string): Add dprop arg to specify alternative display
20938 property (for setting fringe bitmap).
20939 (gdb-remove-strings): Doc fix.
20940 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20941 icon in fringe (if available), or else as icon or text in display
20942 margin. Creates necessary icons in breakpoint-bitmap,
20943 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20944 Also make left window margin if required.
20945 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20946 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
20947 no longer needed.
20948 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20949 gdb-put-breakpoint-icon.
20950 (gdb-assembler-mode): Don't set left-margin-width here.
20951
20952 2004-02-27 Kevin Ryde <user42@zip.com.au>
20953
20954 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20955 comma, so that it DTRT in macros.
20956
20957 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
20958
20959 * progmodes/sh-script.el (sh-shell-arg)
20960 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20961 (sh-leading-keywords, sh-other-keywords): Fix custom type.
20962
20963 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
20964
20965 * faces.el (face-spec-set-match-display): Add a new attribute,
20966 `min-colors'.
20967 (region, highlight, secondary-selection): Use `min-colors'.
20968
20969 * custom.el (defface): Add documentation for `min-colors'.
20970
20971 * font-lock.el (font-lock-comment-face, font-lock-string-face)
20972 (font-lock-keyword-face, font-lock-function-name-face)
20973 (font-lock-variable-name-face, font-lock-constant-face):
20974 Use `min-colors'.
20975
20976 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20977
20978 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20979
20980 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
20981 define assq-delete-all if it's not defined.
20982 (ebnf-generate-region): Code fix.
20983
20984 * printing.el: Doc fix.
20985 (pr-version): New version number (6.7.2).
20986 (pr-command): Return empty string if command is an empty string.
20987
20988 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20989
20990 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20991
20992 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
20993 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20994 semi-down-full. Fix a bug on productions like test = {"test"}* | (
20995 "tt" ["test"] ). Reported by Markus Dreyer
20996 <mdreyer@ix.urz.uni-heidelberg.de>.
20997 (ebnf-version): New version number (4.0).
20998 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20999 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
21000 (ebnf-delete-style): New commands.
21001 (ebnf-directory, ebnf-file): New funs.
21002 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
21003 (ebnf-production-name-p, ebnf-stop-on-error): New options.
21004 (ebnf-syntax-alist): New var.
21005 (ebnf-element-width): New fun replacing ebnf-list-width.
21006 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
21007 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
21008 (ebnf-prologue): Adjust vars.
21009 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
21010 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
21011 (ebnf-check-style-values, ebnf-generate-production)
21012 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
21013 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
21014 (ebnf-token-repeat): Code fix.
21015
21016 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
21017 %right, %left and %prec. Suggested by Matthew K. Junker
21018 <junker@alum.mit.edu>.
21019 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
21020
21021 * progmodes/ebnf-iso.el: Doc fix.
21022 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
21023 (ebnf-iso-lex): Code fix.
21024
21025 * progmodes/ebnf-bnf.el: Doc fix.
21026 (ebnf-bnf-lex): Code fix.
21027
21028 * progmodes/ebnf-otz.el: Doc fix.
21029
21030 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
21031
21032 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
21033 (abbrev-prefix-mark): Doc fix.
21034
21035 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
21036
21037 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21038 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21039 (gdb-var-delete): Make interactive (really).
21040 (gdb-edit-value): Make non-interactive.
21041
21042 * progmodes/gud.el (gud-speedbar-menu-items):
21043 Add gdb-var-delete and, indirectly, gdb-edit-value.
21044 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
21045 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21046 (gud-gdb-marker-filter): Add comment for annotations.
21047
21048 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21049
21050 * calendar/calendar.el (generate-calendar)
21051 (calendar-read-date): Prevent display of BC calendars once more -
21052 reverts 2003-10-01 change.
21053 (generate-calendar-month): Doc fix.
21054
21055 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
21056
21057 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
21058 return value of increment-calendar-month.
21059
21060 2004-02-21 Stephen Compall <s11@member.fsf.org>
21061
21062 * saveplace.el (save-place-forget-unreadable-files)
21063 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
21064 (save-place-forget-unreadable-files): New function.
21065 (save-place-alist-to-file): Use it to filter out files that are
21066 no longer readable.
21067
21068 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
21069 current Texinfo environment, using the same method as in
21070 `texinfo-insert-@end', and insert a space rather than a newline if
21071 point in a @table environment.
21072
21073 2004-02-21 Juri Linkov <juri@jurta.org>
21074
21075 * ffap.el (ffap-file-at-point): Try parent directories.
21076
21077 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
21078
21079 * vcursor.el (vcursor-modifiers): New defcustom.
21080 (vcursor-cs-binding): Use vcursor-modifiers instead of a
21081 hard-coded list.
21082
21083 2004-02-21 Masatake YAMATO <jet@gyve.org>
21084
21085 * play/animate.el (animate-birthday-present): Accept names other
21086 than `Sarah', too.
21087
21088 2004-02-21 Juri Linkov <juri@jurta.org>
21089
21090 * startup.el: Remove table of command line arguments from the
21091 Commentary section.
21092
21093 2004-02-20 John Wiegley <johnw@newartisans.com>
21094
21095 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
21096 again" modifier from 'e' to 'E', since 'e' is also used by the
21097 "file extension" modifier.
21098
21099 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
21100
21101 * help-fns.el (describe-categories): Doc fix.
21102
21103 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21104
21105 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
21106 temporary file for buffer already visiting one. This change makes
21107 output likely to be directly usable by patch program.
21108 Suggested by Adrian Aichner <adrian@xemacs.org>
21109
21110 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
21111
21112 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
21113 case of variables defined in compound statements.
21114 (gdb-setup-windows, gdb-source-info, gdb-source-info):
21115 Simplify constructions using switch-to-buffer.
21116
21117 2004-02-19 Simon Josefsson <jas@extundo.com>
21118
21119 * play/morse.el: Fix typo.
21120 (morse-code): Add @.
21121
21122 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21123
21124 * calendar/appt.el (appt-display-format): Change default to
21125 'ignore, for backwards compatibility.
21126 (appt-display-message): If appt-display-format is 'ignore,
21127 respect old vars appt-msg-window and appt-visible.
21128 (appt-activate): Don't depend on return value of cancel-timer.
21129
21130 * calendar/calendar.el (calendar-holidays): Doc fix.
21131
21132 * calendar/cal-coptic.el (coptic-prompt-for-date):
21133 Use assoc-string instead of assoc-ignore-case.
21134 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
21135 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
21136 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
21137 * calendar/cal-islam.el (calendar-goto-islamic-date)
21138 (mark-islamic-diary-entries): Ditto.
21139 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
21140 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
21141 (calendar-read-mayan-tzolkin-date): Ditto.
21142 * calendar/calendar.el (calendar-read-date): Ditto.
21143 * calendar/diary-lib.el (mark-diary-entries): Ditto.
21144
21145 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
21146
21147 * progmodes/executable.el (executable-command-find-posix-p):
21148 Fix choice of the directory.
21149
21150 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
21151
21152 * simple.el (interprogram-cut-function)
21153 (interprogram-paste-function, kill-new, kill-append):
21154 Doc fixes.
21155 (kill-region): Make it return nil. Doc fix.
21156 (yank-pop): Make its argument optional.
21157 (yank): Make ARG `-' equivalent to `-1'.
21158
21159 2004-02-17 Eli Zaretskii <eliz@gnu.org>
21160
21161 * mail/rmail.el (rmail-get-new-mail): Don't reference
21162 rmail-use-spam-filter if rmail-spam-filter is not loaded.
21163
21164 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
21165
21166 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
21167 if one of global-auto-revert-non-file-buffers or autorevert-mode
21168 is non-nil.
21169
21170 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21171
21172 * subr.el (delete-dups): A better implementation from Karl Heuer
21173 <kwzh@gnu.org>.
21174
21175 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
21176
21177 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
21178 correct place.
21179 * progmodes/icon.el (icon-indent-command): Ditto.
21180 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
21181
21182 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21183
21184 * progmodes/grep.el (grep-compute-defaults): Undo change from
21185 2004-01-29: don't use executable-command-find-posix-p.
21186
21187 2004-02-16 Richard Sharman <rsharman@pobox.com>
21188
21189 * hilit-chg.el: Use require instead of eval-and-compile.
21190 (highlight-compare-buffers): New function.
21191
21192 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
21193
21194 * man.el (Man-fontify-manpage): Render section headings in
21195 `Man-overstrike-face' even when overstrike was not used by man
21196 formatter for section headings.
21197
21198 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
21199
21200 * rmail-spam-filter.el (vm-use-spam-filter)
21201 (rsf-min-region-length-added-to-spam-list): New variables.
21202 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
21203 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
21204 spam testing. Don't delete spam message if automatic deletion
21205 after output via variable rmail-delete-after-output is turned on.
21206 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
21207 rsf-bbdb-dont-create-entries-for-spam.
21208 (check-field): New function, extracted from code in
21209 rmail-spam-filter to ease addition of header fields like content-type.
21210 (message-content-type): New variable to check the content-type:
21211 field added, also in defcustom of rsf-definitions-alist.
21212 (rmail-spam-filter): Replace repeated test code for header fields
21213 by calls to check-field; change the call to
21214 rmail-output-to-rmail-file such that rmail-current-message stays
21215 the same to avoid wrong deletion of unseen flags.
21216 (rsf-add-contents-type): New function to convert old format
21217 of rmail-spam-definitions-alist into new one.
21218 Change prefixes of all variables and functions from
21219 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
21220
21221 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21222
21223 * loadhist.el (unload-hook-features-list): New defvar.
21224
21225 2004-02-16 Dave Love <fx@gnu.org>
21226
21227 * loadhist.el (unload-feature): Doc fix. Rename flist to
21228 unload-hook-features-list.
21229
21230 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
21231
21232 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
21233 cookie. Don't check if we are looking-at open-formula.
21234
21235 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
21236
21237 * subr.el (match-string-no-properties): Use substring-no-properties.
21238
21239 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21240
21241 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
21242 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
21243 Use lower-case "rx" in all error message.
21244
21245 2004-02-16 Dave Love <fx@gnu.org>
21246
21247 * emacs-lisp/rx.el (rx-or): Put group around result.
21248 (rx-constituents): Add backref.
21249 (rx-syntax): Add string-delimiter, comment-delimiter.
21250 (rx-categories): Add combining-diacritic.
21251 (rx-check-not, rx-greedy, rx): Doc fix.
21252 (rx-backref, rx-check-backref): New.
21253
21254 2004-02-16 Jesper Harder <harder@ifa.au.dk>
21255
21256 * newcomment.el (uncomment-region): Allow eob as comment end.
21257
21258 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21259
21260 * filecache.el: All message and error commands now use prefix
21261 "Filecache:" to make it easy to read *Messages* buffer.
21262
21263 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
21264
21265 * autorevert.el: Add support to detect changed dired and VC buffers.
21266 (auto-revert-active-p, auto-revert-list-diff)
21267 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
21268 (auto-revert-handler, auto-revert-active-p): New functions.
21269 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
21270 and `auto-revert-active-p'.
21271 (eval-when-compile): Defvar dired-directory and vc-mode.
21272 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
21273 (auto-revert-handler-vc): New functions.
21274
21275 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21276
21277 * progmodes/compile.el (compilation-directory): New defvar.
21278 (compile): Save current directory in compilation-directory.
21279 (recompile): Bind default-directory to compilation-directory if
21280 that is non-nil.
21281
21282 2004-02-16 Dave Love <fx@gnu.org>
21283
21284 * newcomment.el (comment-insert-comment-function)
21285 (comment-region-function, uncomment-region-function): New.
21286 (comment-indent): Use comment-insert-comment-function.
21287 (uncomment-region): Use uncomment-region-function.
21288 (comment-region): Use comment-region-function.
21289
21290 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
21291
21292 2004-02-16 Richard Stallman <rms@gnu.org>
21293
21294 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
21295 loaddefs* and ldefs-boot*.
21296
21297 2004-02-16 Eli Zaretskii <eliz@gnu.org>
21298
21299 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
21300 and email address at the beginning and end of the address.
21301
21302 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
21303 anchored at the beginning of the email address.
21304
21305 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
21306
21307 * international/ccl.el (ccl-compile-write): Pass `left' to
21308 ccl-embed-code to generate correct code of write-expr-register.
21309
21310 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
21311
21312 * progmodes/grep.el (grep-compute-defaults): Fix typos.
21313
21314 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21315
21316 * x-dnd.el: Mention support for Motif in commentary.
21317 (x-dnd-handle-drag-n-drop-event): Ditto.
21318
21319 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
21320
21321 * ses.el: Use "ses--" prefixes for buffer-local variables.
21322 Use (point-min) instead of 1, even when we know the buffer
21323 is unnarrowed.
21324 (ses-build-load-map): Delete. Distribute its content to defconsts for
21325 the three maps.
21326 (ses-menu, ses-header-line-menu): New menus.
21327 (ses-mode-map): Use them.
21328 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
21329
21330 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
21331
21332 * Makefile.in: Fix the CC Mode recompile kludge so it works
21333 when building in a different directory.
21334
21335 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
21336
21337 * simple.el (kill-new): Put yank-handler property on the entire string.
21338
21339 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21340
21341 * diff.el: Don't use compile any more, use diff-mode instead.
21342 (diff-regexp-alist, diff-old-file, diff-new-file)
21343 (diff-parse-differences, diff-process-setup): Remove.
21344 (diff-sentinel): New fun.
21345 (diff): Use it. Run the process ourselves.
21346 Use diff-mode for the rest of the processing.
21347
21348 * diff.el (diff): Simplify code handling `switch'.
21349
21350 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
21351
21352 * pcvs-defs.el (cvs-menu): Add `tag'.
21353
21354 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
21355
21356 * simple.el (kill-append): Doc fix.
21357
21358 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21359 Adapt outline-regexp to the new conventions for commenting out code.
21360
21361 2004-02-11 John Paul Wallington <jpw@gnu.org>
21362
21363 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
21364
21365 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
21366
21367 * diff.el (diff-switches): New fun.
21368 (diff, diff-backup): Use it.
21369 (diff): Clean up the args construction. Use backquote.
21370 Use listp instead of consp to avoid putting a nil arg.
21371 (diff): Add a revert-buffer function.
21372
21373 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21374
21375 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
21376 handled by x-dnd-handle-file-name.
21377 (x-dnd-known-types): Add COMPOUND_TEXT.
21378 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
21379 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
21380 x-dnd-empty-state.
21381 (x-dnd-forget-drop): Ditto.
21382 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
21383 (x-dnd-handle-one-url): Return private when inserting text.
21384 (x-dnd-insert-ctext): New function.
21385 (x-dnd-handle-file-name): New function for FILE_NAME.
21386 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
21387 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
21388 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
21389
21390 2004-02-10 Kenichi Handa <handa@m17n.org>
21391
21392 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
21393 instead of while loop.
21394
21395 2004-02-10 Miles Bader <miles@gnu.org>
21396
21397 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
21398
21399 2004-02-09 Kenichi Handa <handa@m17n.org>
21400
21401 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
21402 have end-of-line.
21403
21404 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
21405
21406 * Makefile.in: Added extra dependencies in the recompile target
21407 needed to cope with the compile time macro expansions in CC Mode.
21408
21409 2004-02-09 Kim F. Storm <storm@cua.dk>
21410
21411 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
21412 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
21413 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
21414 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
21415 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
21416 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
21417 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
21418 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
21419 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
21420 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
21421 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
21422
21423 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
21424
21425 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
21426 Don't allow shrink if there's a window on our right.
21427
21428 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
21429 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
21430 Bring together declaration and initialization.
21431 (prolog-mode-variables): Don't set the syntax table.
21432 Don't set paragraph-start and comment-indent-function.
21433 Add /*..*/ to the comment regexps.
21434 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
21435 (prolog-mode-map): Don't bind TAB.
21436 (prolog-mode): Set the syntax table.
21437 (prolog-comment-indent): Remove.
21438 (inferior-prolog-mode-map): Initialize in the declaration.
21439 (inferior-prolog-mode-syntax-table)
21440 (inferior-prolog-mode-abbrev-table): New vars.
21441 (inferior-prolog-mode): Derive from comint-mode.
21442 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
21443 minibuffer windows.
21444
21445 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
21446 in file names, as long as it is unambiguous.
21447
21448 2004-02-08 Andreas Schwab <schwab@suse.de>
21449
21450 * textmodes/reftex-toc.el
21451 (reftex-toc-load-all-files-for-promotion): Remove useless use of
21452 format. Doc fix.
21453
21454 * textmodes/refer.el (refer-find-entry-internal): Remove extra
21455 format string arguments.
21456
21457 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
21458 string argument.
21459
21460 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
21461
21462 * play/zone.el (zone-call): Fix format string.
21463
21464 * net/webjump.el (webjump-builtin): Add missing format string argument.
21465
21466 * midnight.el (midnight-delay-set): Remove extra format string
21467 argument.
21468
21469 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21470
21471 * hexl.el (hexl-insert-char): Add missing format string argument.
21472
21473 * format.el (format-decode): Fix format string.
21474
21475 * emulation/vi.el (vi-mode): Remove extra format string argument.
21476 (vi-repeat-last-search): Likewise.
21477 (vi-reverse-last-search): Likewise.
21478 (vi-goto-mark): Likewise.
21479 (vi-reverse-last-find-char): Likewise.
21480 (vi-repeat-last-find-char): Likewise.
21481 (vi-locate-def): Likewise.
21482
21483 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
21484
21485 * ediff-util.el (ediff-toggle-read-only): Remove extra format
21486 string argument.
21487 (ediff-toggle-regexp-match): Likewise.
21488
21489 * dired-aux.el (dired-do-query-replace-regexp): Add missing
21490 format string argument.
21491
21492 * calc/calc-map.el (calc-get-operator): Remove extra format
21493 string argument.
21494
21495 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
21496
21497 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
21498 string argument.
21499
21500 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
21501
21502 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
21503
21504 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
21505
21506 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
21507 (cl-struct-setf-expander): Likewise.
21508
21509 * vc.el (with-vc-file): Fix unsafe uses of error.
21510 (vc-cancel-version): Likewise.
21511
21512 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
21513
21514 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
21515 thousands separator; fixes <class>:<line-number> regexp for
21516 non-english locales.
21517
21518 2004-02-08 Andreas Schwab <schwab@suse.de>
21519
21520 * view.el (view-mode-enable): Revert previous change.
21521
21522 2004-02-07 Kim F. Storm <storm@cua.dk>
21523
21524 * simple.el (line-number-at-pos): Rename from line-at-pos.
21525 Uses changed (what-line and vc-annotate-warp-version).
21526
21527 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
21528
21529 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
21530 (diff-mode): Remove aborted attempt at support for compile.el.
21531 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
21532
21533 2004-02-06 Andreas Schwab <schwab@suse.de>
21534
21535 * view.el (view-mode-enable): Add view-mode-map to
21536 minor-mode-overriding-map-alist.
21537
21538 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21539
21540 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
21541
21542 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
21543
21544 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
21545 with point inside rather than after the paragraph.
21546
21547 2004-02-04 Sam Steingold <sds@gnu.org>
21548
21549 * mail/smtpmail.el (smtpmail-try-auth-methods):
21550 Do not try authentication when no mechanism is available.
21551 Pass port-name as defaultport to `netrc-machine'.
21552
21553 2004-02-04 Stephen Eglen <stephen@gnu.org>
21554
21555 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
21556 to show how minibuffer height can be constrained.
21557
21558 2004-02-04 John Paul Wallington <jpw@gnu.org>
21559
21560 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
21561
21562 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21563
21564 * x-dnd.el: New file for drag and drop.
21565
21566 * term/x-win.el: require x-dnd, set after-make-frame-functions
21567 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
21568 drag-n-drop event.
21569
21570 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
21571 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
21572 (dired-dnd-handle-file): New functions for drag and drop support.
21573 (dired-mode): Initialize drag and drop if x-dnd present.
21574
21575 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21576
21577 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
21578 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
21579 (cperl-mode): Set fill-paragraph-function.
21580 (cperl-fill-paragraph): Make it non-interactive.
21581
21582 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
21583
21584 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
21585
21586 2004-02-02 David Kastrup <dak@gnu.org>
21587
21588 * replace.el (perform-replace): Allow 'literal argument in
21589 regexp-flag to indicate literal replacement.
21590 (query-replace-regexp-eval): Use it.
21591
21592 2004-02-01 Andreas Schwab <schwab@suse.de>
21593
21594 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
21595
21596 2004-02-01 Stephen Eglen <stephen@gnu.org>
21597
21598 * info-look.el: Add support for maxima-mode. Update commentary
21599 because info-lookup-symbol is now bound to C-h S.
21600
21601 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
21602
21603 * simple.el (edit-and-eval-command): Bind print-level and
21604 minibuffer-history-sexp-flag around call to read-from-minibuffer.
21605 Correct initial position in command-history.
21606
21607 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
21608
21609 * files.el (read-directory-name): Adapt the docstring to recent
21610 change in Fread_file_name.
21611
21612 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
21613
21614 * ses.el (ses-print-cell): If print format too wide for column
21615 width, truncate decimal places if that helps to avoid "#####" fill.
21616 * ses.el (ses-initial-column-width): Revert previous change.
21617
21618 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
21619
21620 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
21621 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
21622 Add edebug info.
21623 (jit-lock-mode): Setup/cancel the new timer.
21624 (jit-lock-context-fontify): New fun. Extracted from
21625 context fontification code of jit-lock-stealth-fontify.
21626 (jit-lock-stealth-fontify): Don't do context fontification any more.
21627
21628 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
21629 (jit-lock-fontify-now): Handle the `quit' case.
21630 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
21631
21632 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
21633
21634 * progmodes/executable.el (executable-command-find-posix-p):
21635 New. Check if find handles arguments Posix-style.
21636
21637 * progmodes/grep.el (grep-compute-defaults):
21638 Use executable-command-find-posix-p.
21639 (grep-find): Check `grep-find-command'.
21640
21641 * filecache.el (file-cache-find-posix-p): Delete.
21642 (file-cache-add-directory-using-find):
21643 Use `executable-command-find-posix-p'.
21644
21645 2004-01-29 Dave Love <fx@gnu.org>
21646
21647 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
21648 Iterate the hook function if arg is given.
21649 (mark-defun, narrow-to-defun): Change order of finding the limits.
21650
21651 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21652 (byte-compile-format-warn): New.
21653 (byte-compile-callargs-warn): Use it.
21654 (Format, message, error): Add byte-compile-format-like property.
21655 (byte-compile-maybe-guarded): New.
21656 (byte-compile-if, byte-compile-cond): Use it.
21657 (byte-compile-lambda): Compile interactive forms,
21658 just to make warnings about them.
21659
21660 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
21661
21662 * ses.el (ses-initial-column-width): Increase to 14, so it will
21663 work well with the default printer of "%.7g" for extreme values
21664 like "-1.234567e+07".
21665
21666 2004-01-29 Kenichi Handa <handa@m17n.org>
21667
21668 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
21669
21670 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
21671
21672 * dos-w32.el: Added support for the `default-printer-name' function.
21673
21674 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21675
21676 * server.el (server-socket-name): Don't use the hostname in the
21677 socket name since /tmp is local to the host anyway.
21678
21679 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
21680 robust check of widening and fix var-naming.
21681
21682 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
21683
21684 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
21685 or rmail-spam- to rsf- in all function and variable names.
21686 (rsf-min-region-to-spam-list): New variable.
21687 (rsf-bbdb-auto-delete-spam-entries): Rename from
21688 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
21689 scanned together with the recipients field for spam testing; Don't
21690 delete spam message if rmail-delete-after-output is non-nil;
21691 (rsf-check-field): New function, extracted from code in
21692 rmail-spam-filter to ease addition of header fields like
21693 content-type:;
21694 (message-content-type): New variable. The content-type: field was
21695 added also in defcustom of rsf-definitions-alist;
21696 (rmail-spam-filter): Replace repeated test code for header fields
21697 by calls to check-field; change the call to
21698 rmail-output-to-rmail-file such that rmail-current-message stays
21699 the same to avoid wrong deletion of unseen flags.
21700 (rmail-use-spam-filter): Add autoload cookie.
21701
21702 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
21703
21704 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
21705 (file-cache-add-directory-using-find): Add Cygwin support.
21706 (file-cache-find-command-posix-flag): New user variable.
21707
21708 * filecache.el (file-cache-add-directory): Check for
21709 directories an remove them from dir-files.
21710
21711 2004-01-27 Richard M. Stallman <rms@gnu.org>
21712
21713 * man.el (Man-fontify-manpage): Clean up message.
21714
21715 2004-01-27 Kenichi Handa <handa@m17n.org>
21716
21717 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
21718 (sentence-end): Define using sentence-end-without-space.
21719
21720 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
21721 a sentence ends with one of a character in sentence-end-without-space.
21722
21723 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
21724
21725 * font-lock.el (font-lock): Add jit-lock as explicit group member.
21726 (jit-lock): Group declaration moved to jit-lock.el.
21727 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
21728 when necessary.
21729
21730 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
21731 (jit-lock-context-unfontify-pos): Rename from
21732 jit-lock-first-unfontify-pos.
21733 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
21734
21735 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21736
21737 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
21738 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
21739 (fortran-fill): When filling a string, adjust re-search-backward
21740 argument for special case of string just on fill-column.
21741 When filling non-string, allow one extra char if
21742 fortran-break-before-delimiters is non-nil.
21743 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
21744 Use fortran-break-delimiters-re and fortran-no-break-re to
21745 correctly handle cases such as "**".
21746
21747 * progmodes/f90.el (f90-break-delimiters): Doc fix.
21748 (f90-no-break-re): Add some extra tokens. Doc fix.
21749
21750 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
21751
21752 * mail/rmail-spam-filter.el:
21753 Use two semicolons as Commentary line prefix.
21754 Add ";;; Code:" stylized comment.
21755 Delete end-of-line whitespace.
21756 Wrap (require 'cl) with `eval-when-compile'.
21757
21758 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
21759
21760 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21761 at the top level of vc.el.
21762
21763 2004-01-23 Andre Spiegel <spiegel@gnu.org>
21764
21765 * vc.el (vc-current-line): Function removed. This is now done by
21766 the new function line-at-pos in simple.el.
21767 (vc-annotate-warp-version): Use line-at-pos instead of
21768 vc-current-line.
21769
21770 2004-01-22 Kim F. Storm <storm@cua.dk>
21771
21772 * simple.el (line-at-pos): New defun.
21773 (what-line): Use it. Optimize by only counting lines in narrowed
21774 region once.
21775
21776 2004-01-22 Kenichi Handa <handa@m17n.org>
21777
21778 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21779 point (register r1) only for charset mule-unicode-0100-24ff.
21780
21781 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
21782
21783 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21784 trailing white space and ensure a final newline.
21785
21786 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21787 Add autoload cookie.
21788
21789 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
21790
21791 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21792 activate view-mode explicitly.
21793
21794 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21795
21796 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21797 menu-bar-enable-clipboard and make Paste use clipboard first.
21798
21799 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21800
21801 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
21802 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21803 (vc-mcvs-cvs): Remove.
21804 (vc-mcvs-command): Remove use of assert.
21805
21806 * outline.el (outline-insert-heading): Tighten up match.
21807 (outline-demote, outline-move-subtree-down): Don't assume anything
21808 about outline-regexp.
21809
21810 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
21811 (texinfo-show-structure): Explicitly add ^, and simplify.
21812
21813 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
21814
21815 * calendar/appt.el (appt-check): Restore usage of
21816 appt-issue-message deleted in previous change.
21817 (top-level): Activate package when loaded (needed for backwards
21818 compatibility).
21819
21820 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21821
21822 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
21823 following previous change to smtpmail-send-data.
21824
21825 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
21826
21827 * vc.el (vc-default-previous-version): Doc enhancement.
21828 (vc-default-next-version): New function.
21829 (vc-print-log): New arg FOCUS-REV.
21830 (vc-annotate-mode): Derive from view-mode.
21831 (vc-annotate): New args REVISION, DISPLAY-MODE.
21832 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21833 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21834 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21835 (vc-annotate-show-diff-revision-at-line, vc-current-line)
21836 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21837
21838 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
21839
21840 2004-01-19 Karl Berry <karl@gnu.org>
21841
21842 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21843 or "TexInfo".
21844
21845 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
21846
21847 * subr.el (delete-dups): New function.
21848
21849 2004-01-19 Karl Berry <karl@gnu.org>
21850
21851 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21852 with ^, since that's what texinfo-show-structure
21853 documentation says (plus it works much better in texinfo.txi).
21854
21855 2004-01-18 Jesper Harder <harder@ifa.au.dk>
21856
21857 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21858
21859 2004-01-18 David Ponce <david@dponce.com> (tiny change)
21860
21861 * progmodes/which-func.el (which-function-mode): Don't cancel
21862 which-func-update-timer if not set.
21863
21864 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
21865
21866 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21867 Remove spurious left square bracket in XX:XXam regexp.
21868
21869 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
21870
21871 * progmodes/cc-defs.el: Do not require cl at run time.
21872
21873 2004-01-16 Richard M. Stallman <rms@gnu.org>
21874
21875 * emacs-lisp/cl.el (cl-cannot-unload): New function.
21876 (cl-unload-hook): Defvar this to run cl-cannot-unload.
21877
21878 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21879 Call rmail-spam-filter. Delete and expunge spam.
21880 Print number of spam messages deleted.
21881 Save and restore the deletion status of old messages when reading
21882 new mail with spam filter, so that expunging spam does not expunge
21883 msgs deleted by the user.
21884 (rmail-only-expunge): Add an optional argument dont-show to
21885 prevent showing message after expunge.
21886
21887 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
21888
21889 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21890 * subr.el (declare): New macro.
21891
21892 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
21893
21894 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21895
21896 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
21897
21898 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21899 Test window-system rather than system-type (for X11/Mac).
21900
21901 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
21902
21903 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
21904
21905 2004-01-12 Richard M. Stallman <rms@gnu.org>
21906
21907 * mail/rmail.el (rmail-convert-to-babyl-format):
21908 Use mail-unquote-printable-region.
21909 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
21910 (rmail-hex-char-to-integer): Functions deleted.
21911
21912 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
21913 (mail-unquote-printable-region): New arg NOERROR.
21914 For invalid encoding, either signal an error to just return nil.
21915
21916 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21917
21918 * calendar/appt.el: Update copyright and commentary.
21919 (appt-issue-message): Make obsolete.
21920 (appt-visible, appt-msg-window): Make obsolete, in favor of
21921 appt-display-format.
21922 (appt-display-mode-line, appt-display-duration)
21923 (appt-display-diary, appt-time-msg-list, appt-mode-string)
21924 (appt-prev-comp-time, appt-display-count, appt-timer)
21925 (appt-convert-time): Doc change.
21926 (appt-disp-window-function, appt-delete-window-function):
21927 Use defcustom rather than defvar.
21928 (appt-display-format): New variable.
21929 (appt-display-message): New function with display code from appt-check.
21930 (appt-check): Add optional FORCE argument. Doc change.
21931 Add appt-make-list to diary-hook if displaying diary.
21932 Remove checking of view-diary-entries-initially.
21933 Message display section removed to new function appt-display-message.
21934 (appt-display-window): Doc change. Remove unused internal var
21935 this-buffer. Do not beep, since appt-display-message does that.
21936 (appt-make-list): Doc change. Use caar.
21937 (appt-sort-list): Simplify by using builtin sort function.
21938 (appt-update-list): New function for updating appts when diary is
21939 saved.
21940 (appt-activate): New autoloaded function to toggle package
21941 functionality.
21942
21943 * calendar/cal-x.el: (calendar-one-frame-setup)
21944 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21945
21946 * calendar/calendar.el: Update copyright.
21947 (view-diary-entries-initially, european-calendar-style): Doc change.
21948 (calendar-setup): Make defcustom rather than defvar.
21949 (mark-visible-calendar-date): Initialize temp-face and faceinfo
21950 in let binding so local to function.
21951
21952 * calendar/diary-lib.el: Update copyright.
21953 (diary, diary-entry-time): Doc change.
21954 (list-diary-entries): Doc change. Trivial logic change.
21955 (fancy-diary-display): Restore make-face command mistakenly
21956 deleted 2003-05-08.
21957 (show-all-diary-entries): Allow to pop-up frame if needed.
21958
21959 2004-01-09 John Paul Wallington <jpw@gnu.org>
21960
21961 * bindings.el (mode-line-change-eol): Add EVENT parameter.
21962 Temporarily select EVENT's window for changing eol type.
21963
21964 2004-01-09 Deepak Goel <deego@gnufans.org>
21965
21966 * calendar/diary-lib.el (diary-entry-time):
21967 Also accept time in the form XX[.XX][am/pm/AM/PM].
21968 (fancy-diary-font-lock-keywords): Likewise.
21969 (diary-font-lock-keywords): Likewise.
21970 * calendar/appt.el (appt-add): Likewise.
21971 (appt-make-list): Likewise.
21972 (appt-convert-time): Likewise.
21973
21974 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
21975
21976 * gdb-ui.el (gdb-ann3): Revert previous change.
21977 (gdb-source-info): Allow for case of where compilation directory
21978 is not recorded.
21979
21980 2004-01-08 John Paul Wallington <jpw@gnu.org>
21981
21982 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21983
21984 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
21985
21986 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21987
21988 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21989 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21990 problems.
21991 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21992
21993 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
21994
21995 * files.el (write-file-functions, write-contents-functions):
21996 Clarify docstrings.
21997
21998 2004-01-07 Kenichi Handa <handa@m17n.org>
21999
22000 * international/mule.el (set-auto-coding): Fix for the case that
22001 end-of-line is only CR.
22002
22003 2004-01-07 Kim F. Storm <storm@cua.dk>
22004
22005 * subr.el (event-start, event-end): Doc fix.
22006 (posn-string, posn-image): New defuns.
22007 (posn-object): Return either image or string object.
22008 (posn-object-x-y): Return 8th element of position.
22009 (posn-object-width-height): New defun.
22010
22011 2004-01-06 Andreas Schwab <schwab@suse.de>
22012
22013 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
22014 output.
22015
22016 2004-01-05 Karl Berry <karl@gnu.org>
22017
22018 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
22019 / and *, too.
22020
22021 2003-12-31 Simon Josefsson <jas@extundo.com>
22022
22023 * files.el (before-save-hook): Add.
22024 (basic-save-buffer): Use before-save-hook.
22025
22026 * emacs-lisp/copyright.el: Fix comment to recommend
22027 before-save-hook instead of write-file-functions.
22028
22029 2004-01-05 Richard M. Stallman <rms@gnu.org>
22030
22031 * finder.el (finder-commentary): Call delete-other-windows.
22032
22033 * net/ange-ftp.el (ange-ftp-file-attributes):
22034 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
22035
22036 2004-01-04 Karl Berry <karl@gnu.org>
22037
22038 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
22039 comment characters % and # in the copyright year notice,
22040 as well as ;.
22041
22042 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
22043
22044 * wid-edit.el (default): Define dummy :value-delete.
22045 Reported by Jesper Harder <harder@ifa.au.dk>.
22046
22047 2004-01-03 Richard M. Stallman <rms@gnu.org>
22048
22049 * progmodes/compile.el (compile-internal): Use point, not point-min,
22050 for set-window-point.
22051
22052 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22053
22054 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
22055
22056 * progmodes/grep.el (grep-mode-map):
22057 Don't remap next-line, previous-line.
22058
22059 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
22060
22061 * speedbar.el (speedbar-edit-line): Change regexp to position
22062 the cursor on the first character of this line's button.
22063
22064 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
22065
22066 * subr.el (functionp): Doc fix.
22067
22068 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
22069
22070 * progmodes/idlwave.el (idlwave-make-tags):
22071 * textmodes/flyspell.el (flyspell-large-region):.
22072 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
22073 * emulation/viper-util.el (viper-glob-unix-files):
22074 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
22075 * man.el (Man-init-defvars):
22076 * jka-compr.el (jka-compr-call-process):
22077 * files.el (get-free-disk-space,insert-directory):
22078 * ediff-ptch.el (ediff-test-patch-utility):
22079 * ediff-diff.el (ediff-test-utility):
22080 * dired-aux.el (dired-check-process):
22081 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
22082 test the return value of call-process, because it can be a string.
22083
22084 2003-12-31 John Paul Wallington <jpw@gnu.org>
22085
22086 * bindings.el (completion-ignored-extensions): Add .pfsl.
22087
22088 2003-12-31 Kim F. Storm <storm@cua.dk>
22089
22090 * ido.el (ido-nonreadable-directory-p): New defun to check for
22091 nonreadable directory without activating tramp (to avoid problems
22092 with checking incomplete tramp paths).
22093 (ido-set-current-directory, ido-file-internal)
22094 (ido-file-name-all-completions1): Use it.
22095
22096 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
22097
22098 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
22099 documentation if the anchor (or node) name is preceded by `info
22100 anchor' or `Info anchor' in addition to earlier `info node' and
22101 `Info node'.
22102 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
22103
22104 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22105
22106 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
22107 error in arguments to base64-decode-region. Remove ^M characters
22108 after decoding base64.
22109
22110 2003-12-30 Simon Josefsson <jas@extundo.com>
22111
22112 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
22113 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
22114 have only been distributed with Emacs for some years.
22115 (texinfo-mode-hook): Customize.
22116
22117 2003-12-30 Eli Zaretskii <eliz@gnu.org>
22118
22119 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
22120 cleaner (suggested by Richard Stallman).
22121
22122 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
22123 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
22124 file-name clashes on 8+3 DOS filesystems.
22125
22126 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
22127 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
22128 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
22129 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
22130 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
22131 file-name clashes on 8+3 filesystems.
22132
22133 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
22134 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
22135 file-name clashes on 8+3 DOS filesystems.
22136
22137 2003-12-29 Richard M. Stallman <rms@gnu.org>
22138
22139 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
22140 Upcase the character.
22141
22142 * textmodes/flyspell.el (mail-mode-flyspell-verify):
22143 Search for header separator alone on a line, literally,
22144 and search for it backward, not forward.
22145 (flyspell-abbrev-table): Always use global-abbrev-table
22146 if there is no local one.
22147
22148 * progmodes/sh-script.el (sh-get-indent-info):
22149 Don't move point back if at bob.
22150
22151 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
22152
22153 * play/handwrite.el (handwrite): Make the handwrite credit message
22154 a comment rather than an output command.
22155
22156 * obsolete/sc.el: Display message that this file is obsolete.
22157
22158 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
22159
22160 * mail/rfc822.el (rfc822-address-start): Declare variable.
22161 Renamed from address-start. All uses changed.
22162
22163 * term.el (term-exec): Set up sentinel.
22164 (term-sentinel): New function.
22165 (term-handle-exit): New function.
22166
22167 * subr.el (assoc-ignore-case, assoc-ignore-representation):
22168 Use assoc-string, and mark them obsolete.
22169 (delay-mode-hooks): Mark as permanent local.
22170
22171 * simple.el (sendmail-user-agent-compose): Use assoc-string.
22172
22173 * register.el (copy-rectangle-to-register): Doc fix.
22174
22175 * info.el (Info-insert-dir): Use assoc-string.
22176
22177 * info-look.el (info-lookup): Use assoc-string.
22178
22179 * frame.el (pop-up-frame-function): Use quote, not `function'.
22180 (frame-notice-user-settings): Calculate ADJUSTED-TOP
22181 copying with lists as coordinate values.
22182
22183 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
22184
22185 * find-dired.el (kill-find): New command.
22186 (find-dired): Make buffer read-only.
22187 Set up a keymap with C-c C-k running kill-find.
22188 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
22189
22190 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
22191
22192 * filecache.el (file-cache-ignore-case): New variable.
22193 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
22194
22195 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22196 (comint-dynamic-complete-as-filename): Rename local vars.
22197 (comint-dynamic-list-filename-completions): Likewise.
22198
22199 * comint.el (comint-dynamic-list-completions-config): New var.
22200 (comint-dynamic-list-completions): Handle both SPC and TAB right.
22201
22202 * comint.el (comint-file-name-chars): Add [].
22203 (comint-word): Use skip-chars-backward, not search.
22204
22205 * shell.el (shell-file-name-chars): Add [].
22206
22207 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
22208
22209 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
22210
22211 * generic.el (define-generic-mode): Doc fix.
22212
22213 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22214
22215 * files.el (kill-some-buffers): Doc fix.
22216
22217 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
22218
22219 * comint.el (comint-watch-for-password-prompt): Pass `string' as
22220 arg to send-invisible
22221 (send-invisible): Doc fix. The argument is now a prompt, not the
22222 string to send.
22223 (comint-read-noecho): Doc fix.
22224
22225 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
22226
22227 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
22228 "@", as required by some ISP hosting service. Fix defcustom
22229 argument syntax errors that prevented use of customization.
22230
22231 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22232
22233 * xml.el (xml-get-attribute-or-nil): Doc fix.
22234
22235 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
22236
22237 * net/zone-mode.el (zone-mode): Use write-file-functions, not
22238 write-file-hooks.
22239
22240 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
22241
22242 * autorevert.el (auto-revert-interval): Doc fix.
22243
22244 2003-12-29 Mark A. Hershberger <mah@everybody.org>
22245
22246 * xml.el (xml-get-attribute-or-nil): New function, like
22247 xml-get-attribute, but returns nil if the attribute was not found.
22248 (xml-get-attribute): Convert to defsubst, uses
22249 xml-get-attribute-or-nil.
22250
22251 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22252
22253 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
22254
22255 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
22256
22257 * custom.el (custom-declare-theme): Use `value' when putting
22258 properties on `theme'.
22259
22260 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
22261
22262 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
22263 for each yank-handler segment.
22264 (insert-for-yank-1): New function, with the body of the previous
22265 insert-for-yank.
22266
22267 * textmodes/table.el (table-yank-handler): New defcustom.
22268 (table--put-cell-indicator-property): Put yank-handler property
22269 that indicates the yank handler for the table cell.
22270
22271 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22272
22273 * generic-x.el (etc-modules-conf-generic-mode): A more complete
22274 set of keywords.
22275
22276 2003-12-29 Eli Zaretskii <eliz@gnu.org>
22277
22278 * international/mule-cmds.el (reset-language-environment)
22279 (set-language-environment): Don't invoke fontset-related functions
22280 if fontset-list is not fboundp.
22281
22282 2003-12-29 Kenichi Handa <handa@m17n.org>
22283
22284 * international/mule-cmds.el (reset-language-environment):
22285 Call set-overriding-fontspec-internal with nil.
22286 (set-language-environment): Call set-overriding-fontspec-internal
22287 if the language environment specify `overriding-fontspec'.
22288 (language-info-alist): Doc added.
22289
22290 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
22291 characters of mule-unicode-0100-24ff.
22292 (ccl-encode-windows-1251-font): New CCL program.
22293 ("Bulgarian"): Specify overriding-fontspec.
22294 ("Belarusian"): Likewise.
22295
22296 2003-12-28 Sam Steingold <sds@gnu.org>
22297
22298 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
22299 parameter ID-FORMAT to conform with the 2003-11-30 patch.
22300
22301 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
22302
22303 * progmodes/gud.el (gud-gdb-command-name): Set default to
22304 "gdb --annotate=3".
22305 (gud-gdb-marker-filter): Look out for annotations.
22306 (gdb-first-pre-prompt): New variable.
22307 Remove trailing white space.
22308
22309 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
22310 if necessary.
22311 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
22312 annotations are detected.
22313 (gud-gdba-marker-filter): Use global variable gud-marker-acc
22314 instead of a local one to allow transition from
22315 gud-gdb-marker-filter.
22316 Remove trailing white space.
22317
22318 2003-12-27 Kim F. Storm <storm@cua.dk>
22319
22320 * ido.el: Handle non-readable directories.
22321 (ido-decorations): Add 9th element for non-readable directory.
22322 (ido-directory-nonreadable): New dynamic var.
22323 (ido-set-current-directory): Set it.
22324 (ido-read-buffer, ido-file-internal):
22325 (ido-read-file-name, ido-read-directory-name): Let-bind it.
22326 (ido-file-name-all-completions1): Return empty list for
22327 non-readable directory.
22328 (ido-exhibit): Print [Not readable] if directory is not readable.
22329 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
22330 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
22331 Use it.
22332
22333 2003-12-27 Lars Hansen <larsh@math.ku.dk>
22334
22335 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
22336 calls to directory-files-and-attributes and file-attributes.
22337 (ls-lisp-format): Remove system dependent handling of user and
22338 group id's.
22339
22340 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
22341
22342 * ffap.el (ffap-read-file-or-url): Revert previous change.
22343
22344 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
22345
22346 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
22347 new list of included files called `files-with-node-lines', that
22348 only have node lines. This way @include commands can include any
22349 file, such as version and update files without node lines, not
22350 just files that are chapters.
22351
22352 2003-12-25 Andreas Schwab <schwab@suse.de>
22353
22354 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
22355 file not found.
22356
22357 2003-12-08 Miles Bader <miles@gnu.org>
22358
22359 * dired.el (dired-between-files): Always use dired-move-to-filename,
22360 which is more robust in non-english locales.
22361
22362 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
22363
22364 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
22365
22366 2003-12-24 Andreas Schwab <schwab@suse.de>
22367
22368 * shell.el (shell-file-name-quote-list): Add backslash.
22369
22370 * comint.el (comint-quote-filename): Correctly handle backslash
22371 in comint-file-name-quote-list.
22372
22373 2003-12-24 Kenichi Handa <handa@m17n.org>
22374
22375 * international/mule-cmds.el (set-default-coding-systems):
22376 Call ucs-set-table-for-input for all buffers that don't have local
22377 value of buffer-file-coding-system.
22378
22379 * international/ucs-tables.el (ucs-set-table-for-input):
22380 If translation-table-for-encode is a symbol, get its
22381 translation-table property.
22382
22383 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
22384
22385 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
22386 to `completing-read' on a recently fixed bug.
22387
22388 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
22389 instead of SPACE, to get the list of possible fringe modes.
22390 SPACE only works if both `partial-completion-mode' and
22391 `completion-auto-help' are nil.
22392
22393 * complete.el (PC-is-complete-p): Delete.
22394 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
22395 calls to `test-completion'.
22396
22397 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
22398
22399 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
22400 to edit values when there are no children.
22401
22402 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
22403 a mode called "Assembler" already exists.
22404 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
22405 (gud-watch): Use format option. Remove font properties from string.
22406 (gdb-var-create-handler, gdb-var-list-children-handler):
22407 Don't bother about properties as there are none.
22408 (gdb-var-create-handler, gdb-var-list-children-handler)
22409 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
22410 with two arguments.
22411 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
22412 Let speedbar show value changes with a different font.
22413 (gdb-edit-value): New defun.
22414 (gdb-clear-partial-output, gdb-clear-inferior-io)
22415 (def-gdb-auto-update-handler): Use erase-buffer.
22416 (gdb-frame-handler): Display watch expressions in
22417 FUNCTION::VARIABLE format if required.
22418
22419 2003-12-23 John Paul Wallington <jpw@gnu.org>
22420
22421 * info.el (Info-unescape-quotes, Info-split-parameter-string)
22422 (Info-goto-emacs-command-node): Doc fixes.
22423
22424 2003-12-12 Jesper Harder <harder@ifa.au.dk>
22425
22426 * cus-edit.el (custom-add-parent-links): Define "many".
22427
22428 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
22429
22430 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
22431 (widget-child-validate, widget-type-value-create)
22432 (widget-type-default-get, widget-type-match): New functions.
22433 (lazy): New widget.
22434 (menu-choice, checklist, radio-button-choice, editable-list)
22435 (group, documentation-string): Remove redundant (per 2003-10-25
22436 change) calls to `widget-children-value-delete'.
22437 (widget-choice-value-get, widget-choice-value-inline): Remove.
22438 (menu-choice): Update widget.
22439
22440 2003-12-03 Kenichi Handa <handa@m17n.org>
22441
22442 * language/cyrillic.el: Register "microsoft-cp1251" in
22443 ctext-non-standard-encodings-alist.
22444 ("Bulgarian"): Add ctext-non-standard-encodings.
22445 ("Belarusian"): Likewise.
22446
22447 * international/mule-conf.el (compound-text-with-extensions):
22448 Change the type to 2 (iso-2022 base).
22449
22450 * international/mule.el (ctext-non-standard-encodings-alist):
22451 Change the format.
22452 (ctext-non-standard-encodings): New variable.
22453 (ctext-post-read-conversion): Fully re-written.
22454 (ctext-non-standard-designations-alist): Delete it.
22455 (ctext-non-standard-encodings-table): New function.
22456 (ctext-pre-write-conversion): Fully re-written.
22457
22458 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
22459
22460 * cus-edit.el (custom-add-parent-links): Add documentation links
22461 for parent, if the item has none of its own.
22462
22463 2003-11-30 Richard M. Stallman <rms@gnu.org>
22464
22465 * dired-aux.el (dired-do-query-replace-regexp):
22466 Report files visited read-only.
22467
22468 2003-11-30 Juri Linkov <juri@jurta.org>
22469
22470 * dired-aux.el (dired-compare-directories): New command.
22471 (dired-file-set-difference, dired-files-attributes): New functions.
22472
22473 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
22474 Version 2.0.38 of Tramp released.
22475
22476 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
22477 Charles Curley <charlescurley@charlescurley.com>.
22478 (tramp-multi-connection-function-alist): Add ssht entry which adds
22479 "-e none -t -t" to the list of ssh args. Suggested by Adrian
22480 Aichner.
22481 (tramp-get-method-parameter): New function to retrieve a method
22482 parameter. This allows for omission of method parameters.
22483 Callers adjusted.
22484
22485 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
22486
22487 * net/tramp.el: Add new optional parameter ID-FORMAT to
22488 `file-attributes'. Calls of `file-attributes' won't use this
22489 parameter for backward compatibility reasons.
22490 (tramp-perl-file-attributes): Add a new parameter to Perl script
22491 in order to handle uid/gid as strings, if desired.
22492 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
22493 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
22494 order to make the function more general.
22495 (tramp-handle-file-attributes): Replace proprietary optional
22496 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
22497 (tramp-handle-file-attributes-with-perl): Handle parameter
22498 NONNUMERIC if set. This wasn't done in the past.
22499 (tramp-post-connection): Apply second parameter "$2" if
22500 `tramp-remote-perl' is called.
22501
22502 * net/tramp-smb.el (tramp-smb-handle-delete-file):
22503 Correct cut'n'waste error (`filename' instead of `directory').
22504 (tramp-smb-handle-directory-files-and-attributes)
22505 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
22506 introduced parameter ID-FORMAT.
22507 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
22508 error (`directory' instead of `ldir').
22509
22510 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
22511 `file-attributes' has a second parameter. If yes, apply it with
22512 value "'integer". Otherwise, don't use that parameter (default is
22513 integer format).
22514
22515 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
22516
22517 * help.el (help-map): Bind `display-local-help' to `C-h .'.
22518 (help-for-help): Add `C-h .' to the listed Help options.
22519 Remove trailing whitespace.
22520
22521 * help-at-pt.el: New file.
22522
22523 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
22524
22525 * subr.el (noreturn, 1value): New macros for test coverage.
22526 See `testcover.el'.
22527
22528 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
22529 `1value'.
22530
22531 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22532 for macro `1value'.
22533 (testcover-1value): New function. Checks that a 1value form
22534 actually returns only one value. Requested by RMS.
22535
22536 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
22537
22538 * gdb-ui.el (gud-watch, gdb-var-create-handler)
22539 (gdb-var-list-children, gdb-var-list-children-handler)
22540 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
22541 gdb commands that use mi to keep them out of the command history.
22542
22543 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22544
22545 * cus-start.el (all): Add use-file-dialog.
22546
22547 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
22548
22549 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
22550
22551 2003-11-27 Kim F. Storm <storm@cua.dk>
22552
22553 * subr.el (posn-object-x-y): New defun.
22554
22555 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
22556
22557 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
22558 Don't use `space' for \\\n.
22559 Be more selective as to which # are comment-starters.
22560
22561 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
22562
22563 * subr.el (number-sequence): Improve handling of floating point
22564 arguments (suggested by Kim Storm). Allow negative arguments.
22565
22566 2003-11-26 Kenichi Handa <handa@m17n.org>
22567
22568 * international/mule-cmds.el (standard-display-european-internal):
22569 Cancel the standard-display-table setting for ` and '.
22570
22571 2003-11-26 Kim F. Storm <storm@cua.dk>
22572
22573 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
22574 New defcustoms to add ffap-like functionality to ido.
22575 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
22576 (ido-no-final-slash): New defun.
22577 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
22578 (ido-read-file-name): ): Toggle VC checking via
22579 vc-handled-backends instead of vc-master-templates.
22580 (ido-file-internal): Handle ido-use-url-at-point and
22581 ido-use-filename-at-point via code borrowed from ffap-guesser.
22582 Handle new ido-exit code ffap.
22583 (ido-sort-list): Ignore final slash when sorting file names.
22584
22585 2003-11-25 Kim F. Storm <storm@cua.dk>
22586
22587 * emulation/cua-base.el (cua--standard-movement-commands):
22588 Add forward-sentence and backward-sentence.
22589
22590 2003-11-25 Stephen Eglen <stephen@gnu.org>
22591
22592 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
22593 iswitchb-exit is set to 'usefirst when user selects buffer at head
22594 of list using RET. (Selecting buffers at the head of the list was
22595 broken if the substring was also a complete buffername.)
22596
22597 2003-11-23 Kim F. Storm <storm@cua.dk>
22598
22599 * progmodes/compile.el (grep-command, grep-use-null-device)
22600 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
22601 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
22602 (grep-regexp-alist, grep-program, find-program)
22603 (grep-find-use-xargs, grep-history, grep-find-history)
22604 (grep-process-setup, grep-compute-defaults)
22605 (grep-default-command, grep, grep-tag-default, grep-find)
22606 (grep-expand-command-macros, grep-tree-last-regexp)
22607 (grep-tree-last-files, grep-tree): Move grep variables, functions
22608 and commands to new file grep.el.
22609 (compilation-mode-map): Remove grep commands from Compile sub-menu.
22610 (compilation-process-setup-function): Doc fix.
22611 (compilation-highlight-regexp, compilation-highlight-overlay): New
22612 defvars used for highlighting current compile error in source buffer.
22613 (compile-internal): New optional args HIGHLIGHT-REGEXP and
22614 LOCAL-MAP which overrides compilation-highlight-regexp and
22615 compilation-mode-map for this compilation.
22616 Delay calling compilation-set-window-height until after running
22617 compilation-process-setup-function so it can buffer-local override
22618 compilation-window-height.
22619 Check buffer-local value of compilation-scroll-output.
22620 (compilation-set-window-height): Use buffer-local value of
22621 compilation-window-height.
22622 (compilation-revert-buffer): Don't pass (undefined)
22623 preserve-modes arg to revert-buffer.
22624 (next-error-no-select, previous-error-no-select): New commands.
22625 (compilation-goto-locus): Temporarily highlight current match in
22626 source buffer using compilation-highlight-regexp.
22627
22628 * progmodes/grep.el: New file with grep code from compile.el.
22629 (grep): New defcustom group.
22630 (grep-window-height): New defcustom, like compilation-window-height.
22631 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
22632 (grep-scroll-output): New defcustom, like compilation-scroll-output.
22633 (grep-command, grep-use-null-device, grep-find-command)
22634 (grep-tree-files-aliases, grep-tree-ignore-case)
22635 (grep-tree-ignore-CVS-directories): Move to grep custom group.
22636 (grep-setup-hook): New hook variable.
22637 (grep-mode-map): New keymap for grep commands. Add Grep menu.
22638 (grep-last-buffer): New defvar, override compilation-last-buffer.
22639 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
22640 Call compile-internal with args highlight-regexp and grep-mode-map.
22641
22642 2003-11-23 Kim F. Storm <storm@cua.dk>
22643
22644 * subr.el (event-start, event-end): Doc fix.
22645 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
22646 (posn-area, posn-actual-col-row, posn-object): New defuns.
22647 (posn-col-row): Simplify doc. Rewrite to use cond.
22648 (posn-point): Also return buffer position for events outside text
22649 area (that info is now present in the event position).
22650
22651 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
22652 mouse-set-point so that hscroll still works now that clicks on
22653 fringes generate specific mouse events.
22654 (mouse-set-point): Note that it now works in fringes and margins
22655 too due to new semantics of posn-point in fringes and margins.
22656
22657 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
22658 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
22659
22660 2003-11-20 Kim F. Storm <storm@cua.dk>
22661
22662 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
22663 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
22664 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
22665 to 100 for icons to avoid increasing line height when shown.
22666
22667 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22668
22669 * newcomment.el (comment-normalize-vars): Initialize properly if
22670 comment-start was nil.
22671
22672 2003-11-19 Andreas Schwab <schwab@suse.de>
22673
22674 * simple.el (set-variable): Fix indentation.
22675
22676 2003-11-17 Kenichi Handa <handa@m17n.org>
22677
22678 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
22679 Fix docstring.
22680
22681 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
22682
22683 * international/latin1-disp.el (latin1-display): Fix docstring.
22684
22685 2003-11-16 John Wiegley <johnw@newartisans.com>
22686
22687 * eshell/em-ls.el (eshell-ls-file): There are times with
22688 size-width is nil and uncomputed (when directories are created in
22689 dired, for example); in this case, 4 is reasonable default value,
22690 although it may caused skewed new entries (which could be avoided
22691 by returning the original value of 8 in all cases, but 99% of the
22692 time this is a waste of whitespace).
22693
22694 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22695
22696 * cc-engine.el (c-guess-continued-construct)
22697 (c-guess-basic-syntax): Check a little more carefully if it's a
22698 function declaration when an unknown construct followed by a block
22699 is found inside a statement context. This avoids macros followed
22700 by blocks to be taken as function declarations.
22701
22702 (c-guess-continued-construct): Change the analysis of a statement
22703 continuation with a brace open to `substatement-block', for
22704 consistency with recognized statements.
22705
22706 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
22707 start is in a position so that `c-beginning-of-statement-1' jumped
22708 to the beginning of the same statement.
22709
22710 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
22711 Don't accept binary operators in the arglist if we're in a function
22712 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
22713 template recognition in cases like "if (a < b || c > d)".
22714
22715 (c-restricted-<>-arglists): New more appropriate name for
22716 `c-disallow-comma-in-<>-arglists'.
22717
22718 Accessing functions updated for the variable name change.
22719
22720 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
22721 match data could get clobbered if NOT-INSIDE-TOKEN is used.
22722
22723 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
22724 labels.
22725
22726 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
22727 instead of duplicating parts of it. This fixes bogus label
22728 recognition.
22729
22730 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
22731 of checking the context in which to apply the minimum indentation,
22732 so that it isn't enforced in e.g. namespace blocks.
22733
22734 * cc-vars.el (c-inside-block-syms): New constant used by
22735 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
22736 to somewhat reduce the risk of becoming stale.
22737
22738 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
22739 cc-cmds to cc-engine to allow use from cc-align.
22740
22741 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
22742 qualified identifiers containing "::".
22743
22744 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
22745 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
22746
22747 * cc-vars.el (c-emacs-features): Use a space in front of the name
22748 of the temporary buffer. That also avoids dumping problems in
22749 XEmacs due to undo info being left around after the buffer is killed.
22750
22751 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
22752 arglist to see if it's a K&R style declaration.
22753
22754 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
22755 before returning `knr-argdecl-intro'.
22756
22757 2003-11-16 John Wiegley <johnw@newartisans.com>
22758
22759 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22760 field in a long-listing always 8 characters, use `size-width',
22761 which has already been computed.
22762
22763 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
22764
22765 * subr.el (minor-mode-list): Add `hs-minor-mode'.
22766
22767 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22768
22769 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22770 Support operation while narrowed, with `diff-restrict-view'.
22771
22772 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22773
22774 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22775 Take additional optional arg NARROWFUN. For the generated functions:
22776 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
22777 include frags that arrange to check for and save narrowing state before
22778 the move and then conditionally call NARROWFUN after the move.
22779
22780 2003-11-14 John Wiegley <johnw@newartisans.com>
22781
22782 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22783 that was optional, but obviously missing based on surrounding code.
22784
22785 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22786 string arguments to numbers unless the whole argument was seen as
22787 a number.
22788
22789 2003-11-14 Kenichi Handa <handa@m17n.org>
22790
22791 * international/mule.el (ctext-non-standard-encodings-alist):
22792 Fix coding systems.
22793
22794 2003-11-10 Kenichi Handa <handa@m17n.org>
22795
22796 * language/kannada.el ("Kannada"): Add sample-text.
22797
22798 * language/knd-util.el (kannada-compose-region)
22799 (kannada-compose-string, kannada-post-read-conversion):
22800 Add autoload cookie.
22801
22802 * international/quail.el (quail-completion): Change the message
22803 "corresponding translations" to "corresponding characters".
22804
22805 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
22806
22807 * descr-text.el (describe-char): Fix typo.
22808
22809 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
22810
22811 These changes are to support Kannada language/script.
22812
22813 * Makefile.in (DONTCOMPILE): Add kannada.el.
22814
22815 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
22816
22817 * loadup.el: Preload kannada.el.
22818
22819 * language/ind-util.el (ucs-kannada-to-is13194-alist)
22820 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
22821 New variables.
22822
22823 * language/kannada.el: New file.
22824
22825 * language/knd-util.el: New file.
22826
22827 2003-11-07 Andreas Schwab <schwab@suse.de>
22828
22829 * progmodes/autoconf.el (autoconf-font-lock-keywords):
22830 Also highlight AH_*.
22831
22832 * xml.el (xml-parse-dtd): Fix misplaced paren.
22833
22834 2003-11-07 Kenichi Handa <handa@m17n.org>
22835
22836 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22837
22838 2003-11-05 Juri Linkov <juri@jurta.org>
22839
22840 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22841 (desktop-buffer-file): Use saved buffer-file-coding-system
22842 for file reading. Set auto-insert to nil to prevent automatic
22843 insertion into restored empty files.
22844
22845 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
22846
22847 * files.el (risky-local-variable-p): Make second argument optional.
22848
22849 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
22850
22851 * subr.el (add-hook): Fix last change.
22852
22853 2003-11-03 Eli Zaretskii <eliz@gnu.org>
22854
22855 * mail/rmail.el (rmail-convert-to-babyl-format):
22856 If base64-decode-region signals an error, catch it and silently
22857 ignore it.
22858
22859 2003-11-01 Mark A. Hershberger <mah@everybody.org>
22860
22861 * xml.el (xml-parse-region): Allow comments to appear after the
22862 topmost element has closed.
22863 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22864 (xml-ns-expand-attr): New functions to do namespace handling.
22865 (xml-intern-attrlist): Back-compatible handling of attribute names.
22866 (xml-parse-tag): Move namespace handling to separate functions.
22867 Now produces elements in the form ((:ns . "element") (attr-list)
22868 children) instead of ('ns:element (attr-list) children).
22869 (xml-parse-attlist): Fix attribute parsing.
22870 (xml-parse-dtd): Change parsing so that it produces strings
22871 instead of interned symbols.
22872
22873 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
22874
22875 * dired.el (dired-ls-sorting-switches): Doc fix.
22876
22877 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
22878
22879 * emacs-lisp/rx.el (rx-or): Fix the case of
22880 "(rx (and ?a (or ?b ?c) ?d))".
22881
22882 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
22883
22884 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22885 (texinfo-format-region): Use it.
22886 (texinfo-format-buffer-1): Ditto.
22887
22888 2003-11-01 Alan Mackenzie <acm@muc.de>
22889
22890 Changes to allow scrolling whilst in isearch mode:
22891 * isearch.el (isearch-unread-key-sequence): New function,
22892 extracted from isearch-other-meta-char.
22893 (top level): (put 'foo 'isearch-scroll) on all Emacs's
22894 "scrollable" standard functions.
22895 (isearch-allow-scroll): New customizable variable.
22896 (isearch-string-out-of-window, isearch-back-into-window)
22897 (isearch-reread-key-sequence-naturally)
22898 (isearch-lookup-scroll-key): New functions.
22899 (isearch-other-meta-char): Doc string and functionality enhanced.
22900 Now accepts a prefix argument.
22901 (isearch-lazy-highlight-window-end): New variable.
22902 (isearch-lazy-highlight-new-loop): Pay attention to the window's
22903 end (thru isearch-lazy-highlight-window-end), not only its start.
22904
22905 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
22906 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
22907 (universal-argument, universal-argument-more, negative-argument)
22908 (digit-argument, universal-argument-other-key): Minor changes.
22909
22910 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22911
22912 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
22913 recursively if the last message is deleted, thus avoiding an
22914 infinite loop.
22915
22916 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
22917
22918 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
22919 (tex-main-file): Don't add .tex if the extension is already present.
22920 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22921
22922 2003-10-29 Lute Kamstra <lute@gnu.org>
22923
22924 * progmodes/octave-inf.el (inferior-octave-prompt):
22925 Recognize version number in prompt.
22926
22927 2003-10-28 Dave Love <fx@gnu.org>
22928
22929 * international/characters.el: Fix some Unicode ranges.
22930
22931 2003-10-28 Kenichi Handa <handa@m17n.org>
22932
22933 * disp-table.el (standard-display-8bit)
22934 (standard-display-default, standard-display-ascii)
22935 (standard-display-g1, standard-display-graphic)
22936 (standard-display-underline): Assure that standard-display-table
22937 is a display table.
22938
22939 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
22940
22941 * simple.el (reindent-then-newline-and-indent): Delete space *after*
22942 reindenting the first line.
22943
22944 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
22945
22946 * wid-edit.el (widget-default-delete): Always delete child widgets.
22947
22948 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22949
22950 * newcomment.el (comment-indent): Don't call indent-according-to-mode
22951 if the line has code.
22952 Don't try to line up with something that's too far left.
22953
22954 * progmodes/octave-mod.el (octave-comment-start): Simplify.
22955 (octave-mode-syntax-table): Add % as a comment starter.
22956 (octave-point): Remove.
22957 (octave-in-comment-p, octave-in-string-p)
22958 (octave-not-in-string-or-comment-p, calculate-octave-indent)
22959 (octave-blink-matching-block-open, octave-auto-fill):
22960 Use line-(beginning|end)-position instead.
22961
22962 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
22963
22964 * emacs-lisp/authors.el (authors-aliases): Add correct realname
22965 for Francesco Potort\e,Al\e(B.
22966
22967 2003-10-23 Dave Love <fx@gnu.org>
22968
22969 * international/mule-cmds.el (locale-charset-to-coding-system):
22970 Don't rely on nil being a coding system.
22971
22972 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22973 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22974 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22975
22976 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
22977
22978 * gdb-ui.el (gdb-current-language): New variable.
22979 (gdb-update-flag): Remove variable.
22980 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22981 (gdb-take-last-elt): Remove function.
22982 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22983 (gdb-post-prompt): Check for variable object changes here.
22984
22985 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22986 object changes in gdb-ui.el.
22987
22988 2003-10-21 Richard M. Stallman <rms@gnu.org>
22989
22990 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22991
22992 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22993 Don't check for foo*/ wildcard form here.
22994 (insert-directory): Recognize foo*/ as a wildcard.
22995 Separate wildcard-regexp variable from the arg, wildcard.
22996
22997 * subr.el (add-hook): Correctly detect when make-local-hook was used.
22998 (remove-hook): Correctly handle strange cases about local hooks.
22999
23000 2003-10-21 David Ponce <david@dponce.com>
23001
23002 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
23003 argument REAL, to return a real number instead of a rounded
23004 integer value. Define as inline function.
23005 (ruler-mode-right-fringe-cols): Likewise.
23006 (ruler-mode-scroll-bar-cols): New function.
23007 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
23008 (ruler-mode-right-scroll-bar-cols): Likewise.
23009 (ruler-mode-space): New function.
23010 (ruler-mode-ruler): Use it. Handle variations of fringe style,
23011 scroll bar mode and margins in a more robust way.
23012
23013 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
23014
23015 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
23016 (antlr-c-init-language-vars): New function.
23017 (antlr-mode): Use it with cc-mode before v5.29.
23018 (antlr-c-common-init): Don't set some local vars here.
23019 (antlr-mode): Set them here.
23020 (antlr-c-forward-sws): New function alias.
23021 (antlr-mode): Redefine with cc-mode before v5.30.
23022 (antlr-skip-sexps): Use it.
23023 (antlr-skip-exception-part): Ditto.
23024 (antlr-skip-file-prelude): Ditto.
23025 (antlr-outside-rule-p): Ditto.
23026 (antlr-end-of-body): Ditto.
23027 (antlr-option-kind): Ditto.
23028 (antlr-insert-option-area): Ditto.
23029 (antlr-file-dependencies): Ditto.
23030
23031 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23032
23033 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
23034 Move backward only if point was not inside an entry.
23035
23036 2003-10-21 Richard M. Stallman <rms@gnu.org>
23037
23038 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23039
23040 2003-10-21 Juri Linkov <juri@jurta.org>
23041
23042 * compare-w.el: Automatically skip non-matching text to resync.
23043 (compare-windows-whitespace): Doc fix.
23044 (compare-windows-sync, compare-windows-sync-string-size)
23045 (compare-windows-recenter, compare-ignore-whitespace)
23046 (compare-windows-highlight, compare-windows-face): New variables.
23047 (compare-windows): Use compare-windows-sync.
23048 (compare-windows-highlight, compare-windows-dehighlight)
23049 (compare-windows-sync-regexp)
23050 (compare-windows-sync-default-function): New functions.
23051
23052 2003-10-21 Juri Linkov <juri@jurta.org>
23053
23054 * diff.el (diff-parse-differences): Don't visit the files now;
23055 instead, just record the error locus.
23056
23057 2003-10-21 Dave Love <fx@gnu.org>
23058
23059 * progmodes/cfengine.el: New file.
23060
23061 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23062
23063 * complete.el (PC-do-completion): Do not forget to use `pred' as the
23064 default-directory when completing file names.
23065
23066 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
23067
23068 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
23069 followed by the word `face', it gets treated as a face, even if
23070 it is also defined as a variable or a function.
23071
23072 2003-10-20 Dave Love <fx@gnu.org>
23073
23074 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23075 Avoid incf in macro expansion.
23076
23077 2003-10-20 John Paul Wallington <jpw@gnu.org>
23078
23079 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
23080 `evenp' so we don't implicitly require cl library at runtime.
23081
23082 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
23083
23084 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
23085 (help-make-xrefs): Only make cross-references for faces if
23086 preceded or followed by the word `face'. Do not make a
23087 cross-reference for variables without variable documentation,
23088 unless preceded by the word `variable' or `option'. Update doc
23089 string accordingly.
23090
23091 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
23092
23093 * progmodes/hideshow.el: Rewrite one-armed `if'
23094 constructs using either `when' or `unless'.
23095 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
23096
23097 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
23098
23099 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
23100 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
23101 instead of 12x12.
23102
23103 2003-10-16 Eli Zaretskii <eliz@gnu.org>
23104
23105 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
23106 message while converting to Babyl.
23107
23108 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
23109
23110 * allout.el (allout-mode): Doc fix.
23111
23112 2003-10-16 Lute Kamstra <lute@gnu.org>
23113
23114 * subr.el (force-mode-line-update): Fix docstring.
23115
23116 2003-10-14 Dave Love <fx@gnu.org>
23117
23118 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
23119 (default-input-method): Add :link, improve :type.
23120 (locale-charset-language-names): Fix utf-8 pattern.
23121 (locale-charset-match-p, locale-charset-alist)
23122 (locale-charset-to-coding-system): New.
23123 (set-locale-environment): Deal with codeset part of locale specs.
23124
23125 2003-10-14 Lute Kamstra <lute@gnu.org>
23126
23127 * fringe.el (fringe-mode): Use active voice in docstring.
23128 (set-fringe-style): Ditto.
23129
23130 2003-10-13 Lute Kamstra <lute@gnu.org>
23131
23132 * fringe.el (fringe-mode): Fix docstring.
23133 (set-fringe-style): Ditto.
23134
23135 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
23136
23137 * ediff-mult.el (ediff-filegroup-action):
23138 Use ediff-default-filtering-regexp.
23139
23140 * ediff-util.el (ediff-recenter): Don't call
23141 ediff-restore-highlighting twice.
23142 (ediff-select-difference): Set current difference.
23143 (ediff-unselect-and-select-difference): Add comment.
23144
23145 * ediff.el (ediff-directories,ediff-directory-revisions)
23146 (ediff-directories3,ediff-merge-directories)
23147 (ediff-merge-directories-with-ancestor)
23148 (ediff-merge-directory-revisions)
23149 (ediff-merge-directory-revisions-with-ancestor):
23150 Use ediff-default-filtering-regexp.
23151
23152 2003-10-12 Andreas Schwab <schwab@suse.de>
23153
23154 * international/mule-cmds.el (locale-charset-language-names):
23155 Simplify regex by removing unused grouping.
23156
23157 2003-10-10 Dave Love <fx@gnu.org>
23158
23159 * bindings.el: Don't bind stop.
23160
23161 2003-10-08 Miles Bader <miles@gnu.org>
23162
23163 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
23164 face instead of attempting to emulate it.
23165
23166 2003-10-07 Kenichi Handa <handa@m17n.org>
23167
23168 * international/mule-diag.el (list-coding-systems-1): List coding
23169 systems that are loaded automatically.
23170
23171 * international/code-pages.el (iso-8859-11): Add autoload cookie.
23172
23173 * international/mule.el (autoload-coding-system): New function.
23174
23175 2003-10-07 Andreas Schwab <schwab@suse.de>
23176
23177 * log-edit.el (log-edit-changelog-entries): Prefer local value of
23178 change-log-default-name in the buffer visiting the file.
23179
23180 2003-10-06 Dave Love <fx@gnu.org>
23181
23182 * files.el (find-file-hook): Customize.
23183 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
23184
23185 * bindings.el (completion-ignored-extensions): Remove .log.
23186 (global-map): Add again, open, stop keys.
23187
23188 2003-10-05 Richard M. Stallman <rms@gnu.org>
23189
23190 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
23191 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
23192 Use sh-modify directly.
23193 (sh-select): Use sh-append, not eval.
23194
23195 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
23196
23197 * info.el (Info-following-node-name): New function.
23198
23199 * loadhist.el (unload-feature-special-hooks):
23200 Rename from loadhist-hook-functions.
23201 (loadhist-hook-functions): Now an alias.
23202
23203 2003-10-04 Eli Zaretskii <eliz@gnu.org>
23204
23205 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
23206 file-name clashes on 8+3 filesystems.
23207
23208 * Makefile.in (DONTCOMPILE, bootstrap-clean):
23209 Rename loaddefs-boot.el to ldefs-boot.el
23210
23211 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
23212 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
23213
23214 2003-10-03 Lute Kamstra <lute@gnu.org>
23215
23216 * info.el (Info-mode): Revert previous change.
23217 (Info-escape-percent): New function.
23218 (Info-fontify-node): Use it.
23219
23220 2003-10-02 Andreas Schwab <schwab@suse.de>
23221
23222 * loaddefs-boot.el: Regenerated.
23223
23224 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
23225
23226 * ffap.el: Remove defadvice related code from CVS since `complete'
23227 provides a `PC-completion-as-file-name-predicate' variable that
23228 ffap can override.
23229
23230 2003-10-02 Kenichi Handa <handa@m17n.org>
23231
23232 * international/utf-8.el (ccl-decode-mule-utf-8):
23233 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
23234
23235 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
23236 * international/subst-big5.el: Likewise.
23237 * international/subst-gb2312.el: Likewise.
23238 * international/subst-ksc.el: Likewise.
23239
23240 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23241
23242 * calendar/calendar.el (increment-calendar-month)
23243 (calendar-leap-year-p, calendar-absolute-from-gregorian)
23244 (generate-calendar, calendar-read-date, calendar-interval)
23245 (calendar-day-of-week): Handle years BC.
23246 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
23247
23248 2003-10-01 Dave Love <fx@gnu.org>
23249
23250 * language/cyrillic.el (cp1251): Alias for windows-1251.
23251
23252 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
23253 bootstrap.
23254
23255 2003-10-01 Lute Kamstra <lute@gnu.org>
23256
23257 * files.el: Fix typo.
23258 * imenu.el (imenu--generic-function): Docstring fix.
23259
23260 2003-09-30 Richard M. Stallman <rms@gnu.org>
23261
23262 * dired.el (dired-mode): Handle dired-directory as a list.
23263
23264 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
23265
23266 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
23267
23268 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
23269
23270 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
23271 Replace gud-display with gud-watch.
23272 (gud-speedbar-buttons): Add stuff for watching expressions
23273 in the speedbar when using M-x gdba. Use dolist on old part
23274 of this function.
23275
23276 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
23277 (gdb-update-flag): New variables.
23278 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
23279 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
23280 (gud-watch, gdb-var-create-handler) : New functions.
23281 (gdb-var-list-children, gdb-var-list-children-handler)
23282 (gdb-var-create-regexp, gdb-var-update-regexp)
23283 (gdb-var-list-children-regexp): New constants.
23284 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
23285 (gdb-annotation-rules): Reduce annotation set (level 3).
23286 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
23287 (gdb-post-prompt): Don't update GDB buffers every time speedbar
23288 updates.
23289 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
23290 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
23291 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
23292 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
23293 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
23294 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
23295 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
23296 (gud-display, gud-display1)
23297 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
23298 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
23299 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
23300 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
23301 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
23302 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
23303 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
23304 (gdb-display-display-buffer, gdb-toggle-display)
23305 (gdb-delete-display, gdb-expressions-popup-menu)
23306 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
23307 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
23308 to display buffer.
23309
23310 2003-09-30 Richard M. Stallman <rms@gnu.org>
23311
23312 * progmodes/ada-mode.el (ada-mode): Don't use advice.
23313 Instead, set which-func-functions.
23314
23315 * progmodes/which-func.el (which-func-modes): Add ada-mode.
23316 (which-func-functions): New variable.
23317 (which-function): Use that.
23318
23319 * info.el (Info-mode): Double each `%' in header line.
23320
23321 * emacs-lisp/lisp-mnt.el (lm-with-file):
23322 When FILE is nil, run BODY in current buffer.
23323
23324 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
23325
23326 * help.el (describe-mode): Start with a brief list of minor modes.
23327 Find them thru minor-mode-list so as to find them all.
23328 Show them in alphabetical order.
23329
23330 * mail/sendmail.el (mail-aliases): Doc fix.
23331
23332 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
23333
23334 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23335
23336 * mail/rmailsum.el (rmail-make-summary-line-1):
23337 Change comma after last label to a space.
23338 (rmail-summary-font-lock-keywords): Adapt to that change.
23339
23340 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
23341
23342 * progmodes/scheme.el (scheme-mode-variables): When setting
23343 `font-lock-defaults', also specify that "#" should
23344 be interpreted with `word' syntax.
23345 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
23346
23347 2003-09-30 Lars Hansen <larsh@math.ku.dk>
23348
23349 * desktop.el: A lot of comments updated.
23350 (desktop-save-mode): Minor mode introduced.
23351 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
23352 (desktop-load-default): Function made obsolete.
23353 (desktop-locals-to-save): Variable made customizable.
23354 (desktop-read): Optional parameter `dirname' added.
23355 (desktop-change-dir, desktop-revert): Parameter `dirname' in
23356 `desktop-read' used.
23357 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
23358
23359 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
23360
23361 * whitespace.el (whitespace-clean-msg): Add user customizable message
23362 for displaying ``clean'' output.
23363 (whitespace-buffer): Use `whitespace-clean-msg'.
23364 (whitespace-global-mode): Fix typo.
23365
23366 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
23367
23368 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
23369
23370 2003-09-29 Lute Kamstra <lute@gnu.org>
23371
23372 * bindings.el (mode-line-modes): Remove superfluous :propertize
23373 construct in initialization.
23374 (mode-line-position): Change cons cell into proper list in
23375 initialization.
23376
23377 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23378
23379 * international/mule.el (decode-coding-inserted-region): Use car
23380 of the return value of find-operation-coding-system.
23381
23382 2003-09-29 Kenichi Handa <handa@m17n.org>
23383
23384 * descr-text.el (describe-char): Fix previous change.
23385
23386 2003-09-28 Kenichi Handa <handa@m17n.org>
23387
23388 * descr-text.el (describe-char-display): New function.
23389 (describe-char): Pay attention to display table on describing how
23390 a character is displayed.
23391
23392 * international/mule-cmds.el (encoded-string-description):
23393 Prepend "0x" to each encoded byte.
23394
23395 2003-09-28 Andreas Schwab <schwab@suse.de>
23396
23397 * find-file.el (ff-special-constructs): Add autoload cookie.
23398
23399 2003-09-28 Kevin Ryde <user42@zip.com.au>
23400
23401 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
23402 makeinfo appends to duplicate index entries.
23403
23404 2003-09-28 Eli Zaretskii <eliz@gnu.org>
23405
23406 * dired-x.el (dired-clean-tex): Doc fix.
23407
23408 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
23409 using a Chinese tutorial.
23410
23411 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23412
23413 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
23414 between "MAIL FROM:" and "RCPT TO:" and the following address.
23415
23416 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
23417
23418 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
23419
23420 2003-09-28 David Ponce <david@dponce.com>
23421
23422 * recentf.el (recentf-initialize-file-name-history): New defcustom.
23423 (recentf-load-list): When `recentf-initialize-file-name-history'
23424 is non-nil, initialize an empty `file-name-history' with the
23425 recent list.
23426
23427 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
23428
23429 * man.el (Man-default-man-entry): Remove the leading `*' from the
23430 word at point.
23431
23432 2003-09-26 Lute Kamstra <lute@gnu.org>
23433
23434 * bindings.el (mode-line-position): Mention size indication in
23435 docstring.
23436
23437 2003-09-26 Andre Spiegel <spiegel@gnu.org>
23438
23439 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
23440
23441 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
23442 because it's autoloaded now.
23443
23444 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
23445
23446 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
23447 (sh-font-lock-keywords, sh-feature): Fix previous change of
23448 sh-feature to avoid infloop with sh-font-lock-keywords.
23449
23450 2003-09-25 Kim F. Storm <storm@cua.dk>
23451
23452 * frame.el (frame-current-scroll-bars): New defun.
23453
23454 * window.el (window-current-scroll-bars): New defun.
23455
23456 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23457
23458 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
23459 cause errors when the state cache contains info on parts that have
23460 been narrowed out.
23461
23462 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23463
23464 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
23465 `c-setup-paragraph-variables' has to be used when this variable is
23466 changed; it doesn't work to reinitialize the mode since that
23467 typically clobbers the variable.
23468
23469 * progmodes/cc-styles.el (c-setup-paragraph-variables):
23470 Make it interactive.
23471
23472 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23473
23474 * progmodes/cc-fonts.el (c-font-lock-declarations):
23475 Fix recognition of constructors and destructors for classes whose
23476 names are matched by `*-font-lock-extra-types'.
23477
23478 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
23479 followed by an identifier in C++ then it's a type.
23480
23481 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23482
23483 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
23484 problem that primarily affected XEmacs. Don't use faces to find
23485 unterminated strings since Emacs and XEmacs fontify strings
23486 differently - this function should now work better in XEmacs.
23487
23488 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23489
23490 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
23491 `expand-abbrev' workaround which caused braces to misbehave inside
23492 macros.
23493
23494 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
23495 handling. This bug could cause interactive font locking to bail out.
23496
23497 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
23498
23499 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23500 Handle paren-style types in Pike. Also fixed some cases of
23501 insufficient handling of unbalanced parens.
23502
23503 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
23504
23505 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
23506 common shell prompts that are not common filename or URL characters.
23507 (ffap-file-at-point): Use the new regexp to strip the prompts from
23508 the file names. This is an issue mostly for user prompts that
23509 don't have a trailing space and find-file-at-point is invoked from
23510 within a shell inside Emacs.
23511
23512 2003-09-24 Andre Spiegel <spiegel@gnu.org>
23513
23514 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
23515 stamps numerically, rather than textually.
23516
23517 2003-09-24 Kenichi Handa <handa@m17n.org>
23518
23519 * language/devan-util.el (devanagari-post-read-conversion):
23520 * language/mlm-util.el (malayalam-post-read-conversion):
23521 * language/tml-util.el (tamil-post-read-conversion):
23522 Add autoload cookie.
23523
23524 * international/utf-8.el (utf-8-post-read-conversion):
23525 Call post-read-conversion functions for Devanagari, Malayalam,
23526 and Tamil.
23527
23528 2003-09-23 Dave Love <fx@gnu.org>
23529
23530 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
23531
23532 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
23533
23534 * progmodes/gud.el (perldb): Add gud-until to list of commands.
23535 Update gud-remove.
23536
23537 2003-09-22 Richard M. Stallman <rms@gnu.org>
23538
23539 * progmodes/sh-script.el (sh-mode-default-syntax-table):
23540 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
23541 (sh-mode-syntax-table-input): New variable.
23542 (sh-require-final-newline): Don't use eval.
23543 (sh-builtins, sh-leading-keywords, sh-other-keywords)
23544 (sh-variables, sh-font-lock-keywords): Don't use eval.
23545 (sh-set-shell): When setting require-final-newline,
23546 treat value = `require-final-newline' as don't change it.
23547 Set sh-mode-syntax-table locally based on
23548 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
23549
23550 * progmodes/compile.el (compile-internal):
23551 Call compilation-set-window-height before setting window start.
23552
23553 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
23554
23555 * emacs-lisp/bytecomp.el (byte-compile-log-file):
23556 Clear out byte-compile-last-warned-form.
23557
23558 2003-09-22 Richard M. Stallman <rms@gnu.org>
23559
23560 * woman.el (woman-file-name, woman-follow-word):
23561 If current-word returns nil, use "".
23562
23563 * simple.el (eval-expression): Bind standard-output in to-buffer case.
23564
23565 2003-09-22 Richard M. Stallman <rms@gnu.org>
23566
23567 * emacs-lisp/lisp-mnt.el (lm-with-file):
23568 Don't visit the file, just use insert-file-contents in temp buffer.
23569
23570 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
23571
23572 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
23573 Add surrounding \\( and \\) around the header, as in
23574 for lm-history-header 'Change Log\\|History'.
23575
23576 2003-09-22 John Paul Wallington <jpw@gnu.org>
23577
23578 * progmodes/ld-script.el: Add Commentary section,
23579 minor cleanup of file header.
23580 (ld-script-font-lock-keywords): Doc fix.
23581 (toplevel): Provide `ld-script' feature.
23582
23583 2003-09-21 Kim F. Storm <storm@cua.dk>
23584
23585 * scroll-bar.el (set-scroll-bar-mode): Initialize to
23586 new built-in variable default-frame-scroll-bars.
23587 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
23588 scroll-bar-mode; notably, use it instead of t when we toggle
23589 scroll-bars on.
23590 (toggle-scroll-bar): Use default-frame-scroll-bars.
23591
23592 2003-09-19 Masatake YAMATO <jet@gyve.org>
23593
23594 * pcvs.el (cvs-do-removal): Change the prompt depending on
23595 `filter' value.
23596
23597 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
23598
23599 * startup.el (command-line-1): Stop startup-echo-area-message
23600 being hidden by "Loading image..." message.
23601 (use-fancy-splash-screens-p, display-splash-screen):
23602 Move display-graphic-p test from latter to former.
23603
23604 * progmodes/sh-script.el (sh-font-lock-keywords):
23605 Highlight escaped EOLs differently from other backslash constructs.
23606
23607 2003-09-19 Richard M. Stallman <rms@gnu.org>
23608
23609 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
23610 New functions.
23611 (edebug-enter, edebug-outside-excursion): Use them.
23612
23613 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
23614 Fix the condition for whether to print "In WHERE".
23615
23616 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
23617
23618 * finder.el (finder-mode-hook): New variable.
23619 (finder-mode): Run hook finder-mode-hook
23620
23621 2003-09-18 Masatake YAMATO <jet@gyve.org>
23622
23623 * progmodes/ebrowse.el: Fix broken magic autoload comments.
23624
23625 2003-09-17 Mario Lang <mlang@delysid.org>
23626
23627 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
23628 "p %e" to actually print the value in the GUD buffer.
23629
23630 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
23631
23632 From David Ponce <david.ponce@wanadoo.fr>:
23633 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
23634 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
23635 from loaddefs-boot.el if necessary.
23636
23637 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
23638
23639 * progmodes/gud.el (gud-find-class): Make jdb work again since
23640 cc-mode changed the syntactic information.
23641
23642 2003-09-15 David Ponce <david@dponce.com>
23643
23644 * recentf.el: (recentf-exclude): Accept predicates too.
23645 (recentf-file-readable-p): New function.
23646 (recentf-include-p): Handle predicates in recentf-exclude.
23647 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
23648 (recentf-cleanup): Likewise.
23649 (recentf-save-list): Use write-file to handle backup of
23650 recentf-save-file.
23651
23652 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
23653
23654 * loaddefs-boot.el: Renamed from `loaddefs.el'
23655 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
23656 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
23657 necessary.
23658
23659 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
23660
23661 * electric.el (Electric-pop-up-window): For the `one-window' case,
23662 no longer disconcertingly move point in the original buffer.
23663
23664 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
23665
23666 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
23667
23668 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
23669
23670 * dired.el (dired-mode-map): Fix typo.
23671
23672 2003-09-11 Richard M. Stallman <rms@gnu.org>
23673
23674 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
23675
23676 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23677
23678 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
23679 the function is less noisy. Now only `kill-buffer' can ask questions.
23680
23681 2003-09-10 Mario Lang <mlang@delysid.org>
23682
23683 * battery.el: Update Commentary and Copyright.
23684 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
23685 appear due to wrong ordering of the expressions in `or'.
23686
23687 2003-09-09 Lute Kamstra <lute@gnu.org>
23688
23689 * misc.el (upcase-char): Fix docstring.
23690 (zap-up-to-char): New command.
23691
23692 2003-09-08 David Ponce <david@dponce.com>
23693
23694 Ensure that recentf correctly updates the menu bar.
23695 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
23696 (recentf-menu-bar): New function.
23697 (recentf-clear-data): Use it
23698 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
23699 of easy-menu-change.
23700
23701 2003-09-08 Lute Kamstra <lute@gnu.org>
23702
23703 * simple.el (size-indication-mode): New.
23704 * bindings.el (mode-line-position): Add buffer size indicator.
23705
23706 2003-09-04 Mario Lang <mlang@delysid.org>
23707
23708 * battery.el (battery-linux-proc-acpi): New function.
23709 (battery-status-function): Modify default value calculation to also
23710 check for availability of ACPI.
23711 (battery-echo-area-format): Ditto.
23712 (battery-mode-line-format): Ditto.
23713
23714 2003-09-06 Dave Love <fx@gnu.org>
23715
23716 * ielm.el (ielm-mode-hook): Add :options.
23717
23718 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
23719 (eldoc-print-current-symbol-info): Use it.
23720
23721 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
23722
23723 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
23724 being displayed in GUD buffer.
23725 (gdb-idle-input-queue): Remove var. Use just one queue.
23726 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
23727 Remove functions. Use just one queue.
23728 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
23729 (gdb-invalidate-assembler, gdb-get-current-frame):
23730 Modify functions. Use just one queue.
23731
23732 2003-09-04 Dave Love <fx@gnu.org>
23733
23734 * cus-start.el: Add blink-cursor-alist.
23735
23736 * ruler-mode.el (ruler-mode-fill-column-char)
23737 (ruler-mode-current-column-char): Use char-displayable-p,
23738 not window-system.
23739
23740 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
23741
23742 * language/european.el (windows-1252): Move from code-pages.
23743
23744 * language/cyrillic.el ("Windows-1251"): Delete.
23745 ("Bulgarian", "Belarusian"): Remove `features'.
23746 (windows-1251): Move from code-pages.
23747
23748 * international/mule-diag.el (non-iso-charset-alist):
23749 Remove `codepage' stuff.
23750 (print-designation, list-coding-systems-1): Output fixes.
23751
23752 * international/code-pages.el (cp-make-translation-table)
23753 (cp-valid-codes): Made defsubsts.
23754 (cp-fix-safe-chars): Delete.
23755 (mule-diag): Don't require.
23756 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
23757 (top-level): Check for defined coding system when defining
23758 cp... aliases. Change w32-add-charset-info test to avoid warning.
23759 (non-iso-charset-alist): Defvar when compiling.
23760 (cp-make-coding-system): Doc fix.
23761
23762 2003-09-02 Jason Rumney <jasonr@gnu.org>
23763
23764 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23765 line-ends from CVS before doing conversion.
23766
23767 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
23768
23769 * calendar/diary-lib.el (diary-header-line-flag)
23770 (diary-header-line-format): New variables.
23771 (list-diary-entries): Use them to set header line in simple diary.
23772
23773 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23774 other than font-lock-string-face to highlight backslashes.
23775
23776 2003-09-01 Jason Rumney <jasonr@gnu.org>
23777
23778 * international/titdic-cnv.el (tit-read-key-value): Include \r in
23779 regexp.
23780
23781 2003-09-01 Dave Love <fx@gnu.org>
23782
23783 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23784
23785 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23786 and :help; also line and column numbers labels.
23787
23788 * international/mule-util.el (char-displayable-p): Move from
23789 latin1-disp, rename and autoload.
23790
23791 * international/latin1-disp.el (latin1-char-displayable-p):
23792 Now obsolete alias. Replace uses with char-displayable-p.
23793 (latin1-display-ucs-per-lynx): Fix last change.
23794
23795 * international/mule-cmds.el (standard-display-european-internal):
23796 Don't use char code for Latin-1 NBSP.
23797 <XFree86 4>: Unfrob NBSP display table. Set display table to use
23798 U+2018, U+2019 for `'.
23799 (select-safe-coding-system): Message fix.
23800
23801 2003-09-01 Kenichi Handa <handa@m17n.org>
23802
23803 * international/fontset.el (setup-default-fontset): For Thai
23804 font, specify "*" family.
23805
23806 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23807
23808 * progmodes/compile.el (previous-error): Accept a prefix
23809 argument, similarly to next-error.
23810
23811 2003-08-31 Masatake YAMATO <jet@gyve.org>
23812
23813 * pcvs.el (cvs-do-removal): Use = instead of eq to check
23814 the number of files. Bind the number of files to a local
23815 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
23816
23817 2003-08-30 Eli Zaretskii <eliz@gnu.org>
23818
23819 * vc-hooks.el (vc-make-version-backup): Fix the change made on
23820 2003-07-26: msdos-long-file-names is a function, not a variable.
23821
23822 2003-08-29 Richard M. Stallman <rms@gnu.org>
23823
23824 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
23825 Do nothing with mail-personal-alias-file if it is nil.
23826
23827 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23828 Do nothing if mail-personal-alias-file is nil.
23829
23830 * term.el (term-exec-1): Bind coding-system-for-read.
23831
23832 * dired.el (dired-mouse-find-file-other-window):
23833 Use dired-view-command-alist here, as in dired-view-file.
23834 (dired-view-command-alist): Use %s to substitute file name.
23835 Handle .ps_pages, .eps, .jpg, .gif, .png.
23836
23837 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23838
23839 * info.el (Info-mode-map): Bind S-tab and <backtab> to
23840 `Info-prev-reference', instead of M-tab.
23841
23842 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
23843
23844 * simple.el (blink-matching-open): Work correctly on chars that
23845 are designated as parens through the syntax-table text property.
23846
23847 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
23848
23849 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23850 line break position in the middle of a non-kinsoku (e.g. latin)
23851 word, making it skip until either a space or a character with
23852 category "|".
23853 (kinsoku-longer): Test for end of buffer.
23854
23855 2003-08-28 Eli Zaretskii <eliz@gnu.org>
23856
23857 * mail/rmail.el (rmail-convert-to-babyl-format):
23858 Detect quoted-printable- and base64-encoded messages and decode them
23859 automatically. Set the message's encoding from the charset=
23860 header, if any. Decode base64-encoded messages in Mail format as well.
23861
23862 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23863
23864 * mail/smtpmail.el: Fix previous change.
23865 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23866 calling smtpmail-via-smtp.
23867 (smtpmail-via-smtp): Add fall-back values for envelope-from.
23868
23869 2003-08-26 John Paul Wallington <jpw@gnu.org>
23870
23871 * image.el (image-jpeg-p): Don't search beyond length of data.
23872
23873 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23874
23875 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23876 misfeature in `expand-abbrev' which caused electric keywords like
23877 "else" to disappear if an open brace was typed directly afterwards.
23878
23879 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23880
23881 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23882 mandatory in `define-widget'.
23883
23884 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23885 Don't align the operators "!=", "<=" and ">=" as assignment operators.
23886
23887 (c-assignment-operators): New language constant that only contains
23888 the assignment operators.
23889
23890 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23891
23892 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23893
23894 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23895 Safeguard against unbalanced sexps.
23896
23897 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
23898
23899 * version.el (emacs-version): Check for gtk. Include gtk version info.
23900
23901 2003-08-25 John Paul Wallington <jpw@gnu.org>
23902
23903 * man.el (Man-default-man-entry): Don't whizz past the section
23904 number before looking for it.
23905
23906 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
23907
23908 * progmodes/gud.el (gud-display-line): Don't set window-point if
23909 source buffer is not visible. (Only happens with M-x gdba.)
23910
23911 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
23912 documentation.
23913 (gdb-source, gdb-source-info): Update to assembler unnecessary
23914 as its done after each GDB command anyway.
23915 (gdb-pre-prompt): Use with-current-buffer.
23916 (gdb-insert-field): Add help-echo text.
23917 (gdb-invalidate-assembler): Re-display of assembler now done in
23918 gdb-info-breakpoints-custom.
23919 (gdb-info-breakpoints-custom): Force re-display of assembler to
23920 happen *after* update of breakpoints buffer.
23921 (gdb-display-source-buffer): Don't choke if gdb-source-window
23922 isn't visible.
23923 (gdb-put-string, gdb-put-arrow): Remove free variables.
23924
23925 2003-08-24 John Paul Wallington <jpw@gnu.org>
23926
23927 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23928
23929 * man.el (Man-default-man-entry): Strip text properties when
23930 snarfing parts of entry because `format' preserves properties.
23931
23932 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23933
23934 * files.el (file-newest-backup): Use `expand-file-name'.
23935
23936 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23937 Allow the diary to pop up a new frame, if needed.
23938
23939 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23940 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23941 (smtpmail-send-it): Make treatment of envelope-from consistent with
23942 sendmail.el.
23943
23944 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23945 (sh-leading-keywords): Add the bash `time' reserved word.
23946 (sh-variables): Add some bash variables.
23947 (sh-add-completer): Fix nil branch of case statement.
23948
23949 2003-08-24 Masatake YAMATO <jet@gyve.org>
23950
23951 * progmodes/ld-script.el: New file.
23952
23953 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
23954
23955 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23956
23957 2003-08-23 Andre Spiegel <spiegel@gnu.org>
23958
23959 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23960 Better explain obsolescence, and what to use instead.
23961
23962 2003-08-23 Masatake YAMATO <jet@gyve.org>
23963
23964 * pcvs.el (cvs-do-removal): Show the deleted file name
23965 on the prompt.
23966
23967 2003-08-20 Dave Love <fx@gnu.org>
23968
23969 * international/mule.el (make-coding-system)
23970 (set-buffer-file-coding-system): Doc fix.
23971
23972 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23973
23974 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23975
23976 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23977
23978 * international/utf-16.el: Add mime-text-unsuitable coding system
23979 properties.
23980
23981 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23982
23983 * cus-edit.el: Add some :links.
23984 (bib): Remove.
23985
23986 * textmodes/bib-mode.el (bib): Add :group external.
23987
23988 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
23989
23990 * wid-edit.el (widget-echo-help): Make it handle expressions that
23991 evaluate to strings.
23992
23993 2003-08-18 Michael Mauger <mmaug@yahoo.com>
23994
23995 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
23996
23997 Simplify selection of SQL products to define highlighting and
23998 interactive mode. Includes detailed instructions on adding
23999 support for new products.
24000
24001 * progmodes/sql.el (sql-product): New variable. Identifies SQL
24002 product for use in highlighting and interactive mode.
24003 (sql-interactive-product): New variable. SQL product for
24004 sql-interactive-mode.
24005 (sql-product-support): New variable. Specifies product-specific
24006 parameters to drive highlighting and interactive mode.
24007 (sql-imenu-generic-expression): Add more object types.
24008 (sql-sqlite-options): Correct comment.
24009 (sql-ms-program): Use "osql" rather than "isql".
24010 (sql-prompt-regexp, sql-prompt-length): Update comment.
24011 (sql-mode-menu): Add "Start SQLi session" entry.
24012 Replace Highlighting submenu with Product menu. Fix Send Region entry.
24013 (sql-mode-abbrev-table): Add abbreviations. Support of
24014 SYSTEM-FLAG on define-abbrev. Support was removed with last
24015 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
24016 (sql-mode-font-lock-object-name): Add font-lock pattern for object
24017 names.
24018 (sql-mode-ansi-font-lock-keywords): Set as default value.
24019 (sql-mode-oracle-font-lock-keywords): Set as default value.
24020 Support Oracle 9i keywords.
24021 (sql-mode-postgres-font-lock-keywords): Set as default value.
24022 (sql-mode-linter-font-lock-keywords): Set as default value.
24023 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
24024 SQLServer 2000.
24025 (sql-mode-sybase-font-lock-keywords)
24026 (sql-mode-interbase-font-lock-keywords)
24027 (sql-mode-sqlite-font-lock-keywords)
24028 (sql-mode-strong-font-lock-keywords)
24029 (sql-mode-mysql-font-lock-keywords)
24030 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
24031 keywords.
24032 (sql-mode-font-lock-defaults): Update comment.
24033 (sql-product-feature): New function. Returns feature associated
24034 with a product from `sql-product-support' alist.
24035 (sql-product-font-lock): New function. Set font-lock support
24036 based on `sql-product'.
24037 (sql-add-product-keywords): New function. Add font-lock rules to
24038 product-specific keyword variables.
24039 (sql-set-product): New function. Set `sql-product' and apply
24040 appropriate font-lock highlighting.
24041 (sql-highlight-product): New function. Set font-lock support
24042 based on a product. Also set mode name to include product name.
24043 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24044 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24045 Use `sql-set-product'.
24046 (sql-highlight-ms-keywords)
24047 (sql-highlight-sybase-keywords)
24048 (sql-highlight-interbase-keywords)
24049 (sql-highlight-strong-keywords)
24050 (sql-highlight-mysql-keywords)
24051 (sql-highlight-sqlite-keywords)
24052 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
24053 (sql-get-login): Prompt in the same order as the tokens.
24054 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24055 (sql-product-interactive): New function. Common portions of
24056 product-specific interactive mode wrappers.
24057 (sql-interactive-mode): Rewritten to use product features.
24058 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
24059 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
24060 (sql-db2, sql-linter): Use `sql-product-interactive'.
24061 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
24062 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
24063 (sql-connect-ingres, sql-connect-postgres)
24064 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
24065 New functions. Format command line parameters and invoke comint on
24066 the appropriate interpreter. Code was in the corresponding
24067 `sql-xyz' function before.
24068 (sql-connect-ms): New function. Support -E argument to use
24069 operating system credentials for authentication.
24070
24071 2003-08-18 Kenichi Handa <handa@m17n.org>
24072
24073 * international/mule.el (encode-char): Fix for the ASCII case.
24074
24075 2003-08-15 Kenichi Handa <handa@m17n.org>
24076
24077 * international/fontset.el (setup-default-fontset): Change "*" to
24078 nil in the specifications of font family.
24079
24080 2003-08-18 Kim F. Storm <storm@cua.dk>
24081
24082 * kmacro.el (kmacro-keymap): Group related bindings in
24083 initialization for clarity. Bind C-s to start macro.
24084 Remove C-r binding.
24085 (kmacro-initial-counter-value): New defvar to hold initial counter
24086 value in case we set the value before defining a macro.
24087 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
24088 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
24089 not defining or executing macro. Doc fix.
24090 (kmacro-add-counter): Clear kmacro-initial-counter-value.
24091 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
24092 temporarily view older elements on the macro ring without cycling
24093 the ring.
24094 (kmacro-display): Doc fix.
24095 (kmacro-exec-ring-item): New helper function.
24096 (kmacro-call-ring-2nd): Use it.
24097 (kmacro-call-ring-2nd-repeat): Doc fix.
24098 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
24099 (kmacro-end-or-call-macro): Execute last viewed macro (using
24100 kmacro-exec-ring-item) from ring if this follows
24101 kmacro-view-macro. This allows us to find a macro on the ring
24102 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
24103 the ring to bring it to the head of the ring.
24104 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
24105 Allow binding to reserved keys without specifying C-x C-k prefix.
24106 Ask for confirmation if entered key sequence is already bound to
24107 a non-macro command.
24108 (kmacro-view-macro): Repeating command will show older elements
24109 on the macro ring; C-k will execute the last viewed macro.
24110 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
24111 property from 'ring to 'head.
24112
24113 2003-08-17 Alan Shutko <ats@acm.org>
24114
24115 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
24116 keeping December out of the alist.
24117
24118 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
24119
24120 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
24121 * calendar/calendar.el (calendar-mode-map): Bind it to key.
24122 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
24123 (calendar-flatten): New function.
24124 (calendar-mouse-view-other-diary-entries)
24125 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
24126 in the menu title and to show multi-line diary entries correctly
24127 in the menu.
24128
24129 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
24130
24131 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
24132 defcustom, because the default was recently changed.
24133
24134 2003-08-16 Richard M. Stallman <rms@gnu.org>
24135
24136 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
24137
24138 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
24139 New subroutine, broken out of eval-last-sexp-1.
24140 (eval-last-sexp-1): Use eval-last-sexp-print-value.
24141
24142 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
24143
24144 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
24145
24146 * simple.el (eval-expression): Use eval-last-sexp-print-value.
24147
24148 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
24149
24150 * progmodes/compile.el (compilation-error-regexp-alist):
24151 Add Java ANt error detection as described in document
24152 http://ant.apache.org/faq.html
24153
24154 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
24155
24156 * simple.el (backward-word, forward-to-indentation)
24157 (backward-to-indentation): Argument changed to optional.
24158 (next-line, previous-line): Use `or' instead of `unless'.
24159
24160 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24161
24162 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
24163 instead of a constant.
24164
24165 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
24166
24167 * shell.el (shell): With prefix-arg, suggest a new buffer name.
24168
24169 2003-08-12 Andre Spiegel <spiegel@gnu.org>
24170
24171 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
24172 (vc-sccs-workfile-version): Search the entire delta table, rather
24173 than just the first entry, because that might be a deleted version.
24174
24175 2003-08-11 Karl Fogel <kfogel@red-bean.com>
24176
24177 * menu-bar.el (menu-bar-options-menu): Supply a body for the
24178 [save-place] binding in the Options menu. Have it require
24179 'saveplace' and then toggle the variable manually, to avoid an
24180 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
24181 for the bug report.
24182
24183 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
24184
24185 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
24186 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
24187 (gdb-info-threads-custom): Add help-echo text.
24188 (gdb-display-back): Don't use purecopy.
24189 (gdb-info-breakpoints-custom, gdb-reset)
24190 (gdb-assembler-custom): Use display-images-p to test if breakpoint
24191 icons can be displayed.
24192
24193 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
24194
24195 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
24196
24197 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
24198
24199 * bookmark.el (bookmark-completing-read):
24200 Return a string, instead of a list of one string.
24201 Use a popup menu if activated from the mouse.
24202 (bookmark-edit-annotation): Remove unused vars.
24203 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
24204 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
24205 to bookmark-completing-read.
24206 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
24207 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
24208 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
24209 and erase-buffer.
24210 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
24211 (bookmark-menu-jump, bookmark-menu-insert)
24212 (bookmark-popup-menu-and-apply-function)
24213 (bookmark-menu-popup-paned-bookmark-menu): Remove.
24214 (bookmark-menu-build-paned-menu): Remove by folding it into
24215 bookmark-menu-popup-paned-menu.
24216 (menu-bar-bookmark-map): Move the define-key statements here.
24217 Use the "non-menu" commands since they now pop up a menu if needed.
24218 (bookmark-exit-hook-internal): Simplify.
24219
24220 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
24221
24222 * reftex-toc.el (reftex-toc-rename-label): New function.
24223 (reftex-toc-check-docstruct): New function.
24224
24225 * reftex.el (reftex-region-active-p): New function.
24226
24227 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
24228 regexp to find the \bibliography macro.
24229
24230 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
24231 which does not exist in LaTeX.
24232 (reftex-cite-format-builtin): Added amsrefs support.
24233 (reftex-toc-confirm-promotion): New option
24234
24235 * reftex-toc.el
24236 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
24237 (reftex-toc-demote, reftex-toc-promote)
24238 (reftex-toc-do-promote, reftex-toc-promote-prepare)
24239 (reftex-toc-promote-action, reftex-toc-extract-section-number)
24240 (reftex-toc-newhead-from-alist)
24241 (reftex-toc-load-all-files-for-promotion): New functions.
24242 (reftex-toc-help): Added description of new keys.
24243 (reftex-toc-split-windows-fraction): New option.
24244 (reftex-recenter-toc-when-idle): Search *toc* window on all
24245 visible frames.
24246 (reftex-toc): Additional parameter REUSE
24247 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
24248 with REUSE argument.
24249 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
24250 the call of `reftex-toc'.
24251 (reftex-make-separate-toc-frame): New function .
24252 (reftex-toc-recenter): When called with triple prefix arg, call
24253 `reftex-make-separate-toc-frame' first.
24254 (reftex-toc-toggle-dedicated-frame): New command.
24255 (reftex-toc-quit): Adapted to delete frame when called in
24256 dedicated frame.
24257
24258 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
24259 all enclosing macros.
24260
24261
24262 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24263
24264 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
24265 first use.
24266
24267 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24268
24269 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
24270
24271 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24272
24273 * calendar/calendar.el (list-diary-entries-hook)
24274 (diary-display-hook, nongregorian-diary-listing-hook)
24275 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
24276 Add some customize options for these hooks.
24277 (calendar-abbrev-construct): Don't try to take a substring longer
24278 than the original string.
24279
24280 2003-08-05 Richard M. Stallman <rms@gnu.org>
24281
24282 * emacs-lisp/testcover.el (noreturn): Report error if does return.
24283 (testcover-reinstrument-clauses): Doc fix.
24284
24285 * emacs-lisp/warnings.el: Doc fixes, args renamed.
24286 (warning-type-format): Rename from warning-group-format.
24287
24288 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
24289 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
24290 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
24291 to prevent warnings about defvar for an obsolete variable.
24292
24293 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
24294 warning-group-format renamed to warning-type-format.
24295
24296 * subr.el (read-passwd): Use clear-string instead of fillarray.
24297
24298 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
24299 Use vconcat instead of concat.
24300 (edmacro-sanitize-for-string): New function.
24301
24302 2003-08-05 Dave Love <fx@gnu.org>
24303
24304 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
24305 line-number-display-limit-width.
24306
24307 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
24308
24309 2003-08-05 Kenichi Handa <handa@m17n.org>
24310
24311 * international/code-pages.el: Don't require mule-diag.
24312
24313 * international/mule-diag.el (non-iso-charset-alist):
24314 Add autoload cookie.
24315
24316 * language/devan-util.el (dev-glyph-order): Add an entry for the
24317 glyph code #xC4.
24318
24319 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24320
24321 * calendar/calendar.el (diary-file, diary-file-name-prefix)
24322 (european-calendar-style, diary-date-forms)
24323 (calendar-day-name-array, calendar-month-name-array): Doc change.
24324 (generate-calendar-month): Adapt for new behavior of
24325 `calendar-day-name' function.
24326 (calendar-abbrev-length, calendar-day-abbrev-array)
24327 (calendar-month-abbrev-array): New variables.
24328 (calendar-abbrev-construct): New function.
24329 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
24330 rather than fixing abbrevs at some width. Calling syntax change.
24331 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
24332 (calendar-date-string): Adapt for new behaviors of
24333 `calendar-day-name' and `calendar-month-name' functions.
24334
24335 * calendar/diary-lib.el (list-diary-entries): Adapt for new
24336 behavior of `calendar-day-name' and `calendar-month-name' functions.
24337 (diary-name-pattern): Use abbrev arrays, rather than fixing
24338 abbrevs at three chars. Calling syntax change.
24339 (mark-diary-entries): Adapt for new behaviors of
24340 `diary-name-pattern' and `calendar-make-alist' functions.
24341 (fancy-diary-font-lock-keywords): Adapt for new behavior of
24342 `diary-name-pattern' function.
24343 (font-lock-diary-date-forms): Use abbrev arrays, rather than
24344 fixing abbrevs at three chars. Calling syntax change.
24345 (cal-hebrew, cal-islam): Require when compiling.
24346 (diary-font-lock-keywords): Adapt for new behavior of
24347 `font-lock-diary-date-forms' function.
24348
24349 * calendar/cal-hebrew.el: Reposition some code so defined before used.
24350 (calendar-hebrew-month-name-array-common-year)
24351 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
24352 (list-hebrew-diary-entries): Adapt for new behaviors of
24353 `calendar-day-name' and `add-to-diary-list' functions.
24354 (mark-hebrew-diary-entries): Adapt for new behaviors of
24355 `diary-name-pattern' and `calendar-make-alist' functions.
24356
24357 * calendar/cal-islam.el (calendar-islamic-month-name-array):
24358 Add doc string.
24359 (list-islamic-diary-entries): Adapt for new behaviors of
24360 `calendar-day-name' and `add-to-diary-list' functions.
24361 (mark-islamic-diary-entries): Adapt for new behaviors of
24362 `diary-name-pattern' and `calendar-make-alist' functions.
24363
24364 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
24365 `calendar-month-name' function.
24366
24367 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
24368
24369 * calendar/solar.el (solar-seasons-data): Move definition before use.
24370
24371 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
24372 (cal-tex-LaTeX-hourbox): Move definition before use.
24373
24374 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
24375 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
24376 * lunar.el, solar.el (displayed-month, displayed-year):
24377 Define for compiler.
24378
24379 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24380
24381 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
24382 MODE. Renamed from c-init-c-language-vars'.
24383 (c-initialize-cc-mode): Change accordingly.
24384 (c-common-init): Ditto.
24385 (c-mode): Ditto.
24386 (c++-mode): Use `c-init-language-vars-for'.
24387 (objc-mode): Ditto.
24388 (java-mode): Ditto.
24389 (idl-mode): Ditto.
24390 (pike-mode): Ditto.
24391 (awk-mode): Ditto.
24392
24393 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
24394
24395 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
24396 or not the point moved.
24397
24398 (c-search-decl-header-end): Don't trip up on operator identifiers
24399 in C++ and operators like == in all languages.
24400
24401 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
24402 Detect leading labels correctly.
24403
24404 2003-08-02 Andreas Schwab <schwab@suse.de>
24405
24406 * textmodes/ispell.el: Don't redo key bindings on loading, put
24407 them only in loaddefs.el.
24408 * bookmark.el: Likewise.
24409 * dabbrev.el: Likewise.
24410 * emerge.el: Likewise.
24411
24412 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
24413 has more than one member.
24414
24415 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
24416
24417 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24418
24419 * lpr.el (printify-region): It was ending conversion before the
24420 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
24421
24422 2003-07-31 John Paul Wallington <jpw@gnu.org>
24423
24424 * net/browse-url.el (browse-url-epiphany): Doc fix.
24425
24426 2003-07-30 Kenichi Handa <handa@m17n.org>
24427
24428 * international/fontset.el (setup-default-fontset):
24429 Change registry names of Akurti fonts.
24430
24431 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
24432
24433 * comint.el (comint-read-noecho): Use `clear-string' instead of
24434 `fillarray'.
24435
24436 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
24437
24438 * outline.el (outline-mode-hook): Add defvar.
24439
24440 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
24441
24442 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
24443 Restore assembler in source window if that is what has been selected.
24444 (menu): Add gdb-restore-windows to menu. Make gdba
24445 specific menus only visible from gdba.
24446
24447 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
24448
24449 * progmodes/compile.el (compilation-environment): New user variable.
24450 (compile-internal): Respect it.
24451
24452 2003-07-23 Masatake YAMATO <jet@gyve.org>
24453
24454 * progmodes/gud.el (gdb-script-font-lock-keywords):
24455 Put `font-lock-function-name-face' on a symbol which includes
24456 `-' like `hook-run'. Put font-lock-variable-name-face
24457 on a symbol starting with $.
24458
24459 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
24460
24461 * files.el (set-visited-file-name): Use truename for buffer-file-name.
24462
24463 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24464
24465 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
24466
24467 2003-07-26 Andre Spiegel <spiegel@gnu.org>
24468
24469 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
24470 Use with-no-warnings.
24471 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
24472 rather than to find-file-not-found-hook, which doesn't exist.
24473
24474 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
24475
24476 * international/quail.el (quail-translate-key): Fix previous change.
24477
24478 2003-07-25 John Paul Wallington <jpw@gnu.org>
24479
24480 * server.el (server-start): Check `server-process' is non-nil
24481 before killing it to avoid killing current buffer's process.
24482
24483 * simple.el (choose-completion-string): Use `minibufferp';
24484 test `completion-reference-buffer' if `buffer' arg is nil.
24485 (push-mark): Use `when' and `unless'.
24486 (pop-mark): Use `when'.
24487
24488 * mouse-sel.el (mouse-sel-get-selection-function):
24489 Check `x-last-selected-text-primary'. Don't barf if it or
24490 `x-last-selected-text' aren't bound.
24491
24492 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24493
24494 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
24495
24496 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
24497
24498 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
24499
24500 2003-07-23 John Paul Wallington <jpw@gnu.org>
24501
24502 * tooltip.el (defface tooltip): Inherit from variable-pitch.
24503
24504 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24505
24506 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
24507 string. Defvar the derived hook.
24508
24509 * macros.el (insert-kbd-macro): Escape double quote character.
24510 From Thomas W Murphy <twm@andrew.cmu.edu>.
24511
24512 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
24513
24514 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
24515 to match the specific mark rather than reusing comment-start-skip.
24516
24517 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
24518
24519 * progmodes/hideshow.el (hs-special-modes-alist):
24520 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
24521
24522 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
24523
24524 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
24525 value using ?\s.
24526
24527 2003-07-21 John Paul Wallington <jpw@gnu.org>
24528
24529 * subr.el (with-selected-window): Add closing paren.
24530
24531 2003-07-21 Richard M. Stallman <rms@gnu.org>
24532
24533 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
24534 (lisp-mode): Likewise.
24535
24536 * subr.el (with-selected-window): Copy code form save-selected-window
24537 so as to call select-window with norecord arg.
24538 (dynamic-completion-table): Doc fix.
24539 (lazy-completion-table): Doc fix.
24540
24541 * international/mule-cmds.el (set-locale-environment):
24542 langinfo renamed to locale-info.
24543
24544 * international/mule.el (auto-coding-functions): Doc fix.
24545
24546 2003-07-21 Kenichi Handa <handa@m17n.org>
24547
24548 * international/quail.el (quail-translate-key):
24549 Update quail-current-str correctly.
24550
24551 2003-07-21 Andreas Schwab <schwab@suse.de>
24552
24553 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
24554 ?, to "_".
24555
24556 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
24557 Version 2.0.36 of Tramp released.
24558
24559 * net/tramp.el (tramp-default-password-end-of-line): Rename from
24560 tramp-password-end-of-line.
24561 (tramp-password-end-of-line): New method parameter.
24562 (tramp-get-password-end-of-line): Function to access method
24563 parameter `tramp-password-end-of-line', or variable
24564 `tramp-default-password-end-of-line' (default value).
24565 (tramp-methods): Add entries for new parameter
24566 tramp-password-end-of-line.
24567 (tramp-enter-password): Use new function
24568 `tramp-get-password-end-of-line'.
24569 (tramp-handle-insert-file-contents): Do not
24570 unconditionally inhibit the file operation file-local-copy, only
24571 do that when the inhibit-file-name-operation is currently
24572 insert-file-contents. This fixes finding remote CVS-controlled
24573 files. (It would barf on inserting the CVS/Entries file
24574 literally, because the file-local-copy handler wasn't called.)
24575 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
24576 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
24577 (tramp-initial-commands): New variable.
24578 (tramp-process-initial-commands): New function, using the variable.
24579 (tramp-open-connection-setup-interactive-shell): Call the new function.
24580 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
24581 method into the buffer name, never use nil. Reported by Hanak
24582 David <dhanak@inf.bme.hu>.
24583 (tramp-open-connection-setup-interactive-shell): Erase buffer
24584 before sending "stty -onlcr".
24585
24586 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
24587
24588 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
24589
24590 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
24591
24592 2003-07-19 John Paul Wallington <jpw@gnu.org>
24593
24594 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
24595 (artist-draw-rect, artist-draw-square): Doc fixes.
24596
24597 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
24598
24599 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
24600
24601 2003-07-19 Kenichi Handa <handa@m17n.org>
24602
24603 * international/kkc.el (kkc-show-conversion-list-update):
24604 Highlight the correct candidate in the message.
24605
24606 2003-07-18 John Paul Wallington <jpw@gnu.org>
24607
24608 * simple.el (current-word): Don't include punctuation char when
24609 `really-word' arg is non-nil.
24610
24611 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
24612
24613 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
24614 moved to the directory obsolete.
24615
24616 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
24617
24618 * info.el (Info-menu-entry-name-re): Allow newlines in
24619 menu entry names.
24620
24621 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
24622 syntax-ppss-after-change-function.
24623 (syntax-ppss-after-change-function): New alias. Update uses.
24624 (syntax-ppss): Catch the case where the buffer is narrowed.
24625
24626 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24627
24628 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
24629 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
24630
24631 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
24632
24633 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
24634 since it might be modified.
24635
24636 * progmodes/cc-langs.el (c++-make-template-syntax-table)
24637 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
24638 names to these language constants.
24639
24640 2003-07-15 Kim F. Storm <storm@cua.dk>
24641
24642 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
24643 All uses changed.
24644
24645 2003-07-14 Mark A. Hershberger <mah@everybody.org>
24646
24647 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
24648 Namespace support.
24649
24650 2003-07-13 Juanma Barranquero <lektu@terra.es>
24651
24652 * frame.el (modify-all-frames-parameters): Reinstall (copyright
24653 papers received).
24654
24655 2003-07-13 Karl Eichwalder <ke@suse.de>
24656
24657 * textmodes/po.el (po-find-charset): White space at the start of the
24658 Content-Type field body is non-mandatory.
24659
24660 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
24661
24662 * textmodes/texinfo.el (texinfo-section-list):
24663 Append appendixsection; a synonym for appendixsec.
24664
24665 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
24666
24667 * man.el (Man-translate-cleanup): New.
24668 (Man-translate-references): Call `Man-translate-cleanup' to clean
24669 leading, trailing and middle spaces.
24670
24671 2003-07-13 Lars Hansen <larsh@math.ku.dk>
24672
24673 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
24674 Handle `dired-directory' being a list.
24675
24676 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
24677
24678 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
24679 it doesn't exist.
24680
24681 2003-07-12 Richard M. Stallman <rms@gnu.org>
24682
24683 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
24684
24685 * progmodes/cc-defs.el (c-make-keywords-re):
24686 Don't use delete-duplicates.
24687 (c-lang-const): Don't use mapcan.
24688
24689 * apropos.el (apropos-show-scores): Make it customizable.
24690 Document new meaning.
24691 (apropos): Compute scores from symbols.
24692 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
24693
24694 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24695
24696 * ps-bdf.el: Fix copyright line.
24697 (bdf-directory-list): Fix initialization code.
24698
24699 2003-07-11 John Paul Wallington <jpw@gnu.org>
24700
24701 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
24702 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
24703 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
24704
24705 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
24706
24707 * emacs-lisp/ring.el (ring-elements): Doc fix.
24708
24709 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24710
24711 * calendar/timeclock.el (timeclock-relative)
24712 (timeclock-ask-before-exiting, timeclock-use-display-time):
24713 Doc changes.
24714 (timeclock-modeline-display): Give a message if
24715 `timeclock-use-display-time' is non-nil but `display-time-mode'
24716 is not active.
24717
24718 2003-07-11 Kenichi Handa <handa@m17n.org>
24719
24720 * international/mule-cmds.el (set-language-environment):
24721 Set current-language-environment to the correct string.
24722
24723 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24724
24725 * ps-print.el: Print line number correctly in a region. Reported by
24726 Tim Allen <timallen@ls83.fsnet.co.uk>.
24727 (ps-print-version): New version number (6.6.2).
24728 (ps-printing-region): Code fix.
24729
24730 2003-07-10 John Paul Wallington <jpw@gnu.org>
24731
24732 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
24733 this function can be called from `add-completions-from-tags-table'.
24734
24735 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
24736
24737 * calendar/timeclock.el (timeclock-use-display-time)
24738 (timeclock-day-over-hook, timeclock-workday-remaining)
24739 (timeclock-status-string, timeclock-when-to-leave)
24740 (timeclock-when-to-leave-string, timeclock-log-data)
24741 (timeclock-find-discrep, timeclock-day-base)
24742 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
24743 (timeclock-modeline-display): Set the variable
24744 `timeclock-modeline-display'.
24745 (timeclock-update-modeline): Doc fix. Respect value of
24746 `timeclock-relative'.
24747
24748 2003-07-09 Richard M. Stallman <rms@gnu.org>
24749
24750 * textmodes/reftex-parse.el (reftex-all-document-files):
24751 Add autoload cookie.
24752
24753 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
24754 (reftex-scanning-info-available-p): Add autoload cookie.
24755
24756 * international/mule-cmds.el
24757 (set-display-table-and-terminal-coding-system): Delete duplicate
24758 aset on standard-display-table.
24759
24760 * view.el (view-file): If existing buffer's major mode is special,
24761 don't go into view mode.
24762
24763 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24764
24765 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24766
24767 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24768 buffer changes; there's third party code that calls this function
24769 directly.
24770
24771 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24772
24773 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24774 (autodoc-font-lock-keywords): Don't byte compile on font lock
24775 initialization when running from byte compiled files.
24776
24777 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
24778
24779 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24780 statement ends with auto-increment "++".
24781
24782 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24783
24784 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24785 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24786 these are changed, so declare them as variables and not constants.
24787
24788 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
24789
24790 * subr.el (dolist, dotimes): Doc fix.
24791
24792 2003-07-08 Kim F. Storm <storm@cua.dk>
24793
24794 * international/mule-cmds.el
24795 (set-display-table-and-terminal-coding-system): Don't break
24796 bootstrap if standard-display-table isn't setup yet.
24797
24798 2003-07-07 Richard M. Stallman <rms@gnu.org>
24799
24800 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24801 Give it a doc string, and autoload it.
24802
24803 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24804 Use with-no-warnings.
24805
24806 * info.el (Info-search): If find invisible text, search again.
24807
24808 * isearch.el (search-whitespace-regexp): Add a shy group around it.
24809
24810 * man.el (Man-name-regexp): Match + as part of name.
24811
24812 * simple.el (visible-mode): Rename from vis-mode.
24813 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
24814
24815 * simple.el (current-word): New arg REALLY-WORD specifies
24816 don't include punctuation chars.
24817
24818 * emacs-lisp/debug.el (debug, debugger-env-macro):
24819 Use with-no-warnings while accessing and binding unread-command-char.
24820
24821 * international/mule-cmds.el
24822 (set-display-table-and-terminal-coding-system): Use explicit loop
24823 instead of calling standard-display-default.
24824
24825 * net/ange-ftp.el (ange-ftp-file-symlink-p):
24826 Use condition-case to catch error in ange-ftp-get-files.
24827
24828 * net/browse-url.el (browse-url-browser-function):
24829 Add alternative for Epiphany.
24830 (browse-url-epiphany-program, browse-url-epiphany-arguments)
24831 (browse-url-epiphany-startup-arguments)
24832 (browse-url-epiphany-new-window-is-tab): New variables.
24833 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24834
24835 * progmodes/compile.el (compile-auto-highlight): Default now t.
24836 (compile): Doc fix.
24837 (compilation-next-error): Fix previous change.
24838
24839 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24840
24841 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24842
24843 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
24844
24845 * gdb-ui.el (gdb-source-info): Display current frame when
24846 attaching to an existing process.
24847 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24848 while laying out windows when attaching to an existing process.
24849
24850 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
24851
24852 * info.el (Info-menu): Use Info-menu-entry-name-re.
24853
24854 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
24855
24856 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24857 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24858
24859 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24860 to match the same text.
24861
24862 2003-07-06 John Paul Wallington <jpw@gnu.org>
24863
24864 * vc.el (vc-annotate-offset): Move defvar up.
24865
24866 2003-07-06 Kim F. Storm <storm@cua.dk>
24867
24868 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24869 This should fix the infinite loop when extracting menu names.
24870
24871 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24872
24873 * files.el (auto-mode-alist, interpreter-mode-alist):
24874 Remove entries to CC Mode modes to avoid duplicates; they are now added
24875 with autoload directives in cc-mode.el.
24876
24877 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24878
24879 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24880 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24881 these are changed, so declare them as variables and not constants.
24882
24883 * progmodes/cc-mode.el: Fix some autoload problems: Try to
24884 ensure that the entry for ".c" extension comes before the one for
24885 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24886 Fix incorrect entries that were added to `interpreter-mode-alist'.
24887 Move the autoload directives for AWK to the top level since they
24888 aren't recognized anywhere else. Do not use the new AWK mode doc
24889 in the autoload form for the old AWK mode.
24890
24891 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24892
24893 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24894 (bibtex-sort-ignore-string-entries): Default value t.
24895 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24896 erroneously in previous version.
24897 (bibtex-string-files): Docstring reflects new parsing scheme.
24898 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24899 docstring, add # as one of the chars to crush
24900 (bibtex-autokey-prefix-string, bibtex-autokey-names)
24901 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
24902 (bibtex-autokey-name-change-strings)
24903 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
24904 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
24905 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
24906 (bibtex-autokey-title-terminators)
24907 (bibtex-autokey-titlewords-stretch)
24908 (bibtex-autokey-titleword-ignore)
24909 (bibtex-autokey-titleword-case-convert)
24910 (bibtex-autokey-titleword-abbrevs)
24911 (bibtex-autokey-titleword-abbrevs)
24912 (bibtex-autokey-titleword-change-strings)
24913 (bibtex-autokey-titleword-length)
24914 (bibtex-autokey-titleword-separator)
24915 (bibtex-autokey-name-year-separator)
24916 (bibtex-autokey-year-title-separator)
24917 (bibtex-autokey-before-presentation-function)
24918 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
24919 Fix docstring.
24920 (bibtex-strings, bibtex-reference-keys):
24921 Use lazy-completion-table and make-variable-buffer-local.
24922 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24923 (bibtex-braced-string-syntax-table)
24924 (bibtex-quoted-string-syntax-table): New variables.
24925 (bibtex-parse-nested-braces): Remove.
24926 (bibtex-parse-field-string): Use syntax table and forward-sexp.
24927 (bibtex-parse-association): Simplify.
24928 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24929 (bibtex-parse-field-text): Simplify.
24930 (bibtex-search-forward-field, bibtex-search-backward-field):
24931 argument BOUND can take value t.
24932 (bibtex-start-of-field, bibtex-start-of-name-in-field)
24933 (bibtex-end-of-name-in-field, bibtex-end-of-field)
24934 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24935 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24936 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24937 (bibtex-skip-to-valid-entry): Return buffer position of beginning
24938 and ending of entry. Update for changes of bibtex-search-entry.
24939 Simplify.
24940 (bibtex-map-entries): FUN is called with three arguments.
24941 (bibtex-search-entry): Return a cons pair with buffer positions of
24942 beginning and end of entry.
24943 (bibtex-enclosing-field): Simplify.
24944 (bibtex-format-entry): Use booktitle to set a missing title.
24945 (bibtex-autokey-get-names): Fiddle with regexps.
24946 (bibtex-generate-autokey): Use identity.
24947 (bibtex-parse-keys): Use simplified parsing algorithm if
24948 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
24949 arguments. Return alist of keys.
24950 (bibtex-parse-strings): Simplify. Return alist of strings.
24951 (bibtex-complete-string-cleanup): Fix docstring.
24952 (bibtex-read-key): New function.
24953 (bibtex-mode): Fix docstring. Do not parse for keys and
24954 strings when the mode is entered. Set fill-paragraph-function to
24955 bibtex-fill-field. Setup font-lock-mark-block-function the way
24956 font-lock intended.
24957 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
24958 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24959 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24960 (bibtex-Preamble): Avoid hard coded constants.
24961 (bibtex-make-field): Fix docstring. Simplify.
24962 (bibtex-beginning-of-entry): Always return new position of point.
24963 (bibtex-end-of-entry): Rearrange cond clauses.
24964 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24965 Update for changes of bibtex-map-entries.
24966 (bibtex-ispell-abstract): Do not move point.
24967 (bibtex-entry-index): Use downcase. Simplify.
24968 (bibtex-lessp): Handle catch-all.
24969 (bibtex-find-crossref): Turn into a command.
24970 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
24971 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
24972 preamble entries.
24973 (bibtex-fill-field-bounds): New function.
24974 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
24975 (bibtex-fill-entry): Use bibtex-fill-field-bounds
24976 (bibtex-String): Use bibtex-strings. Always obey
24977 bibtex-sort-ignore-string-entries.
24978
24979 2003-07-05 John Paul Wallington <jpw@gnu.org>
24980
24981 * cus-theme.el (customize-create-theme):
24982 Call `customize-create-theme' in Reset widget's notify function.
24983
24984 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24985 (ibuffer-mark-interactive): Use `or' instead of `unless'.
24986 (define-ibuffer-column name): Add summarizer.
24987 (define-ibuffer-column size): Likewise.
24988 (define-ibuffer-column filename): Likewise.
24989 (define-ibuffer-column process): Likewise. Change BODY's output too.
24990 (define-ibuffer-column filename-and-process): Likewise, likewise.
24991 (ibuffer): Remove local vars `already-in' and `need-update'.
24992
24993 * ibuf-ext.el: Don't require `derived' at compile-time.
24994
24995 2003-07-05 Kim F. Storm <storm@cua.dk>
24996
24997 * info.el: Disable paragraph refilling.
24998 (Info-refill-paragraphs): New defcustom.
24999 (Info-fontify-node): Use it.
25000
25001 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
25002
25003 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
25004 thingies from constructors created by defstruct.
25005
25006 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
25007 the default value of the variable.
25008 (byte-code-meter): Move declaration to top level.
25009
25010 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
25011
25012 * info.el (Info-following-node-name-re): New fun.
25013 (Info-following-node-name): Remove.
25014 (Info-insert-dir): Use the new fun.
25015 (Info-extract-pointer): Don't save restriction; use new fun.
25016 (Info-menu-entry-name-re): New const.
25017 (Info-menu-entry-name-re): Use it along with new fun.
25018 (Info-node-spec-re): Use new fun.
25019 (Info-complete-menu-item, Info-fontify-node): Use new const.
25020 (Info-goto-node, Info-follow-reference, Info-menu-update):
25021 Use match-string.
25022 (Info-follow-reference): Use assoc-string.
25023 Use a list of strings for the completion table.
25024 (Info-fontify-node): Use match-string, line-end-position.
25025 Limit the search for `node:' to the first line.
25026
25027 * newcomment.el (uncomment-region): Remove padding coming from
25028 comment-start rather than just from comment-padding.
25029
25030 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
25031 (vc-cvs-stay-local-p): Use vc-stay-local-p.
25032 (vc-cvs-rename-file): Remove (use the default).
25033 (vc-cvs-register): Register parent dir if needed.
25034 (vc-cvs-could-register): Return non-nil if parent can be registered.
25035 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
25036 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25037
25038 * vc-svn.el (vc-svn-use-edit): Make it into a const.
25039 (vc-svn-update): Fix the arguments to `svn'.
25040 (vc-svn-diff-tree): Just use `vc-svn-diff'.
25041 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25042 Simple implementations, assuming `name' is a URL.
25043
25044 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25045 set of chars allowed unquoted in a case pattern.
25046
25047 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25048
25049 * font-lock.el (font-lock-extra-types-widget)
25050 (c-font-lock-extra-types, c++-font-lock-extra-types)
25051 (objc-font-lock-extra-types, java-font-lock-extra-types)
25052 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25053 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25054 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25055 (font-lock-match-c++-structor-declaration)
25056 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25057 (c++-font-lock-keywords-3, c++-font-lock-keywords)
25058 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
25059 (objc-font-lock-keywords-3, objc-font-lock-keywords)
25060 (java-font-lock-keywords-1, java-font-lock-keywords-2)
25061 (java-font-lock-keywords-3, java-font-lock-keywords)
25062 (java-font-lock-syntactic-face-function): Remove obsolete code
25063 and constants. It's all in cc-fonts.el now.
25064
25065 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
25066
25067 * mail/sendmail.el (mail-specify-envelope-from)
25068 (mail-envelope-from): Doc fix.
25069
25070 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
25071
25072 * generic-x.el: Do away with the dependency on `c-emacs-features'
25073 when populating `rul-generic-mode-syntax-table'; we already know
25074 this isn't XEmacs.
25075
25076 See ChangeLog.10 for earlier changes.
25077
25078 ;; Local Variables:
25079 ;; coding: iso-2022-7bit
25080 ;; End:
25081
25082 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
25083 Copying and distribution of this file, with or without modification,
25084 are permitted provided the copyright notice and this notice are preserved.
25085
25086 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1